| Commit message (Expand) | Author | Age | Files | Lines |
* | don't fail tests when www.python.org can't be validated by the system | Benjamin Peterson | 2014-11-25 | 1 | -3/+1 |
|
|
* | debugging: print ca certs loaded into default ctx | Benjamin Peterson | 2014-11-25 | 1 | -0/+3 |
|
|
* | pep 476: verify certificates by default (#22417) | Benjamin Peterson | 2014-11-24 | 1 | -2/+1 |
|
|
* | allow passing cert/ssl information to urllib2.urlopen and httplib.HTTPSConnec... | Benjamin Peterson | 2014-11-23 | 1 | -22/+136 |
|
|
* | Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more | Berker Peksag | 2014-08-05 | 1 | -0/+7 |
|
|
* | Backport Fix for Issue #7776: Fix ``Host:'' header and reconnection when usin... | Senthil Kumaran | 2014-05-17 | 1 | -2/+46 |
|
|
* | Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t... | Serhiy Storchaka | 2014-02-08 | 1 | -3/+3 |
|
|
* | Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. | Serhiy Storchaka | 2013-12-17 | 1 | -0/+2 |
|
|
* | Issue #15633: httplib.HTTPResponse is now mark closed when the server sends l... | Antoine Pitrou | 2013-02-02 | 1 | -3/+15 |
|
|
* | Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte... | Antoine Pitrou | 2012-12-15 | 1 | -1/+14 |
|
|
* | Fix Issue14721: Send Content-length: 0 for empty body () in the http.request | Senthil Kumaran | 2012-05-19 | 1 | -0/+28 |
|
|
* | httplib test for early eof response. related to Issue13684 | Senthil Kumaran | 2012-04-29 | 1 | -0/+8 |
|
|
* | Issue #10860: Skip the new test if HTTPS is not available | Petri Lehtinen | 2011-10-26 | 1 | -0/+1 |
|
|
* | Fixes #10860: Handle empty port after port delimiter in httplib | Łukasz Langa | 2011-10-18 | 1 | -1/+24 |
|
|
* | Merged revisions 87373,87381 via svnmerge from | Antoine Pitrou | 2010-12-18 | 1 | -0/+29 |
|
|
* | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -12/+12 |
|
|
* | Merged revisions 86450 via svnmerge from | Senthil Kumaran | 2010-11-14 | 1 | -0/+20 |
|
|
* | Merged revisions 85205 via svnmerge from | Senthil Kumaran | 2010-10-03 | 1 | -2/+8 |
|
|
* | Fix Issue1327971: HTTPResponse should expose a proper fileno attribute | Senthil Kumaran | 2010-09-21 | 1 | -0/+7 |
|
|
* | Forward port r70643 (#5542) + part of r83120 (just remove the comment) | Victor Stinner | 2010-07-24 | 1 | -0/+31 |
|
|
* | test verifying the resp object is closed for HEAD response. | Senthil Kumaran | 2010-06-04 | 1 | -1/+1 |
|
|
* | Fixed Issue6312 - httplib fails with HEAD requests to pages with "transfer-en... | Senthil Kumaran | 2010-04-28 | 1 | -0/+17 |
|
|
* | Issue #7427: improve the representation of httplib.BadStatusLine exceptions. | Dirkjan Ochtman | 2010-02-24 | 1 | -0/+4 |
|
|
* | issue3972: HTTPConnection and HTTPSConnection now support a | Gregory P. Smith | 2010-01-03 | 1 | -2/+35 |
|
|
* | Issue #6790: Make it possible again to pass an `array.array` to | Antoine Pitrou | 2009-09-29 | 1 | -1/+16 |
|
|
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -2/+2 |
|
|
* | give httplib.IncompleteRead a more sane repr #4308 | Benjamin Peterson | 2009-03-02 | 1 | -0/+19 |
|
|
* | Reflow long lines. | Jeremy Hylton | 2008-11-29 | 1 | -5/+10 |
|
|
* | Fixed the semantic of timeout for socket.create_connection and | Facundo Batista | 2008-05-29 | 1 | -12/+17 |
|
|
* | Fix typo with regards to self.PORT shadowing class variables with the same name. | Trent Nelson | 2008-04-09 | 1 | -4/+5 |
|
|
* | - Issue #2550: The approach used by client/server code for obtaining ports | Trent Nelson | 2008-04-08 | 1 | -11/+10 |
|
|
* | #1627: httplib now ignores negative Content-Length headers. | Georg Brandl | 2008-02-24 | 1 | -0/+7 |
|
|
* | #900744: If an invalid chunked-encoding header is sent by a server, | Georg Brandl | 2008-02-24 | 1 | -0/+29 |
|
|
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
|
|
* | Issue #1580738. When HTTPConnection reads the whole stream with read(), | Facundo Batista | 2007-10-18 | 1 | -2/+13 |
|
|
* | One more fix to consider missing SSL support. | Thomas Wouters | 2007-08-30 | 1 | -2/+3 |
|
|
* | Added timeout support to HTTPSConnection, through the | Facundo Batista | 2007-05-21 | 1 | -1/+9 |
|
|
* | Whitespace normalization. Ugh, we really need to do this more often. | Neal Norwitz | 2007-04-25 | 1 | -2/+2 |
|
|
* | Closing the HTTP connection after each test, and listening more. | Facundo Batista | 2007-03-25 | 1 | -1/+4 |
|
|
* | Surrounded with try/finally to socket's default timeout setting | Facundo Batista | 2007-03-23 | 1 | -7/+9 |
|
|
* | Added a 'create_connect()' function to socket.py, which creates a | Facundo Batista | 2007-03-23 | 1 | -1/+41 |
|
|
* | Patch #1065257: Support passing open files as body in | Martin v. Löwis | 2006-11-12 | 1 | -1/+12 |
|
|
* | Completely convert test_httplib to unittest. | Georg Brandl | 2006-10-29 | 1 | -90/+63 |
|
|
* | Move test case for HTTP response dict to httplib. | Georg Brandl | 2006-02-17 | 1 | -1/+5 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-09-16 | 1 | -1/+1 |
|
|
* | Remove tabs. | Brett Cannon | 2004-09-15 | 1 | -4/+4 |
|
|
* | Strip square brackets from IPv6 address. | Martin v. Löwis | 2004-09-14 | 1 | -3/+8 |
|
|
* | missed the obvious test case and corresponding fix | Skip Montanaro | 2004-09-14 | 1 | -1/+1 |
|
|
* | Search from the end of the host/port combination to find the colon which | Skip Montanaro | 2004-09-14 | 1 | -0/+7 |
|
|
* | SF bug 874842 and patch 997626: httplib bugs | Jeremy Hylton | 2004-08-07 | 1 | -1/+44 |
|
|