| Commit message (Expand) | Author | Age | Files | Lines |
* | Localize the function lookup in timeit. | Raymond Hettinger | 2009-04-03 | 1 | -2/+2 |
|
|
* | Have namedtuple's field renamer assign names that | Raymond Hettinger | 2009-04-02 | 2 | -7/+7 |
|
|
* | In 3k this becomes an items() call. | R. David Murray | 2009-04-02 | 2 | -1/+7 |
|
|
* | 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 | 1 | -0/+4 |
|
|
* | Check that on a platform that is expected to have a case-insensitive filesystem | Brett Cannon | 2009-04-02 | 1 | -1/+8 |
|
|
* | Fixing the issue4860. Escaping the embedded '"' in the js_output method of Mo... | Senthil Kumaran | 2009-04-02 | 2 | -5/+5 |
|
|
* | 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 |
|
|
* | add SEEK_ constants to _pyio | Benjamin Peterson | 2009-04-02 | 1 | -0/+1 |
|
|
* | 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 | 2 | -11/+20 |
|
|
* | Merged revisions 70997 via svnmerge from | R. David Murray | 2009-04-01 | 1 | -0/+13 |
|
|
* | Merged revisions 70992,70995 via svnmerge from | Benjamin Peterson | 2009-04-01 | 1 | -1/+7 |
|
|
* | barry has already been causing test breakage | Benjamin Peterson | 2009-04-01 | 1 | -0/+1 |
|
|
* | 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 | 3 | -13/+44 |
|
|
* | 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 | 2 | -4/+28 |
|
|
* | 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 |
|
|
* | Merged revisions 70956 via svnmerge from | Brett Cannon | 2009-04-01 | 1 | -14/+11 |
|
|
* | #5636: fix next -> __next__ in csv reader docs. | Georg Brandl | 2009-04-01 | 2 | -2/+6 |
|
|
* | 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 | 2 | -0/+32 |
|
|
* | #5624: _winreg is winreg in Python 3. | Georg Brandl | 2009-04-01 | 2 | -10/+10 |
|
|
* | Merged revisions 70940 via svnmerge | Georg Brandl | 2009-04-01 | 1 | -1/+5 |
|
|
* | 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 | 2 | -8/+29 |
|
|
* | Rip out a useless method that the superclass implements properly. | Brett Cannon | 2009-04-01 | 1 | -19/+0 |
|
|
* | An HTTPResponse is, by its nature, readable. | Jeremy Hylton | 2009-04-01 | 1 | -0/+3 |
|
|
* | 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 | 2 | -0/+8 |
|
|
* | Merged revisions 70920,70922 via svnmerge from | Tarek Ziadé | 2009-03-31 | 2 | -2/+4 |
|
|
* | Merged revisions 70910 via svnmerge from | Tarek Ziadé | 2009-03-31 | 3 | -2/+34 |
|
|
* | Merged revisions 70886,70888-70892 via svnmerge from | Tarek Ziadé | 2009-03-31 | 13 | -58/+341 |
|
|
* | 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 |
|
|
* | Per the language summit, the optional fastpath imports should use from-import... | Raymond Hettinger | 2009-03-31 | 1 | -1/+1 |
|
|
* | Make urllib use HTTP/1.1. It seems to work now, but hasn't been | Jeremy Hylton | 2009-03-31 | 1 | -4/+0 |
|
|
* | Merged revisions 70801,70809 via svnmerge from | Jeremy Hylton | 2009-03-31 | 3 | -2/+29 |
|
|
* | Simplify the Request class. The basic components of the parsed | Jeremy Hylton | 2009-03-31 | 4 | -125/+138 |
|
|
* | 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 |
|
|
* | The message for the exception when time.strptime was passed something other | Brett Cannon | 2009-03-31 | 1 | -1/+1 |
|
|
* | merge 70792 to py3k | Jesse Noller | 2009-03-31 | 1 | -1/+1 |
|
|
* | merge 70783 to py3k | Jesse Noller | 2009-03-31 | 1 | -0/+4 |
|
|