summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* after discussions with perky, reverted fix for Bug #1379994: BuiltinAnthony Baxter2006-03-281-14/+22
* Merge rev 43181 from the trunk.Tim Peters2006-03-281-40/+47
* preparing for 2.4.3 finalAnthony Baxter2006-03-281-0/+5
* Backport of r41530 (neal.norwitz, 2005-11-24):Martin v. Löwis2006-03-271-17/+18
* Backport Ka-Ping Yee's trunk checkin r41400:Thomas Wouters2006-03-271-13/+17
* Backport:Neal Norwitz2006-03-261-1/+4
* Mechanical whitespace normalization.Tim Peters2006-03-238-12/+12
* 2.4.3c1Anthony Baxter2006-03-232-4/+4
* Change SystemError into SyntaxError, when a Unicode stringMartin v. Löwis2006-03-221-0/+4
* Catch situations where currentframe() returns None. See SF patch #1447410, th...Vinay Sajip2006-03-201-4/+9
* Merge revs 42842, 42844, and part of a whitespace normalizationTim Peters2006-03-201-0/+7
* Backport 43147:Neal Norwitz2006-03-201-0/+11
* Source file f.flush() after writing; trying to avoid lossage if userKurt B. Kaiser2006-03-192-0/+10
* Merge rev 43091 from the trunk.Tim Peters2006-03-181-1/+1
* Merge rev 43081 from trunk.Tim Peters2006-03-161-13/+13
* Merge rev 43079 from the trunk. This should allow test_winsound to passTim Peters2006-03-162-34/+128
* 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