summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* SF bug #453515: filecmp.dircmp case sensitivity bugRaymond Hettinger2003-09-022-8/+12
* SF 798269: bug fix for doctest (sf bug id: 798254Raymond Hettinger2003-09-021-2/+3
* SF patch #736962: Port tests to unittest (Part 2)Raymond Hettinger2003-09-021-12/+90
* SF patch #790443: add SafeConfigParser to __all__Raymond Hettinger2003-09-011-1/+1
* SF bug #785222: zlib monotonic testRaymond Hettinger2003-08-311-11/+0
* SF patch #736962: Port tests to unittestRaymond Hettinger2003-08-305-33/+145
* SF bug 797650: Infinite loop in textwrap.pyRaymond Hettinger2003-08-302-1/+11
* Eliminate unnecessary eval() in testsRaymond Hettinger2003-08-301-19/+18
* SF bug #793826: using itertools.izip to mutate tuplesRaymond Hettinger2003-08-291-1/+32
* Rework previous fix slightly; the &0x20 test seems useless, and the isprint()...Andrew M. Kuchling2003-08-291-4/+2
* Add tests for meta- bit setAndrew M. Kuchling2003-08-291-1/+4
* [Bug #790356] unctrl() doesn't work for full printable charset. Fix by Dave ...Andrew M. Kuchling2003-08-291-0/+2
* Add simple unit test for ascii.unctrl() functionAndrew M. Kuchling2003-08-291-0/+13
* [Bug #776542] open_https() generates a bad Authorization header because it ca...Andrew M. Kuchling2003-08-291-1/+1
* Make sure parentheses are escaped when used in the format string.Brett Cannon2003-08-292-1/+10
* Support DBEnv.set_shm_key() to allow multi-threaded multi-processGregory P. Smith2003-08-281-0/+2
* Fix SF bug [ 788011 ] compiler.compileFile fails on csv.pyJeremy Hylton2003-08-281-1/+6
* Fix typo in docstring: The switch is '-x', not '-s'.Thomas Heller2003-08-271-1/+1
* Remove a typo. (Or is this some markup I don't understand? ;-)Thomas Heller2003-08-271-1/+1
* SF bug #795506: Wrong handling of string format code for float values.Raymond Hettinger2003-08-271-0/+1
* test_largefile can leave its temp file open if one of many tests fail. OnJason Tishler2003-08-261-73/+81
* Bump the version number for the standalone mimelib package.Barry Warsaw2003-08-191-1/+1
* test_rfc2231_no_language_or_charset_in_filename(),Barry Warsaw2003-08-191-0/+37
* get_param(): Update the docstring to explain how CHARSET and LANGUAGEBarry Warsaw2003-08-191-7/+12
* decode_rfc2231(): We need to urllib.unquote() the value even if theBarry Warsaw2003-08-191-1/+1
* Improvements to set.py:Raymond Hettinger2003-08-172-49/+190
* Keep doctests in sync with the docs.Raymond Hettinger2003-08-161-5/+5
* Make sets.py compatible with Py2.2Raymond Hettinger2003-08-151-1/+19
* Make a copy of L before appending, so the global L remainsWalter Dörwald2003-08-151-4/+4
* Fix forMichael W. Hudson2003-08-151-0/+31
* IDLE didn't start correctly when Python was installed in "Program Files"Kurt B. Kaiser2003-08-142-2/+19
* [Patch #739124] Add use_default_colors() to curses moduleAndrew M. Kuchling2003-08-131-0/+3
* Add a unicode prefix to the characters in the UnicodeEncodeError andWalter Dörwald2003-08-121-9/+9
* Enhance message for UnicodeEncodeError and UnicodeTranslateError.Walter Dörwald2003-08-121-3/+35
* Fix bug in test_bad_timezone where test was assuming locale knew of PDT.Brett Cannon2003-08-111-2/+3
* Comment typo fixesAndrew M. Kuchling2003-08-112-2/+2
* 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-092-1/+4
* Add HIDDEN. Fixes #777664.Martin v. Löwis2003-08-091-0/+2
* SF patch #747364: BaseHTTPServer doesn't need StringIO intermediaryRaymond Hettinger2003-08-091-11/+1
* IDLEfork Bug 782759Kurt B. Kaiser2003-08-091-4/+9
* SF bug #770485: cStringIO does not set closed attrRaymond Hettinger2003-08-081-0/+10
* Modified itertools.izip() to match the behavior of __builtin__.zip()Raymond Hettinger2003-08-081-1/+6
* Re-sync doc tests with the doc updates.Raymond Hettinger2003-08-081-3/+7
* Fix docstring in LocaleTime.Brett Cannon2003-08-081-2/+2
* Repair refcounting on error return from type_set_bases.Michael W. Hudson2003-08-071-0/+7
* Demonstrate and fix [ 783882 ] os.lstat crashes with Unicode filename.Mark Hammond2003-08-061-0/+2
* Remove useless import.Walter Dörwald2003-08-051-1/+1