| Commit message (Expand) | Author | Age | Files | Lines |
* | typo | Benjamin Peterson | 2009-04-04 | 1 | -1/+1 |
|
|
* | Blocked revisions 70711,70713,70716,70719,70747,70772,70821,70830,70844,70873... | Benjamin Peterson | 2009-04-04 | 0 | -0/+0 |
|
|
* | Complete the first-pass at whatsnew. | Raymond Hettinger | 2009-04-04 | 1 | -34/+50 |
|
|
* | revert r71118 because it blocked an excess of revisions | Benjamin Peterson | 2009-04-04 | 0 | -0/+0 |
|
|
* | More notes on 3.1 improvements. | Raymond Hettinger | 2009-04-04 | 1 | -2/+57 |
|
|
* | More updates to whatsnew | Raymond Hettinger | 2009-04-04 | 1 | -0/+29 |
|
|
* | Start building-up the whatsnew document for Py3.1 | Raymond Hettinger | 2009-04-04 | 1 | -2/+82 |
|
|
* | Replace the localized min/max calls with normal if/else | Raymond Hettinger | 2009-04-04 | 1 | -4/+4 |
|
|
* | Blocked revisions 71123 via svnmerge | R. David Murray | 2009-04-04 | 0 | -0/+0 |
|
|
* | Add helpful link. | Raymond Hettinger | 2009-04-04 | 1 | -0/+6 |
|
|
* | Blocked revisions 70176,70178,70197,70261,70267,70271,70273,70286,70290,70292... | Benjamin Peterson | 2009-04-04 | 0 | -0/+0 |
|
|
* | Update documentation for csv module to reflect changes in code, | R. David Murray | 2009-04-04 | 2 | -121/+31 |
|
|
* | fix name again | Benjamin Peterson | 2009-04-04 | 1 | -1/+1 |
|
|
* | fix name | Benjamin Peterson | 2009-04-04 | 1 | -1/+1 |
|
|
* | fix this test | Benjamin Peterson | 2009-04-03 | 1 | -4/+4 |
|
|
* | fix naming | Benjamin Peterson | 2009-04-03 | 1 | -3/+3 |
|
|
* | Added Misc/NEWS entry for PEP 378. | Eric Smith | 2009-04-03 | 1 | -0/+2 |
|
|
* | os.path.listdir -> os.listdir | Benjamin Peterson | 2009-04-03 | 1 | -1/+1 |
|
|
* | update NEWS | Benjamin Peterson | 2009-04-03 | 1 | -0/+2 |
|
|
* | Py_BuildValue's 'c' code should use byte strings #5666 | Benjamin Peterson | 2009-04-03 | 4 | -7/+11 |
|
|
* | Added ',' thousands grouping to int.__format__. See PEP 378. | Eric Smith | 2009-04-03 | 10 | -88/+190 |
|
|
* | Removed mixed tabs and whitespace. | Eric Smith | 2009-04-03 | 1 | -96/+96 |
|
|
* | Make http.server main program nicer for interactive use. | Alexandre Vassalotti | 2009-04-03 | 1 | -4/+6 |
|
|
* | Undocument the existence of the memo attribute and its main use-case. | Alexandre Vassalotti | 2009-04-03 | 1 | -71/+0 |
|
|
* | Optimize slicing of bytes and bytearray by avoiding useless copying. | Alexandre Vassalotti | 2009-04-03 | 2 | -12/+10 |
|
|
* | Emphasize that Unpickler.memo is not necessarily a dict. | Alexandre Vassalotti | 2009-04-03 | 1 | -2/+3 |
|
|
* | Add more examples in pickle documentation. | Alexandre Vassalotti | 2009-04-03 | 1 | -27/+79 |
|
|
* | Remove old reference to cPickle. | Alexandre Vassalotti | 2009-04-03 | 1 | -9/+6 |
|
|
* | Fix typo. | Raymond Hettinger | 2009-04-03 | 1 | -2/+2 |
|
|
* | Update a comment about why the __module__ can sometime be NULL. | Alexandre Vassalotti | 2009-04-03 | 1 | -3/+6 |
|
|
* | Localize the function lookup in timeit. | Raymond Hettinger | 2009-04-03 | 1 | -2/+2 |
|
|
* | Update docs for namedtuple's renaming change. | Raymond Hettinger | 2009-04-02 | 1 | -1/+1 |
|
|
* | Have namedtuple's field renamer assign names that | Raymond Hettinger | 2009-04-02 | 2 | -7/+7 |
|
|
* | Blocked revisions 71070 via svnmerge | Antoine Pitrou | 2009-04-02 | 0 | -0/+0 |
|
|
* | In 3k this becomes an items() call. | R. David Murray | 2009-04-02 | 3 | -1/+10 |
|
|
* | A fix for Brett's fix for his fix. I think we got it right this time. | R. David Murray | 2009-04-02 | 0 | -0/+0 |
|
|
* | A fix for the fix for the svnmerge metadata. | Brett Cannon | 2009-04-02 | 0 | -0/+0 |
|
|
* | r71034 somehow deleted all of the metadata for svnmerge. This is my attempt t... | Brett Cannon | 2009-04-02 | 0 | -0/+0 |
|
|
* | Rewrap some long lines. | Mark Dickinson | 2009-04-02 | 1 | -2/+4 |
|
|
* | importlib.test.source.test_abc_loader was making a bad assumption that all file | Brett Cannon | 2009-04-02 | 1 | -16/+21 |
|
|
* | Make a test in importlib have a more robust test value. | Brett Cannon | 2009-04-02 | 1 | -1/+1 |
|
|
* | Give a more informative message on an importlib test upon failure. | Brett Cannon | 2009-04-02 | 1 | -1/+3 |
|
|
* | Issue #5640: Fix _multibytecodec so that CJK codecs don't repeat | Hye-Shik Chang | 2009-04-02 | 3 | -1/+9 |
|
|
* | Check that on a platform that is expected to have a case-insensitive filesystem | Brett Cannon | 2009-04-02 | 1 | -1/+8 |
|
|
* | Clarify that datetime strftime does not produce leap seconds and datetime | R. David Murray | 2009-04-02 | 1 | -2/+6 |
|
|
* | Merged revisions 71031 via svnmerge from | Brett Cannon | 2009-04-02 | 3 | -4/+4 |
|
|
* | Fixing the issue4860. Escaping the embedded '"' in the js_output method of Mo... | Senthil Kumaran | 2009-04-02 | 2 | -5/+5 |
|
|
* | First batch of signature documentation changes; using default argument syntax... | Georg Brandl | 2009-04-02 | 7 | -18/+19 |
|
|
* | remove unused variable | Benjamin Peterson | 2009-04-02 | 1 | -1/+0 |
|
|
* | rewrite error handling to make sense | Benjamin Peterson | 2009-04-02 | 1 | -3/+7 |
|
|