| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct Issue#1561: test_mailbox failed on Windows. | Amaury Forgeot d'Arc | 2008-03-26 | 2 | -19/+18 |
|
|
* | Merged revisions 61913,61915-61916,61918-61919,61922-61926,61928-61929,61931,... | Christian Heimes | 2008-03-26 | 12 | -426/+532 |
|
|
* | Block correct revision | Christian Heimes | 2008-03-26 | 0 | -0/+0 |
|
|
* | block backport of bytearray and io infrastructure | Christian Heimes | 2008-03-26 | 0 | -0/+0 |
|
|
* | Merged revisions 61892,61900 via svnmerge from | Christian Heimes | 2008-03-26 | 3 | -3/+12 |
|
|
* | #2484: remove duplicate variable definition. | Georg Brandl | 2008-03-26 | 1 | -1/+0 |
|
|
* | Get the test to pass on space Ubuntu/Debian and ppc. It was failing | Neal Norwitz | 2008-03-26 | 1 | -2/+5 |
|
|
* | Merged the ACKS from 2.6 | Benjamin Peterson | 2008-03-25 | 1 | -65/+54 |
|
|
* | block r61904 | Mark Dickinson | 2008-03-25 | 0 | -0/+0 |
|
|
* | Fix duplicated paragraph. | Georg Brandl | 2008-03-25 | 1 | -13/+0 |
|
|
* | Merged revisions 61834,61841-61842,61851-61853,61863-61864,61869-61870,61874,... | Christian Heimes | 2008-03-25 | 12 | -27/+74 |
|
|
* | Block revisions 61878-61881 aka Georgs py3k warnings | Christian Heimes | 2008-03-25 | 0 | -0/+0 |
|
|
* | Block the mere addition of a versionadded tag. | Georg Brandl | 2008-03-25 | 0 | -0/+0 |
|
|
* | Merge the table type change to save space on LP64 platforms from trunk r61875. | Gregory P. Smith | 2008-03-25 | 1 | -53/+53 |
|
|
* | i'll merge this revision by hand since its a mix of cleanup and 2.x specifics | Gregory P. Smith | 2008-03-25 | 0 | -0/+0 |
|
|
* | Blocked revisions 61871 via svnmerge | Georg Brandl | 2008-03-25 | 0 | -0/+0 |
|
|
* | #868845: document <...> reprs. | Georg Brandl | 2008-03-25 | 1 | -6/+8 |
|
|
* | 61867 not needed in 3k | Gregory P. Smith | 2008-03-25 | 0 | -0/+0 |
|
|
* | Merged revisions 61849 via svnmerge from | Martin v. Löwis | 2008-03-24 | 1 | -0/+2 |
|
|
* | Merged revisions 61846-61847 via svnmerge from | Martin v. Löwis | 2008-03-24 | 9 | -16/+314 |
|
|
* | Remove the dl module per PEP 3108. | Neal Norwitz | 2008-03-24 | 11 | -467/+5 |
|
|
* | Always try to delete the data file before and after the test. | Neal Norwitz | 2008-03-24 | 2 | -5/+6 |
|
|
* | Ensure cleanup does not reference variables that don't yet exist. | Neal Norwitz | 2008-03-24 | 1 | -0/+4 |
|
|
* | Skip test if socket gets reset, the problem is on the other side. | Neal Norwitz | 2008-03-24 | 1 | -1/+11 |
|
|
* | Add missing closing paren | Neal Norwitz | 2008-03-24 | 1 | -1/+1 |
|
|
* | Fix crash on 64-bit platforms | Neal Norwitz | 2008-03-24 | 1 | -1/+1 |
|
|
* | Merged revisions 61820-61823 via svnmerge from | Christian Heimes | 2008-03-24 | 4 | -8/+39 |
|
|
* | Stop including 2to3 in Tools, as it is in Lib now. | Martin v. Löwis | 2008-03-24 | 2 | -3/+1 |
|
|
* | Merged revisions 61825 via svnmerge from | Martin v. Löwis | 2008-03-24 | 6 | -23/+62 |
|
|
* | Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,... | Christian Heimes | 2008-03-23 | 42 | -568/+776 |
|
|
* | Prevent 61779 and 61810 from merging into in py3k | Gregory P. Smith | 2008-03-23 | 0 | -0/+0 |
|
|
* | Fixed parent class init | Christian Heimes | 2008-03-23 | 1 | -1/+1 |
|
|
* | Invoke byte-compilation after running 2to3. | Martin v. Löwis | 2008-03-22 | 1 | -2/+13 |
|
|
* | Properly terminate file name. | Martin v. Löwis | 2008-03-22 | 1 | -1/+1 |
|
|
* | Replace spaces by tabs, added | Christian Heimes | 2008-03-22 | 1 | -11/+12 |
|
|
* | unicode->str. | Martin v. Löwis | 2008-03-22 | 2 | -3/+3 |
|
|
* | Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,... | Christian Heimes | 2008-03-22 | 23 | -177/+2280 |
|
|
* | Add build_py_2to3. | Martin v. Löwis | 2008-03-22 | 3 | -1/+47 |
|
|
* | Merged revisions 61724-61725 via svnmerge from | Martin v. Löwis | 2008-03-22 | 15 | -66/+352 |
|
|
* | Add XXX comments for whoever cleans up getargs.c :) | Georg Brandl | 2008-03-21 | 1 | -0/+4 |
|
|
* | file.write() may return something with the new IO framework. | Georg Brandl | 2008-03-21 | 1 | -3/+7 |
|
|
* | Merged revisions 61672,61674,61676-61678,61681,61683-61684 via svnmerge from | Christian Heimes | 2008-03-21 | 5 | -61/+282 |
|
|
* | Disabled some unused functions to silence compiler warnings | Christian Heimes | 2008-03-21 | 1 | -0/+4 |
|
|
* | Add __future__ import for print_function. It's a no-op in 3.0, but it needs ... | Eric Smith | 2008-03-20 | 5 | -0/+17 |
|
|
* | #2435: missing file in pybench | Amaury Forgeot d'Arc | 2008-03-20 | 1 | -0/+190 |
|
|
* | Added a longish test case to stress seek/tell with a stateful decoder. | Ka-Ping Yee | 2008-03-20 | 1 | -10/+20 |
|
|
* | Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 ... | Christian Heimes | 2008-03-20 | 12 | -53/+106 |
|
|
* | Clean up the TextIOWrapper code; pick better names; improve documentation. | Ka-Ping Yee | 2008-03-20 | 1 | -123/+121 |
|
|
* | This is r61508 plus additional fixes to the handling of 'limit' | Ka-Ping Yee | 2008-03-20 | 1 | -64/+84 |
|
|
* | crc32 always returns unsigned. cleanup the code a bit and revert r61648 with | Gregory P. Smith | 2008-03-20 | 3 | -28/+16 |
|
|