| Commit message (Expand) | Author | Age | Files | Lines |
* | make file closing more robust | Benjamin Peterson | 2009-06-13 | 1 | -7/+6 |
|
|
* | Fix SystemError and a wasps nest of ref counting issues. | Raymond Hettinger | 2009-06-12 | 1 | -0/+7 |
|
|
* | Issue #6195: fix doctest to no longer try to read 'source' data from | R. David Murray | 2009-06-12 | 1 | -0/+11 |
|
|
* | Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,... | Benjamin Peterson | 2009-06-11 | 3 | -5/+5 |
|
|
* | Merged revisions 73328 via svnmerge from | Amaury Forgeot d'Arc | 2009-06-09 | 1 | -0/+1 |
|
|
* | #5924: on Windows, a large PYTHONPATH (more than 255 chars) was completely ig... | Amaury Forgeot d'Arc | 2009-06-09 | 1 | -0/+10 |
|
|
* | Merged revisions 73190,73213,73257-73258,73260,73275,73294 via svnmerge from | Georg Brandl | 2009-06-08 | 1 | -2/+2 |
|
|
* | Issue #6221: Delete test registry key before running the test. | Martin v. Löwis | 2009-06-07 | 1 | -0/+21 |
|
|
* | give the C implementation of TextIOWrapper the errors property #6217 | Benjamin Peterson | 2009-06-06 | 2 | -3/+9 |
|
|
* | Issue #6137: The pickle module now translates module names when loading | Antoine Pitrou | 2009-06-04 | 2 | -0/+45 |
|
|
* | Merged revisions 73232 via svnmerge from | Georg Brandl | 2009-06-04 | 1 | -0/+9 |
|
|
* | Remove the ipaddr module per discussion on python-dev. | Raymond Hettinger | 2009-06-04 | 1 | -586/+0 |
|
|
* | Merged revisions 73186,73206,73212 via svnmerge from | Georg Brandl | 2009-06-04 | 1 | -2/+2 |
|
|
* | More codestring -> codebytes. | Georg Brandl | 2009-06-04 | 2 | -4/+4 |
|
|
* | #3791: remove last traces of bsddb. | Georg Brandl | 2009-06-04 | 1 | -26/+3 |
|
|
* | #3613: add base64.encodebytes and decodebytes as the new spelling of encodest... | Georg Brandl | 2009-06-04 | 2 | -17/+17 |
|
|
* | Fix __all__. | Raymond Hettinger | 2009-06-04 | 1 | -1/+2 |
|
|
* | Use new form of with-statement instead of contextlib.nested(). | Raymond Hettinger | 2009-06-04 | 3 | -10/+10 |
|
|
* | Add test code to verify that relative comparison operators with an object | Gregory P. Smith | 2009-06-02 | 1 | -0/+10 |
|
|
* | Merged revisions 73135 via svnmerge from | Gregory P. Smith | 2009-06-02 | 1 | -12/+15 |
|
|
* | Merged revisions 73073-73074,73089 via svnmerge from | Benjamin Peterson | 2009-06-01 | 1 | -1/+1 |
|
|
* | Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,... | Benjamin Peterson | 2009-06-01 | 4 | -6/+14 |
|
|
* | Merged revisions 73114 via svnmerge from | Amaury Forgeot d'Arc | 2009-06-01 | 1 | -0/+17 |
|
|
* | Issue #6150: Fix test_unicode on wide-unicode builds. | Martin v. Löwis | 2009-06-01 | 1 | -6/+7 |
|
|
* | Merged revisions 73077 via svnmerge from | R. David Murray | 2009-05-31 | 1 | -0/+28 |
|
|
* | Merged revisions 73064 via svnmerge from | Antoine Pitrou | 2009-05-30 | 2 | -0/+23 |
|
|
* | Issue #6149: Fix initialization of WeakValueDictionary objects from non-empty... | Antoine Pitrou | 2009-05-30 | 1 | -0/+11 |
|
|
* | 5562 -> 3061. | Martin v. Löwis | 2009-05-30 | 1 | -1/+1 |
|
|
* | Issue #5562: Use wcsftime for time.strftime where available. | Martin v. Löwis | 2009-05-30 | 1 | -3/+18 |
|
|
* | Merged revisions 73031 via svnmerge from | Benjamin Peterson | 2009-05-29 | 1 | -0/+20 |
|
|
* | Merged revisions 73022 via svnmerge from | R. David Murray | 2009-05-29 | 1 | -14/+13 |
|
|
* | Issue #6012: Add cleanup support to O& argument parsing. | Martin v. Löwis | 2009-05-29 | 1 | -1/+5 |
|
|
* | Issue 5982: Classmethod and staticmethod expose wrapped function with __func__. | Raymond Hettinger | 2009-05-29 | 1 | -1/+13 |
|
|
* | Suppress deprecation warnings. | Raymond Hettinger | 2009-05-28 | 1 | -1/+4 |
|
|
* | Restore tests until the code is actually removed. | Raymond Hettinger | 2009-05-28 | 1 | -0/+122 |
|
|
* | Deprecate contextlib.nested(). The with-statement now provides this function... | Raymond Hettinger | 2009-05-28 | 1 | -122/+0 |
|
|
* | Finish issue 5259 by adding tests and fixes for the 'login' | R. David Murray | 2009-05-28 | 1 | -22/+75 |
|
|
* | Merged revisions 72979 via svnmerge from | Philip Jenvey | 2009-05-28 | 3 | -30/+29 |
|
|
* | Remove useless compatibility statements | Antoine Pitrou | 2009-05-27 | 1 | -7/+0 |
|
|
* | Merged revisions 72966 via svnmerge from | R. David Murray | 2009-05-27 | 1 | -0/+6 |
|
|
* | Merged revisions 72957 via svnmerge from | Benjamin Peterson | 2009-05-27 | 1 | -1/+10 |
|
|
* | Stronger tests for namedtuple() to prevent future name conflict errors. | Raymond Hettinger | 2009-05-27 | 1 | -0/+31 |
|
|
* | Fix field name conflicts for named tuples. | Raymond Hettinger | 2009-05-27 | 1 | -0/+9 |
|
|
* | #6118: dont ignore encoding arguments for arguments with spaces in quote_plus(). | Georg Brandl | 2009-05-26 | 1 | -0/+15 |
|
|
* | Merged revisions 72930 via svnmerge from | Collin Winter | 2009-05-26 | 1 | -0/+10 |
|
|
* | Merged revisions 72924 via svnmerge from | Georg Brandl | 2009-05-25 | 2 | -1/+78 |
|
|
* | Merged revisions 72907 via svnmerge from | Benjamin Peterson | 2009-05-25 | 1 | -1/+17 |
|
|
* | Merged revisions 72905 via svnmerge from | Benjamin Peterson | 2009-05-25 | 1 | -8/+9 |
|
|
* | Merged revisions 72893 via svnmerge from | Martin v. Löwis | 2009-05-24 | 1 | -0/+5 |
|
|
* | Merged revisions 72887 via svnmerge from | Antoine Pitrou | 2009-05-24 | 1 | -1/+16 |
|
|