| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 61964-61979 via svnmerge from | Christian Heimes | 2008-03-28 | 3 | -35/+23 |
|
|
* | Merged revisions 61954,61956-61957 via svnmerge from | Christian Heimes | 2008-03-26 | 1 | -0/+11 |
|
|
* | Correct Issue#1561: test_mailbox failed on Windows. | Amaury Forgeot d'Arc | 2008-03-26 | 1 | -3/+2 |
|
|
* | Merged revisions 61913,61915-61916,61918-61919,61922-61926,61928-61929,61931,... | Christian Heimes | 2008-03-26 | 5 | -388/+418 |
|
|
* | Merged revisions 61892,61900 via svnmerge from | Christian Heimes | 2008-03-26 | 1 | -0/+6 |
|
|
* | Get the test to pass on space Ubuntu/Debian and ppc. It was failing | Neal Norwitz | 2008-03-26 | 1 | -2/+5 |
|
|
* | Merged revisions 61834,61841-61842,61851-61853,61863-61864,61869-61870,61874,... | Christian Heimes | 2008-03-25 | 3 | -8/+38 |
|
|
* | Merged revisions 61846-61847 via svnmerge from | Martin v. Löwis | 2008-03-24 | 1 | -1/+85 |
|
|
* | Remove the dl module per PEP 3108. | Neal Norwitz | 2008-03-24 | 1 | -34/+0 |
|
|
* | 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 |
|
|
* | Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,... | Christian Heimes | 2008-03-23 | 7 | -11/+54 |
|
|
* | Fixed parent class init | Christian Heimes | 2008-03-23 | 1 | -1/+1 |
|
|
* | Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,... | Christian Heimes | 2008-03-22 | 7 | -149/+532 |
|
|
* | Merged revisions 61672,61674,61676-61678,61681,61683-61684 via svnmerge from | Christian Heimes | 2008-03-21 | 1 | -0/+2 |
|
|
* | Add __future__ import for print_function. It's a no-op in 3.0, but it needs ... | Eric Smith | 2008-03-20 | 1 | -0/+7 |
|
|
* | 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 | 4 | -33/+78 |
|
|
* | crc32 always returns unsigned. cleanup the code a bit and revert r61648 with | Gregory P. Smith | 2008-03-20 | 1 | -2/+2 |
|
|
* | Another missing file after merge from trunk. | Amaury Forgeot d'Arc | 2008-03-20 | 1 | -0/+1 |
|
|
* | Another 2.6-ism in test file | Amaury Forgeot d'Arc | 2008-03-20 | 1 | -1/+1 |
|
|
* | - Revert a change that should have been blocked: py3k has no -3 flag! | Amaury Forgeot d'Arc | 2008-03-20 | 1 | -8/+0 |
|
|
* | Create a signed CRC32 hash. I'm not absolutely sure it's correct. At least it... | Christian Heimes | 2008-03-19 | 1 | -1/+1 |
|
|
* | Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,... | Christian Heimes | 2008-03-19 | 8 | -37/+84 |
|
|
* | Issue2297: Fix a stack overflow in Windows caused by -v and -vv. When python... | Trent Nelson | 2008-03-19 | 1 | -2/+20 |
|
|
* | Add the -n option back to getopt(); it was lost in r61521. | Trent Nelson | 2008-03-19 | 1 | -1/+1 |
|
|
* | Blocked 61577, implementation of print function. | Eric Smith | 2008-03-18 | 1 | -5/+25 |
|
|
* | - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has been | Trent Nelson | 2008-03-18 | 5 | -46/+354 |
|
|
* | Get this test to pass (UserList/UserDict no longer exist and caused a skip). | Neal Norwitz | 2008-03-18 | 1 | -23/+16 |
|
|
* | Get this test to work (it was skipped previously): | Neal Norwitz | 2008-03-18 | 1 | -25/+26 |
|
|
* | Fix 're' to work on bytes. It could do with a few more tests, though. | Thomas Wouters | 2008-03-18 | 1 | -31/+19 |
|
|
* | Revert r61508: it caused test_mailbox to fail on all platforms. | Neal Norwitz | 2008-03-18 | 1 | -33/+5 |
|
|
* | Merged revisions 61520,61523-61528,61532 via svnmerge from | Christian Heimes | 2008-03-18 | 2 | -62/+119 |
|
|
* | Remove unnused vars that I missed in previous removal of output file generation. | Neal Norwitz | 2008-03-18 | 1 | -2/+0 |
|
|
* | Fix a bunch of problems from merges. | Neal Norwitz | 2008-03-18 | 1 | -30/+11 |
|
|
* | Added test_print.py. I want to have a test suite when the print function is ... | Eric Smith | 2008-03-18 | 1 | -0/+102 |
|
|
* | Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,... | Christian Heimes | 2008-03-18 | 16 | -856/+717 |
|
|
* | In TextIOWrapper: | Ka-Ping Yee | 2008-03-18 | 1 | -5/+33 |
|
|
* | Make TextIOWrapper's seek/tell work properly with stateful decoders; | Ka-Ping Yee | 2008-03-18 | 1 | -0/+171 |
|
|
* | - A new pickle protocol (protocol 3) is added with explicit support | Guido van Rossum | 2008-03-17 | 3 | -13/+22 |
|
|
* | Whoops, I missed a few more places that were using slicing from the operator ... | Neal Norwitz | 2008-03-17 | 1 | -26/+0 |
|
|
* | Bug #2301: Don't try decoding the source code into the original | Martin v. Löwis | 2008-03-17 | 1 | -0/+7 |
|
|
* | Patch from jbalogh fixes issue #2282 (misnamed seekable() method). | Ka-Ping Yee | 2008-03-17 | 1 | -0/+6 |
|
|
* | zlib.crc32 and zlib.adler32 now return an unsigned value as any sane person | Gregory P. Smith | 2008-03-17 | 1 | -0/+8 |
|
|
* | Added tests for tokenize, blocked corresponding checkin from trunk. | Eric Smith | 2008-03-17 | 1 | -2/+10 |
|
|
* | Renamed test_hexoct.py to test_int_literal.py, to match r61422 in the trunk. | Eric Smith | 2008-03-17 | 2 | -116/+147 |
|
|
* | Fix doctests in test_tokenize by converting Python 2.x syntax | Mark Dickinson | 2008-03-16 | 1 | -49/+49 |
|
|
* | Fix failing test test_bool following merge from trunk. | Mark Dickinson | 2008-03-16 | 1 | -1/+1 |
|
|
* | Merged revisions 61404-61407 via svnmerge from | Christian Heimes | 2008-03-16 | 1 | -7/+0 |
|
|