summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Backport 42932:Neal Norwitz2006-03-141-8/+2
* Backport from trunk r42989:Hye-Shik Chang2006-03-131-0/+7
* Merge rev 42963 from the trunk.Tim Peters2006-03-131-0/+2
* Merge rev 41859 from the trunk.Tim Peters2006-03-131-0/+9
* Merge rev 42904 from the trunk.Tim Peters2006-03-111-1/+4
* Backport of 42960, to support the options buildbot uses.Martin v. Löwis2006-03-101-3/+20
* Fix pydoc.synopsis() so that it doesn't error out with an unreadableGeorg Brandl2006-03-081-1/+5
* Typo fixAndrew M. Kuchling2006-03-071-1/+1
* Backport trunk's r42878 (neal.norwitz):Thomas Wouters2006-03-071-0/+13
* Backport revision 42872:Walter Dörwald2006-03-062-6/+13
* Skip codecs tests on Python 2.3.Barry Warsaw2006-03-061-0/+7
* Bug #1210377: close bsddb cursor correctly after NotFoundError.Georg Brandl2006-02-201-2/+8
* Bug #1101233: fix test_fcntl on netbsd2 platform.Georg Brandl2006-02-201-1/+1
* Backported from r41842.Armin Rigo2006-02-202-0/+112
* Patch #1337756: fileinput now accepts Unicode filenames.Georg Brandl2006-02-192-1/+11
* Backport: This should get test_timeout to pass when running on any python.org...Neal Norwitz2006-02-181-0/+5
* Patch #1373643: The chunk module can now read chunks larger thanGeorg Brandl2006-02-181-1/+1
* Bug #1430298: It is now possible to send a mail with an emptyGeorg Brandl2006-02-171-1/+4
* Bug #1432260: better handle lambda functions' names in pydocGeorg Brandl2006-02-171-1/+1
* Port of r42279 to email 3.0, but without the Python 2.1 backward compatibleBarry Warsaw2006-02-092-1/+14
* Port of r42271 from the trunk -- relevant patches for SF 1409455 for emailBarry Warsaw2006-02-085-8/+20
* Resolves SF bug #1423972.Barry Warsaw2006-02-041-2/+4
* Fix typoNeal Norwitz2006-02-041-1/+1
* Port r42228 from the trunk.Barry Warsaw2006-02-032-3/+11
* Work around a Solaris peculiarity that caused test_pty to sometimes fail: aThomas Wouters2006-01-281-1/+8
* Remove file even if non-existantNeal Norwitz2006-01-251-2/+6
* Remove generated test db filesNeal Norwitz2006-01-251-2/+3
* Backport:Neal Norwitz2006-01-253-0/+28
* Bug #1378679: backport bugfix of #974757.Georg Brandl2006-01-201-1/+1
* Revert feature checkin.Georg Brandl2006-01-201-11/+11
* Reverse checkin. This is definitely a new feature.Georg Brandl2006-01-201-13/+13
* Patch #1388073: Make unittest.TestCase easier to subclassGeorg Brandl2006-01-201-13/+13
* Checkin the test of patch #1400181.Georg Brandl2006-01-201-0/+14
* Bug #1407902: Added support for sftp:// URIs to urlparse.Georg Brandl2006-01-201-11/+11
* Readd bug report note.Georg Brandl2006-01-201-0/+6
* Bug #1371247: Update Windows LCIDs in locale.py.Georg Brandl2006-01-201-32/+179
* SF bug #1347874; FeedParser does not comply with RFC2822.Barry Warsaw2006-01-172-2/+11
* Ported 42076 from the trunk.Barry Warsaw2006-01-174-5/+51
* Exceptions raised during renaming in rotating file handlers are now passed to...Vinay Sajip2006-01-161-2/+12
* TimedRotatingFileHandler now calculates next rollover from previous rollover ...Vinay Sajip2006-01-161-1/+1
* Fixed bug in time-to-midnight calculation.Vinay Sajip2006-01-161-3/+6
* Backport:Neal Norwitz2006-01-142-0/+9
* Bug #1394565: SimpleHTTPServer now doesn't choke on query paramtersGeorg Brandl2006-01-131-0/+3
* Bug #1403410: The warnings module now doesn't get confusedGeorg Brandl2006-01-131-1/+1
* Test curses.setupterm() before initscr().Georg Brandl2006-01-121-2/+3
* Backport:Neal Norwitz2006-01-101-1/+7
* Backport:Neal Norwitz2006-01-091-0/+11
* Skip this test on Darwin. It's skipped on the trunk and is listed asSkip Montanaro2006-01-071-0/+6
* Backport:Neal Norwitz2006-01-061-4/+7
* Backport: If the audio file does not exist, the test should be skipped.Neal Norwitz2006-01-052-2/+2