1. fd1df3f Issue #28394: Merge typo fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  2. d2a584b Issue #28394: Spelling and typo fixes in code comments and changelog by Martin Panter · 8 years ago
  3. 8d14abc Issue 28022: Catch deprecation warning in test_httplib, reported by Martin Panter by Christian Heimes · 8 years ago
  4. dc1650c #22233: Only split headers on \r and/or \n, per email RFCs. by R David Murray · 8 years ago
  5. 1badd28 Merge: #22233: Only split headers on \r and/or \n, per email RFCs. by R David Murray · 8 years ago
  6. ef91bb2 Issue #12319: Always send file request bodies using chunked encoding by Martin Panter · 8 years ago
  7. 3c0d0ba Issue #12319: Support for chunked encoding of HTTP request bodies by Martin Panter · 8 years ago
  8. ffcb022 Issue #27787: No longer call deleted test_main(). by Terry Jan Reedy · 8 years ago
  9. 1fa6915 Issue #27787: Remove test_main() and hard-coded list of test classes by Martin Panter · 8 years ago
  10. b63c560 Close HTTP connections and responses in tests to avoid ResourceWarnings by Martin Panter · 8 years ago
  11. 8d56c02 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 8 years ago
  12. d979b2c Issue #21069: Move test_fileno() from test_urllibnet and rewrite it by Martin Panter · 8 years ago
  13. ce911c3 Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost by Martin Panter · 8 years ago
  14. 4439148 Issue #26045: Add UTF-8 suggestion to error in http.client by Martin Panter · 8 years ago
  15. cae7bdb #3566: Clean up handling of remote server disconnects. by R David Murray · 9 years ago
  16. 0a0d20e Merge: #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 9 years ago
  17. beed840 #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 9 years ago
  18. b669bfc Issue #22928: Disabled HTTP header injections in http.client. by Serhiy Storchaka · 9 years ago
  19. a112a8a Issue #22928: Disabled HTTP header injections in http.client. by Serhiy Storchaka · 9 years ago
  20. 69899e6 Merge 3.4 (httplib) by Victor Stinner · 9 years ago
  21. b389b48 Issue #23526: Fix ResourceWarning in test_httplib. Patch written by Alex Shkop. by Victor Stinner · 9 years ago
  22. abbf0f4 Issue #23442: Rename two member names to stay backward compatible by Berker Peksag · 9 years ago
  23. 8e28679 Issue #23439: Add missing entries to http.client.__all__. by Berker Peksag · 9 years ago
  24. babc688 Issue #23439: Add missing entries to http.client.__all__. by Berker Peksag · 9 years ago
  25. ab53ab0 Issue #13128: Print response headers for CONNECT requests when debuglevel > 0. by Berker Peksag · 9 years ago
  26. 60a2f49 merge 3.4 (#19996) by Benjamin Peterson · 9 years ago
  27. 155ceaa handle headers with no key (closes #19996) by Benjamin Peterson · 9 years ago
  28. cc522bd merge from 3.4 by Senthil Kumaran · 9 years ago
  29. e6cc701 Increase http.client.HTTPConnection test coverage. by Senthil Kumaran · 9 years ago
  30. 9d8a3ad http.client: disable Nagle's algorithm (closes #23302) by Benjamin Peterson · 9 years ago
  31. 2a7d05a merge 3.4 by Benjamin Peterson · 10 years ago
  32. 9566de1 make sure server threads get cleaned up by Benjamin Peterson · 10 years ago
  33. 4ac7ed9 Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port by Serhiy Storchaka · 10 years ago
  34. a090f01 HTTPSConnection: prefer the context's check_hostname attribute over the constructor parameter (#22959) by Benjamin Peterson · 10 years ago
  35. b491e05 Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails. by Serhiy Storchaka · 10 years ago
  36. 2615e9e don't fail tests when www.python.org can't be validated by the system by Benjamin Peterson · 10 years ago
  37. d4a001b Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port by Serhiy Storchaka · 10 years ago
  38. b46247b merge 3.4 (#22959) by Benjamin Peterson · 10 years ago
  39. 2205da4 Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails. by Serhiy Storchaka · 10 years ago
  40. 8dcaa4b merge 3.4 by Benjamin Peterson · 10 years ago
  41. dca213d merge with 3.4 by Georg Brandl · 10 years ago
  42. fbaf931 test_httplib: use self-signed.pythontest.net for verification test with non-root-CA cert by Georg Brandl · 10 years ago
  43. 1cca273 merge 3.4 (#22417) by Benjamin Peterson · 10 years ago
  44. 4ffb075 PEP 476: enable HTTPS certificate verification by default (#22417) by Benjamin Peterson · 10 years ago
  45. 6e20460 Issue #21566: Make use of socket.listen() default backlog. by Charles-François Natali · 10 years ago
  46. 166214c merge from 3.4 by Senthil Kumaran · 10 years ago
  47. 9da047b Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTTPConnection.set_tunnel(). by Senthil Kumaran · 10 years ago
  48. 8e5d0ca Issue #19009 Enhance HTTPResponse.readline() performance by Kristján Valur Jónsson · 10 years ago
  49. d3e1207 Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. by Serhiy Storchaka · 10 years ago
  50. 25d8aea Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. by Serhiy Storchaka · 10 years ago
  51. cac05e2 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 11 years ago
  52. 1c84ac1 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 11 years ago
  53. bf3f8eb Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than by Georg Brandl · 11 years ago
  54. b89b5df merge with 3.3 by Georg Brandl · 11 years ago
  55. 48e6a8c Issue #18743: Fix references to non-existant "StringIO" module by Serhiy Storchaka · 11 years ago
  56. 50254c5 Issue #18743: Fix references to non-existant "StringIO" module by Serhiy Storchaka · 11 years ago
  57. 3042b5e Issue #16658: add missing return to HTTPConnection.send(). by Andrew Svetlov · 11 years ago
  58. 7b2c8bb Issue #16658: add missing return to HTTPConnection.send(). by Andrew Svetlov · 11 years ago
  59. daf990f Issue #16723: httplib.HTTPResponse no longer marked closed when the connection by Serhiy Storchaka · 11 years ago
  60. b6c86fd Issue #16723: httplib.HTTPResponse no longer marked closed when the connection by Serhiy Storchaka · 11 years ago
  61. b5b9c8c Issue #16723: httplib.HTTPResponse no longer marked closed when the connection by Serhiy Storchaka · 11 years ago
  62. 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 · 11 years ago
  63. b5032c8 Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length. by Antoine Pitrou · 11 years ago
  64. 6a35e18 Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length. by Antoine Pitrou · 11 years ago
  65. beec61a Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length. by Antoine Pitrou · 11 years ago
  66. 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 · 11 years ago
  67. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
  68. 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
  69. 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
  70. d34b57a merge - Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests by Senthil Kumaran · 12 years ago
  71. 5fa4a89 Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests by Senthil Kumaran · 12 years ago
  72. 889ad16 httplib test for early eof response. related to Issue13684 by Senthil Kumaran · 12 years ago
  73. 9c29f86 httplib test for early eof response. related to Issue13684 by Senthil Kumaran · 12 years ago
  74. f7e7818 Issue #13713: fix a regression in HTTP chunked reading after 806cfe39f729 by Antoine Pitrou · 12 years ago
  75. 38d9643 Issue #13464: Add a readinto() method to http.client.HTTPResponse. by Antoine Pitrou · 13 years ago
  76. cc96956 Issue #10860: Skip the new test if HTTPS is not available by Petri Lehtinen · 13 years ago
  77. e119c40 Issue #10860: Skip the new test if HTTPS is not available by Petri Lehtinen · 13 years ago
  78. 6c4e1ae Merged fix for #10860 from 3.2 by Łukasz Langa · 13 years ago
  79. a5a9a9c Fixes #10860: Handle empty port after port delimiter in httplib by Łukasz Langa · 13 years ago
  80. c61fae04 Merge 3.2: test_httplib removes temporary files by Victor Stinner · 13 years ago
  81. 18d15cb test_httplib removes temporary files by Victor Stinner · 13 years ago
  82. 252365b Silence the altered state warning about threadgs when running test_httplib. by Brett Cannon · 13 years ago
  83. eb71ad4 Fix closes Issue12676 - Invalid identifier used in TypeError message in http.client. by Senthil Kumaran · 13 years ago
  84. 7beae8a Issue 10825: Minor updates to the test suite. by Raymond Hettinger · 13 years ago
  85. 04ba966 test_httplib: fix a DeprecationWarning, assertEquals=>assertEqual by Victor Stinner · 13 years ago
  86. 7bc0d87 Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji Li and Chris AtLee. by Senthil Kumaran · 14 years ago
  87. 5466bf1 Fix Issue6791 - Limit the HTTP header readline with _MAXLENGTH. Patch by Antoine Pitrou by Senthil Kumaran · 14 years ago
  88. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  89. 74ebd9e Fix Issue5111 - Wrap the Ipv6 host with [] in the Host header by Senthil Kumaran · 14 years ago
  90. 77b7de6 Move test_httplib over to file context managers. by Brett Cannon · 14 years ago
  91. 803e6d6 Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and by Antoine Pitrou · 14 years ago
  92. f580ade Remove the debugging print line from the test. by Senthil Kumaran · 14 years ago
  93. 58d5dbf Fix Issue10012 - httplib headers, which are (sometimes mistakenly) int are explicitly cast to str (bytes - in py3k). by Senthil Kumaran · 14 years ago
  94. 9f8dc44 Fix Issue8572 - httplib getheader() throws error instead of default by Senthil Kumaran · 14 years ago
  95. 0b99883 Merged revisions 81691 via svnmerge from by Senthil Kumaran · 14 years ago
  96. 71fb6c8 Merged revisions 80583 via svnmerge from by Senthil Kumaran · 14 years ago
  97. 11dbfd4 Merged revisions 78417 via svnmerge from by Benjamin Peterson · 14 years ago
  98. b406637 Merged revisions 77263-77264 via svnmerge from by Gregory P. Smith · 14 years ago
  99. ead1d62 [NOTE: the original bug doesn't exist in py3k but this adds Kirk's tests and fixes by Antoine Pitrou · 15 years ago
  100. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago