summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-047-43/+16
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-047-16/+43
* Change all functions that expect one unicode character to accept a pair ofWalter Dörwald2008-06-031-0/+8
* Fix Tkinter sequence passing. #2906.Georg Brandl2008-06-031-2/+7
* Forward-port PYTHONIOENCODING.Martin v. Löwis2008-06-021-0/+20
* Remove the htmllib and sgmllib modules as per PEP 3108.Georg Brandl2008-06-016-1546/+2
* Merged revisions 63871 via svnmerge fromGeorg Brandl2008-06-012-135/+195
* Add test case for r63810.Georg Brandl2008-05-301-0/+5
* Remove basestring usage.Georg Brandl2008-05-301-1/+1
* Merged revisions 63460,63464 via svnmerge fromBenjamin Peterson2008-05-292-6/+30
* add the gestalt module back as _gestaltBenjamin Peterson2008-05-291-5/+3
* Merged revisions 63791-63792 via svnmerge fromThomas Heller2008-05-291-0/+8
* #2906: accept lists for options, and some cosmetic fixes in Tkinter.Georg Brandl2008-05-291-15/+19
* Remove deprecated SmartCookie and SerialCookie classes.Georg Brandl2008-05-282-154/+8
* Make db modules' error classes inherit IOError.Georg Brandl2008-05-283-49/+47
* Remove __metaclass__ remains.Georg Brandl2008-05-271-1/+1
* #2957: marshal recursion limit exceeded when importing a large .pyc fileAmaury Forgeot d'Arc2008-05-261-0/+6