| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Bring over external-commit.bat manually, wasn't picked up via svnmerge. | Trent Nelson | 2008-03-20 | 1 | -0/+34 |
|
|
* | Merged revisions 61639 via svnmerge from | Trent Nelson | 2008-03-20 | 4 | -5/+7 |
|
|
* | 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 | 2 | -27/+8 |
|
|
* | These files should have been merged in r61643 | Amaury Forgeot d'Arc | 2008-03-19 | 2 | -0/+1995 |
|
|
* | Create a signed CRC32 hash. I'm not absolutely sure it's correct. At least it... | Christian Heimes | 2008-03-19 | 2 | -2/+2 |
|
|
* | Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,... | Christian Heimes | 2008-03-19 | 26 | -215/+277 |
|
|
* | Fix a WTF noticed by Jerry Seutter. | Barry Warsaw | 2008-03-19 | 1 | -2/+2 |
|
|
* | Issue2297: Fix a stack overflow in Windows caused by -v and -vv. When python... | Trent Nelson | 2008-03-19 | 2 | -5/+37 |
|
|
* | Run 2to3 on this library. | Martin v. Löwis | 2008-03-19 | 22 | -194/+196 |
|
|
* | Merged revisions 61602 via svnmerge from | Martin v. Löwis | 2008-03-19 | 24 | -177/+252 |
|
|
* | Merged revisions 61596-61597 via svnmerge from | Martin v. Löwis | 2008-03-19 | 67 | -0/+11990 |
|
|
* | Blocked -r61590 -r61585: tests from __future__ print_function. | Eric Smith | 2008-03-19 | 0 | -0/+0 |
|
|
* | Blocked revision which added zip, filter, map to future_builtins. | David Wolever | 2008-03-19 | 0 | -0/+0 |
|
|
* | 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 | 2 | -5/+26 |
|
|
* | - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has been | Trent Nelson | 2008-03-18 | 16 | -183/+610 |
|
|
* | Block revision 61570. | Brett Cannon | 2008-03-18 | 0 | -0/+0 |
|
|
* | svnmerge.py block -r61564 | Christian Heimes | 2008-03-18 | 0 | -0/+0 |
|
|
* | Convert the input from stdout to text. | Brett Cannon | 2008-03-18 | 1 | -1/+1 |
|
|
* | Blocked a rev in which I added a warning. | David Wolever | 2008-03-18 | 0 | -0/+0 |
|
|
* | 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 | 3 | -34/+22 |
|
|
* | Add missing UNPACK_EX opcode. | Thomas Wouters | 2008-03-18 | 1 | -1/+1 |
|
|
* | Revert r61508: it caused test_mailbox to fail on all platforms. | Neal Norwitz | 2008-03-18 | 2 | -115/+69 |
|
|
* | Merged revisions 61520,61523-61528,61532 via svnmerge from | Christian Heimes | 2008-03-18 | 10 | -92/+242 |
|
|
* | Remove unnused vars that I missed in previous removal of output file generation. | Neal Norwitz | 2008-03-18 | 1 | -2/+0 |
|
|
* | svnmerge.py block -r61529 | Christian Heimes | 2008-03-18 | 0 | -0/+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 | 33 | -962/+980 |
|
|
* | block r61491 | Christian Heimes | 2008-03-18 | 0 | -0/+0 |
|
|
* | In TextIOWrapper: | Ka-Ping Yee | 2008-03-18 | 2 | -69/+115 |
|
|
* | Make TextIOWrapper's seek/tell work properly with stateful decoders; | Ka-Ping Yee | 2008-03-18 | 3 | -111/+369 |
|
|
* | Blocked revisions 61492 via svnmerge | Guido van Rossum | 2008-03-18 | 0 | -0/+0 |
|
|