| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Add new copydir_run_2to3() function, for use e.g. in test runners to transpar... | Georg Brandl | 2009-03-31 | 1 | -0/+33 |
|
|
* | Merged revisions 70778 via svnmerge from | Ronald Oussoren | 2009-03-30 | 1 | -2/+4 |
|
|
* | "Port" the fix for issue 1974 from the trunk (2.7). Because Python 3.x does ... | Barry Warsaw | 2009-03-30 | 4 | -83/+6 |
|
|
* | 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 | 3 | -2/+21 |
|
|
* | Make sure time.strptime only accepts strings (and document the fact like | Brett Cannon | 2009-03-30 | 2 | -1/+13 |
|
|
* | Fix importlib.machinery.PathFinder.find_module() to essentially skip over None | Brett Cannon | 2009-03-30 | 2 | -3/+23 |
|
|
* | Merge 70717 to 30maint | Jesse Noller | 2009-03-30 | 2 | -0/+25 |
|
|
* | 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 | 2 | -2/+3 |
|
|
* | Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-... | Benjamin Peterson | 2009-03-30 | 4 | -63/+2 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | fix variable name #5595 | Benjamin Peterson | 2009-03-29 | 1 | -1/+1 |
|
|
* | Port r70672 to py3k. Add the ability to control the random seed used by regrt... | Collin Winter | 2009-03-29 | 1 | -5/+18 |
|
|
* | Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-... | Benjamin Peterson | 2009-03-28 | 42 | -214/+358 |
|
|
* | Remove special logic that closes HTTPConnection socket on EPIPE. | Jeremy Hylton | 2009-03-28 | 2 | -36/+55 |
|
|
* | Replace references to httplib with http.client. | Jeremy Hylton | 2009-03-27 | 1 | -27/+27 |
|
|
* | Fix some string encoding issues with entity bodies in HTTP requests. | Jeremy Hylton | 2009-03-27 | 2 | -11/+92 |
|
|
* | Fix compatibility issue with HTTPMessage class. | Jeremy Hylton | 2009-03-27 | 2 | -4/+4 |
|
|