1. d048637 Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. by Christian Heimes · 8 years ago
  2. 451d0e3 Issue 27948: Allow backslashes in the literal string portion of f-strings, but not in the expressions. Also, require expressions to begin and end with literal curly braces. by Eric V. Smith · 8 years ago
  3. 10427f4 [merge from 3.5] - Issue28010 - Make http.client.HTTPConnection.putrequest by Senthil Kumaran · 8 years ago
  4. 5dc504c Issue28010 - Make http.client.HTTPConnection.putrequest documentation consistent with the code. by Senthil Kumaran · 8 years ago
  5. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  6. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  7. 6e02560 Issue 27921: Remove backslash from another f-string. by Eric V. Smith · 8 years ago
  8. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  9. ef91bb2 Issue #12319: Always send file request bodies using chunked encoding by Martin Panter · 8 years ago
  10. 3c0d0ba Issue #12319: Support for chunked encoding of HTTP request bodies by Martin Panter · 8 years ago
  11. c86c91a Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  12. cc71a79 Fix typos in documentation and comments by Martin Panter · 8 years ago
  13. ec195fb Issue #26499: Merge HTTPResponse fix from 3.5 by Martin Panter · 9 years ago
  14. ce911c3 Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost by Martin Panter · 9 years ago
  15. 192697e Issue #26045: Merge http.client error addition from 3.5 by Martin Panter · 9 years ago
  16. 4439148 Issue #26045: Add UTF-8 suggestion to error in http.client by Martin Panter · 9 years ago
  17. 3fd4a73 Issue #25899: Converted non-ASCII characters in docstrings and manpage by Serhiy Storchaka · 9 years ago
  18. 15b87bf Add in missing docstrings. by Raymond Hettinger · 9 years ago
  19. 2116b12 Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  20. 7e7a3db Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  21. cae7bdb #3566: Clean up handling of remote server disconnects. by R David Murray · 9 years ago
  22. 0a0d20e Merge: #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 10 years ago
  23. beed840 #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 10 years ago
  24. b669bfc Issue #22928: Disabled HTTP header injections in http.client. by Serhiy Storchaka · 10 years ago
  25. a112a8a Issue #22928: Disabled HTTP header injections in http.client. by Serhiy Storchaka · 10 years ago
  26. 8e28679 Issue #23439: Add missing entries to http.client.__all__. by Berker Peksag · 10 years ago
  27. babc688 Issue #23439: Add missing entries to http.client.__all__. by Berker Peksag · 10 years ago
  28. ab53ab0 Issue #13128: Print response headers for CONNECT requests when debuglevel > 0. by Berker Peksag · 10 years ago
  29. 9d8a3ad http.client: disable Nagle's algorithm (closes #23302) by Benjamin Peterson · 10 years ago
  30. e4db769 Issue #21793: Added http.HTTPStatus enums (i.e. HTTPStatus.OK, by Serhiy Storchaka · 10 years ago
  31. 4ac7ed9 Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port by Serhiy Storchaka · 10 years ago
  32. a090f01 HTTPSConnection: prefer the context's check_hostname attribute over the constructor parameter (#22959) by Benjamin Peterson · 10 years ago
  33. b491e05 Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails. by Serhiy Storchaka · 10 years ago
  34. 7243b57 don't require OpenSSL SNI to pass hostname to ssl functions (#22921) by Benjamin Peterson · 10 years ago
  35. d4a001b Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port by Serhiy Storchaka · 10 years ago
  36. b46247b merge 3.4 (#22959) by Benjamin Peterson · 10 years ago
  37. 2205da4 Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails. by Serhiy Storchaka · 10 years ago
  38. f9284ae merge 3.4 (#22921) by Benjamin Peterson · 10 years ago
  39. 1cca273 merge 3.4 (#22417) by Benjamin Peterson · 10 years ago
  40. 4ffb075 PEP 476: enable HTTPS certificate verification by default (#22417) by Benjamin Peterson · 10 years ago
  41. 465e60e Issue #22033: Reprs of most Python implemened classes now contain actual by Serhiy Storchaka · 10 years ago
  42. 166214c merge from 3.4 by Senthil Kumaran · 10 years ago
  43. 9da047b Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTTPConnection.set_tunnel(). by Senthil Kumaran · 10 years ago
  44. 03ce1c0 (Merge 3.4) Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 11 years ago
  45. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 11 years ago
  46. 8e5d0ca Issue #19009 Enhance HTTPResponse.readline() performance by Kristján Valur Jónsson · 11 years ago
  47. cac05e2 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 11 years ago
  48. 1c84ac1 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 11 years ago
  49. f723c71 Issue 19509: Don't call match_hostname() twice in http.client. by Christian Heimes · 11 years ago
  50. 67986f9 Issue #19735: Implement private function ssl._create_stdlib_context() to by Christian Heimes · 11 years ago
  51. bf3f8eb Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than by Georg Brandl · 11 years ago
  52. b89b5df merge with 3.3 by Georg Brandl · 11 years ago
  53. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  54. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  55. 3042b5e Issue #16658: add missing return to HTTPConnection.send(). by Andrew Svetlov · 11 years ago
  56. 7b2c8bb Issue #16658: add missing return to HTTPConnection.send(). by Andrew Svetlov · 11 years ago
  57. 052ddb0 #17460: Remove the strict argument of HTTPConnection and removing the by Senthil Kumaran · 12 years ago
  58. daf990f Issue #16723: httplib.HTTPResponse no longer marked closed when the connection by Serhiy Storchaka · 12 years ago
  59. b6c86fd Issue #16723: httplib.HTTPResponse no longer marked closed when the connection by Serhiy Storchaka · 12 years ago
  60. b5b9c8c Issue #16723: httplib.HTTPResponse no longer marked closed when the connection by Serhiy Storchaka · 12 years ago
  61. 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
  62. 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
  63. 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
  64. 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
  65. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
  66. 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
  67. 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
  68. de59565 Simplify code in HTTPResponse.read() by Antoine Pitrou · 12 years ago
  69. d34b57a merge - Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests by Senthil Kumaran · 12 years ago
  70. 5fa4a89 Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests by Senthil Kumaran · 12 years ago
  71. 51b2ed5 #14809: Add HTTP status codes from RFC 6585 to http.server and http.client by Hynek Schlawack · 12 years ago
  72. 150c365 httplib - minor update to check empty response by Senthil Kumaran · 12 years ago
  73. 7e70a5c httplib - minor update to check empty response by Senthil Kumaran · 12 years ago
  74. aa872d1 3.2 - Fix for Issue13684 - httplib tunnel infinite loop by Senthil Kumaran · 12 years ago
  75. b12771a 3.2 - Fix for Issue13684 - httplib tunnel infinite loop by Senthil Kumaran · 12 years ago
  76. f7e7818 Issue #13713: fix a regression in HTTP chunked reading after 806cfe39f729 by Antoine Pitrou · 13 years ago
  77. 4ce6aa4 Fix dangling whitespace by Antoine Pitrou · 13 years ago
  78. 38d9643 Issue #13464: Add a readinto() method to http.client.HTTPResponse. by Antoine Pitrou · 13 years ago
  79. 6c4e1ae Merged fix for #10860 from 3.2 by Łukasz Langa · 13 years ago
  80. a5a9a9c Fixes #10860: Handle empty port after port delimiter in httplib by Łukasz Langa · 13 years ago
  81. ad87fa6 Issue #13073 - Address the review comments made by Ezio. by Senthil Kumaran · 13 years ago
  82. 91a076a merge from 3.2. Issue #13073 - Address the review comments made by Ezio. by Senthil Kumaran · 13 years ago
  83. 83fad3e Merge with 3.2. by Georg Brandl · 13 years ago
  84. 25e2cd1 Fix spacing in string literal. by Georg Brandl · 13 years ago
  85. d61535d Fix closes Issue12676 - Invalid identifier used in TypeError message in http.client. by Senthil Kumaran · 13 years ago
  86. eb71ad4 Fix closes Issue12676 - Invalid identifier used in TypeError message in http.client. by Senthil Kumaran · 13 years ago
  87. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 14 years ago
  88. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  89. 3730892 #11515: Merge with 3.2. by Ezio Melotti · 14 years ago
  90. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 14 years ago
  91. 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
  92. 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
  93. 5953128 To match the behaviour of HTTP server, the HTTP client library now also encodes by Armin Ronacher · 14 years ago
  94. 1e991f2 Fix some mistakes- Issue3243 (r87399) Correcting the operator precendence by Senthil Kumaran · 14 years ago
  95. 7bc0d87 Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji Li and Chris AtLee. by Senthil Kumaran · 14 years ago
  96. ff1bbba Merged revisions 87373,87381 via svnmerge from by Antoine Pitrou · 14 years ago
  97. 5466bf1 Fix Issue6791 - Limit the HTTP header readline with _MAXLENGTH. Patch by Antoine Pitrou by Senthil Kumaran · 14 years ago
  98. 988dbd7 Issue #10711: Remove HTTP 0.9 support from http.client. The `strict` by Antoine Pitrou · 14 years ago
  99. 2e89cf3 Merged revisions 86450 via svnmerge from by Senthil Kumaran · 14 years ago
  100. 74ebd9e Fix Issue5111 - Wrap the Ipv6 host with [] in the Host header by Senthil Kumaran · 14 years ago