| Commit message (Expand) | Author | Age | Files | Lines |
* | merge - Fix Issue14721: Send Content-length: 0 for empty body () in the http.... | Senthil Kumaran | 2012-05-19 | 1 | -0/+28 |
|\ |
|
| * | Fix Issue14721: Send Content-length: 0 for empty body () in the http.client r... | Senthil Kumaran | 2012-05-19 | 1 | -0/+28 |
|
|
* | | httplib test for early eof response. related to Issue13684 | Senthil Kumaran | 2012-04-29 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | httplib test for early eof response. related to Issue13684 | Senthil Kumaran | 2012-04-29 | 1 | -0/+9 |
|
|
* | | Issue #13713: fix a regression in HTTP chunked reading after 806cfe39f729 | Antoine Pitrou | 2012-01-04 | 1 | -15/+49 |
|
|
* | | Issue #13464: Add a readinto() method to http.client.HTTPResponse. | Antoine Pitrou | 2011-12-06 | 1 | -0/+86 |
|
|
* | | Issue #10860: Skip the new test if HTTPS is not available | Petri Lehtinen | 2011-10-26 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Issue #10860: Skip the new test if HTTPS is not available | Petri Lehtinen | 2011-10-26 | 1 | -0/+2 |
|
|
* | | Merged fix for #10860 from 3.2 | Łukasz Langa | 2011-10-19 | 1 | -2/+22 |
|\ \
| |/ |
|
| * | Fixes #10860: Handle empty port after port delimiter in httplib | Łukasz Langa | 2011-10-18 | 1 | -2/+22 |
|
|
* | | Merge 3.2: test_httplib removes temporary files | Victor Stinner | 2011-09-20 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | test_httplib removes temporary files | Victor Stinner | 2011-09-20 | 1 | -0/+2 |
|
|
* | | Silence the altered state warning about threadgs when running test_httplib. | Brett Cannon | 2011-08-05 | 1 | -4/+4 |
|/ |
|
* | Fix closes Issue12676 - Invalid identifier used in TypeError message in http.... | Senthil Kumaran | 2011-08-02 | 1 | -0/+7 |
|
|
* | Issue 10825: Minor updates to the test suite. | Raymond Hettinger | 2011-01-06 | 1 | -5/+5 |
|
|
* | test_httplib: fix a DeprecationWarning, assertEquals=>assertEqual | Victor Stinner | 2011-01-04 | 1 | -1/+1 |
|
|
* | Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji... | Senthil Kumaran | 2010-12-19 | 1 | -0/+16 |
|
|
* | Fix Issue6791 - Limit the HTTP header readline with _MAXLENGTH. Patch by Anto... | Senthil Kumaran | 2010-12-18 | 1 | -0/+27 |
|
|
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -12/+12 |
|
|
* | Fix Issue5111 - Wrap the Ipv6 host with [] in the Host header | Senthil Kumaran | 2010-11-13 | 1 | -0/+19 |
|
|
* | Move test_httplib over to file context managers. | Brett Cannon | 2010-10-29 | 1 | -27/+25 |
|
|
* | Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and | Antoine Pitrou | 2010-10-13 | 1 | -7/+99 |
|
|
* | Remove the debugging print line from the test. | Senthil Kumaran | 2010-10-04 | 1 | -1/+0 |
|
|
* | Fix Issue10012 - httplib headers, which are (sometimes mistakenly) int are ex... | Senthil Kumaran | 2010-10-03 | 1 | -0/+9 |
|
|
* | Fix Issue8572 - httplib getheader() throws error instead of default | Senthil Kumaran | 2010-08-02 | 1 | -1/+38 |
|
|
* | Merged revisions 81691 via svnmerge from | Senthil Kumaran | 2010-06-04 | 1 | -1/+1 |
|
|
* | Merged revisions 80583 via svnmerge from | Senthil Kumaran | 2010-04-28 | 1 | -0/+17 |
|
|
* | Merged revisions 78417 via svnmerge from | Benjamin Peterson | 2010-03-21 | 1 | -0/+4 |
|
|
* | Merged revisions 77263-77264 via svnmerge from | Gregory P. Smith | 2010-01-03 | 1 | -2/+35 |
|
|
* | [NOTE: the original bug doesn't exist in py3k but this adds Kirk's tests and ... | Antoine Pitrou | 2009-09-29 | 1 | -0/+15 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -2/+2 |
|
|
* | Remove special logic that closes HTTPConnection socket on EPIPE. | Jeremy Hylton | 2009-03-28 | 1 | -1/+31 |
|
|
* | 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 | 1 | -1/+72 |
|
|
* | Merged revisions 70107 via svnmerge from | Benjamin Peterson | 2009-03-02 | 1 | -0/+19 |
|
|
* | Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. | Antoine Pitrou | 2009-02-11 | 1 | -3/+1 |
|
|
* | Reflow long line. | Jeremy Hylton | 2008-12-15 | 1 | -1/+2 |
|
|
* | Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,... | Georg Brandl | 2008-06-10 | 1 | -12/+17 |
|
|
* | Create http package. #2883. | Georg Brandl | 2008-05-26 | 1 | -3/+1 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -4/+4 |
|
|
* | Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-... | Christian Heimes | 2008-04-09 | 1 | -11/+11 |
|
|
* | Merged revisions 61034-61036,61038-61048 via svnmerge from | Christian Heimes | 2008-02-24 | 1 | -0/+36 |
|
|
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -1/+2 |
|
|
* | Merged revisions 58221-58741 via svnmerge from | Guido van Rossum | 2007-11-01 | 1 | -2/+13 |
|
|
* | Fix for bug 1148: str/bytes issue in httplib's _safe_read(). | Guido van Rossum | 2007-09-12 | 1 | -1/+1 |
|
|
* | Merged revisions 57772-57777 via svnmerge from | Thomas Wouters | 2007-08-30 | 1 | -2/+3 |
|
|
* | Convert various string literals to bytes. | Jeremy Hylton | 2007-08-29 | 1 | -2/+2 |
|
|
* | Make test_httplib pass. | Guido van Rossum | 2007-08-29 | 1 | -3/+3 |
|
|
* | Changes in anticipation of stricter str vs. bytes enforcement. | Guido van Rossum | 2007-08-27 | 1 | -1/+1 |
|
|