| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Publicize 3.1-specific performance enhancements | Antoine Pitrou | 2009-03-28 | 1 | -0/+24 |
|
|
* | Blocked revisions 70651 via svnmerge | Guilherme Polo | 2009-03-28 | 0 | -0/+0 |
|
|
* | Merged revisions 70647,70652 via svnmerge from | Antoine Pitrou | 2009-03-28 | 1 | -0/+12 |
|
|
* | Merged revisions 70648 via svnmerge from | Georg Brandl | 2009-03-28 | 1 | -0/+10 |
|
|
* | 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 |
|
|
* | Update the tests skipped with quicktest target. | Jeremy Hylton | 2009-03-27 | 1 | -3/+4 |
|
|
* | Fix some string encoding issues with entity bodies in HTTP requests. | Jeremy Hylton | 2009-03-27 | 3 | -19/+108 |
|
|
* | 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 | 4 | -65/+74 |
|
|
* | Add __enter__ and __exit__ methods to addbase() so that it supports with. | Jeremy Hylton | 2009-03-26 | 2 | -0/+50 |
|
|
* | Blocked revisions 70531,70533,70538,70544,70552-70553,70564,70601 via svnmerge | Benjamin Peterson | 2009-03-26 | 0 | -0/+0 |
|
|
* | fix isprintable() on space characters #5126 | Benjamin Peterson | 2009-03-26 | 4 | -1028/+1033 |
|
|
* | officially deprecated max_buffer_size | Benjamin Peterson | 2009-03-26 | 4 | -15/+65 |
|
|
* | 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 |
|
|
* | wild card import is only allowed at the module level | Benjamin Peterson | 2009-03-25 | 1 | -4/+4 |
|
|
* | clarify the type of data returned | Skip Montanaro | 2009-03-25 | 1 | -2/+2 |
|
|
* | 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 | 2 | -30/+134 |
|
|
* | http://bugs.python.org/issue5552 | Kristján Valur Jónsson | 2009-03-24 | 1 | -3/+1 |
|
|
* | http://bugs.python.org/issue5544 | Kristján Valur Jónsson | 2009-03-24 | 1 | -2/+4 |
|
|
* | http://bugs.python.org/issue5544 | Kristján Valur Jónsson | 2009-03-24 | 1 | -5/+9 |
|
|
* | fix function name | Benjamin Peterson | 2009-03-24 | 1 | -1/+1 |
|
|
* | Merged revisions 70574 via svnmerge from | Benjamin Peterson | 2009-03-24 | 1 | -1/+1 |
|
|
* | fix some versionchanged and versionadded directives | Benjamin Peterson | 2009-03-24 | 1 | -11/+3 |
|
|
* | Merged revisions 70558,70561-70563,70568-70571 via svnmerge from | Benjamin Peterson | 2009-03-24 | 3 | -438/+477 |
|
|