]> granicus.if.org Git - python/shortlog
python
2003-06-29 Tim PetersWhitespace normalization.
2003-06-29 Tim PetersSome nifty doctest extensions from Jim Fulton, currentl...
2003-06-29 Raymond HettingerSF bug #430160: CGIHTTPServer.py POST bug using IE
2003-06-29 Raymond HettingerSF patch #760257: add socket.timeout exception
2003-06-29 Raymond HettingerMinor fixes to punctuation and grammar.
2003-06-29 Neal NorwitzAdd missing self. before curNode. This may need to...
2003-06-29 Raymond HettingerSF patch #760257: add socket.timeout exception
2003-06-29 Neal NorwitzFix arguments for instantiating InterpolationSyntaxError
2003-06-29 Neal NorwitzComment out cap, it was unused.
2003-06-29 Neal Norwitzwhitespace normalization
2003-06-29 Neal Norwitzremove unused import math
2003-06-29 Neal Norwitzremove extra parameter from _java_getprop, remove dupli...
2003-06-29 Neal Norwitzuse == like all the other conditionals
2003-06-29 Neal Norwitzfix problems found by pychecker
2003-06-29 Raymond HettingerSF patch #760257: add socket.timeout exception
2003-06-29 Raymond HettingerAdded Bob Halley for work on socket.timeout
2003-06-29 Tim PetersMissed a spot where the new optional optionflags argume...
2003-06-29 Raymond HettingerSF patch #760257: add socket.timeout exception
2003-06-29 Fred DrakeBump version information for Python 2.3 beta 2.
2003-06-29 Fred DrakeDocument PyThreadState_SetAsyncExc().
2003-06-29 Tim PetersBump release level to 2.3b2.
2003-06-29 Jack JansenSlight clarification on running the examples from the...
2003-06-29 Jack JansenSuggest people visit www.python.org/packman if the...
2003-06-29 Jack JansenUse http://www.python.org/packman as the base URL....
2003-06-28 Jack JansenBy default build docs, don't download them.
2003-06-28 Guido van RossumAdd PyThreadState_SetAsyncExc(long, PyObject *).
2003-06-28 Raymond HettingerAdded Steven Taschuk for efforts fixing zipfile.py
2003-06-28 Raymond HettingerSF patch 703666: Several objects don't decref tmp on...
2003-06-28 Barry WarsawA few minor improvements
2003-06-28 Jim FultonRewrote the docs for supporting cyclic garbage collecti...
2003-06-28 Jim FultonUpdated the depenencies to reflect changes in the sampl...
2003-06-28 Jim FultonAdded tests for sample modules.
2003-06-28 Jim FultonAdded s setup module to make it easier to test the...
2003-06-28 Jim FultonFixed bug in implementation of tp_init function. It...
2003-06-28 Jim FultonChanged the assignment of PyType_GenericNew to tp_new...
2003-06-28 Jim FultonChanged the assignment of PyType_GenericNew to tp_new...
2003-06-28 Fred DrakeCorrect markup errors that prevented formatting.
2003-06-28 Martin v. LöwisExplain source encodings. Fixes #683486.
2003-06-28 Martin v. LöwisPatch #758910: Add pthread flag to CXX if possible.
2003-06-28 Martin v. LöwisPatch #751916: Check for signals, fix some refcounting...
2003-06-28 Raymond HettingerSF 662923: iterator for dbm keys
2003-06-28 Raymond HettingerAdd take() to examples. Tighten the islice() example
2003-06-28 Fred Drakefix markup nits
2003-06-27 Raymond HettingerSF patch #756996: Bare except in ZipFile.testzip()
2003-06-27 Raymond HettingerSF patch #761519: Fixes for bugs 760703 and 757821
2003-06-27 Tim PetersA hack to ease compatibility with pre-2.3 Pythons:...
2003-06-27 Gustavo NiemeyerDo not add extra "\n" after bang line.
2003-06-27 Fred Drakefix typo
2003-06-27 Skip Montanaroadd mention of -l, --listfuncs to usage() small part...
2003-06-27 Jeremy HyltonAdd a trivial test of getargspec() with a method.
2003-06-27 Jeremy HyltonA bit o' reformatting and removal of non-_getframe...
2003-06-27 Fred DrakeDon't assume the name of the table of contents will...
2003-06-27 Jeremy HyltonFix for SF bug 620190: getargspec() doesn't work with...
2003-06-27 Jeremy HyltonAdd tests for __nonzero__() problems.
2003-06-27 Jeremy HyltonRequire that __nonzero__() return a bool or exactly...
2003-06-27 Fred DrakeAdd definitions of the test and testlist symbols in...
2003-06-27 Jeremy HyltonRevert previous checkin and just add a comment about...
2003-06-27 Jeremy HyltonCheck return type of __nonzero__() method.
2003-06-27 Fred Drakefix link-hovering so <a name='...'> (no href attribute...
2003-06-27 Jeremy HyltonFix several bugs in handling of exceptions with trace...
2003-06-27 Tim PetersSome Windows changes preparing for 2.3b2.
2003-06-27 Skip Montanaro(HTML|Text)Repr.repr1: Guard against objects whos types...
2003-06-27 Michael W.... Jacob Hallen cornered me here at EuroPython and got...
2003-06-27 Raymond HettingerSF bug #761337: datetime.strftime fails on trivial...
2003-06-27 Raymond Hettinger* Markup nits for the Invoking Descriptors section
2003-06-26 Jeremy HyltonDon't call constructor() from pickle().
2003-06-26 Raymond HettingerSF patch #760792: "wo" in "word" now valid but not...
2003-06-26 Raymond HettingerPortion of SF patch #761104. Fixes a minor docstring...
2003-06-26 Raymond Hettinger* Fixed an unmatched parenthesis early in the text.
2003-06-26 Jeremy HyltonEnable tracing of multi-threaded applications.
2003-06-26 Gustavo NiemeyerFixing bug described in patch #756032, where SRE reads...
2003-06-26 Fred Drakemarkup consistency nits
2003-06-26 Fred Drakeremove _ from label: LaTeX rejects this due to all...
2003-06-25 Raymond HettingerRemoved useless intra-section references which jump...
2003-06-25 Raymond HettingerSF bug #696777: How to make a class iterable using...
2003-06-25 Raymond Hettinger* Document how descriptors are invoked.
2003-06-25 Raymond HettingerSF bug #757822: Additional index items, other minor...
2003-06-25 Walter DörwaldWhitespace normalization.
2003-06-24 Raymond HettingerSF bug #759889: Pickling of Random is broken
2003-06-24 Barry Warsaw_make_boundary(): A minor optimization suggested by...
2003-06-24 Greg SteinDeal with a couple XXX comments which asked questions.
2003-06-23 Raymond HettingerSF patch #736962. Converted test_compile to unittest...
2003-06-22 Martin v. LöwisIdlefork patch #682347: convert Unicode strings from...
2003-06-22 Tim Peters2.3b2 on Windows will ship with Tcl/Tk 8.4.3. Note...
2003-06-21 Jack JansenGive compileall a -d option so it works correctly in...
2003-06-21 Jeremy HyltonBetter error message
2003-06-21 Just van Rossumsome old changes to this unused module
2003-06-21 Just van Rossumchanged 8-space indentation to 4
2003-06-21 Martin v. LöwisPatch #640236: Better eplain unused data.
2003-06-21 Martin v. LöwisPatch #755087: Deal with emptied dumbdbm files correctly.
2003-06-21 Martin v. LöwisPatch #755683: Document that there might be a maximum...
2003-06-21 Martin v. LöwisSet -d in compileall, to get proper path in case DESTDI...
2003-06-20 Jack JansenAdded a field that allows the user to set sys.argv...
2003-06-20 Barry WarsawAdd some documentation which describes how to use the...
2003-06-20 Just van Rossum- do the right thing with symlinks inside directories...
2003-06-20 Jack JansenCop out, and set things to be group-writeable recursive...
2003-06-20 Just van Rossummake sure paths to dirs don't end in a /
2003-06-20 Just van RossumReworked --strip option: it will now look at _any_...
2003-06-20 Jack JansenSet the executable bits when installing the shared...
2003-06-20 Just van Rossumregister the library inside Python.framework as eligabl...
next