summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 64130 via svnmerge fromGeorg Brandl2008-06-111-7/+7
* Follow-up of PEP 3121:Amaury Forgeot d'Arc2008-06-111-2/+2
* Issue 1342: Python could not start if installed in a directoryAmaury Forgeot d'Arc2008-06-113-5/+15
* Merged revisions 64123 via svnmerge fromBenjamin Peterson2008-06-112-0/+578
* Merged revisions 64104,64117 via svnmerge fromBenjamin Peterson2008-06-1132-1/+12513
* #3021: Antoine Pitrou's Lexical exception handlersBenjamin Peterson2008-06-1117-303/+410
* Remove PyInit_cStringIO again.Martin v. Löwis2008-06-111-1/+0
* Fix typo.Martin v. Löwis2008-06-111-1/+1
* Add missing NULL return value.Martin v. Löwis2008-06-111-1/+1
* Update to PEP 3121.Martin v. Löwis2008-06-111-109/+110
* Fix module initialization glitches.Martin v. Löwis2008-06-112-3/+1
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-11113-851/+2226
* block 64105Gregory P. Smith2008-06-110-0/+0
* 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
* block 64093 as its 2.6 only.Gregory P. Smith2008-06-100-0/+0
* Temporarily disable test_xmlrpc_net because xmlrpc.com is brokenBenjamin Peterson2008-06-101-1/+2
* Blocked revisions 64090 via svnmergeBenjamin Peterson2008-06-100-0/+0
* Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,...Georg Brandl2008-06-1013-49/+269
* block a pystring/pybytes renaming change from py3kGregory P. Smith2008-06-100-0/+0
* Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,...Georg Brandl2008-06-1042-264/+420
* Blocked revisions 63384,63545,63568,63914,63932,64028 via svnmergeGeorg Brandl2008-06-100-0/+0
* Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,...Georg Brandl2008-06-1021-76/+247
* Fixed _bsddb key allocation errors.Alexandre Vassalotti2008-06-101-0/+4
* Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,...Georg Brandl2008-06-1027-212/+931
* Remove last traces of cStringIO.Georg Brandl2008-06-1013-119/+7
* PyString_InternFromString -> PyUnicode_InternFromStringThomas Heller2008-06-101-1/+1
* Merged revisions 63988,63991 via svnmerge fromThomas Heller2008-06-102-9/+77
* Merged revisions 64070 via svnmerge fromThomas Heller2008-06-101-4/+16
* Fix the Windows build by removing references to the cStringIO moduleThomas Heller2008-06-106-22/+4
* Patch #3064: Port new turtle module and demos to 3.0.Martin v. Löwis2008-06-1025-909/+7624
* Blocked revisions 64057-64058 via svnmergeAlexandre Vassalotti2008-06-100-0/+0
* Issue 2582: Fix pickling of range objects.Alexandre Vassalotti2008-06-102-0/+19
* block r64048Gregory P. Smith2008-06-090-0/+0
* Blocked revisions 64044-64045 via svnmergeBenjamin Peterson2008-06-080-0/+0
* Blocked revisions 64040 via svnmergeBenjamin Peterson2008-06-080-0/+0
* #3059: Stop decoding Unicode in calendar module.Georg Brandl2008-06-081-14/+6
* Blocked revisions 64031 via svnmergeBenjamin Peterson2008-06-080-0/+0
* Remove cl usage from aifc and use bytes throughout.Georg Brandl2008-06-071-147/+77
* Blocked revisions 64016,64018-64019 via svnmergeGeorg Brandl2008-06-070-0/+0
* Remove locking from buffer protocol as-per discussion.Travis E. Oliphant2008-06-066-36/+0
* Move the codec decode type checks to bytes/bytearray.decode().Marc-André Lemburg2008-06-068-41/+171
* Issue 3049: Some 3k sizeof tests fail.Robert Schuppenies2008-06-061-13/+10
* Blocked revisions 63982 via svnmergeGeorg Brandl2008-06-060-0/+0
* Merged revisions 63977 via svnmerge fromThomas Heller2008-06-066-27/+327
* Blocked revisions 63942-63943,63945 via svnmergeThomas Heller2008-06-060-0/+0
* Merged revisions 63897-63898 via svnmerge fromThomas Heller2008-06-063-3/+3
* Fix sys.flags sequence behavior and add a test case.Georg Brandl2008-06-062-3/+4
* Blocked revisions 63965,63967 via svnmergeBenjamin Peterson2008-06-050-0/+0
* use the more idomatic (and Py3k faster) while TrueBenjamin Peterson2008-06-051-1/+1