2008-03-25 |
Gregory P.... | 61867 not needed in 3k |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Martin v. Löwis | Merged revisions 61849 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Martin v. Löwis | Merged revisions 61846-61847 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Neal Norwitz | Remove the dl module per PEP 3108. |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Neal Norwitz | Always try to delete the data file before and after... |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Neal Norwitz | Ensure cleanup does not reference variables that don... |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Neal Norwitz | Skip test if socket gets reset, the problem is on the... |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Neal Norwitz | Add missing closing paren |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Neal Norwitz | Fix crash on 64-bit platforms |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Christian Heimes | Merged revisions 61820-61823 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Martin v. Löwis | Stop including 2to3 in Tools, as it is in Lib now. |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Martin v. Löwis | Merged revisions 61825 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Christian Heimes | Merged revisions 61724-61725,61731-61735,61737,61739... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Gregory P.... | Prevent 61779 and 61810 from merging into in py3k |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Christian Heimes | Fixed parent class init |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Martin v. Löwis | Invoke byte-compilation after running 2to3. |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Martin v. Löwis | Properly terminate file name. |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Christian Heimes | Replace spaces by tabs, added |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Martin v. Löwis | unicode->str. |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Christian Heimes | Merged revisions 61687-61688,61696,61700,61704-61705... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Martin v. Löwis | Add build_py_2to3. |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Martin v. Löwis | Merged revisions 61724-61725 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Georg Brandl | Add XXX comments for whoever cleans up getargs.c :) |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Georg Brandl | file.write() may return something with the new IO frame... |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Christian Heimes | Merged revisions 61672,61674,61676-61678,61681,61683... |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Christian Heimes | Disabled some unused functions to silence compiler... |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Eric Smith | Add __future__ import for print_function. It's a no... |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Amaury Forgeot... | #2435: missing file in pybench |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Ka-Ping Yee | Added a longish test case to stress seek/tell with... |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Christian Heimes | Merged revisions 61644,61646-61647,61649-61652,61656... |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Ka-Ping Yee | Clean up the TextIOWrapper code; pick better names... |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Ka-Ping Yee | This is r61508 plus additional fixes to the handling... |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Gregory P.... | crc32 always returns unsigned. cleanup the code a... |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Trent Nelson | Bring over external-commit.bat manually, wasn't picked... |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Trent Nelson | Merged revisions 61639 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Amaury Forgeot... | Another missing file after merge from trunk. |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Amaury Forgeot... | Another 2.6-ism in test file |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Amaury Forgeot... | - Revert a change that should have been blocked: py3k... |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Amaury Forgeot... | These files should have been merged in r61643 |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Christian Heimes | Create a signed CRC32 hash. I'm not absolutely sure... |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Christian Heimes | Merged revisions 61538-61540,61556,61559-61560,61563... |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Barry Warsaw | Fix a WTF noticed by Jerry Seutter. |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Trent Nelson | Issue2297: Fix a stack overflow in Windows caused by... |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Martin v. Löwis | Run 2to3 on this library. |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Martin v. Löwis | Merged revisions 61602 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Martin v. Löwis | Merged revisions 61596-61597 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Eric Smith | Blocked -r61590 -r61585: tests from __future__ print_fu... |
commit | commitdiff | tree | snapshot |
2008-03-19 |
David Wolever | Blocked revision which added zip, filter, map to future... |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Trent Nelson | Add the -n option back to getopt(); it was lost in... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Eric Smith | Blocked 61577, implementation of print function. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Trent Nelson | - Issue #719888: Updated tokenize to use a bytes API... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Brett Cannon | Block revision 61570. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Christian Heimes | svnmerge.py block -r61564 |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Brett Cannon | Convert the input from stdout to text. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
David Wolever | Blocked a rev in which I added a warning. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Neal Norwitz | Get this test to pass (UserList/UserDict no longer... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Neal Norwitz | Get this test to work (it was skipped previously): |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Thomas Wouters | Fix 're' to work on bytes. It could do with a few more... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Thomas Wouters | Add missing UNPACK_EX opcode. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Neal Norwitz | Revert r61508: it caused test_mailbox to fail on all... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Christian Heimes | Merged revisions 61520,61523-61528,61532 via svnmerge... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Neal Norwitz | Remove unnused vars that I missed in previous removal... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Christian Heimes | svnmerge.py block -r61529 |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Neal Norwitz | Fix a bunch of problems from merges. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Eric Smith | Added test_print.py. I want to have a test suite when... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Christian Heimes | Merged revisions 61431,61433-61436,61439,61444,61449... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Christian Heimes | block r61491 |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Ka-Ping Yee | In TextIOWrapper: |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Ka-Ping Yee | Make TextIOWrapper's seek/tell work properly with state... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Guido van Rossum | Blocked revisions 61492 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Guido van Rossum | Blocked revisions 61489 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Guido van Rossum | Blocked revisions 61486 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Guido van Rossum | Blocked revisions 61478 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Guido van Rossum | Blocked revisions 61475 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Guido van Rossum | - A new pickle protocol (protocol 3) is added with... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Neal Norwitz | Whoops, I missed a few more places that were using... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Gregory P.... | mention the zlib crc32/adler32 changes |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Martin v. Löwis | Bug #2301: Don't try decoding the source code into... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Ka-Ping Yee | Patch from jbalogh fixes issue #2282 (misnamed seekable... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Ka-Ping Yee | Document the expected convention for getstate() (as... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Gregory P.... | zlib.crc32 and zlib.adler32 now return an unsigned... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Gregory P.... | use PyBUF_LOCK instead of PyBUF_SIMPLE for bsddb data... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Eric Smith | Added tests for tokenize, blocked corresponding checkin... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Eric Smith | Renamed test_hexoct.py to test_int_literal.py, to match... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Neal Norwitz | Add missing parameter spotted by Jared Flatow |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Neal Norwitz | Remove __{get,set,del}slice__ dingleberries. |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Eric Smith | Blocked r61442, which is a backport of PEP 3127 feature... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Ka-Ping Yee | Remove the "unsafe" flag on peek() -- it is no longer... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Jeffrey Yasskin | Block r61438 from forward porting sinc it's a classic... |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Christian Heimes | Clean up svnmerge properties |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Christian Heimes | Merged revisions 61413-61414 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Mark Dickinson | Fix doctests in test_tokenize by converting Python... |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Mark Dickinson | Fix datetime_strptime following svnmerge from trunk... |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Mark Dickinson | Fix failing test test_bool following merge from trunk. |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Christian Heimes | Merged revisions 61404-61407 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Christian Heimes | Merged revisions 61239-61249,61252-61257,61260-61264... |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Gregory P.... | Fix an apparent typo. This test of the readonly boolea... |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Thomas Wouters | Fix crasher in unpacking assignments with star, where... |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Georg Brandl | #2285: remove cmp keyword from list.sort docstring. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Raymond Hettinger | In Py3.0, the recipes can use keyword-only arguments... |
commit | commitdiff | tree | snapshot |
next |