| Commit message (Expand) | Author | Age | Files | Lines |
* | actually remove the mimetools module | Benjamin Peterson | 2008-06-12 | 5 | -448/+2 |
|
|
* | fix compiler warning | Benjamin Peterson | 2008-06-12 | 1 | -1/+1 |
|
|
* | Patch for issue 2848, mostly by Humberto Diogenes, with a couple of | Barry Warsaw | 2008-06-12 | 23 | -204/+148 |
|
|
* | revert the addition of _pickle because it was causing havok with 64-bit | Benjamin Peterson | 2008-06-12 | 12 | -4695/+126 |
|
|
* | Update NEWS and ACKS for issue 2849. | Barry Warsaw | 2008-06-12 | 2 | -0/+3 |
|
|
* | 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 |
|
|
* | Attempt to fix the Windows build for _stringio and _pickle. | Alexandre Vassalotti | 2008-06-12 | 2 | -0/+21 |
|
|
* | Fixed test_sys failure due to removal of the unused slots | Alexandre Vassalotti | 2008-06-12 | 1 | -5/+10 |
|
|
* | Added Windows build config for _stringio and _pickle. | Alexandre Vassalotti | 2008-06-11 | 2 | -4/+16 |
|
|
* | 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 | 8 | -22/+702 |
|
|
* | fix test_ssl | Benjamin Peterson | 2008-06-11 | 1 | -4/+4 |
|
|
* | Issue 2917: Merge the pickle and cPickle module. | Alexandre Vassalotti | 2008-06-11 | 8 | -126/+4685 |
|
|
* | fix hanging test_xmlrpc | Benjamin Peterson | 2008-06-11 | 1 | -1/+1 |
|
|
* | Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods | Benjamin Peterson | 2008-06-11 | 11 | -32/+3 |
|
|
* | Add dummy_threading to toctree. | Georg Brandl | 2008-06-11 | 1 | -0/+1 |
|
|
* | Blocked revisions 64128,64133 via svnmerge | Benjamin Peterson | 2008-06-11 | 0 | -0/+0 |
|
|
* | Merged revisions 64125 via svnmerge from | Benjamin Peterson | 2008-06-11 | 20 | -131/+126 |
|
|
* | #2630: Implement PEP 3138. | Georg Brandl | 2008-06-11 | 25 | -1032/+1329 |
|
|
* | Correctly export the module init function. Needed on Windows. | Amaury Forgeot d'Arc | 2008-06-11 | 1 | -1/+1 |
|
|
* | Adaptation to py3k. | Amaury Forgeot d'Arc | 2008-06-11 | 1 | -1/+1 |
|
|
* | Merged revisions 64130 via svnmerge from | Georg Brandl | 2008-06-11 | 1 | -7/+7 |
|
|
* | Follow-up of PEP 3121: | Amaury Forgeot d'Arc | 2008-06-11 | 1 | -2/+2 |
|
|
* | Issue 1342: Python could not start if installed in a directory | Amaury Forgeot d'Arc | 2008-06-11 | 3 | -5/+15 |
|
|
* | Merged revisions 64123 via svnmerge from | Benjamin Peterson | 2008-06-11 | 2 | -0/+578 |
|
|
* | Merged revisions 64104,64117 via svnmerge from | Benjamin Peterson | 2008-06-11 | 32 | -1/+12513 |
|
|
* | #3021: Antoine Pitrou's Lexical exception handlers | Benjamin Peterson | 2008-06-11 | 17 | -303/+410 |
|
|
* | Remove PyInit_cStringIO again. | Martin v. Löwis | 2008-06-11 | 1 | -1/+0 |
|
|
* | Fix typo. | Martin v. Löwis | 2008-06-11 | 1 | -1/+1 |
|
|
* | Add missing NULL return value. | Martin v. Löwis | 2008-06-11 | 1 | -1/+1 |
|
|
* | Update to PEP 3121. | Martin v. Löwis | 2008-06-11 | 1 | -109/+110 |
|
|
* | Fix module initialization glitches. | Martin v. Löwis | 2008-06-11 | 2 | -3/+1 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 113 | -851/+2226 |
|
|
* | block 64105 | Gregory P. Smith | 2008-06-11 | 0 | -0/+0 |
|
|
* | 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 |
|
|
* | block 64093 as its 2.6 only. | Gregory P. Smith | 2008-06-10 | 0 | -0/+0 |
|
|
* | Temporarily disable test_xmlrpc_net because xmlrpc.com is broken | Benjamin Peterson | 2008-06-10 | 1 | -1/+2 |
|
|
* | Blocked revisions 64090 via svnmerge | Benjamin Peterson | 2008-06-10 | 0 | -0/+0 |
|
|
* | Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,... | Georg Brandl | 2008-06-10 | 13 | -49/+269 |
|
|
* | block a pystring/pybytes renaming change from py3k | Gregory P. Smith | 2008-06-10 | 0 | -0/+0 |
|
|
* | Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,... | Georg Brandl | 2008-06-10 | 42 | -264/+420 |
|
|
* | Blocked revisions 63384,63545,63568,63914,63932,64028 via svnmerge | Georg Brandl | 2008-06-10 | 0 | -0/+0 |
|
|
* | Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,... | Georg Brandl | 2008-06-10 | 21 | -76/+247 |
|
|
* | Fixed _bsddb key allocation errors. | Alexandre Vassalotti | 2008-06-10 | 1 | -0/+4 |
|
|
* | Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,... | Georg Brandl | 2008-06-10 | 27 | -212/+931 |
|
|
* | Remove last traces of cStringIO. | Georg Brandl | 2008-06-10 | 13 | -119/+7 |
|
|
* | PyString_InternFromString -> PyUnicode_InternFromString | Thomas Heller | 2008-06-10 | 1 | -1/+1 |
|
|