| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | Merged revisions 63988,63991 via svnmerge from | Thomas Heller | 2008-06-10 | 2 | -9/+77 |
|
|
* | Merged revisions 64070 via svnmerge from | Thomas Heller | 2008-06-10 | 1 | -4/+16 |
|
|
* | Fix the Windows build by removing references to the cStringIO module | Thomas Heller | 2008-06-10 | 6 | -22/+4 |
|
|
* | Patch #3064: Port new turtle module and demos to 3.0. | Martin v. Löwis | 2008-06-10 | 25 | -909/+7624 |
|
|
* | Blocked revisions 64057-64058 via svnmerge | Alexandre Vassalotti | 2008-06-10 | 0 | -0/+0 |
|
|
* | Issue 2582: Fix pickling of range objects. | Alexandre Vassalotti | 2008-06-10 | 2 | -0/+19 |
|
|
* | block r64048 | Gregory P. Smith | 2008-06-09 | 0 | -0/+0 |
|
|
* | Blocked revisions 64044-64045 via svnmerge | Benjamin Peterson | 2008-06-08 | 0 | -0/+0 |
|
|
* | Blocked revisions 64040 via svnmerge | Benjamin Peterson | 2008-06-08 | 0 | -0/+0 |
|
|
* | #3059: Stop decoding Unicode in calendar module. | Georg Brandl | 2008-06-08 | 1 | -14/+6 |
|
|
* | Blocked revisions 64031 via svnmerge | Benjamin Peterson | 2008-06-08 | 0 | -0/+0 |
|
|
* | Remove cl usage from aifc and use bytes throughout. | Georg Brandl | 2008-06-07 | 1 | -147/+77 |
|
|
* | Blocked revisions 64016,64018-64019 via svnmerge | Georg Brandl | 2008-06-07 | 0 | -0/+0 |
|
|
* | Remove locking from buffer protocol as-per discussion. | Travis E. Oliphant | 2008-06-06 | 6 | -36/+0 |
|
|
* | Move the codec decode type checks to bytes/bytearray.decode(). | Marc-André Lemburg | 2008-06-06 | 8 | -41/+171 |
|
|