1. 68526fe bpo-40084: Enum - dir() includes member attributes (GH-19219) by Angelin BOOZ · 4 years, 1 month ago
  2. fabd7bb bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822) by Victor Stinner · 4 years, 3 months ago
  3. 8ca8a2e bpo-39603: Prevent header injection in http methods (GH-18485) by AMIR · 4 years, 4 months ago
  4. 883bc63 bpo-40275: Use new test.support helper submodules in tests (GH-21314) by Hai Shi · 4 years, 4 months ago
  5. 152f0b8 bpo-41002: Optimize HTTPResponse.read with a given amount (GH-20943) by Bruce Merry · 4 years, 4 months ago
  6. bfb1cf4 bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711) by Serhiy Storchaka · 4 years, 6 months ago
  7. 1699491 bpo-40275: Avoid importing socket in test.support (GH-19603) by Serhiy Storchaka · 4 years, 6 months ago
  8. 61ac612 bpo-39507: Add HTTP status 418 "I'm a Teapot" (GH-18291) by Ross · 4 years, 8 months ago
  9. 9165add bpo-38576: Disallow control characters in hostnames in http.client (GH-18995) by Ashwin Ramaswami · 4 years, 8 months ago
  10. da52be4 bpo-39509: Update HTTP status code to follow IANA (GH-18294) by Dong-hee Na · 4 years, 8 months ago
  11. 7774d78 bpo-38216, bpo-36274: Allow subclasses to separately override validation and encoding behavior (GH-16448) by Jason R. Coombs · 5 years ago
  12. 8f080b0 bpo-26589: Add http status code 451 (GH-15413) by Raymond Hettinger · 5 years ago
  13. aa542c2 bpo-37795: Capture DeprecationWarnings in the test suite (GH-15184) by Pablo Galindo · 5 years ago
  14. d1bd6e7 bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448) by Christian Heimes · 5 years ago
  15. 2cc0223 bpo-35925: Skip SSL tests that fail due to weak external certs. (GH-13124) by Gregory P. Smith · 5 years ago
  16. eb7e29f bpo-35934: Add socket.create_server() utility function (GH-11784) by Giampaolo Rodola · 6 years ago
  17. 461c416 bpo-36522: Print all values for headers with multiple values. (GH-12681) by Matt Houglum · 6 years ago
  18. 936f03e bpo-33365: print the header values beside the keys (GH-6611) by Marco Strigl · 6 years ago
  19. f8a4c03 bpo-30399: Get rid of trailing comma in the repr of BaseException. (#1650) by Serhiy Storchaka · 7 years ago
  20. ad455cd bpo-31945: Configurable blocksize in HTTP(S)Connection (#4279) by Nir Soffer · 7 years ago
  21. 52ad72d bpo-30553: Add status code 421 to http.HTTPStatus (GH-2589) by Vitor Pereira · 7 years ago
  22. 88c60c9 Trivial cleanups following bpo-31370 (#3649) by Antoine Pitrou · 7 years ago
  23. a170fa1 bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058) by Christian Heimes · 7 years ago
  24. fd1df3f Issue #28394: Merge typo fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  25. d2a584b Issue #28394: Spelling and typo fixes in code comments and changelog by Martin Panter · 8 years ago
  26. 8d14abc Issue 28022: Catch deprecation warning in test_httplib, reported by Martin Panter by Christian Heimes · 8 years ago
  27. dc1650c #22233: Only split headers on \r and/or \n, per email RFCs. by R David Murray · 8 years ago
  28. 1badd28 Merge: #22233: Only split headers on \r and/or \n, per email RFCs. by R David Murray · 8 years ago
  29. ef91bb2 Issue #12319: Always send file request bodies using chunked encoding by Martin Panter · 8 years ago
  30. 3c0d0ba Issue #12319: Support for chunked encoding of HTTP request bodies by Martin Panter · 8 years ago
  31. ffcb022 Issue #27787: No longer call deleted test_main(). by Terry Jan Reedy · 8 years ago
  32. 1fa6915 Issue #27787: Remove test_main() and hard-coded list of test classes by Martin Panter · 8 years ago
  33. b63c560 Close HTTP connections and responses in tests to avoid ResourceWarnings by Martin Panter · 8 years ago
  34. 8d56c02 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 8 years ago
  35. d979b2c Issue #21069: Move test_fileno() from test_urllibnet and rewrite it by Martin Panter · 9 years ago
  36. ce911c3 Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost by Martin Panter · 9 years ago
  37. 4439148 Issue #26045: Add UTF-8 suggestion to error in http.client by Martin Panter · 9 years ago
  38. cae7bdb #3566: Clean up handling of remote server disconnects. by R David Murray · 10 years ago
  39. 0a0d20e Merge: #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 10 years ago
  40. beed840 #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 10 years ago
  41. b669bfc Issue #22928: Disabled HTTP header injections in http.client. by Serhiy Storchaka · 10 years ago
  42. a112a8a Issue #22928: Disabled HTTP header injections in http.client. by Serhiy Storchaka · 10 years ago
  43. 69899e6 Merge 3.4 (httplib) by Victor Stinner · 10 years ago
  44. b389b48 Issue #23526: Fix ResourceWarning in test_httplib. Patch written by Alex Shkop. by Victor Stinner · 10 years ago
  45. abbf0f4 Issue #23442: Rename two member names to stay backward compatible by Berker Peksag · 10 years ago
  46. 8e28679 Issue #23439: Add missing entries to http.client.__all__. by Berker Peksag · 10 years ago
  47. babc688 Issue #23439: Add missing entries to http.client.__all__. by Berker Peksag · 10 years ago
  48. ab53ab0 Issue #13128: Print response headers for CONNECT requests when debuglevel > 0. by Berker Peksag · 10 years ago
  49. 60a2f49 merge 3.4 (#19996) by Benjamin Peterson · 10 years ago
  50. 155ceaa handle headers with no key (closes #19996) by Benjamin Peterson · 10 years ago
  51. cc522bd merge from 3.4 by Senthil Kumaran · 10 years ago
  52. e6cc701 Increase http.client.HTTPConnection test coverage. by Senthil Kumaran · 10 years ago
  53. 9d8a3ad http.client: disable Nagle's algorithm (closes #23302) by Benjamin Peterson · 10 years ago
  54. 2a7d05a merge 3.4 by Benjamin Peterson · 10 years ago
  55. 9566de1 make sure server threads get cleaned up by Benjamin Peterson · 10 years ago
  56. 4ac7ed9 Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port by Serhiy Storchaka · 10 years ago
  57. a090f01 HTTPSConnection: prefer the context's check_hostname attribute over the constructor parameter (#22959) by Benjamin Peterson · 10 years ago
  58. b491e05 Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails. by Serhiy Storchaka · 10 years ago
  59. 2615e9e don't fail tests when www.python.org can't be validated by the system by Benjamin Peterson · 10 years ago
  60. d4a001b Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port by Serhiy Storchaka · 10 years ago
  61. b46247b merge 3.4 (#22959) by Benjamin Peterson · 10 years ago
  62. 2205da4 Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails. by Serhiy Storchaka · 10 years ago
  63. 8dcaa4b merge 3.4 by Benjamin Peterson · 10 years ago
  64. dca213d merge with 3.4 by Georg Brandl · 10 years ago
  65. fbaf931 test_httplib: use self-signed.pythontest.net for verification test with non-root-CA cert by Georg Brandl · 10 years ago
  66. 1cca273 merge 3.4 (#22417) by Benjamin Peterson · 10 years ago
  67. 4ffb075 PEP 476: enable HTTPS certificate verification by default (#22417) by Benjamin Peterson · 10 years ago
  68. 6e20460 Issue #21566: Make use of socket.listen() default backlog. by Charles-François Natali · 10 years ago
  69. 166214c merge from 3.4 by Senthil Kumaran · 11 years ago
  70. 9da047b Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTTPConnection.set_tunnel(). by Senthil Kumaran · 11 years ago
  71. 8e5d0ca Issue #19009 Enhance HTTPResponse.readline() performance by Kristján Valur Jónsson · 11 years ago
  72. d3e1207 Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. by Serhiy Storchaka · 11 years ago
  73. 25d8aea Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. by Serhiy Storchaka · 11 years ago
  74. cac05e2 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 11 years ago
  75. 1c84ac1 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 11 years ago
  76. bf3f8eb Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than by Georg Brandl · 11 years ago
  77. b89b5df merge with 3.3 by Georg Brandl · 11 years ago
  78. 48e6a8c Issue #18743: Fix references to non-existant "StringIO" module by Serhiy Storchaka · 11 years ago
  79. 50254c5 Issue #18743: Fix references to non-existant "StringIO" module by Serhiy Storchaka · 11 years ago
  80. 3042b5e Issue #16658: add missing return to HTTPConnection.send(). by Andrew Svetlov · 12 years ago
  81. 7b2c8bb Issue #16658: add missing return to HTTPConnection.send(). by Andrew Svetlov · 12 years ago
  82. daf990f Issue #16723: httplib.HTTPResponse no longer marked closed when the connection by Serhiy Storchaka · 12 years ago
  83. b6c86fd Issue #16723: httplib.HTTPResponse no longer marked closed when the connection by Serhiy Storchaka · 12 years ago
  84. b5b9c8c Issue #16723: httplib.HTTPResponse no longer marked closed when the connection by Serhiy Storchaka · 12 years ago
  85. da23259 Issue #17107: Test client-side SNI support in urllib.request thanks to the new server-side SNI support in the ssl module. by Antoine Pitrou · 12 years ago
  86. 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
  87. 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
  88. 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
  89. 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
  90. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
  91. 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
  92. 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
  93. d34b57a merge - Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests by Senthil Kumaran · 12 years ago
  94. 5fa4a89 Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests by Senthil Kumaran · 12 years ago
  95. 889ad16 httplib test for early eof response. related to Issue13684 by Senthil Kumaran · 13 years ago
  96. 9c29f86 httplib test for early eof response. related to Issue13684 by Senthil Kumaran · 13 years ago
  97. f7e7818 Issue #13713: fix a regression in HTTP chunked reading after 806cfe39f729 by Antoine Pitrou · 13 years ago
  98. 38d9643 Issue #13464: Add a readinto() method to http.client.HTTPResponse. by Antoine Pitrou · 13 years ago
  99. cc96956 Issue #10860: Skip the new test if HTTPS is not available by Petri Lehtinen · 13 years ago
  100. e119c40 Issue #10860: Skip the new test if HTTPS is not available by Petri Lehtinen · 13 years ago