| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | Enable "--with-computed-gotos" for the binary installer | Ronald Oussoren | 2009-03-30 | 1 | -1/+1 |
|
|
* | Merged revisions 70737 via svnmerge from | Ronald Oussoren | 2009-03-30 | 2 | -87/+148 |
|
|
* | Merged revisions 70735 via svnmerge from | Ronald Oussoren | 2009-03-30 | 1 | -2/+2 |
|
|
* | Merged revisions 70730 via svnmerge from | Ronald Oussoren | 2009-03-30 | 2 | -1/+5 |
|
|
* | Merged revisions 70727 via svnmerge from | Ronald Oussoren | 2009-03-30 | 2 | -109/+64 |
|
|
* | fix bad NEWS merge | Jesse Noller | 2009-03-30 | 1 | -30/+4 |
|
|
* | Merge 70717 to 30maint | Jesse Noller | 2009-03-30 | 3 | -0/+55 |
|
|
* | Add simple tests for __import__ for future optimizations to importlib. | Brett Cannon | 2009-03-30 | 1 | -0/+82 |
|
|
* | Merged revisions 70656,70668-70669,70671,70701,70703,70706 via svnmerge from | Benjamin Peterson | 2009-03-30 | 4 | -8/+54 |
|
|
* | Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-... | Benjamin Peterson | 2009-03-30 | 17 | -77/+50 |
|
|
* | Fix test_subprocess so that it works when launched from another directory than | Antoine Pitrou | 2009-03-29 | 1 | -2/+3 |
|
|
* | Make life easier for non-CPython implementations | Raymond Hettinger | 2009-03-29 | 1 | -1/+1 |
|
|