| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge | R. David Murray | 2009-03-31 | 30 | -67/+124 |
|
|
* | fix TextIOWrapper.read() when the buffer is not readable #5628 | Benjamin Peterson | 2009-03-31 | 4 | -0/+15 |
|
|
* | Improve examples for collections.deque() | Raymond Hettinger | 2009-03-31 | 1 | -25/+23 |
|
|
* | Merged revisions 70920,70922 via svnmerge from | Tarek Ziadé | 2009-03-31 | 2 | -2/+4 |
|
|
* | Run 2to3 over new script. | Georg Brandl | 2009-03-31 | 1 | -4/+4 |
|
|
* | Readd -n. | Martin v. Löwis | 2009-03-31 | 1 | -1/+1 |
|
|
* | Merged revisions 70910 via svnmerge from | Tarek Ziadé | 2009-03-31 | 5 | -2/+41 |
|
|
* | Merged revisions 70908 via svnmerge from | Jesse Noller | 2009-03-31 | 4 | -0/+11 |
|
|
* | 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 | 2 | -5/+17 |
|
|
* | Add missing label. | Georg Brandl | 2009-03-31 | 1 | -0/+1 |
|
|
* | #1717: fix-up docs for comparison in newtypes document. | Georg Brandl | 2009-03-31 | 1 | -44/+47 |
|
|
* | Merged revisions 70849,70852 via svnmerge from | Jesse Noller | 2009-03-31 | 5 | -2/+18 |
|
|
* | #5241: document missing A in regex howto. | Georg Brandl | 2009-03-31 | 1 | -0/+13 |
|
|
* | Blocked revisions 70858 via svnmerge | Georg Brandl | 2009-03-31 | 0 | -0/+0 |
|
|
* | 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 |
|
|
* | Fix a leaking "pathname" in import.c | Kristján Valur Jónsson | 2009-03-31 | 1 | -0/+1 |
|
|
* | get_file() no longer leaks a FILE structure. If given a file descriptor, it ... | Kristján Valur Jónsson | 2009-03-31 | 1 | -9/+19 |
|
|
* | Forward-port of #992207 fix: document that the parser only accepts \\n newlin... | Georg Brandl | 2009-03-31 | 1 | -12/+9 |
|
|
* | Blocked revisions 70838 via svnmerge | Georg Brandl | 2009-03-31 | 0 | -0/+0 |
|
|
* | Make urllib use HTTP/1.1. It seems to work now, but hasn't been | Jeremy Hylton | 2009-03-31 | 1 | -4/+0 |
|
|
* | #5548: do return the new module from PyMODINIT_FUNC functions. | Georg Brandl | 2009-03-31 | 2 | -3/+5 |
|
|
* | #5566: remove duplicate entry. | Georg Brandl | 2009-03-31 | 1 | -13/+3 |
|
|
* | Blocked revisions 70825 via svnmerge | Georg Brandl | 2009-03-31 | 0 | -0/+0 |
|
|
* | Merged revisions 70801,70809 via svnmerge from | Jeremy Hylton | 2009-03-31 | 4 | -22/+123 |
|
|
* | Update HTTPResponse documentation and add placeholder for HTTPMessage. | Jeremy Hylton | 2009-03-31 | 1 | -4/+26 |
|
|
* | Document public attributes of urllib.request.Request. | Jeremy Hylton | 2009-03-31 | 1 | -40/+78 |
|
|
* | Change email address. | Jeremy Hylton | 2009-03-31 | 1 | -1/+1 |
|
|
* | 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 | 3 | -4/+21 |
|
|
* | Merged revisions 70802 via svnmerge from | Ronald Oussoren | 2009-03-31 | 1 | -0/+11 |
|
|
* | Fix segfaults when running test_exceptions with coverage tracing, caused by w... | Georg Brandl | 2009-03-31 | 4 | -10/+114 |
|
|
* | 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 | 4 | -2/+9 |
|
|
* | Add new copydir_run_2to3() function, for use e.g. in test runners to transpar... | Georg Brandl | 2009-03-31 | 1 | -0/+33 |
|
|
* | Add example for new copydir_run_2to3(). | Georg Brandl | 2009-03-31 | 3 | -2/+29 |
|
|
* | Merged revisions 70778 via svnmerge from | Ronald Oussoren | 2009-03-30 | 2 | -4/+8 |
|
|
* | "Port" the fix for issue 1974 from the trunk (2.7). Because Python 3.x does ... | Barry Warsaw | 2009-03-30 | 5 | -84/+7 |
|
|
* | 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 | 4 | -16/+117 |
|
|
* | Fix for Issue4962, issue4675. | Senthil Kumaran | 2009-03-30 | 3 | -2/+21 |
|
|
* | Make sure time.strptime only accepts strings (and document the fact like | Brett Cannon | 2009-03-30 | 5 | -7/+25 |
|
|
* | Remove merging leftover. | Georg Brandl | 2009-03-30 | 1 | -1/+0 |
|
|
* | Thorough review of importlib docs. Reviewed by Brett himself. | Guido van Rossum | 2009-03-30 | 1 | -34/+50 |
|
|
* | Fix for issue 5558 | Ronald Oussoren | 2009-03-30 | 1 | -3/+5 |
|
|
* | Merged revisions 70746 via svnmerge from | Ronald Oussoren | 2009-03-30 | 2 | -1/+7 |
|
|
* | Merged revisions 70741 via svnmerge from | Ronald Oussoren | 2009-03-30 | 2 | -5/+12 |
|
|
* | Fix importlib.machinery.PathFinder.find_module() to essentially skip over None | Brett Cannon | 2009-03-30 | 2 | -3/+23 |
|
|