summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the sre module.Brett Cannon2008-05-112-23/+0
* Remove old backwards-compatibility classes from the cgi module.Georg Brandl2008-05-112-161/+5
* Remove rfc822 dependency in test.Georg Brandl2008-05-111-6/+3
* Merged revisions 63078 via svnmerge fromEric Smith2008-05-112-3/+14
* #756982: Remove rfc822 reference.Georg Brandl2008-05-111-2/+1
* Renamed PixMapWrapper module to pixmapwrapper.Alexandre Vassalotti2008-05-111-0/+0
* Rename Queue module to queue.Alexandre Vassalotti2008-05-116-24/+38
* Remove test for now-removed classes.Georg Brandl2008-05-111-154/+0
* fix __all__Benjamin Peterson2008-05-111-2/+1
* #2814: remove deprecated classes from mailbox module. Patch by Humberto Dioge...Georg Brandl2008-05-112-192/+1
* Rename copy_reg module to copyreg.Alexandre Vassalotti2008-05-1112-275/+275
* Remove the mhlib module.Brett Cannon2008-05-113-1345/+0
* The ihooks module has been removed.Brett Cannon2008-05-102-515/+0
* Remove the fpformat module.Brett Cannon2008-05-102-217/+0
* Remove the dircache module.Brett Cannon2008-05-103-113/+1
* Fixup old, invalid import.Jeremy Hylton2008-05-101-1/+1
* The Canvas module has been removed.Brett Cannon2008-05-101-188/+0
* Removed redundant max() call.Alexandre Vassalotti2008-05-091-1/+1
* Removed remnants of os.path.walk().Alexandre Vassalotti2008-05-091-1/+1
* Issue 2748: fix __ceil__, __floor__ and __round__ magic methods inMark Dickinson2008-05-092-9/+184
* Remove os.path.walkBenjamin Peterson2008-05-084-104/+5
* Merged revisions 62873,62887,62892-62896,62904 via svnmerge fromBenjamin Peterson2008-05-084-18/+29
* Remove the user module.Brett Cannon2008-05-082-49/+0
* Remove the mutex module.Brett Cannon2008-05-082-85/+0
* Remove the imputil module.Brett Cannon2008-05-084-716/+0
* Merged revisions 62805,62811,62841-62842,62848-62849,62853-62854 via svnmerge...Christian Heimes2008-05-082-8/+18
* Forward port r62849.Raymond Hettinger2008-05-081-1/+1
* Merged revisions 62734,62736,62748,62769 via svnmerge fromChristian Heimes2008-05-0822-0/+1791
* Bumping versions for 3.0a5v3.0a5Barry Warsaw2008-05-082-2/+2
* Antoine Pitrou's patch for bug 2507; exception state lives too long inBarry Warsaw2008-05-081-2/+29
* Removed test_overflow from test_memoryio.CBytesIOTest.Alexandre Vassalotti2008-05-081-13/+0
* Fixed the negative value check in io._BytesIO.seek().Alexandre Vassalotti2008-05-081-1/+1
* Changed _bytesio.c to avoid comparing a signed with an unsigned value.Alexandre Vassalotti2008-05-071-0/+14
* Cleaned how _BytesIO.read() returns an empty bytes object.Alexandre Vassalotti2008-05-071-1/+1
* Merged revisions 62792,62799-62800 via svnmerge fromChristian Heimes2008-05-062-13/+16
* Fixed a small bug introduced by r62778.Alexandre Vassalotti2008-05-062-1/+3
* Merged revisions 62774-62775,62785,62787-62788 via svnmerge fromChristian Heimes2008-05-065-55/+307
* Added tests to check the buffer type returned during reading.Alexandre Vassalotti2008-05-061-0/+6
* Added fast alternate io.BytesIO implementation and its test suite.Alexandre Vassalotti2008-05-066-143/+481
* Merged revisions 62713,62715,62728,62737,62740,62744,62749,62756 via svnmerge...Christian Heimes2008-05-064-46/+44
* Merged revisions 62726 via svnmerge fromMartin v. Löwis2008-05-051-3/+5
* Merged revisions 62724 via svnmerge fromMartin v. Löwis2008-05-052-7/+30
* Re-enabled testChristian Heimes2008-05-041-1/+1
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-0451-934/+1250
* Revert changes in 62669, since they caused test failures.Mark Dickinson2008-05-041-0/+9
* Remove broken __round__, __ceil__ and __floor__ from DecimalMark Dickinson2008-05-031-9/+0
* Removed implicit convertions of str object to bytes from base64.Alexandre Vassalotti2008-05-034-16/+42
* Removed memoryview objects from bytes_types.Alexandre Vassalotti2008-05-031-1/+1
* Make floating-point exception error messages slightly more verbose: inMark Dickinson2008-04-302-11/+11
* Merged revisions 60056-60071,60073-60127,60129-60261,60263-60284,60286-62589,...Thomas Heller2008-04-301-0/+170