| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [3.3] bpo-22928: Disabled HTTP header injections in http.client. (#2817) | Serhiy Storchaka | 2017-07-26 | 1 | -0/+56 |
| | | | | | | Original patch by Demian Brecht.. (cherry picked from commit a112a8ae47813f75aa8ad27ee8c42a7c2e937d13) | ||||
| * | Issue #25940: Merge self-signed.pythontest.net testing from 3.2 into 3.3 | Martin Panter | 2016-01-14 | 1 | -7/+8 |
| |\ | |||||
| | * | Issue #25940: Backport self-signed.pythontest.net testing for test_httplib | Georg Brandl | 2014-11-05 | 1 | -7/+8 |
| | | | | | | | | | | | The svn.python.org server recently changed root certificate, causing the test to fail. This backports revision 4985375db40f. | ||||
| | * | Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than | Georg Brandl | 2014-09-30 | 1 | -0/+9 |
| | | | | | | | | | 100 headers are read. Adapted from patch by Jyrki Pulliainen. | ||||
| * | | 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 #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 #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/+18 |
| | | | | | | | | | is automatically closed. | ||||
| * | | 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 #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 |
| |/ | |||||
| * | Fix closes Issue12676 - Invalid identifier used in TypeError message in ↵ | Senthil Kumaran | 2011-08-02 | 1 | -0/+7 |
| | | | | | | | http.client. Reported by Popa Claudiu and Patch by Santoso Wijaya. | ||||
| * | Issue 10825: Minor updates to the test suite. | Raymond Hettinger | 2011-01-06 | 1 | -5/+5 |
| | | |||||
| * | test_httplib: fix a DeprecationWarning, assertEquals=>assertEqual | Victor Stinner | 2011-01-04 | 1 | -1/+1 |
| | | |||||
| * | Issue3243 - Support iterable bodies in httplib. Patch contributions by ↵ | Senthil Kumaran | 2010-12-19 | 1 | -0/+16 |
| | | | | | Xuanji Li and Chris AtLee. | ||||
| * | Fix Issue6791 - Limit the HTTP header readline with _MAXLENGTH. Patch by ↵ | Senthil Kumaran | 2010-12-18 | 1 | -0/+27 |
| | | | | | Antoine Pitrou | ||||
| * | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -12/+12 |
| | | |||||
| * | Fix Issue5111 - Wrap the Ipv6 host with [] in the Host header | Senthil Kumaran | 2010-11-13 | 1 | -0/+19 |
| | | |||||
| * | Move test_httplib over to file context managers. | Brett Cannon | 2010-10-29 | 1 | -27/+25 |
| | | |||||
| * | Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and | Antoine Pitrou | 2010-10-13 | 1 | -7/+99 |
| | | | | | | urllib.request.urlopen now take optional arguments to allow for server certificate checking, as recommended in public uses of HTTPS. | ||||
| * | Remove the debugging print line from the test. | Senthil Kumaran | 2010-10-04 | 1 | -1/+0 |
| | | |||||
| * | Fix Issue10012 - httplib headers, which are (sometimes mistakenly) int are ↵ | Senthil Kumaran | 2010-10-03 | 1 | -0/+9 |
| | | | | | explicitly cast to str (bytes - in py3k). | ||||
| * | Fix Issue8572 - httplib getheader() throws error instead of default | Senthil Kumaran | 2010-08-02 | 1 | -1/+38 |
| | | |||||
| * | Merged revisions 81691 via svnmerge from | Senthil Kumaran | 2010-06-04 | 1 | -1/+1 |
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81691 | senthil.kumaran | 2010-06-04 22:47:09 +0530 (Fri, 04 Jun 2010) | 3 lines test verifying the resp object is closed for HEAD response. ........ | ||||
| * | Merged revisions 80583 via svnmerge from | Senthil Kumaran | 2010-04-28 | 1 | -0/+17 |
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80583 | senthil.kumaran | 2010-04-28 22:50:43 +0530 (Wed, 28 Apr 2010) | 3 lines Fixed Issue6312 - httplib fails with HEAD requests to pages with "transfer-encoding: chunked" ........ | ||||
| * | Merged revisions 78417 via svnmerge from | Benjamin Peterson | 2010-03-21 | 1 | -0/+4 |
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78417 | dirkjan.ochtman | 2010-02-23 22:49:00 -0600 (Tue, 23 Feb 2010) | 1 line Issue #7427: improve the representation of httplib.BadStatusLine exceptions. ........ | ||||
| * | Merged revisions 77263-77264 via svnmerge from | Gregory P. Smith | 2010-01-03 | 1 | -2/+35 |
| | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r77263 | gregory.p.smith | 2010-01-02 17:29:44 -0800 (Sat, 02 Jan 2010) | 4 lines Adds an optional source_address parameter to socket.create_connection(). For use by issue3972. ........ r77264 | gregory.p.smith | 2010-01-02 18:06:07 -0800 (Sat, 02 Jan 2010) | 5 lines issue3972: HTTPConnection and HTTPSConnection now support a source_address parameter. Also cleans up an annotation in the socket documentation. ........ | ||||
| * | [NOTE: the original bug doesn't exist in py3k but this adds Kirk's tests and ↵ | Antoine Pitrou | 2009-09-29 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | fixes another bug in the process] Merged revisions 75134 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75134 | antoine.pitrou | 2009-09-29 19:48:18 +0200 (mar., 29 sept. 2009) | 4 lines Issue #6790: Make it possible again to pass an `array.array` to `httplib.HTTPConnection.send`. Patch by Kirk McDonald. ........ | ||||
| * | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -2/+2 |
| | | |||||
| * | Remove special logic that closes HTTPConnection socket on EPIPE. | Jeremy Hylton | 2009-03-28 | 1 | -1/+31 |
| | | | | | | | | | | | http://bugs.python.org/issue5542 If the socket is closed, the client has no chance to read the response from the server. EPIPE means that it isn't possible to write more data from the socket, but not that it is impossible to read. Also, various formatting changes. | ||||
| * | Replace references to httplib with http.client. | Jeremy Hylton | 2009-03-27 | 1 | -27/+27 |
| | | |||||
| * | Fix some string encoding issues with entity bodies in HTTP requests. | Jeremy Hylton | 2009-03-27 | 1 | -1/+72 |
| | | | | | | | | | | | | | RFC 2616 says that iso-8859-1 is the default charset for HTTP entity bodies, but we encoded strings using ascii. See http://bugs.python.org/issue5314. Changed docs and code to use iso-8859-1. Also fix some brokenness with passing a file as the body instead of a string. Add tests to show that some of this behavior actually works. | ||||
| * | Merged revisions 70107 via svnmerge from | Benjamin Peterson | 2009-03-02 | 1 | -0/+19 |
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r70107 | benjamin.peterson | 2009-03-02 16:41:42 -0600 (Mon, 02 Mar 2009) | 1 line give httplib.IncompleteRead a more sane repr #4308 ........ | ||||
