| Commit message (Expand) | Author | Age | Files | Lines |
* | remove plat-darwin | Benjamin Peterson | 2008-05-13 | 2 | -360/+0 |
|
|
* | remove test_multifile | Benjamin Peterson | 2008-05-12 | 1 | -66/+0 |
|
|
* | Remove the Mac modules | Benjamin Peterson | 2008-05-12 | 154 | -38493/+33 |
|
|
* | Fix doctest's __all__. | Georg Brandl | 2008-05-12 | 1 | -4/+2 |
|
|
* | Remove function obsolete since Python 2.3 from traceback module. | Georg Brandl | 2008-05-12 | 1 | -8/+1 |
|
|
* | Remove deprecated Tester class from doctest module. | Georg Brandl | 2008-05-12 | 2 | -198/+6 |
|
|
* | #Issue2835: Correct an infinite recursion in webbrowser.open(), when KDE Konq... | Amaury Forgeot d'Arc | 2008-05-12 | 1 | -1/+2 |
|
|
* | Remove the multifile module as deprecated by PEP 4. | Brett Cannon | 2008-05-12 | 1 | -158/+0 |
|
|
* | Renamed the SocketServer module to 'socketserver'. | Alexandre Vassalotti | 2008-05-12 | 9 | -47/+47 |
|
|
* | The __all__ value for 'collections' was missing UserList and UserString. | Brett Cannon | 2008-05-12 | 2 | -1/+3 |
|
|
* | Revert commit r63088. | Alexandre Vassalotti | 2008-05-11 | 1 | -0/+0 |
|
|
* | Remove the sre module. | Brett Cannon | 2008-05-11 | 2 | -23/+0 |
|
|
* | Remove old backwards-compatibility classes from the cgi module. | Georg Brandl | 2008-05-11 | 2 | -161/+5 |
|
|
* | Remove rfc822 dependency in test. | Georg Brandl | 2008-05-11 | 1 | -6/+3 |
|
|
* | Merged revisions 63078 via svnmerge from | Eric Smith | 2008-05-11 | 2 | -3/+14 |
|
|
* | #756982: Remove rfc822 reference. | Georg Brandl | 2008-05-11 | 1 | -2/+1 |
|
|
* | Renamed PixMapWrapper module to pixmapwrapper. | Alexandre Vassalotti | 2008-05-11 | 1 | -0/+0 |
|
|
* | Rename Queue module to queue. | Alexandre Vassalotti | 2008-05-11 | 6 | -24/+38 |
|
|
* | Remove test for now-removed classes. | Georg Brandl | 2008-05-11 | 1 | -154/+0 |
|
|
* | fix __all__ | Benjamin Peterson | 2008-05-11 | 1 | -2/+1 |
|
|
* | #2814: remove deprecated classes from mailbox module. Patch by Humberto Dioge... | Georg Brandl | 2008-05-11 | 2 | -192/+1 |
|
|
* | Rename copy_reg module to copyreg. | Alexandre Vassalotti | 2008-05-11 | 12 | -275/+275 |
|
|
* | Remove the mhlib module. | Brett Cannon | 2008-05-11 | 3 | -1345/+0 |
|
|
* | The ihooks module has been removed. | Brett Cannon | 2008-05-10 | 2 | -515/+0 |
|
|
* | Remove the fpformat module. | Brett Cannon | 2008-05-10 | 2 | -217/+0 |
|
|
* | Remove the dircache module. | Brett Cannon | 2008-05-10 | 3 | -113/+1 |
|
|
* | Fixup old, invalid import. | Jeremy Hylton | 2008-05-10 | 1 | -1/+1 |
|
|
* | The Canvas module has been removed. | Brett Cannon | 2008-05-10 | 1 | -188/+0 |
|
|
* | Removed redundant max() call. | Alexandre Vassalotti | 2008-05-09 | 1 | -1/+1 |
|
|
* | Removed remnants of os.path.walk(). | Alexandre Vassalotti | 2008-05-09 | 1 | -1/+1 |
|
|
* | Issue 2748: fix __ceil__, __floor__ and __round__ magic methods in | Mark Dickinson | 2008-05-09 | 2 | -9/+184 |
|
|
* | Remove os.path.walk | Benjamin Peterson | 2008-05-08 | 4 | -104/+5 |
|
|
* | Merged revisions 62873,62887,62892-62896,62904 via svnmerge from | Benjamin Peterson | 2008-05-08 | 4 | -18/+29 |
|
|
* | Remove the user module. | Brett Cannon | 2008-05-08 | 2 | -49/+0 |
|
|
* | Remove the mutex module. | Brett Cannon | 2008-05-08 | 2 | -85/+0 |
|
|
* | Remove the imputil module. | Brett Cannon | 2008-05-08 | 4 | -716/+0 |
|
|
* | Merged revisions 62805,62811,62841-62842,62848-62849,62853-62854 via svnmerge... | Christian Heimes | 2008-05-08 | 2 | -8/+18 |
|
|
* | Forward port r62849. | Raymond Hettinger | 2008-05-08 | 1 | -1/+1 |
|
|
* | Merged revisions 62734,62736,62748,62769 via svnmerge from | Christian Heimes | 2008-05-08 | 22 | -0/+1791 |
|
|
* | Bumping versions for 3.0a5v3.0a5 | Barry Warsaw | 2008-05-08 | 2 | -2/+2 |
|
|
* | Antoine Pitrou's patch for bug 2507; exception state lives too long in | Barry Warsaw | 2008-05-08 | 1 | -2/+29 |
|
|
* | Removed test_overflow from test_memoryio.CBytesIOTest. | Alexandre Vassalotti | 2008-05-08 | 1 | -13/+0 |
|
|
* | Fixed the negative value check in io._BytesIO.seek(). | Alexandre Vassalotti | 2008-05-08 | 1 | -1/+1 |
|
|
* | Changed _bytesio.c to avoid comparing a signed with an unsigned value. | Alexandre Vassalotti | 2008-05-07 | 1 | -0/+14 |
|
|
* | Cleaned how _BytesIO.read() returns an empty bytes object. | Alexandre Vassalotti | 2008-05-07 | 1 | -1/+1 |
|
|
* | Merged revisions 62792,62799-62800 via svnmerge from | Christian Heimes | 2008-05-06 | 2 | -13/+16 |
|
|
* | Fixed a small bug introduced by r62778. | Alexandre Vassalotti | 2008-05-06 | 2 | -1/+3 |
|
|
* | Merged revisions 62774-62775,62785,62787-62788 via svnmerge from | Christian Heimes | 2008-05-06 | 5 | -55/+307 |
|
|
* | Added tests to check the buffer type returned during reading. | Alexandre Vassalotti | 2008-05-06 | 1 | -0/+6 |
|
|
* | Added fast alternate io.BytesIO implementation and its test suite. | Alexandre Vassalotti | 2008-05-06 | 6 | -143/+481 |
|
|