summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 64326 via svnmerge fromBenjamin Peterson2008-06-171-2/+1
* Merged revisions 64317 via svnmerge fromBenjamin Peterson2008-06-161-19/+20
* Merged revisions 64309 via svnmerge fromAmaury Forgeot d'Arc2008-06-161-1/+40
* improvements to the fix for #3114Benjamin Peterson2008-06-151-9/+4
* #3114 fix a bus error when deallocated exceptions were usedBenjamin Peterson2008-06-151-0/+19
* Merged revisions 64095 via svnmerge fromBenjamin Peterson2008-06-141-1/+6
* Implicit exception chaining via __context__ (PEP 3134).Guido van Rossum2008-06-142-27/+102
* Ran svneol.pyMartin v. Löwis2008-06-134-49/+49
* fix more threading API related bugsBenjamin Peterson2008-06-131-1/+1
* Remove traces of rfc822.Georg Brandl2008-06-121-0/+1
* remove the rfc822 moduleBenjamin Peterson2008-06-123-259/+2
* Remove last traces of mimetools.Georg Brandl2008-06-121-2/+0
* Restore _pickle module accelerator module.Alexandre Vassalotti2008-06-123-33/+47
* actually remove the mimetools moduleBenjamin Peterson2008-06-121-76/+0
* Patch for issue 2848, mostly by Humberto Diogenes, with a couple ofBarry Warsaw2008-06-129-30/+30
* revert the addition of _pickle because it was causing havok with 64-bitBenjamin Peterson2008-06-123-47/+33
* Patch by Humberto Diogenes for issue 2849, removing rfc822 module fromBarry Warsaw2008-06-121-1/+1
* fix test_pyclbr which failed because the new StringIO presented bases it coul...Benjamin Peterson2008-06-121-1/+1
* Fixed test_sys failure due to removal of the unused slotsAlexandre Vassalotti2008-06-121-5/+10
* Issue 2918: Merge StringIO and cStringIO.Alexandre Vassalotti2008-06-113-9/+38
* fix test_sslBenjamin Peterson2008-06-111-4/+4
* Issue 2917: Merge the pickle and cPickle module.Alexandre Vassalotti2008-06-113-33/+47
* fix hanging test_xmlrpcBenjamin Peterson2008-06-111-1/+1
* Merged revisions 64125 via svnmerge fromBenjamin Peterson2008-06-118-27/+29
* #2630: Implement PEP 3138.Georg Brandl2008-06-115-13/+90
* Merged revisions 64104,64117 via svnmerge fromBenjamin Peterson2008-06-111-0/+1791
* #3021: Antoine Pitrou's Lexical exception handlersBenjamin Peterson2008-06-112-1/+180
* 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-105-16/+89
* Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,...Georg Brandl2008-06-1011-125/+172
* Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,...Georg Brandl2008-06-103-30/+31
* Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,...Georg Brandl2008-06-104-9/+117
* Remove last traces of cStringIO.Georg Brandl2008-06-101-1/+1
* Issue 2582: Fix pickling of range objects.Alexandre Vassalotti2008-06-101-0/+10
* Issue 3049: Some 3k sizeof tests fail.Robert Schuppenies2008-06-061-13/+10
* Fix sys.flags sequence behavior and add a test case.Georg Brandl2008-06-061-1/+2
* 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
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-046-27/+16
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-046-16/+27
* Change all functions that expect one unicode character to accept a pair ofWalter Dörwald2008-06-031-0/+8
* Forward-port PYTHONIOENCODING.Martin v. Löwis2008-06-021-0/+20
* Remove the htmllib and sgmllib modules as per PEP 3108.Georg Brandl2008-06-013-509/+0
* Add test case for r63810.Georg Brandl2008-05-301-0/+5
* Merged revisions 63460,63464 via svnmerge fromBenjamin Peterson2008-05-291-6/+24
* Remove deprecated SmartCookie and SerialCookie classes.Georg Brandl2008-05-281-1/+0