summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_httplib.py
Commit message (Expand)AuthorAgeFilesLines
* Fix Issue14721: Send Content-length: 0 for empty body () in the http.client r...Senthil Kumaran2012-05-191-0/+28
* httplib test for early eof response. related to Issue13684Senthil Kumaran2012-04-291-0/+9
* Issue #10860: Skip the new test if HTTPS is not availablePetri Lehtinen2011-10-261-0/+2
* Fixes #10860: Handle empty port after port delimiter in httplibŁukasz Langa2011-10-181-2/+22
* test_httplib removes temporary filesVictor Stinner2011-09-201-0/+2
* Fix closes Issue12676 - Invalid identifier used in TypeError message in http....Senthil Kumaran2011-08-021-0/+7
* Issue 10825: Minor updates to the test suite.Raymond Hettinger2011-01-061-5/+5
* test_httplib: fix a DeprecationWarning, assertEquals=>assertEqualVictor Stinner2011-01-041-1/+1
* Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji...Senthil Kumaran2010-12-191-0/+16
* Fix Issue6791 - Limit the HTTP header readline with _MAXLENGTH. Patch by Anto...Senthil Kumaran2010-12-181-0/+27
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-12/+12
* Fix Issue5111 - Wrap the Ipv6 host with [] in the Host headerSenthil Kumaran2010-11-131-0/+19
* Move test_httplib over to file context managers.Brett Cannon2010-10-291-27/+25
* Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler andAntoine Pitrou2010-10-131-7/+99
* Remove the debugging print line from the test.Senthil Kumaran2010-10-041-1/+0
* Fix Issue10012 - httplib headers, which are (sometimes mistakenly) int are ex...Senthil Kumaran2010-10-031-0/+9
* Fix Issue8572 - httplib getheader() throws error instead of defaultSenthil Kumaran2010-08-021-1/+38
* Merged revisions 81691 via svnmerge fromSenthil Kumaran2010-06-041-1/+1
* Merged revisions 80583 via svnmerge fromSenthil Kumaran2010-04-281-0/+17
* Merged revisions 78417 via svnmerge fromBenjamin Peterson2010-03-211-0/+4
* Merged revisions 77263-77264 via svnmerge fromGregory P. Smith2010-01-031-2/+35
* [NOTE: the original bug doesn't exist in py3k but this adds Kirk's tests and ...Antoine Pitrou2009-09-291-0/+15
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-2/+2
* Remove special logic that closes HTTPConnection socket on EPIPE.Jeremy Hylton2009-03-281-1/+31
* Replace references to httplib with http.client.Jeremy Hylton2009-03-271-27/+27
* Fix some string encoding issues with entity bodies in HTTP requests.Jeremy Hylton2009-03-271-1/+72
* Merged revisions 70107 via svnmerge fromBenjamin Peterson2009-03-021-0/+19
* Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding.Antoine Pitrou2009-02-111-3/+1
* Reflow long line.Jeremy Hylton2008-12-151-1/+2
* Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,...Georg Brandl2008-06-101-12/+17
* Create http package. #2883.Georg Brandl2008-05-261-3/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-4/+4
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-091-11/+11
* Merged revisions 61034-61036,61038-61048 via svnmerge fromChristian Heimes2008-02-241-0/+36
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-1/+2
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-011-2/+13
* Fix for bug 1148: str/bytes issue in httplib's _safe_read().Guido van Rossum2007-09-121-1/+1
* Merged revisions 57772-57777 via svnmerge fromThomas Wouters2007-08-301-2/+3
* Convert various string literals to bytes.Jeremy Hylton2007-08-291-2/+2
* Make test_httplib pass.Guido van Rossum2007-08-291-3/+3
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-271-1/+1
* Remove Python 1.5 compatibility layer from httplib.Jeremy Hylton2007-08-141-14/+14
* Fix tests to use bytes() where the actual sockets return bytes().Jeremy Hylton2007-08-031-6/+8
* Fix test_httplib.Martin v. Löwis2007-06-301-2/+2
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-1/+9
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-1/+46
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-91/+75
* Move test case for HTTP response dict to httplib.Georg Brandl2006-02-171-1/+5
* Whitespace normalization.Tim Peters2004-09-161-1/+1