| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 64260 via svnmerge from | Martin v. Löwis | 2008-06-14 | 1 | -45/+45 |
|
|
* | Ran svneol.py | Martin v. Löwis | 2008-06-13 | 6 | -170/+170 |
|
|
* | Fix last traces of old threading API. | Georg Brandl | 2008-06-13 | 2 | -7/+7 |
|
|
* | fix more threading API related bugs | Benjamin Peterson | 2008-06-13 | 9 | -27/+27 |
|
|
* | fix more threading API usage | Benjamin Peterson | 2008-06-13 | 1 | -2/+2 |
|
|
* | Remove traces of rfc822. | Georg Brandl | 2008-06-12 | 3 | -2/+3 |
|
|
* | remove the rfc822 module | Benjamin Peterson | 2008-06-12 | 4 | -1262/+2 |
|
|
* | Remove last traces of mimetools. | Georg Brandl | 2008-06-12 | 2 | -14/+2 |
|
|
* | Restore _pickle module accelerator module. | Alexandre Vassalotti | 2008-06-12 | 5 | -126/+130 |
|
|
* | Fixed test_urllib2 by coercing Message object to str | Alexandre Vassalotti | 2008-06-12 | 1 | -1/+1 |
|
|
* | remove a mimetools import | Benjamin Peterson | 2008-06-12 | 1 | -1/+0 |
|
|
* | attempt to fix multiprocessing | Benjamin Peterson | 2008-06-12 | 1 | -4/+2 |
|
|
* | actually remove the mimetools module | Benjamin Peterson | 2008-06-12 | 2 | -316/+0 |
|
|
* | Patch for issue 2848, mostly by Humberto Diogenes, with a couple of | Barry Warsaw | 2008-06-12 | 20 | -201/+145 |
|
|
* | revert the addition of _pickle because it was causing havok with 64-bit | Benjamin Peterson | 2008-06-12 | 5 | -130/+126 |
|
|
* | Patch by Humberto Diogenes for issue 2849, removing rfc822 module from | Barry Warsaw | 2008-06-12 | 2 | -12/+15 |
|
|
* | fix test_pyclbr which failed because the new StringIO presented bases it coul... | Benjamin Peterson | 2008-06-12 | 1 | -1/+1 |
|
|
* | Fixed test_tempfile. | Alexandre Vassalotti | 2008-06-12 | 2 | -1/+17 |
|
|
* | Fixed test_sys failure due to removal of the unused slots | Alexandre Vassalotti | 2008-06-12 | 1 | -5/+10 |
|
|
* | Removed exception renaming cruft in pickle.py. | Alexandre Vassalotti | 2008-06-11 | 1 | -3/+0 |
|
|
* | Issue 2918: Merge StringIO and cStringIO. | Alexandre Vassalotti | 2008-06-11 | 5 | -22/+320 |
|
|
* | fix test_ssl | Benjamin Peterson | 2008-06-11 | 1 | -4/+4 |
|
|
* | Issue 2917: Merge the pickle and cPickle module. | Alexandre Vassalotti | 2008-06-11 | 5 | -126/+133 |
|
|
* | fix hanging test_xmlrpc | Benjamin Peterson | 2008-06-11 | 1 | -1/+1 |
|
|
* | Merged revisions 64125 via svnmerge from | Benjamin Peterson | 2008-06-11 | 18 | -110/+105 |
|
|
* | #2630: Implement PEP 3138. | Georg Brandl | 2008-06-11 | 6 | -13/+105 |
|
|
* | Follow-up of PEP 3121: | Amaury Forgeot d'Arc | 2008-06-11 | 1 | -2/+2 |
|
|
* | Merged revisions 64104,64117 via svnmerge from | Benjamin Peterson | 2008-06-11 | 15 | -0/+6720 |
|
|
* | #3021: Antoine Pitrou's Lexical exception handlers | Benjamin Peterson | 2008-06-11 | 5 | -8/+184 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -1/+1 |
|
|
* | revert r64092 because http://xmlrpc.com is back up | Benjamin Peterson | 2008-06-11 | 1 | -2/+1 |
|
|
* | Windows has no os.uname. Use platform.uname() instead. | Amaury Forgeot d'Arc | 2008-06-10 | 1 | -1/+1 |
|
|
* | Temporarily disable test_xmlrpc_net because xmlrpc.com is broken | Benjamin Peterson | 2008-06-10 | 1 | -1/+2 |
|
|
* | Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,... | Georg Brandl | 2008-06-10 | 6 | -17/+92 |
|
|
* | Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,... | Georg Brandl | 2008-06-10 | 21 | -159/+224 |
|
|
* | Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,... | Georg Brandl | 2008-06-10 | 9 | -52/+203 |
|
|
* | Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,... | Georg Brandl | 2008-06-10 | 7 | -12/+435 |
|
|
* | Remove last traces of cStringIO. | Georg Brandl | 2008-06-10 | 1 | -1/+1 |
|
|
* | Patch #3064: Port new turtle module and demos to 3.0. | Martin v. Löwis | 2008-06-10 | 1 | -766/+3861 |
|
|
* | Issue 2582: Fix pickling of range objects. | Alexandre Vassalotti | 2008-06-10 | 1 | -0/+10 |
|
|
* | #3059: Stop decoding Unicode in calendar module. | Georg Brandl | 2008-06-08 | 1 | -14/+6 |
|
|
* | Remove cl usage from aifc and use bytes throughout. | Georg Brandl | 2008-06-07 | 1 | -147/+77 |
|
|
* | Move the codec decode type checks to bytes/bytearray.decode(). | Marc-André Lemburg | 2008-06-06 | 1 | -0/+2 |
|
|
* | Issue 3049: Some 3k sizeof tests fail. | Robert Schuppenies | 2008-06-06 | 1 | -13/+10 |
|
|
* | Merged revisions 63977 via svnmerge from | Thomas Heller | 2008-06-06 | 2 | -23/+125 |
|
|
* | Merged revisions 63897-63898 via svnmerge from | Thomas Heller | 2008-06-06 | 1 | -1/+1 |
|
|
* | Fix sys.flags sequence behavior and add a test case. | Georg Brandl | 2008-06-06 | 1 | -1/+2 |
|
|
* | use the more idomatic (and Py3k faster) while True | Benjamin Peterson | 2008-06-05 | 1 | -1/+1 |
|
|
* | Fixed isinstance() check in dis.dis(). | Alexandre Vassalotti | 2008-06-04 | 1 | -1/+1 |
|
|
* | Merged revisions 63856-63857,63859-63860 via svnmerge from | Martin v. Löwis | 2008-06-04 | 2 | -2/+136 |
|
|