summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Incorporate documentation suggestions from feedback on comp.lang.python.Raymond Hettinger2003-08-161-55/+42
* Make sets.py compatible with Py2.2Raymond Hettinger2003-08-152-1/+21
* Fix SF #789402, Memory leak on open()Neal Norwitz2003-08-151-0/+1
* Make a copy of L before appending, so the global L remainsWalter Dörwald2003-08-151-4/+4
* Fix refcounting leak in charmaptranslate_lookup()Walter Dörwald2003-08-151-0/+1
* Fix another refcounting leak in PyUnicode_EncodeCharmap().Walter Dörwald2003-08-151-1/+3
* Fix another refcounting leak (in PyUnicode_DecodeUnicodeEscape()).Walter Dörwald2003-08-151-0/+2
* Fix forMichael W. Hudson2003-08-153-5/+48
* Fix silly leak in test used in test_exceptions.Michael W. Hudson2003-08-151-0/+1
* My last fix left n used unitialized in tha a==b case.Michael W. Hudson2003-08-151-1/+1
* complex_new(): This could leak when the argument was neither string norTim Peters2003-08-152-0/+6
* Don't introduce map(None, ...) in the tutorial. In practice, zip() isNeil Schemenauer2003-08-141-9/+4
* Fix refcount leak in the UnicodeError constructor:Walter Dörwald2003-08-141-1/+1
* Make filter(bool, ...) as fast as filter(None, ...).Neil Schemenauer2003-08-141-1/+1
* Fix refcount leak in PyUnicode_EncodeCharmap(). The bug surfacesWalter Dörwald2003-08-141-3/+3
* SF patch #787929: reflect the introduce of boolean type(libcfgparser.tex)Raymond Hettinger2003-08-141-4/+4
* Fix reference leak noted in test_types:Michael W. Hudson2003-08-141-9/+9
* When piping output into a pager like "less", quiting the pager beforeFred Drake2003-08-141-2/+6
* IDLE didn't start correctly when Python was installed in "Program Files"Kurt B. Kaiser2003-08-142-2/+19
* fix markupFred Drake2003-08-141-1/+1
* [Patch #739124] Add use_default_colors() to curses moduleAndrew M. Kuchling2003-08-136-3/+44
* Add a unicode prefix to the characters in the UnicodeEncodeError andWalter Dörwald2003-08-122-15/+15
* Enhance message for UnicodeEncodeError and UnicodeTranslateError.Walter Dörwald2003-08-122-8/+56
* SF patch#786531 'the the' typo. Contributed by George YoshidaRaymond Hettinger2003-08-123-3/+3
* SF patch#786531 'the the' typo. Contributed by George YoshidaRaymond Hettinger2003-08-1211-13/+13
* Fix bug in test_bad_timezone where test was assuming locale knew of PDT.Brett Cannon2003-08-111-2/+3
* Add a couple of decrefs to error paths.Michael W. Hudson2003-08-111-2/+4
* Comment typo fixesAndrew M. Kuchling2003-08-112-2/+2
* mention pymemcompat.h in Misc/READMEMichael W. Hudson2003-08-111-0/+1
* Fix silly typo in comment.Michael W. Hudson2003-08-111-1/+1
* add a statement identifying StringI and StringO objects.Skip Montanaro2003-08-111-1/+2
* reverting to 2.41 version (distinct tp_names) - will add verbiage to theSkip Montanaro2003-08-111-2/+2
* shit - just change the visible name, not the comments - strictly speaking,Skip Montanaro2003-08-111-3/+3
* typosSkip Montanaro2003-08-111-3/+3
* Fix refcounting and cut & paste error (?) in last checkin.Michael W. Hudson2003-08-111-3/+1
* Unconditionally opening the temp file in text mode causes this test to failJason Tishler2003-08-111-2/+5
* Bug fix for #780461: 'sysu' gestalt selector is meaningless on MacOSX,Jack Jansen2003-08-111-1/+3
* Fix handling of bad locale setup where time.tzname[0] == time.tzname[1] andBrett Cannon2003-08-112-10/+39
* SF bug #778964: bad seed in python 2.3 randomRaymond Hettinger2003-08-093-1/+8
* Add HIDDEN. Fixes #777664.Martin v. Löwis2003-08-091-0/+2
* Move initialization of sys.std{in,out}.encoding to Py_Initialize.Martin v. Löwis2003-08-092-33/+51
* Patch #771998: Put braces around variables. Will backport to 2.3.Martin v. Löwis2003-08-092-2245/+3082
* SF patch #747364: BaseHTTPServer doesn't need StringIO intermediaryRaymond Hettinger2003-08-091-11/+1
* SF patch #783807: Clarify PySequence_Setitem ref countingRaymond Hettinger2003-08-091-1/+2
* IDLEfork Bug 782759Kurt B. Kaiser2003-08-091-4/+9
* Explain argument unpackingRaymond Hettinger2003-08-081-0/+18
* /* XXX From here until type is allocated, "return NULL" leaks bases! */Michael W. Hudson2003-08-081-2/+9
* SF bug #770485: cStringIO does not set closed attrRaymond Hettinger2003-08-083-2/+34
* SF bug #775836: change 0,1 to False,True in dict.has_key docRaymond Hettinger2003-08-081-1/+1
* Modified itertools.izip() to match the behavior of __builtin__.zip()Raymond Hettinger2003-08-084-8/+15