1. 7774d78 bpo-38216, bpo-36274: Allow subclasses to separately override validation and encoding behavior (GH-16448) by Jason R. Coombs · 6 years ago
  2. d1bd6e7 bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448) by Christian Heimes · 6 years ago
  3. 96aeaec bpo-36793: Remove unneeded __str__ definitions. (GH-13081) by Serhiy Storchaka · 6 years ago
  4. b7378d7 bpo-30458: Use InvalidURL instead of ValueError. (GH-13044) by Gregory P. Smith · 6 years ago
  5. c4e671e bpo-30458: Disallow control chars in http URLs. (GH-12755) by Gregory P. Smith · 6 years ago
  6. d6bf6f2 bpo-36050: optimize HTTPResponse.read() (GH-12698) by Inada Naoki · 6 years ago
  7. 461c416 bpo-36522: Print all values for headers with multiple values. (GH-12681) by Matt Houglum · 6 years ago
  8. 936f03e bpo-33365: print the header values beside the keys (GH-6611) by Marco Strigl · 7 years ago
  9. 61d478c bpo-31399: Let OpenSSL verify hostname and IP address (#3462) by Christian Heimes · 8 years ago
  10. 53f7a7c bpo-32297: Few misspellings found in Python source code comments. (#4803) by Mike · 8 years ago
  11. ad455cd bpo-31945: Configurable blocksize in HTTP(S)Connection (#4279) by Nir Soffer · 8 years ago
  12. a632d00 Remove duplicate line in Lib/http/client.py (#1665) by remitamine · 8 years ago
  13. 2e576f5 bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263) by Serhiy Storchaka · 8 years ago
  14. 70d28a1 Remove unused imports. by Serhiy Storchaka · 9 years ago
  15. 741d494 Issue #23214: Remove BufferedReader.read1(-1) workaround by Martin Panter · 9 years ago
  16. d048637 Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. by Christian Heimes · 9 years ago
  17. 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 · 9 years ago
  18. 10427f4 [merge from 3.5] - Issue28010 - Make http.client.HTTPConnection.putrequest by Senthil Kumaran · 9 years ago
  19. 5dc504c Issue28010 - Make http.client.HTTPConnection.putrequest documentation consistent with the code. by Senthil Kumaran · 9 years ago
  20. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 9 years ago
  21. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 9 years ago
  22. 6e02560 Issue 27921: Remove backslash from another f-string. by Eric V. Smith · 9 years ago
  23. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 9 years ago
  24. ef91bb2 Issue #12319: Always send file request bodies using chunked encoding by Martin Panter · 9 years ago
  25. 3c0d0ba Issue #12319: Support for chunked encoding of HTTP request bodies by Martin Panter · 9 years ago
  26. c86c91a Merge typo fixes from 3.5 by Martin Panter · 9 years ago
  27. cc71a79 Fix typos in documentation and comments by Martin Panter · 9 years ago
  28. ec195fb Issue #26499: Merge HTTPResponse fix from 3.5 by Martin Panter · 9 years ago
  29. ce911c3 Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost by Martin Panter · 9 years ago
  30. 192697e Issue #26045: Merge http.client error addition from 3.5 by Martin Panter · 10 years ago
  31. 4439148 Issue #26045: Add UTF-8 suggestion to error in http.client by Martin Panter · 10 years ago
  32. 3fd4a73 Issue #25899: Converted non-ASCII characters in docstrings and manpage by Serhiy Storchaka · 10 years ago
  33. 15b87bf Add in missing docstrings. by Raymond Hettinger · 10 years ago
  34. 2116b12 Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 10 years ago
  35. 7e7a3db Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 10 years ago
  36. cae7bdb #3566: Clean up handling of remote server disconnects. by R David Murray · 10 years ago
  37. 0a0d20e Merge: #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 10 years ago
  38. beed840 #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 10 years ago
  39. b669bfc Issue #22928: Disabled HTTP header injections in http.client. by Serhiy Storchaka · 10 years ago
  40. a112a8a Issue #22928: Disabled HTTP header injections in http.client. by Serhiy Storchaka · 10 years ago
  41. 8e28679 Issue #23439: Add missing entries to http.client.__all__. by Berker Peksag · 10 years ago
  42. babc688 Issue #23439: Add missing entries to http.client.__all__. by Berker Peksag · 10 years ago
  43. ab53ab0 Issue #13128: Print response headers for CONNECT requests when debuglevel > 0. by Berker Peksag · 11 years ago
  44. 9d8a3ad http.client: disable Nagle's algorithm (closes #23302) by Benjamin Peterson · 11 years ago
  45. e4db769 Issue #21793: Added http.HTTPStatus enums (i.e. HTTPStatus.OK, by Serhiy Storchaka · 11 years ago
  46. 4ac7ed9 Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port by Serhiy Storchaka · 11 years ago
  47. a090f01 HTTPSConnection: prefer the context's check_hostname attribute over the constructor parameter (#22959) by Benjamin Peterson · 11 years ago
  48. b491e05 Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails. by Serhiy Storchaka · 11 years ago
  49. 7243b57 don't require OpenSSL SNI to pass hostname to ssl functions (#22921) by Benjamin Peterson · 11 years ago
  50. d4a001b Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port by Serhiy Storchaka · 11 years ago
  51. b46247b merge 3.4 (#22959) by Benjamin Peterson · 11 years ago
  52. 2205da4 Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails. by Serhiy Storchaka · 11 years ago
  53. f9284ae merge 3.4 (#22921) by Benjamin Peterson · 11 years ago
  54. 1cca273 merge 3.4 (#22417) by Benjamin Peterson · 11 years ago
  55. 4ffb075 PEP 476: enable HTTPS certificate verification by default (#22417) by Benjamin Peterson · 11 years ago
  56. 465e60e Issue #22033: Reprs of most Python implemened classes now contain actual by Serhiy Storchaka · 11 years ago
  57. 166214c merge from 3.4 by Senthil Kumaran · 11 years ago
  58. 9da047b Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTTPConnection.set_tunnel(). by Senthil Kumaran · 11 years ago
  59. 03ce1c0 (Merge 3.4) Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 11 years ago
  60. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 11 years ago
  61. 8e5d0ca Issue #19009 Enhance HTTPResponse.readline() performance by Kristján Valur Jónsson · 11 years ago
  62. cac05e2 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 12 years ago
  63. 1c84ac1 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 12 years ago
  64. f723c71 Issue 19509: Don't call match_hostname() twice in http.client. by Christian Heimes · 12 years ago
  65. 67986f9 Issue #19735: Implement private function ssl._create_stdlib_context() to by Christian Heimes · 12 years ago
  66. bf3f8eb Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than by Georg Brandl · 12 years ago
  67. b89b5df merge with 3.3 by Georg Brandl · 12 years ago
  68. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 12 years ago
  69. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 12 years ago
  70. 3042b5e Issue #16658: add missing return to HTTPConnection.send(). by Andrew Svetlov · 12 years ago
  71. 7b2c8bb Issue #16658: add missing return to HTTPConnection.send(). by Andrew Svetlov · 12 years ago
  72. 052ddb0 #17460: Remove the strict argument of HTTPConnection and removing the by Senthil Kumaran · 12 years ago
  73. daf990f Issue #16723: httplib.HTTPResponse no longer marked closed when the connection by Serhiy Storchaka · 13 years ago
  74. b6c86fd Issue #16723: httplib.HTTPResponse no longer marked closed when the connection by Serhiy Storchaka · 13 years ago
  75. b5b9c8c Issue #16723: httplib.HTTPResponse no longer marked closed when the connection by Serhiy Storchaka · 13 years ago
  76. b5032c8 Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length. by Antoine Pitrou · 13 years ago
  77. 6a35e18 Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length. by Antoine Pitrou · 13 years ago
  78. beec61a Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length. by Antoine Pitrou · 13 years ago
  79. 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 · 13 years ago
  80. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 13 years ago
  81. d20e774 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
  82. 084daa2 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
  83. de59565 Simplify code in HTTPResponse.read() by Antoine Pitrou · 13 years ago
  84. d34b57a merge - Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests by Senthil Kumaran · 13 years ago
  85. 5fa4a89 Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests by Senthil Kumaran · 13 years ago
  86. 51b2ed5 #14809: Add HTTP status codes from RFC 6585 to http.server and http.client by Hynek Schlawack · 13 years ago
  87. 150c365 httplib - minor update to check empty response by Senthil Kumaran · 13 years ago
  88. 7e70a5c httplib - minor update to check empty response by Senthil Kumaran · 13 years ago
  89. aa872d1 3.2 - Fix for Issue13684 - httplib tunnel infinite loop by Senthil Kumaran · 13 years ago
  90. b12771a 3.2 - Fix for Issue13684 - httplib tunnel infinite loop by Senthil Kumaran · 13 years ago
  91. f7e7818 Issue #13713: fix a regression in HTTP chunked reading after 806cfe39f729 by Antoine Pitrou · 14 years ago
  92. 4ce6aa4 Fix dangling whitespace by Antoine Pitrou · 14 years ago
  93. 38d9643 Issue #13464: Add a readinto() method to http.client.HTTPResponse. by Antoine Pitrou · 14 years ago
  94. 6c4e1ae Merged fix for #10860 from 3.2 by Łukasz Langa · 14 years ago
  95. a5a9a9c Fixes #10860: Handle empty port after port delimiter in httplib by Łukasz Langa · 14 years ago
  96. ad87fa6 Issue #13073 - Address the review comments made by Ezio. by Senthil Kumaran · 14 years ago
  97. 91a076a merge from 3.2. Issue #13073 - Address the review comments made by Ezio. by Senthil Kumaran · 14 years ago
  98. 83fad3e Merge with 3.2. by Georg Brandl · 14 years ago
  99. 25e2cd1 Fix spacing in string literal. by Georg Brandl · 14 years ago
  100. d61535d Fix closes Issue12676 - Invalid identifier used in TypeError message in http.client. by Senthil Kumaran · 14 years ago