- b7414e0 Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more by Berker Peksag · 11 years ago
- 36f28f7 Backport Fix for Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTTPConnection.set_tunnel(). by Senthil Kumaran · 11 years ago
- 528bed8 Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. by Serhiy Storchaka · 11 years ago
- c97f5ed Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 12 years ago
- d66c0ee Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length. by Antoine Pitrou · 13 years ago
- 4113d2b Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. by Antoine Pitrou · 13 years ago
- 618802d Fix Issue14721: Send Content-length: 0 for empty body () in the http.request by Senthil Kumaran · 13 years ago
- f5aaf6f httplib test for early eof response. related to Issue13684 by Senthil Kumaran · 13 years ago
- 6d089df Issue #10860: Skip the new test if HTTPS is not available by Petri Lehtinen · 14 years ago
- 7a15390 Fixes #10860: Handle empty port after port delimiter in httplib by Łukasz Langa · 14 years ago
- d7b6ac6 Merged revisions 87373,87381 via svnmerge from by Antoine Pitrou · 15 years ago
- 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
- 501bfd8 Merged revisions 86450 via svnmerge from by Senthil Kumaran · 15 years ago
- aa5f49e Merged revisions 85205 via svnmerge from by Senthil Kumaran · 15 years ago
- d389cb5 Fix Issue1327971: HTTPResponse should expose a proper fileno attribute by Senthil Kumaran · 15 years ago
- 2c6aee9 Forward port r70643 (#5542) + part of r83120 (just remove the comment) by Victor Stinner · 15 years ago
- fb69501 test verifying the resp object is closed for HEAD response. by Senthil Kumaran · 15 years ago
- ed920434 Fixed Issue6312 - httplib fails with HEAD requests to pages with "transfer-encoding: chunked" by Senthil Kumaran · 15 years ago
- ebc73dc Issue #7427: improve the representation of httplib.BadStatusLine exceptions. by Dirkjan Ochtman · 15 years ago
- 9d32521 issue3972: HTTPConnection and HTTPSConnection now support a by Gregory P. Smith · 16 years ago
- 7248178 Issue #6790: Make it possible again to pass an `array.array` to by Antoine Pitrou · 16 years ago
- 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
- 7d49bba give httplib.IncompleteRead a more sane repr #4308 by Benjamin Peterson · 16 years ago
- 21d2e59 Reflow long lines. by Jeremy Hylton · 17 years ago
- 4f1b1ed Fixed the semantic of timeout for socket.create_connection and by Facundo Batista · 17 years ago
- 6c4a7c6 Fix typo with regards to self.PORT shadowing class variables with the same name. by Trent Nelson · 17 years ago
- e41b006 - Issue #2550: The approach used by client/server code for obtaining ports by Trent Nelson · 17 years ago
- 8c460d5 #1627: httplib now ignores negative Content-Length headers. by Georg Brandl · 17 years ago
- 2363503 #900744: If an invalid chunked-encoding header is sent by a server, by Georg Brandl · 17 years ago
- c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
- 7066590 Issue #1580738. When HTTPConnection reads the whole stream with read(), by Facundo Batista · 18 years ago
- 628e3bb One more fix to consider missing SSL support. by Thomas Wouters · 18 years ago
- 70f996b Added timeout support to HTTPSConnection, through the by Facundo Batista · 18 years ago
- 0d4c06e Whitespace normalization. Ugh, we really need to do this more often. by Neal Norwitz · 18 years ago
- f196629 Closing the HTTP connection after each test, and listening more. by Facundo Batista · 18 years ago
- 14553b0 Surrounded with try/finally to socket's default timeout setting by Facundo Batista · 18 years ago
- 07c78be Added a 'create_connect()' function to socket.py, which creates a by Facundo Batista · 18 years ago
- 040a927 Patch #1065257: Support passing open files as body in HTTPConnection.request(). by Martin v. Löwis · 19 years ago
- 71a2089 Completely convert test_httplib to unittest. by Georg Brandl · 19 years ago
- 4cbd1e3 Move test case for HTTP response dict to httplib. by Georg Brandl · 19 years ago
- c74298a Whitespace normalization. by Tim Peters · 21 years ago
- 0a1af4a Remove tabs. by Brett Cannon · 21 years ago
- 74a249e Strip square brackets from IPv6 address. by Martin v. Löwis · 21 years ago
- cae14d2 missed the obvious test case and corresponding fix by Skip Montanaro · 21 years ago
- 10e6e0e Search from the end of the host/port combination to find the colon which by Skip Montanaro · 21 years ago
- 2c17825 SF bug 874842 and patch 997626: httplib bugs by Jeremy Hylton · 21 years ago
- 121d34a Fix SF bug 764095: Don't use network in test_httplib. by Jeremy Hylton · 22 years ago
- c1b2cb9 SF bug 622042: Don't expect response body from HEAD request. by Jeremy Hylton · 22 years ago
- ba60319 Fix for SF bug 661340: test_httplib fails on the mac. by Jeremy Hylton · 23 years ago
- 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 23 years ago
- c411dba Whitespace normalization. by Tim Peters · 23 years ago
- 39c0380 Change _begin() back to begin(). by Jeremy Hylton · 23 years ago
- 6d0a4c7 Fix for SF bug #432621: httplib: multiple Set-Cookie headers by Jeremy Hylton · 23 years ago
- 566fe9e Track change of begin() to _begin(). by Jeremy Hylton · 23 years ago
- 28bb572 Use attributes appropriately by Neal Norwitz · 23 years ago
- 03ff86d add test of InvalidURL by Skip Montanaro · 23 years ago
- d48004f test_support should be imported directly, not via test.test_support. by Tim Peters · 24 years ago
- 79fa2b6 Add test for SF bug #405427 by Jeremy Hylton · 24 years ago