| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Convert print to Py3 | Kurt B. Kaiser | 2009-04-04 | 1 | -1/+2 |
|
|
* | Merged revisions 71023 via svnmerge from | Kurt B. Kaiser | 2009-04-04 | 2 | -3/+9 |
|
|
* | Issue 5682: Move _io module into its own subdirectory. | Alexandre Vassalotti | 2009-04-04 | 14 | -101/+127 |
|
|
* | Resolves issue 5690: accidentally skipping code in non-debug build. | Eric Smith | 2009-04-04 | 1 | -2/+2 |
|
|
* | Patch for Py3k with fallback for comparing unsortable sequences in | Michael Foord | 2009-04-04 | 2 | -5/+25 |
|
|
* | Merged revisions 71179 via svnmerge from | Martin v. Löwis | 2009-04-04 | 1 | -0/+1 |
|
|
* | Skip test_recursionlimit_fatalerror under Windows because it generates an ann... | Antoine Pitrou | 2009-04-04 | 1 | -0/+3 |
|
|
* | Blocked revisions 71175 via svnmerge | Hirokazu Yamamoto | 2009-04-04 | 0 | -0/+0 |
|
|
* | must provide this method | Benjamin Peterson | 2009-04-04 | 1 | -0/+3 |
|
|
* | #5391 make mmap work exclusively with bytes | Benjamin Peterson | 2009-04-04 | 4 | -57/+54 |
|
|
* | fix name | Benjamin Peterson | 2009-04-04 | 1 | -1/+1 |
|
|
* | mark dictionary assertElementsSame test as an expected failure | Benjamin Peterson | 2009-04-04 | 1 | -0/+3 |
|
|
* | fix test_unittest | Benjamin Peterson | 2009-04-04 | 1 | -2/+2 |
|
|
* | Merged revisions 71163 via svnmerge from | Benjamin Peterson | 2009-04-04 | 1 | -7/+5 |
|
|
* | Merged revisions 70837,70864,70878,71004,71032,71043 via svnmerge from | Benjamin Peterson | 2009-04-04 | 5 | -134/+1376 |
|
|
* | Merged revisions 71159 via svnmerge from | Matthias Klose | 2009-04-04 | 2 | -5/+9 |
|
|
* | Blocked revisions 70711,70713,70716,70719,70747,70772,70821,70830,70844,70873... | Benjamin Peterson | 2009-04-04 | 0 | -0/+0 |
|
|
* | try to fix svnmerge-blocked property | Benjamin Peterson | 2009-04-04 | 0 | -0/+0 |
|
|
* | Merged revisions 71152 via svnmerge from | Matthias Klose | 2009-04-04 | 2 | -2/+6 |
|
|
* | Fix test_memoryio under Windows | Antoine Pitrou | 2009-04-04 | 1 | -0/+4 |
|
|
* | Note an improvement to pydoc. | Raymond Hettinger | 2009-04-04 | 1 | -0/+5 |
|
|
* | Remove minor entry. Add the ttk module. | Raymond Hettinger | 2009-04-04 | 1 | -7/+9 |
|
|
* | Fix nits. | Raymond Hettinger | 2009-04-04 | 1 | -2/+2 |
|
|
* | Eliminate a duplicate entry. | Raymond Hettinger | 2009-04-04 | 1 | -9/+4 |
|
|
* | 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 |
|
|