| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | Sort import list. | Jeremy Hylton | 2009-03-27 | 1 | -10/+10 |
|
|
* | Replace duplicate code in http.server with call to http.client.parse_headers(). | Jeremy Hylton | 2009-03-27 | 2 | -17/+2 |
|
|
* | Simplify complex expression. | Jeremy Hylton | 2009-03-26 | 1 | -1/+3 |
|
|
* | Merged revisions 70518,70521,70590,70594-70595 via svnmerge from | Benjamin Peterson | 2009-03-26 | 3 | -63/+72 |
|
|
* | Add __enter__ and __exit__ methods to addbase() so that it supports with. | Jeremy Hylton | 2009-03-26 | 2 | -0/+50 |
|
|
* | fix isprintable() on space characters #5126 | Benjamin Peterson | 2009-03-26 | 1 | -0/+1 |
|
|
* | officially deprecated max_buffer_size | Benjamin Peterson | 2009-03-26 | 2 | -9/+38 |
|
|
* | Add a few more tests for urllib.parse.urlencode. | Jeremy Hylton | 2009-03-26 | 1 | -2/+19 |
|
|
* | urlencode: | Jeremy Hylton | 2009-03-26 | 1 | -13/+5 |
|
|
* | Simplify a few complicated expressions. | Jeremy Hylton | 2009-03-26 | 1 | -7/+12 |
|
|
* | Whitespace normalization. | Jeremy Hylton | 2009-03-26 | 1 | -5/+6 |
|
|
* | Fix a circular import dependency. | Brett Cannon | 2009-03-25 | 1 | -2/+2 |
|
|
* | Separate initialization from clearing. | Raymond Hettinger | 2009-03-25 | 1 | -3/+4 |
|
|
* | reuse tokenize.detect_encoding in linecache instead of a custom solution | Benjamin Peterson | 2009-03-24 | 2 | -23/+8 |
|
|
* | http://bugs.python.org/issue5544 | Kristján Valur Jónsson | 2009-03-24 | 1 | -13/+100 |
|
|
* | Merged revisions 70574 via svnmerge from | Benjamin Peterson | 2009-03-24 | 1 | -1/+1 |
|
|
* | Merged revisions 70558,70561-70563,70568-70571 via svnmerge from | Benjamin Peterson | 2009-03-24 | 2 | -51/+60 |
|
|
* | Merged revisions 70555 via svnmerge from | Benjamin Peterson | 2009-03-23 | 2 | -21/+313 |
|
|
* | Merged revisions 70546 via svnmerge from | Antoine Pitrou | 2009-03-23 | 3 | -0/+190 |
|
|