summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove imputil demoBenjamin Peterson2008-06-051-248/+0
* Blocked revisions 63961-63963 via svnmergeThomas Heller2008-06-050-0/+0
* remove unused docstringBenjamin Peterson2008-06-041-3/+0
* 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-049-2/+254
* 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-0422-61/+31
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-0437-1242/+1082
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-0437-1082/+1242
* Fix misspelling.Georg Brandl2008-06-043-4/+4
* Change all functions that expect one unicode character to accept a pair ofWalter Dörwald2008-06-032-73/+82
* Blocked revisions 63899 via svnmergeWalter Dörwald2008-06-030-0/+0
* Fix Tkinter sequence passing. #2906.Georg Brandl2008-06-031-2/+7
* Blocked revisions 63910 via svnmergeBenjamin Peterson2008-06-030-0/+0
* Removed the old cStringIO module.Alexandre Vassalotti2008-06-021-754/+0
* Refactored known type optimization, in anticipation of backporting to 2.6. I...Eric Smith2008-06-021-7/+13
* Fix uninitialized variable access, release memory.Martin v. Löwis2008-06-021-0/+3
* Port GetInteger and GetString to 3k.Martin v. Löwis2008-06-021-2/+2
* Forward-port PYTHONIOENCODING.Martin v. Löwis2008-06-024-6/+45
* Merged revisions 63888 via svnmerge fromMartin v. Löwis2008-06-022-0/+60
* Merged revisions 63625-63629,63631-63633,63635-63638 via svnmerge fromMartin v. Löwis2008-06-022-1/+33
* Blocked revisions 63873 via svnmergeGeorg Brandl2008-06-010-0/+0