| Commit message (Expand) | Author | Age |
* | #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. | R David Murray | 2015-03-22 |
* | Issue #22928: Disabled HTTP header injections in http.client. | Serhiy Storchaka | 2015-03-12 |
* | Issue #23526: Fix ResourceWarning in test_httplib. Patch written by Alex Shkop. | Victor Stinner | 2015-02-27 |
* | Issue #23439: Add missing entries to http.client.__all__. | Berker Peksag | 2015-02-20 |
* | handle headers with no key (closes #19996) | Benjamin Peterson | 2015-01-25 |
* | Increase http.client.HTTPConnection test coverage. | Senthil Kumaran | 2015-01-24 |
* | make sure server threads get cleaned up | Benjamin Peterson | 2014-12-13 |
* | Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port | Serhiy Storchaka | 2014-12-12 |
* | HTTPSConnection: prefer the context's check_hostname attribute over the const... | Benjamin Peterson | 2014-12-07 |
* | Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails. | Serhiy Storchaka | 2014-12-01 |
* | don't fail tests when www.python.org can't be validated by the system | Benjamin Peterson | 2014-11-25 |
* | test_httplib: use self-signed.pythontest.net for verification test with non-r... | Georg Brandl | 2014-11-05 |
* | PEP 476: enable HTTPS certificate verification by default (#22417) | Benjamin Peterson | 2014-11-03 |
* | Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTT... | Senthil Kumaran | 2014-04-14 |
* | Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t... | Serhiy Storchaka | 2014-02-08 |
|\ |
|
| * | Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t... | Serhiy Storchaka | 2014-02-08 |
* | | Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. | Serhiy Storchaka | 2013-12-17 |
|\| |
|
| * | Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. | Serhiy Storchaka | 2013-12-17 |
* | | merge with 3.3 | Georg Brandl | 2013-10-27 |
|\| |
|
| * | Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than | Georg Brandl | 2013-10-27 |
* | | Issue #18743: Fix references to non-existant "StringIO" module | Serhiy Storchaka | 2013-08-29 |
|\| |
|
| * | Issue #18743: Fix references to non-existant "StringIO" module | Serhiy Storchaka | 2013-08-29 |
* | | Issue #16658: add missing return to HTTPConnection.send(). | Andrew Svetlov | 2013-04-12 |
|\| |
|
| * | Issue #16658: add missing return to HTTPConnection.send(). | Andrew Svetlov | 2013-04-12 |
* | | Issue #16723: httplib.HTTPResponse no longer marked closed when the connection | Serhiy Storchaka | 2013-02-06 |
|\| |
|
| * | Issue #16723: httplib.HTTPResponse no longer marked closed when the connection | Serhiy Storchaka | 2013-02-06 |
| |\ |
|
| | * | Issue #16723: httplib.HTTPResponse no longer marked closed when the connection | Serhiy Storchaka | 2013-02-06 |
* | | | Issue #17107: Test client-side SNI support in urllib.request thanks to the ne... | Antoine Pitrou | 2013-02-05 |
* | | | Issue #15633: httplib.HTTPResponse is now mark closed when the server sends l... | Antoine Pitrou | 2013-02-02 |
|\| | |
|
| * | | Issue #15633: httplib.HTTPResponse is now mark closed when the server sends l... | Antoine Pitrou | 2013-02-02 |
| |\| |
|
| | * | Issue #15633: httplib.HTTPResponse is now mark closed when the server sends l... | Antoine Pitrou | 2013-02-02 |
* | | | Issue #16833: In http.client.HTTPConnection, do not concatenate the request h... | Antoine Pitrou | 2013-01-02 |
* | | | Issue #16717: get rid of socket.error, replace with OSError | Andrew Svetlov | 2012-12-18 |
|/ / |
|
* | | Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte... | Antoine Pitrou | 2012-12-15 |
|\| |
|
| * | Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte... | Antoine Pitrou | 2012-12-15 |
* | | merge - Fix Issue14721: Send Content-length: 0 for empty body () in the http.... | Senthil Kumaran | 2012-05-19 |
|\| |
|
| * | Fix Issue14721: Send Content-length: 0 for empty body () in the http.client r... | Senthil Kumaran | 2012-05-19 |
* | | httplib test for early eof response. related to Issue13684 | Senthil Kumaran | 2012-04-29 |
|\| |
|
| * | httplib test for early eof response. related to Issue13684 | Senthil Kumaran | 2012-04-29 |
* | | Issue #13713: fix a regression in HTTP chunked reading after 806cfe39f729 | Antoine Pitrou | 2012-01-04 |
* | | Issue #13464: Add a readinto() method to http.client.HTTPResponse. | Antoine Pitrou | 2011-12-06 |
* | | Issue #10860: Skip the new test if HTTPS is not available | Petri Lehtinen | 2011-10-26 |
|\| |
|
| * | Issue #10860: Skip the new test if HTTPS is not available | Petri Lehtinen | 2011-10-26 |
* | | Merged fix for #10860 from 3.2 | Łukasz Langa | 2011-10-19 |
|\| |
|
| * | Fixes #10860: Handle empty port after port delimiter in httplib | Łukasz Langa | 2011-10-18 |
* | | Merge 3.2: test_httplib removes temporary files | Victor Stinner | 2011-09-21 |
|\| |
|
| * | test_httplib removes temporary files | Victor Stinner | 2011-09-21 |
* | | Silence the altered state warning about threadgs when running test_httplib. | Brett Cannon | 2011-08-04 |
|/ |
|
* | Fix closes Issue12676 - Invalid identifier used in TypeError message in http.... | Senthil Kumaran | 2011-08-02 |
* | Issue 10825: Minor updates to the test suite. | Raymond Hettinger | 2011-01-06 |