summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fix last traces of old threading API.Georg Brandl2008-06-132-7/+7
* fix more threading API related bugsBenjamin Peterson2008-06-139-27/+27
* fix more threading API usageBenjamin Peterson2008-06-131-2/+2
* Remove traces of rfc822.Georg Brandl2008-06-123-2/+3
* remove the rfc822 moduleBenjamin Peterson2008-06-124-1262/+2
* Remove last traces of mimetools.Georg Brandl2008-06-122-14/+2
* Restore _pickle module accelerator module.Alexandre Vassalotti2008-06-125-126/+130
* Fixed test_urllib2 by coercing Message object to strAlexandre Vassalotti2008-06-121-1/+1
* remove a mimetools importBenjamin Peterson2008-06-121-1/+0
* attempt to fix multiprocessingBenjamin Peterson2008-06-121-4/+2
* actually remove the mimetools moduleBenjamin Peterson2008-06-122-316/+0
* Patch for issue 2848, mostly by Humberto Diogenes, with a couple ofBarry Warsaw2008-06-1220-201/+145
* revert the addition of _pickle because it was causing havok with 64-bitBenjamin Peterson2008-06-125-130/+126
* Patch by Humberto Diogenes for issue 2849, removing rfc822 module fromBarry Warsaw2008-06-122-12/+15
* fix test_pyclbr which failed because the new StringIO presented bases it coul...Benjamin Peterson2008-06-121-1/+1
* Fixed test_tempfile.Alexandre Vassalotti2008-06-122-1/+17
* Fixed test_sys failure due to removal of the unused slotsAlexandre Vassalotti2008-06-121-5/+10
* Removed exception renaming cruft in pickle.py.Alexandre Vassalotti2008-06-111-3/+0
* Issue 2918: Merge StringIO and cStringIO.Alexandre Vassalotti2008-06-115-22/+320
* fix test_sslBenjamin Peterson2008-06-111-4/+4
* Issue 2917: Merge the pickle and cPickle module.Alexandre Vassalotti2008-06-115-126/+133
* fix hanging test_xmlrpcBenjamin Peterson2008-06-111-1/+1
* Merged revisions 64125 via svnmerge fromBenjamin Peterson2008-06-1118-110/+105
* #2630: Implement PEP 3138.Georg Brandl2008-06-116-13/+105
* Follow-up of PEP 3121:Amaury Forgeot d'Arc2008-06-111-2/+2
* Merged revisions 64104,64117 via svnmerge fromBenjamin Peterson2008-06-1115-0/+6720
* #3021: Antoine Pitrou's Lexical exception handlersBenjamin Peterson2008-06-115-8/+184
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-1/+1
* revert r64092 because http://xmlrpc.com is back upBenjamin Peterson2008-06-111-2/+1
* Windows has no os.uname. Use platform.uname() instead.Amaury Forgeot d'Arc2008-06-101-1/+1
* Temporarily disable test_xmlrpc_net because xmlrpc.com is brokenBenjamin Peterson2008-06-101-1/+2
* Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,...Georg Brandl2008-06-106-17/+92
* Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,...Georg Brandl2008-06-1021-159/+224
* Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,...Georg Brandl2008-06-109-52/+203
* Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,...Georg Brandl2008-06-107-12/+435
* Remove last traces of cStringIO.Georg Brandl2008-06-101-1/+1
* Patch #3064: Port new turtle module and demos to 3.0.Martin v. Löwis2008-06-101-766/+3861
* Issue 2582: Fix pickling of range objects.Alexandre Vassalotti2008-06-101-0/+10
* #3059: Stop decoding Unicode in calendar module.Georg Brandl2008-06-081-14/+6
* Remove cl usage from aifc and use bytes throughout.Georg Brandl2008-06-071-147/+77
* Move the codec decode type checks to bytes/bytearray.decode().Marc-André Lemburg2008-06-061-0/+2
* Issue 3049: Some 3k sizeof tests fail.Robert Schuppenies2008-06-061-13/+10
* Merged revisions 63977 via svnmerge fromThomas Heller2008-06-062-23/+125
* Merged revisions 63897-63898 via svnmerge fromThomas Heller2008-06-061-1/+1
* Fix sys.flags sequence behavior and add a test case.Georg Brandl2008-06-061-1/+2
* use the more idomatic (and Py3k faster) while TrueBenjamin Peterson2008-06-051-1/+1
* Fixed isinstance() check in dis.dis().Alexandre Vassalotti2008-06-041-1/+1
* Merged revisions 63856-63857,63859-63860 via svnmerge fromMartin v. Löwis2008-06-042-2/+136
* Remove tabcheck from the expected flags in sys.flags.Georg Brandl2008-06-041-1/+1
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-4/+4