| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch for Py3k with fallback for comparing unsortable sequences in | Michael Foord | 2009-04-04 | 1 | -2/+2 |
|
|
* | Skip test_recursionlimit_fatalerror under Windows because it generates an ann... | Antoine Pitrou | 2009-04-04 | 1 | -0/+3 |
|
|
* | #5391 make mmap work exclusively with bytes | Benjamin Peterson | 2009-04-04 | 1 | -26/+20 |
|
|
* | 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 70837,70864,70878,71004,71032,71043 via svnmerge from | Benjamin Peterson | 2009-04-04 | 3 | -49/+587 |
|
|
* | Update documentation for csv module to reflect changes in code, | R. David Murray | 2009-04-04 | 1 | -1/+1 |
|
|
* | fix this test | Benjamin Peterson | 2009-04-03 | 1 | -4/+4 |
|
|
* | Added ',' thousands grouping to int.__format__. See PEP 378. | Eric Smith | 2009-04-03 | 1 | -0/+11 |
|
|
* | Have namedtuple's field renamer assign names that | Raymond Hettinger | 2009-04-02 | 1 | -6/+6 |
|
|
* | In 3k this becomes an items() call. | R. David Murray | 2009-04-02 | 1 | -0/+6 |
|
|
* | Issue #5640: Fix _multibytecodec so that CJK codecs don't repeat | Hye-Shik Chang | 2009-04-02 | 1 | -0/+4 |
|
|
* | Fixing the issue4860. Escaping the embedded '"' in the js_output method of Mo... | Senthil Kumaran | 2009-04-02 | 1 | -4/+4 |
|
|
* | add io and _pyio to test___all__ | Benjamin Peterson | 2009-04-02 | 1 | -0/+2 |
|
|
* | Merged revisions 71014 via svnmerge from | Benjamin Peterson | 2009-04-02 | 1 | -4/+4 |
|
|
* | make 'c' only accept bytes and 'C' only unicode #5499 | Benjamin Peterson | 2009-04-02 | 1 | -3/+3 |
|
|
* | #5656: detect correct encoding of files when reporting coverage in trace.py, ... | Georg Brandl | 2009-04-01 | 1 | -2/+3 |
|
|
* | Merged revisions 70997 via svnmerge from | R. David Murray | 2009-04-01 | 1 | -0/+13 |
|
|
* | Merged revisions 70979 via svnmerge from | Brett Cannon | 2009-04-01 | 1 | -8/+8 |
|
|
* | Fix for issue5040. Adding support for unicode message passing and tests for u... | Senthil Kumaran | 2009-04-01 | 1 | -0/+26 |
|
|
* | Merged revisions 70975 via svnmerge from | Brett Cannon | 2009-04-01 | 1 | -22/+24 |
|
|
* | Issue #5647: MutableSet.__iand__() no longer mutates self during iteration. | Raymond Hettinger | 2009-04-01 | 1 | -0/+25 |
|
|
* | Merged revisions 70965 via svnmerge from | Brett Cannon | 2009-04-01 | 1 | -0/+35 |
|
|
* | Remove redundant import of tkinter. | R. David Murray | 2009-04-01 | 1 | -3/+0 |
|
|
* | #5636: fix next -> __next__ in csv reader docs. | Georg Brandl | 2009-04-01 | 1 | -1/+5 |
|
|
* | Allow skipping of regression tests not supported on windows. This reduces no... | Kristján Valur Jónsson | 2009-04-01 | 7 | -9/+13 |
|
|
* | The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! | Brett Cannon | 2009-04-01 | 1 | -0/+27 |
|
|
* | Merged revisions 70931 via svnmerge from | Jack Diederich | 2009-04-01 | 1 | -1/+13 |
|
|
* | Merged revisions 70936 via svnmerge from | R. David Murray | 2009-04-01 | 1 | -0/+14 |
|
|
* | Merged revisions 70930 via svnmerge from | R. David Murray | 2009-03-31 | 1 | -9/+4 |
|
|
* | Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge | R. David Murray | 2009-03-31 | 29 | -67/+120 |
|
|
* | fix TextIOWrapper.read() when the buffer is not readable #5628 | Benjamin Peterson | 2009-03-31 | 1 | -0/+7 |
|
|
* | Merged revisions 70879 via svnmerge from | Hirokazu Yamamoto | 2009-03-31 | 1 | -4/+16 |
|
|
* | Merged revisions 70779 via svnmerge from | R. David Murray | 2009-03-31 | 1 | -0/+1 |
|
|
* | Merged revisions 70801,70809 via svnmerge from | Jeremy Hylton | 2009-03-31 | 2 | -2/+26 |
|
|
* | Simplify the Request class. The basic components of the parsed | Jeremy Hylton | 2009-03-31 | 2 | -5/+5 |
|
|
* | Merged revisions 70800 via svnmerge from | Hirokazu Yamamoto | 2009-03-31 | 1 | -0/+17 |
|
|
* | Fix segfaults when running test_exceptions with coverage tracing, caused by w... | Georg Brandl | 2009-03-31 | 1 | -0/+6 |
|
|
* | merge 70783 to py3k | Jesse Noller | 2009-03-31 | 1 | -0/+4 |
|
|
* | finalize the queue to resolve test issue | Jesse Noller | 2009-03-30 | 1 | -0/+2 |
|
|
* | Issue #5604: non-ASCII characters in module name passed to | Guido van Rossum | 2009-03-30 | 1 | -0/+71 |
|
|
* | Fix for Issue4962, issue4675. | Senthil Kumaran | 2009-03-30 | 2 | -0/+19 |
|
|
* | Make sure time.strptime only accepts strings (and document the fact like | Brett Cannon | 2009-03-30 | 1 | -0/+5 |
|
|
* | Merge 70717 to 30maint | Jesse Noller | 2009-03-30 | 1 | -0/+24 |
|
|
* | Merged revisions 70656,70668-70669,70671,70701,70703,70706 via svnmerge from | Benjamin Peterson | 2009-03-30 | 1 | -0/+1 |
|
|
* | Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-... | Benjamin Peterson | 2009-03-30 | 2 | -61/+0 |
|
|
* | Fix test_subprocess so that it works when launched from another directory than | Antoine Pitrou | 2009-03-29 | 1 | -2/+3 |
|
|
* | Plug another leak, and finally add a test for #1174606 (read() from /dev/zero). | Antoine Pitrou | 2009-03-29 | 1 | -0/+16 |
|
|
* | Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from struct | Mark Dickinson | 2009-03-29 | 1 | -48/+26 |
|
|