summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Block revisions 61878-61881 aka Georgs py3k warningsChristian Heimes2008-03-250-0/+0
* Block the mere addition of a versionadded tag.Georg Brandl2008-03-250-0/+0
* Merge the table type change to save space on LP64 platforms from trunk r61875.Gregory P. Smith2008-03-251-53/+53
* i'll merge this revision by hand since its a mix of cleanup and 2.x specificsGregory P. Smith2008-03-250-0/+0
* Blocked revisions 61871 via svnmergeGeorg Brandl2008-03-250-0/+0
* #868845: document <...> reprs.Georg Brandl2008-03-251-6/+8
* 61867 not needed in 3kGregory P. Smith2008-03-250-0/+0
* Merged revisions 61849 via svnmerge fromMartin v. Löwis2008-03-241-0/+2
* Merged revisions 61846-61847 via svnmerge fromMartin v. Löwis2008-03-249-16/+314
* Remove the dl module per PEP 3108.Neal Norwitz2008-03-2411-467/+5
* Always try to delete the data file before and after the test.Neal Norwitz2008-03-242-5/+6
* Ensure cleanup does not reference variables that don't yet exist.Neal Norwitz2008-03-241-0/+4
* Skip test if socket gets reset, the problem is on the other side.Neal Norwitz2008-03-241-1/+11
* Add missing closing parenNeal Norwitz2008-03-241-1/+1
* Fix crash on 64-bit platformsNeal Norwitz2008-03-241-1/+1
* Merged revisions 61820-61823 via svnmerge fromChristian Heimes2008-03-244-8/+39
* Stop including 2to3 in Tools, as it is in Lib now.Martin v. Löwis2008-03-242-3/+1
* Merged revisions 61825 via svnmerge fromMartin v. Löwis2008-03-246-23/+62
* Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,...Christian Heimes2008-03-2342-568/+776
* Prevent 61779 and 61810 from merging into in py3kGregory P. Smith2008-03-230-0/+0
* Fixed parent class initChristian Heimes2008-03-231-1/+1
* Invoke byte-compilation after running 2to3.Martin v. Löwis2008-03-221-2/+13
* Properly terminate file name.Martin v. Löwis2008-03-221-1/+1
* Replace spaces by tabs, addedChristian Heimes2008-03-221-11/+12
* unicode->str.Martin v. Löwis2008-03-222-3/+3
* Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,...Christian Heimes2008-03-2223-177/+2280
* Add build_py_2to3.Martin v. Löwis2008-03-223-1/+47
* Merged revisions 61724-61725 via svnmerge fromMartin v. Löwis2008-03-2215-66/+352
* Add XXX comments for whoever cleans up getargs.c :)Georg Brandl2008-03-211-0/+4
* file.write() may return something with the new IO framework.Georg Brandl2008-03-211-3/+7
* Merged revisions 61672,61674,61676-61678,61681,61683-61684 via svnmerge fromChristian Heimes2008-03-215-61/+282
* Disabled some unused functions to silence compiler warningsChristian Heimes2008-03-211-0/+4
* Add __future__ import for print_function. It's a no-op in 3.0, but it needs ...Eric Smith2008-03-205-0/+17
* #2435: missing file in pybenchAmaury Forgeot d'Arc2008-03-201-0/+190
* Added a longish test case to stress seek/tell with a stateful decoder.Ka-Ping Yee2008-03-201-10/+20
* Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 ...Christian Heimes2008-03-2012-53/+106
* Clean up the TextIOWrapper code; pick better names; improve documentation.Ka-Ping Yee2008-03-201-123/+121
* This is r61508 plus additional fixes to the handling of 'limit'Ka-Ping Yee2008-03-201-64/+84
* crc32 always returns unsigned. cleanup the code a bit and revert r61648 withGregory P. Smith2008-03-203-28/+16
* Bring over external-commit.bat manually, wasn't picked up via svnmerge.Trent Nelson2008-03-201-0/+34
* Merged revisions 61639 via svnmerge fromTrent Nelson2008-03-204-5/+7
* Another missing file after merge from trunk.Amaury Forgeot d'Arc2008-03-201-0/+1
* Another 2.6-ism in test fileAmaury Forgeot d'Arc2008-03-201-1/+1
* - Revert a change that should have been blocked: py3k has no -3 flag!Amaury Forgeot d'Arc2008-03-202-27/+8
* These files should have been merged in r61643Amaury Forgeot d'Arc2008-03-192-0/+1995
* Create a signed CRC32 hash. I'm not absolutely sure it's correct. At least it...Christian Heimes2008-03-192-2/+2
* Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,...Christian Heimes2008-03-1926-215/+277
* Fix a WTF noticed by Jerry Seutter.Barry Warsaw2008-03-191-2/+2
* Issue2297: Fix a stack overflow in Windows caused by -v and -vv. When python...Trent Nelson2008-03-192-5/+37
* Run 2to3 on this library.Martin v. Löwis2008-03-1922-194/+196