summaryrefslogtreecommitdiff
path: root/Lib/test/test_httplib.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTT...Senthil Kumaran2014-04-141-2/+48
* Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t...Serhiy Storchaka2014-02-081-3/+3
|\
| * Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t...Serhiy Storchaka2014-02-081-3/+3
* | Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.Serhiy Storchaka2013-12-171-0/+3
|\ \ | |/
| * Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.Serhiy Storchaka2013-12-171-0/+3
* | merge with 3.3Georg Brandl2013-10-271-0/+9
|\ \ | |/
| * Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more thanGeorg Brandl2013-10-271-0/+9
* | Issue #18743: Fix references to non-existant "StringIO" moduleSerhiy Storchaka2013-08-291-4/+4
|\ \ | |/
| * Issue #18743: Fix references to non-existant "StringIO" moduleSerhiy Storchaka2013-08-291-4/+4
* | Issue #16658: add missing return to HTTPConnection.send().Andrew Svetlov2013-04-121-0/+21
|\ \ | |/
| * Issue #16658: add missing return to HTTPConnection.send().Andrew Svetlov2013-04-121-0/+21
* | Issue #16723: httplib.HTTPResponse no longer marked closed when the connectionSerhiy Storchaka2013-02-061-0/+24
|\ \ | |/
| * Issue #16723: httplib.HTTPResponse no longer marked closed when the connectionSerhiy Storchaka2013-02-061-0/+24
| |\
| | * Issue #16723: httplib.HTTPResponse no longer marked closed when the connectionSerhiy Storchaka2013-02-061-0/+18
* | | Issue #17107: Test client-side SNI support in urllib.request thanks to the ne...Antoine Pitrou2013-02-051-1/+1
* | | Issue #15633: httplib.HTTPResponse is now mark closed when the server sends l...Antoine Pitrou2013-02-021-3/+34
|\ \ \ | |/ /
| * | Issue #15633: httplib.HTTPResponse is now mark closed when the server sends l...Antoine Pitrou2013-02-021-3/+34
| |\ \ | | |/
| | * Issue #15633: httplib.HTTPResponse is now mark closed when the server sends l...Antoine Pitrou2013-02-021-3/+15
* | | Issue #16833: In http.client.HTTPConnection, do not concatenate the request h...Antoine Pitrou2013-01-021-0/+24
* | | Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-181-2/+2
|/ /
* | Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte...Antoine Pitrou2012-12-151-2/+34
|\ \ | |/
| * Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte...Antoine Pitrou2012-12-151-1/+14
* | merge - Fix Issue14721: Send Content-length: 0 for empty body () in the http....Senthil Kumaran2012-05-191-0/+28
|\ \ | |/
| * 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
|\ \ | |/
| * httplib test for early eof response. related to Issue13684Senthil Kumaran2012-04-291-0/+9
* | Issue #13713: fix a regression in HTTP chunked reading after 806cfe39f729Antoine Pitrou2012-01-041-15/+49
* | Issue #13464: Add a readinto() method to http.client.HTTPResponse.Antoine Pitrou2011-12-061-0/+86
* | Issue #10860: Skip the new test if HTTPS is not availablePetri Lehtinen2011-10-261-0/+2
|\ \ | |/
| * Issue #10860: Skip the new test if HTTPS is not availablePetri Lehtinen2011-10-261-0/+2
* | Merged fix for #10860 from 3.2Łukasz Langa2011-10-191-2/+22
|\ \ | |/
| * Fixes #10860: Handle empty port after port delimiter in httplibŁukasz Langa2011-10-181-2/+22
* | Merge 3.2: test_httplib removes temporary filesVictor Stinner2011-09-211-0/+2
|\ \ | |/
| * test_httplib removes temporary filesVictor Stinner2011-09-211-0/+2
* | Silence the altered state warning about threadgs when running test_httplib.Brett Cannon2011-08-041-4/+4
|/
* 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