summaryrefslogtreecommitdiff
path: root/Lib/test/test_httplib.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-31518: Change TLS protocol for Debian (#3661)Christian Heimes2018-02-251-4/+4
* Issue #28394: Typo fixes in code comments and changelogMartin Panter2016-10-101-1/+1
* Issue #24363: Continue parsing HTTP header in spite of invalid linesMartin Panter2016-09-161-1/+115
* Issue #27125: Fix various errors like “will [be] inherited”Martin Panter2016-05-291-2/+2
* Issue #17849: Raise sensible exception for invalid HTTP tunnel responseMartin Panter2015-09-071-0/+10
* Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The portSerhiy Storchaka2015-05-281-3/+5
* Issue #15267: HTTPConnection.request() now is compatibile with old-styleSerhiy Storchaka2015-05-161-0/+17
* #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.R David Murray2015-03-221-15/+54
* Issue #22928: Disabled HTTP header injections in httplib.Serhiy Storchaka2015-03-121-0/+56
* simply ignore headers with no name (#19996)Benjamin Peterson2015-01-251-0/+10
* Fix Issue23300 : httplib.HTTP classe's connect method should use _get_hostportSenthil Kumaran2015-01-241-2/+27
* merge 2.7.9 release branchBenjamin Peterson2014-12-071-8/+5
|\
| * remove HTTPSConnection's check_hostname parameter (#22959)Benjamin Peterson2014-12-071-8/+5
* | Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.Serhiy Storchaka2014-12-011-1/+24
|/
* don't fail tests when www.python.org can't be validated by the systemBenjamin Peterson2014-11-251-3/+1
* debugging: print ca certs loaded into default ctxBenjamin Peterson2014-11-241-0/+3
* pep 476: verify certificates by default (#22417)Benjamin Peterson2014-11-231-2/+1
* allow passing cert/ssl information to urllib2.urlopen and httplib.HTTPSConnec...Benjamin Peterson2014-11-231-22/+136
* Issue #16037: HTTPMessage.readheaders() raises an HTTPException when moreBerker Peksag2014-08-051-0/+7
* Backport Fix for Issue #7776: Fix ``Host:'' header and reconnection when usin...Senthil Kumaran2014-05-161-2/+46
* 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/+2
* Issue #15633: httplib.HTTPResponse is now mark closed when the server sends l...Antoine Pitrou2013-02-021-3/+15
* Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte...Antoine Pitrou2012-12-151-1/+14
* Fix Issue14721: Send Content-length: 0 for empty body () in the http.requestSenthil Kumaran2012-05-191-0/+28
* httplib test for early eof response. related to Issue13684Senthil Kumaran2012-04-291-0/+8
* Issue #10860: Skip the new test if HTTPS is not availablePetri Lehtinen2011-10-261-0/+1
* Fixes #10860: Handle empty port after port delimiter in httplibŁukasz Langa2011-10-181-1/+24
* Merged revisions 87373,87381 via svnmerge fromAntoine Pitrou2010-12-181-0/+29
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-12/+12
* Merged revisions 86450 via svnmerge fromSenthil Kumaran2010-11-141-0/+20
* Merged revisions 85205 via svnmerge fromSenthil Kumaran2010-10-031-2/+8
* Fix Issue1327971: HTTPResponse should expose a proper fileno attributeSenthil Kumaran2010-09-211-0/+7
* Forward port r70643 (#5542) + part of r83120 (just remove the comment)Victor Stinner2010-07-241-0/+31
* test verifying the resp object is closed for HEAD response.Senthil Kumaran2010-06-041-1/+1
* Fixed Issue6312 - httplib fails with HEAD requests to pages with "transfer-en...Senthil Kumaran2010-04-281-0/+17
* Issue #7427: improve the representation of httplib.BadStatusLine exceptions.Dirkjan Ochtman2010-02-241-0/+4
* issue3972: HTTPConnection and HTTPSConnection now support aGregory P. Smith2010-01-031-2/+35
* Issue #6790: Make it possible again to pass an `array.array` toAntoine Pitrou2009-09-291-1/+16
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-2/+2
* give httplib.IncompleteRead a more sane repr #4308Benjamin Peterson2009-03-021-0/+19
* Reflow long lines.Jeremy Hylton2008-11-291-5/+10
* Fixed the semantic of timeout for socket.create_connection andFacundo Batista2008-05-291-12/+17
* Fix typo with regards to self.PORT shadowing class variables with the same name.Trent Nelson2008-04-091-4/+5
* - Issue #2550: The approach used by client/server code for obtaining portsTrent Nelson2008-04-081-11/+10
* #1627: httplib now ignores negative Content-Length headers.Georg Brandl2008-02-241-0/+7
* #900744: If an invalid chunked-encoding header is sent by a server,Georg Brandl2008-02-241-0/+29
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* Issue #1580738. When HTTPConnection reads the whole stream with read(),Facundo Batista2007-10-181-2/+13
* One more fix to consider missing SSL support.Thomas Wouters2007-08-301-2/+3