| Commit message (Expand) | Author | Age | Files | Lines |
* | Ignore test_c_api when checking for set methods. Thanks Brett! | Georg Brandl | 2008-05-18 | 1 | -1/+1 |
|
|
* | Better diagnostic. | Georg Brandl | 2008-05-18 | 1 | -1/+2 |
|
|
* | Add a test suite for WeakSet mostly derived from test_set and fix some | Georg Brandl | 2008-05-18 | 1 | -0/+311 |
|
|
* | rename HTMLParser to html.parser and htmlentitydefs to html.entities; | Fred Drake | 2008-05-17 | 3 | -4/+4 |
|
|
* | Merged revisions 63361-63373,63375,63377-63380 via svnmerge from | Alexandre Vassalotti | 2008-05-16 | 4 | -2/+4 |
|
|
* | #2895: don't crash with bytes as keyword argument names. | Georg Brandl | 2008-05-16 | 1 | -0/+8 |
|
|
* | Rename the repr module to reprlib. | Alexandre Vassalotti | 2008-05-16 | 2 | -3/+3 |
|
|
* | Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,... | Alexandre Vassalotti | 2008-05-16 | 6 | -12/+44 |
|
|
* | Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-... | Alexandre Vassalotti | 2008-05-16 | 3 | -1/+30 |
|
|
* | Merged revisions 63339 via svnmerge from | Brett Cannon | 2008-05-16 | 1 | -10/+6 |
|
|
* | Remove the statvfs module. | Brett Cannon | 2008-05-16 | 1 | -1/+0 |
|
|
* | Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 ... | Alexandre Vassalotti | 2008-05-16 | 2 | -2/+35 |
|
|
* | Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,... | Alexandre Vassalotti | 2008-05-16 | 3 | -0/+49 |
|
|
* | Merged revisions 62954-62959,62961,62963-62967,62969-62970,62972-62973,62975-... | Alexandre Vassalotti | 2008-05-15 | 3 | -2/+5 |
|
|
* | Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,... | Alexandre Vassalotti | 2008-05-15 | 1 | -0/+18 |
|
|
* | Renamed ConfigParser to configparser. | Alexandre Vassalotti | 2008-05-14 | 2 | -19/+19 |
|
|
* | Convert a lot of print statements to print functions in docstrings, | Neal Norwitz | 2008-05-13 | 4 | -5/+5 |
|
|
* | remove test_multifile | Benjamin Peterson | 2008-05-12 | 1 | -66/+0 |
|
|
* | Remove the Mac modules | Benjamin Peterson | 2008-05-12 | 4 | -302/+0 |
|
|
* | Remove deprecated Tester class from doctest module. | Georg Brandl | 2008-05-12 | 1 | -126/+0 |
|
|
* | Renamed the SocketServer module to 'socketserver'. | Alexandre Vassalotti | 2008-05-12 | 4 | -32/+32 |
|
|
* | The __all__ value for 'collections' was missing UserList and UserString. | Brett Cannon | 2008-05-12 | 1 | -0/+1 |
|
|
* | Remove the sre module. | Brett Cannon | 2008-05-11 | 1 | -10/+0 |
|
|
* | Remove old backwards-compatibility classes from the cgi module. | Georg Brandl | 2008-05-11 | 1 | -38/+4 |
|
|
* | 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 |
|
|
* | Rename Queue module to queue. | Alexandre Vassalotti | 2008-05-11 | 3 | -18/+18 |
|
|
* | Remove test for now-removed classes. | Georg Brandl | 2008-05-11 | 1 | -154/+0 |
|
|
* | #2814: remove deprecated classes from mailbox module. Patch by Humberto Dioge... | Georg Brandl | 2008-05-11 | 1 | -14/+1 |
|
|
* | Rename copy_reg module to copyreg. | Alexandre Vassalotti | 2008-05-11 | 5 | -214/+214 |
|
|
* | Remove the mhlib module. | Brett Cannon | 2008-05-11 | 2 | -348/+0 |
|
|
* | The ihooks module has been removed. | Brett Cannon | 2008-05-10 | 1 | -1/+0 |
|
|
* | Remove the fpformat module. | Brett Cannon | 2008-05-10 | 1 | -75/+0 |
|
|
* | Remove the dircache module. | Brett Cannon | 2008-05-10 | 2 | -75/+1 |
|
|
* | Issue 2748: fix __ceil__, __floor__ and __round__ magic methods in | Mark Dickinson | 2008-05-09 | 1 | -0/+88 |
|
|
* | Merged revisions 62873,62887,62892-62896,62904 via svnmerge from | Benjamin Peterson | 2008-05-08 | 3 | -10/+23 |
|
|
* | Remove the user module. | Brett Cannon | 2008-05-08 | 1 | -4/+0 |
|
|
* | Remove the mutex module. | Brett Cannon | 2008-05-08 | 1 | -33/+0 |
|
|
* | Remove the imputil module. | Brett Cannon | 2008-05-08 | 2 | -2/+0 |
|
|
* | Merged revisions 62734,62736,62748,62769 via svnmerge from | Christian Heimes | 2008-05-08 | 1 | -0/+17 |
|
|
* | 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 |
|
|
* | Changed _bytesio.c to avoid comparing a signed with an unsigned value. | Alexandre Vassalotti | 2008-05-07 | 1 | -0/+14 |
|
|
* | 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 | 1 | -0/+2 |
|
|
* | Merged revisions 62774-62775,62785,62787-62788 via svnmerge from | Christian Heimes | 2008-05-06 | 2 | -1/+43 |
|
|
* | 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 | 5 | -134/+415 |
|
|
* | Merged revisions 62713,62715,62728,62737,62740,62744,62749,62756 via svnmerge... | Christian Heimes | 2008-05-06 | 1 | -0/+2 |
|
|
* | Merged revisions 62726 via svnmerge from | Martin v. Löwis | 2008-05-05 | 1 | -3/+5 |
|
|