| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 73190,73213,73257-73258,73260,73275,73294 via svnmerge from | Georg Brandl | 2009-06-08 | 1 | -2/+2 |
|
|
* | Fix default value in docstring. | Georg Brandl | 2009-06-08 | 1 | -2/+2 |
|
|
* | Use boolean for another flag option. | Georg Brandl | 2009-06-08 | 1 | -1/+1 |
|
|
* | Use a real bool for a flag option. | Georg Brandl | 2009-06-08 | 1 | -1/+1 |
|
|
* | Issue #6221: Delete test registry key before running the test. | Martin v. Löwis | 2009-06-07 | 1 | -0/+21 |
|
|
* | Fix for issue 6202 | Ronald Oussoren | 2009-06-07 | 1 | -3/+1 |
|
|
* | give the C implementation of TextIOWrapper the errors property #6217 | Benjamin Peterson | 2009-06-06 | 3 | -3/+20 |
|
|
* | Merged revisions 73250 via svnmerge from | Benjamin Peterson | 2009-06-05 | 1 | -3/+4 |
|
|
* | Issue #6137: The pickle module now translates module names when loading | Antoine Pitrou | 2009-06-04 | 5 | -101/+251 |
|
|
* | 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 | 2 | -1974/+0 |
|
|
* | Merged revisions 73186,73206,73212 via svnmerge from | Georg Brandl | 2009-06-04 | 2 | -3/+3 |
|
|
* | More codestring -> codebytes. | Georg Brandl | 2009-06-04 | 10 | -15/+16 |
|
|
* | Remove nonexisting stuff from __all__. | Georg Brandl | 2009-06-04 | 2 | -4/+0 |
|
|
* | #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 | 4 | -30/+38 |
|
|
* | Remove mentions of the nonexisting SlowParser in xmlrpc.client. | Georg Brandl | 2009-06-04 | 1 | -28/+19 |
|
|
* | Recorded merge of revisions 73201 via svnmerge from | Georg Brandl | 2009-06-04 | 1 | -54/+1 |
|
|
* | Merged revisions 73197 via svnmerge from | Tarek Ziadé | 2009-06-04 | 2 | -46/+123 |
|
|
* | 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 | 4 | -12/+11 |
|
|
* | This fixes bug 5798 on OS X. | Josiah Carlson | 2009-06-03 | 1 | -2/+7 |
|
|
* | Another hidden treasure. | Raymond Hettinger | 2009-06-03 | 1 | -0/+13 |
|
|
* | Merged revisions 73170 via svnmerge from | Tarek Ziadé | 2009-06-03 | 2 | -15/+42 |
|
|
* | Merged revisions 73166 via svnmerge from | Tarek Ziadé | 2009-06-03 | 3 | -13/+107 |
|
|
* | Merged revisions 73147 via svnmerge from | Tarek Ziadé | 2009-06-02 | 2 | -24/+63 |
|
|
* | Merged revisions 73138 via svnmerge from | Mark Dickinson | 2009-06-02 | 1 | -1/+1 |
|
|
* | 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 | 2 | -19/+30 |
|
|
* | Merged revisions 73073-73074,73089 via svnmerge from | Benjamin Peterson | 2009-06-01 | 2 | -5/+13 |
|
|
* | Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,... | Benjamin Peterson | 2009-06-01 | 9 | -63/+81 |
|
|
* | Merged revisions 73121 via svnmerge from | Tarek Ziadé | 2009-06-01 | 2 | -46/+89 |
|
|
* | Merged revisions 73114 via svnmerge from | Amaury Forgeot d'Arc | 2009-06-01 | 1 | -0/+17 |
|
|
* | Merged revisions 73109 via svnmerge from | Gregory P. Smith | 2009-06-01 | 1 | -1/+2 |
|
|
* | Use true boolean for flag argument. | Georg Brandl | 2009-06-01 | 1 | -1/+1 |
|
|
* | Issue #6150: Fix test_unicode on wide-unicode builds. | Martin v. Löwis | 2009-06-01 | 1 | -6/+7 |
|
|
* | Merged revisions 73083 via svnmerge from | Guilherme Polo | 2009-05-31 | 1 | -2/+2 |
|
|
* | 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 | 2 | -1/+12 |
|
|
* | update pydoc topicsv3.1rc1 | Benjamin Peterson | 2009-05-30 | 1 | -10/+10 |
|
|
* | bump to 3.1rc1 | Benjamin Peterson | 2009-05-30 | 2 | -2/+2 |
|
|
* | 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 |
|
|
* | #6139: fix typo of variable name. | Georg Brandl | 2009-05-29 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | Merged revisions 73008 via svnmerge from | Hirokazu Yamamoto | 2009-05-29 | 4 | -10/+8 |
|
|
* | Issue 5982: Classmethod and staticmethod expose wrapped function with __func__. | Raymond Hettinger | 2009-05-29 | 1 | -1/+13 |
|
|