- cac05e2 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 11 years ago
- 1c84ac1 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 11 years ago
- f723c71 Issue 19509: Don't call match_hostname() twice in http.client. by Christian Heimes · 11 years ago
- 67986f9 Issue #19735: Implement private function ssl._create_stdlib_context() to by Christian Heimes · 11 years ago
- bf3f8eb Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than by Georg Brandl · 11 years ago
- b89b5df merge with 3.3 by Georg Brandl · 11 years ago
- cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
- 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
- 3042b5e Issue #16658: add missing return to HTTPConnection.send(). by Andrew Svetlov · 12 years ago
- 7b2c8bb Issue #16658: add missing return to HTTPConnection.send(). by Andrew Svetlov · 12 years ago
- 052ddb0 #17460: Remove the strict argument of HTTPConnection and removing the by Senthil Kumaran · 12 years ago
- daf990f Issue #16723: httplib.HTTPResponse no longer marked closed when the connection by Serhiy Storchaka · 12 years ago
- b6c86fd Issue #16723: httplib.HTTPResponse no longer marked closed when the connection by Serhiy Storchaka · 12 years ago
- b5b9c8c Issue #16723: httplib.HTTPResponse no longer marked closed when the connection by Serhiy Storchaka · 12 years ago
- b5032c8 Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length. by Antoine Pitrou · 12 years ago
- 6a35e18 Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length. by Antoine Pitrou · 12 years ago
- beec61a Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length. by Antoine Pitrou · 12 years ago
- 90e4774 Issue #16833: In http.client.HTTPConnection, do not concatenate the request headers and body when the payload exceeds 16 KB, since it can consume more memory for no benefit. by Antoine Pitrou · 12 years ago
- 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
- d20e774 Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. by Antoine Pitrou · 12 years ago
- 084daa2 Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. by Antoine Pitrou · 12 years ago
- de59565 Simplify code in HTTPResponse.read() by Antoine Pitrou · 12 years ago
- d34b57a merge - Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests by Senthil Kumaran · 13 years ago
- 5fa4a89 Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests by Senthil Kumaran · 13 years ago
- 51b2ed5 #14809: Add HTTP status codes from RFC 6585 to http.server and http.client by Hynek Schlawack · 13 years ago
- 150c365 httplib - minor update to check empty response by Senthil Kumaran · 13 years ago
- 7e70a5c httplib - minor update to check empty response by Senthil Kumaran · 13 years ago
- aa872d1 3.2 - Fix for Issue13684 - httplib tunnel infinite loop by Senthil Kumaran · 13 years ago
- b12771a 3.2 - Fix for Issue13684 - httplib tunnel infinite loop by Senthil Kumaran · 13 years ago
- f7e7818 Issue #13713: fix a regression in HTTP chunked reading after 806cfe39f729 by Antoine Pitrou · 13 years ago
- 4ce6aa4 Fix dangling whitespace by Antoine Pitrou · 13 years ago
- 38d9643 Issue #13464: Add a readinto() method to http.client.HTTPResponse. by Antoine Pitrou · 13 years ago
- 6c4e1ae Merged fix for #10860 from 3.2 by Łukasz Langa · 13 years ago
- a5a9a9c Fixes #10860: Handle empty port after port delimiter in httplib by Łukasz Langa · 13 years ago
- ad87fa6 Issue #13073 - Address the review comments made by Ezio. by Senthil Kumaran · 13 years ago
- 91a076a merge from 3.2. Issue #13073 - Address the review comments made by Ezio. by Senthil Kumaran · 13 years ago
- 83fad3e Merge with 3.2. by Georg Brandl · 13 years ago
- 25e2cd1 Fix spacing in string literal. by Georg Brandl · 13 years ago
- d61535d Fix closes Issue12676 - Invalid identifier used in TypeError message in http.client. by Senthil Kumaran · 13 years ago
- eb71ad4 Fix closes Issue12676 - Invalid identifier used in TypeError message in http.client. by Senthil Kumaran · 13 years ago
- 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 14 years ago
- 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
- 3730892 #11515: Merge with 3.2. by Ezio Melotti · 14 years ago
- 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 14 years ago
- 2774310 Merged revisions 87627,87638,87739,87760,87771,87787,87984,87986,88108,88115,88144,88165,88329,88364-88365,88369-88370,88423-88424 via svnmerge from by Georg Brandl · 14 years ago
- c7c199f #10983: fix several bugs in the _tunnel implementation that seem to have missed while porting between branches. A unittest is needed! by Georg Brandl · 14 years ago
- 5953128 To match the behaviour of HTTP server, the HTTP client library now also encodes by Armin Ronacher · 14 years ago
- 1e991f2 Fix some mistakes- Issue3243 (r87399) Correcting the operator precendence by Senthil Kumaran · 14 years ago
- 7bc0d87 Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji Li and Chris AtLee. by Senthil Kumaran · 14 years ago
- ff1bbba Merged revisions 87373,87381 via svnmerge from by Antoine Pitrou · 14 years ago
- 5466bf1 Fix Issue6791 - Limit the HTTP header readline with _MAXLENGTH. Patch by Antoine Pitrou by Senthil Kumaran · 14 years ago
- 988dbd7 Issue #10711: Remove HTTP 0.9 support from http.client. The `strict` by Antoine Pitrou · 14 years ago
- 2e89cf3 Merged revisions 86450 via svnmerge from by Senthil Kumaran · 14 years ago
- 74ebd9e Fix Issue5111 - Wrap the Ipv6 host with [] in the Host header by Senthil Kumaran · 14 years ago
- d532321 Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket` by Antoine Pitrou · 14 years ago
- 8060399 Typo. It is rather obvious that this code isn't tested :/ by Antoine Pitrou · 14 years ago
- 803e6d6 Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and by Antoine Pitrou · 14 years ago
- fa9c38d FakeSocket is (supposed to be) gone in 3.x by Antoine Pitrou · 14 years ago
- 9730456 Merged revisions 85205 via svnmerge from by Senthil Kumaran · 14 years ago
- 58d5dbf Fix Issue10012 - httplib headers, which are (sometimes mistakenly) int are explicitly cast to str (bytes - in py3k). by Senthil Kumaran · 14 years ago
- 996e13c Merged revisions 85169 via svnmerge from by Senthil Kumaran · 14 years ago
- 5a2da3b Use proper variable name 'data' instead of 'str' in the send method. by Senthil Kumaran · 14 years ago
- 3357840 Merged revisions 83521 via svnmerge from by Senthil Kumaran · 14 years ago
- 9f8dc44 Fix Issue8572 - httplib getheader() throws error instead of default by Senthil Kumaran · 14 years ago
- 756f547 #9032: XML-RPC client: Transport.request() retries on EPIPE error by Victor Stinner · 14 years ago
- 41142f5 Merged revisions 81689 via svnmerge from by Senthil Kumaran · 14 years ago
- 447f82f Merged revisions 81687 via svnmerge from by Senthil Kumaran · 14 years ago
- 2682638 Merged revisions 80587 via svnmerge from by Senthil Kumaran · 15 years ago
- 71fb6c8 Merged revisions 80583 via svnmerge from by Senthil Kumaran · 15 years ago
- 11dbfd4 Merged revisions 78417 via svnmerge from by Benjamin Peterson · 15 years ago
- b406637 Merged revisions 77263-77264 via svnmerge from by Gregory P. Smith · 15 years ago
- 4b9fbeb Merged revisions 76910 via svnmerge from by Senthil Kumaran · 15 years ago
- 47fff87 Merged revisions 76908 via svnmerge from by Senthil Kumaran · 15 years ago
- 595ad32 Merged revisions 75137 via svnmerge from by Antoine Pitrou · 15 years ago
- ead1d62 [NOTE: the original bug doesn't exist in py3k but this adds Kirk's tests and fixes by Antoine Pitrou · 15 years ago
- 5a86acb Fixes issue #6838: use a list to accumulate the value instead of repeatedly concatenating strings. by Chris Withers · 15 years ago
- 9c33cbf Fixes issue #6838: use a list to accumulate the value instead of repeatedly concatenating strings. by Chris Withers · 15 years ago
- 0ac1f83 Backport the changes made in revision 74198, fixing the issue 1424152 by Senthil Kumaran · 15 years ago
- 97f0c6b Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy. by Senthil Kumaran · 15 years ago
- a7cff02 An HTTPResponse is, by its nature, readable. by Jeremy Hylton · 16 years ago
- 6c5e28c Simplify the Request class. The basic components of the parsed by Jeremy Hylton · 16 years ago
- 636950f Remove special logic that closes HTTPConnection socket on EPIPE. by Jeremy Hylton · 16 years ago
- 236654b Fix some string encoding issues with entity bodies in HTTP requests. by Jeremy Hylton · 16 years ago
- 98eb6c2 Fix compatibility issue with HTTPMessage class. by Jeremy Hylton · 16 years ago
- e6fdd04 Replace duplicate code in http.server with call to http.client.parse_headers(). by Jeremy Hylton · 16 years ago
- ef9f48e Simplify complex expression. by Jeremy Hylton · 16 years ago
- 6accb98 Merged revisions 70107 via svnmerge from by Benjamin Peterson · 16 years ago
- b353c12 Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. by Antoine Pitrou · 16 years ago
- f72d9fb revert 69416; it didn't help much by Benjamin Peterson · 16 years ago
- ded0c03 fix typo and test_urllib failures by Benjamin Peterson · 16 years ago
- 7e11b3f merging / reimplementing r68532 from the trunk to Py3k by Kristján Valur Jónsson · 16 years ago
- 822b21c Merged revisions 68458 via svnmerge from by Benjamin Peterson · 16 years ago
- 236156f Use True/False for ints instead of 1/0. That's so Python 2.0. by Jeremy Hylton · 16 years ago
- 1742e40 Merged revisions 67442 via svnmerge from by Benjamin Peterson · 16 years ago
- f608c61 Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via svnmerge from by Benjamin Peterson · 16 years ago
- 86b2fb9 Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,64744-64746,64756-64761,64767-64769,64771-64772,64774-64775,64788,64793,64835-64836 via svnmerge from by Georg Brandl · 16 years ago
- 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
- 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
- f78e02b Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from by Georg Brandl · 16 years ago
- 2442015 Create http package. #2883. by Georg Brandl · 16 years ago[Renamed from Lib/httplib.py]