Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port | Serhiy Storchaka | 2014-12-12 | 1 | -3/+5 | |
|\ \ | |/ | | | | | value in the host header was set to "None". Patch by Demian Brecht. | |||||
| * | Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port | Serhiy Storchaka | 2014-12-12 | 1 | -3/+5 | |
| | | | | | | | | value in the host header was set to "None". Patch by Demian Brecht. | |||||
* | | merge 3.4 (#22959) | Benjamin Peterson | 2014-12-07 | 1 | -0/+14 | |
|\ \ | |/ | ||||||
| * | HTTPSConnection: prefer the context's check_hostname attribute over the ↵ | Benjamin Peterson | 2014-12-07 | 1 | -0/+14 | |
| | | | | | | | | constructor parameter (#22959) | |||||
* | | Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails. | Serhiy Storchaka | 2014-12-01 | 1 | -1/+21 | |
|\ \ | |/ | | | | | Original patch by Martin Panter. | |||||
| * | Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails. | Serhiy Storchaka | 2014-12-01 | 1 | -1/+24 | |
| | | | | | | | | Original patch by Martin Panter. | |||||
* | | merge 3.4 | Benjamin Peterson | 2014-11-26 | 1 | -0/+1 | |
|\ \ | |/ | ||||||
| * | don't fail tests when www.python.org can't be validated by the system | Benjamin Peterson | 2014-11-25 | 1 | -0/+1 | |
| | | ||||||
* | | merge with 3.4 | Georg Brandl | 2014-11-05 | 1 | -12/+8 | |
|\ \ | |/ | ||||||
| * | test_httplib: use self-signed.pythontest.net for verification test with ↵ | Georg Brandl | 2014-11-05 | 1 | -12/+8 | |
| | | | | | | | | non-root-CA cert | |||||
* | | merge 3.4 (#22417) | Benjamin Peterson | 2014-11-03 | 1 | -9/+40 | |
|\ \ | |/ | ||||||
| * | PEP 476: enable HTTPS certificate verification by default (#22417) | Benjamin Peterson | 2014-11-03 | 1 | -9/+40 | |
| | | | | | | | | Patch by Alex Gaynor with some modifications by me. | |||||
* | | Issue #21566: Make use of socket.listen() default backlog. | Charles-François Natali | 2014-07-23 | 1 | -2/+2 | |
| | | ||||||
* | | merge from 3.4 | Senthil Kumaran | 2014-04-14 | 1 | -2/+48 | |
|\ \ | |/ | | | | | | | Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTTPConnection.set_tunnel() Patch by Nikolaus Rath. | |||||
| * | Issue #7776: Fix ``Host:'' header and reconnection when using ↵ | Senthil Kumaran | 2014-04-14 | 1 | -2/+48 | |
| | | | | | | | | | | | | http.client.HTTPConnection.set_tunnel(). Patch by Nikolaus Rath. | |||||
* | | Issue #19009 | Kristján Valur Jónsson | 2014-03-19 | 1 | -34/+269 | |
|/ | | | | Enhance HTTPResponse.readline() performance | |||||
* | Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref ↵ | Serhiy Storchaka | 2014-02-08 | 1 | -3/+3 | |
|\ | | | | | | | tests. | |||||
| * | Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref ↵ | Serhiy Storchaka | 2014-02-08 | 1 | -3/+3 | |
| | | | | | | | | tests. | |||||
* | | Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. | Serhiy Storchaka | 2013-12-17 | 1 | -0/+3 | |
|\ \ | |/ | | | | | Original patch by Simon Sapin. | |||||
| * | Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. | Serhiy Storchaka | 2013-12-17 | 1 | -0/+3 | |
| | | | | | | | | Original patch by Simon Sapin. | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-27 | 1 | -0/+9 | |
|\ \ | |/ | ||||||
| * | Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than | Georg Brandl | 2013-10-27 | 1 | -0/+9 | |
| | | | | | | | | 100 headers are read. Adapted from patch by Jyrki Pulliainen. | |||||
* | | Issue #18743: Fix references to non-existant "StringIO" module | Serhiy Storchaka | 2013-08-29 | 1 | -4/+4 | |
|\ \ | |/ | | | | | in docstrings and comments. | |||||
| * | Issue #18743: Fix references to non-existant "StringIO" module | Serhiy Storchaka | 2013-08-29 | 1 | -4/+4 | |
| | | | | | | | | in docstrings and comments. | |||||
* | | Issue #16658: add missing return to HTTPConnection.send(). | Andrew Svetlov | 2013-04-12 | 1 | -0/+21 | |
|\ \ | |/ | | | | | Patch by Jeff Knupp | |||||
| * | Issue #16658: add missing return to HTTPConnection.send(). | Andrew Svetlov | 2013-04-12 | 1 | -0/+21 | |
| | | | | | | | | Patch by Jeff Knupp | |||||
* | | Issue #16723: httplib.HTTPResponse no longer marked closed when the connection | Serhiy Storchaka | 2013-02-06 | 1 | -0/+24 | |
|\ \ | |/ | | | | | is automatically closed. | |||||
| * | Issue #16723: httplib.HTTPResponse no longer marked closed when the connection | Serhiy Storchaka | 2013-02-06 | 1 | -0/+24 | |
| |\ | | | | | | | | | | is automatically closed. | |||||
| | * | Issue #16723: httplib.HTTPResponse no longer marked closed when the connection | Serhiy Storchaka | 2013-02-06 | 1 | -0/+18 | |
| | | | | | | | | | | | | is automatically closed. | |||||
* | | | Issue #17107: Test client-side SNI support in urllib.request thanks to the ↵ | Antoine Pitrou | 2013-02-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | new server-side SNI support in the ssl module. Initial patch by Daniel Black. | |||||
* | | | Issue #15633: httplib.HTTPResponse is now mark closed when the server sends ↵ | Antoine Pitrou | 2013-02-02 | 1 | -3/+34 | |
|\ \ \ | |/ / | | | | | | | less than the advertised Content-Length. | |||||
| * | | Issue #15633: httplib.HTTPResponse is now mark closed when the server sends ↵ | Antoine Pitrou | 2013-02-02 | 1 | -3/+34 | |
| |\ \ | | |/ | | | | | | | less than the advertised Content-Length. | |||||
| | * | Issue #15633: httplib.HTTPResponse is now mark closed when the server sends ↵ | Antoine Pitrou | 2013-02-02 | 1 | -3/+15 | |
| | | | | | | | | | | | | less than the advertised Content-Length. | |||||
* | | | Issue #16833: In http.client.HTTPConnection, do not concatenate the request ↵ | Antoine Pitrou | 2013-01-02 | 1 | -0/+24 | |
| | | | | | | | | | | | | | | | | | | headers and body when the payload exceeds 16 KB, since it can consume more memory for no benefit. Patch by Benno Leslie. | |||||
* | | | Issue #16717: get rid of socket.error, replace with OSError | Andrew Svetlov | 2012-12-18 | 1 | -2/+2 | |
|/ / | ||||||
* | | Issue #16298: In HTTPResponse.read(), close the socket when there is no ↵ | Antoine Pitrou | 2012-12-15 | 1 | -2/+34 | |
|\ \ | |/ | | | | | | | | | Content-Length and the incoming stream is finished. Patch by Eran Rundstein. | |||||
| * | Issue #16298: In HTTPResponse.read(), close the socket when there is no ↵ | Antoine Pitrou | 2012-12-15 | 1 | -1/+14 | |
| | | | | | | | | | | | | Content-Length and the incoming stream is finished. Patch by Eran Rundstein. | |||||
* | | merge - Fix Issue14721: Send Content-length: 0 for empty body () in the ↵ | Senthil Kumaran | 2012-05-19 | 1 | -0/+28 | |
|\ \ | |/ | | | | | http.client requests | |||||
| * | Fix Issue14721: Send Content-length: 0 for empty body () in the http.client ↵ | Senthil Kumaran | 2012-05-19 | 1 | -0/+28 | |
| | | | | | | | | requests | |||||
* | | 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 | |
| | | | | | | | | (originally issue #13464: Add a readinto() method to http.client.HTTPResponse) | |||||
* | | Issue #13464: Add a readinto() method to http.client.HTTPResponse. | Antoine Pitrou | 2011-12-06 | 1 | -0/+86 | |
| | | | | | | | | Patch by Jon Kuhn. | |||||
* | | 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 | |
|/ |