| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | revert the addition of _pickle because it was causing havok with 64-bit | Benjamin Peterson | 2008-06-12 | 3 | -47/+33 |
|
|
* | Patch by Humberto Diogenes for issue 2849, removing rfc822 module from | Barry Warsaw | 2008-06-12 | 1 | -1/+1 |
|
|
* | fix test_pyclbr which failed because the new StringIO presented bases it coul... | Benjamin Peterson | 2008-06-12 | 1 | -1/+1 |
|
|
* | Fixed test_sys failure due to removal of the unused slots | Alexandre Vassalotti | 2008-06-12 | 1 | -5/+10 |
|
|
* | Issue 2918: Merge StringIO and cStringIO. | Alexandre Vassalotti | 2008-06-11 | 3 | -9/+38 |
|
|
* | fix test_ssl | Benjamin Peterson | 2008-06-11 | 1 | -4/+4 |
|
|
* | Issue 2917: Merge the pickle and cPickle module. | Alexandre Vassalotti | 2008-06-11 | 3 | -33/+47 |
|
|
* | fix hanging test_xmlrpc | Benjamin Peterson | 2008-06-11 | 1 | -1/+1 |
|
|
* | Merged revisions 64125 via svnmerge from | Benjamin Peterson | 2008-06-11 | 8 | -27/+29 |
|
|
* | #2630: Implement PEP 3138. | Georg Brandl | 2008-06-11 | 5 | -13/+90 |
|
|
* | Merged revisions 64104,64117 via svnmerge from | Benjamin Peterson | 2008-06-11 | 1 | -0/+1791 |
|
|
* | #3021: Antoine Pitrou's Lexical exception handlers | Benjamin Peterson | 2008-06-11 | 2 | -1/+180 |
|
|
* | 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 | 5 | -16/+89 |
|
|
* | Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,... | Georg Brandl | 2008-06-10 | 11 | -125/+172 |
|
|
* | Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,... | Georg Brandl | 2008-06-10 | 3 | -30/+31 |
|
|
* | Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,... | Georg Brandl | 2008-06-10 | 4 | -9/+117 |
|
|
* | Remove last traces of cStringIO. | Georg Brandl | 2008-06-10 | 1 | -1/+1 |
|
|
* | Issue 2582: Fix pickling of range objects. | Alexandre Vassalotti | 2008-06-10 | 1 | -0/+10 |
|
|
* | Issue 3049: Some 3k sizeof tests fail. | Robert Schuppenies | 2008-06-06 | 1 | -13/+10 |
|
|
* | Fix sys.flags sequence behavior and add a test case. | Georg Brandl | 2008-06-06 | 1 | -1/+2 |
|
|
* | Merged revisions 63856-63857,63859-63860 via svnmerge from | Martin v. Löwis | 2008-06-04 | 2 | -2/+136 |
|
|
* | Remove tabcheck from the expected flags in sys.flags. | Georg Brandl | 2008-06-04 | 1 | -1/+1 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -4/+4 |
|
|
* | Revert r63934 -- it was mixing two patches. | Georg Brandl | 2008-06-04 | 6 | -27/+16 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 6 | -16/+27 |
|
|
* | Change all functions that expect one unicode character to accept a pair of | Walter Dörwald | 2008-06-03 | 1 | -0/+8 |
|
|
* | Forward-port PYTHONIOENCODING. | Martin v. Löwis | 2008-06-02 | 1 | -0/+20 |
|
|
* | Remove the htmllib and sgmllib modules as per PEP 3108. | Georg Brandl | 2008-06-01 | 3 | -509/+0 |
|
|
* | Add test case for r63810. | Georg Brandl | 2008-05-30 | 1 | -0/+5 |
|
|
* | Merged revisions 63460,63464 via svnmerge from | Benjamin Peterson | 2008-05-29 | 1 | -6/+24 |
|
|
* | Remove deprecated SmartCookie and SerialCookie classes. | Georg Brandl | 2008-05-28 | 1 | -1/+0 |
|
|
* | Make db modules' error classes inherit IOError. | Georg Brandl | 2008-05-28 | 1 | -24/+27 |
|
|
* | Remove __metaclass__ remains. | Georg Brandl | 2008-05-27 | 1 | -1/+1 |
|
|
* | #2957: marshal recursion limit exceeded when importing a large .pyc file | Amaury Forgeot d'Arc | 2008-05-26 | 1 | -0/+6 |
|
|
* | update test ignore list | Benjamin Peterson | 2008-05-26 | 1 | -9/+9 |
|
|
* | The commands module has been removed. The getoutput() and getstatusoutput() | Brett Cannon | 2008-05-26 | 4 | -55/+30 |
|
|
* | remove test.support.have_unicode | Benjamin Peterson | 2008-05-26 | 3 | -21/+12 |
|
|
* | Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via sv... | Benjamin Peterson | 2008-05-26 | 3 | -3/+161 |
|
|
* | Create http package. #2883. | Georg Brandl | 2008-05-26 | 18 | -210/+104 |
|
|
* | Merged revisions 63698 via svnmerge from | Benjamin Peterson | 2008-05-26 | 2 | -0/+14 |
|
|
* | Merged revisions 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,... | Benjamin Peterson | 2008-05-26 | 1 | -2/+2 |
|
|
* | Create xmlrpc package. Issue #2886. | Georg Brandl | 2008-05-26 | 4 | -167/+19 |
|
|
* | Rename test file to its proper module name. | Georg Brandl | 2008-05-26 | 1 | -0/+147 |
|
|
* | Create the dbm package from PEP 3108. #2881. | Georg Brandl | 2008-05-26 | 7 | -104/+64 |
|
|
* | Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,... | Georg Brandl | 2008-05-25 | 10 | -39/+752 |
|
|
* | Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. | Georg Brandl | 2008-05-25 | 13 | -31/+32 |
|
|