| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Rewrite IOBase.readall to avoid costly string resizes, and plug a leak | Antoine Pitrou | 2009-03-29 | 2 | -38/+21 |
|
|
* | Plug another leak, and finally add a test for #1174606 (read() from /dev/zero). | Antoine Pitrou | 2009-03-29 | 2 | -0/+17 |
|
|
* | Fix leak in _fileio.c (patch by Hirokazu Yamamoto) | Antoine Pitrou | 2009-03-29 | 1 | -0/+1 |
|
|
* | Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from struct | Mark Dickinson | 2009-03-29 | 4 | -50/+39 |
|
|
* | Merged revisions 70682,70684 via svnmerge from | Mark Dickinson | 2009-03-29 | 1 | -0/+9 |
|
|
* | Merged revisions 70678 via svnmerge from | Mark Dickinson | 2009-03-29 | 3 | -3/+3 |
|
|
* | fix variable name #5595 | Benjamin Peterson | 2009-03-29 | 2 | -1/+3 |
|
|
* | Blocked revisions 70672 via svnmerge | Benjamin Peterson | 2009-03-29 | 0 | -0/+0 |
|
|
* | Port r70672 to py3k. Add the ability to control the random seed used by regrt... | Collin Winter | 2009-03-29 | 1 | -5/+18 |
|
|
* | Restore a conditional I removed by mistake. | Antoine Pitrou | 2009-03-29 | 1 | -1/+1 |
|
|
* | Issue #1174606: Calling read() without arguments of an unbounded file | Antoine Pitrou | 2009-03-29 | 2 | -3/+17 |
|
|
* | Issue #5592: make the encodefuncs symbol static | Antoine Pitrou | 2009-03-28 | 1 | -11/+11 |
|
|
* | Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-... | Benjamin Peterson | 2009-03-28 | 43 | -215/+359 |
|
|