1. 46ba6c8 Issue #22831: Use "with" to avoid possible fd leaks. by Serhiy Storchaka · 9 years ago
  2. 1813c17 #2211: properly document the Morsel behavior changes. by R David Murray · 9 years ago
  3. 0a0d20e Merge: #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 9 years ago
  4. beed840 #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 9 years ago
  5. 6c32585 Restored backward compatibility of pickling http.cookies.Morsel. It was by Serhiy Storchaka · 9 years ago
  6. 9c1a9b2 Issue #2211: Updated the implementation of the http.cookies.Morsel class. by Serhiy Storchaka · 9 years ago
  7. 577fc4e Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. by Serhiy Storchaka · 9 years ago
  8. f7cc3fc Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. by Serhiy Storchaka · 9 years ago
  9. b669bfc Issue #22928: Disabled HTTP header injections in http.client. by Serhiy Storchaka · 9 years ago
  10. a112a8a Issue #22928: Disabled HTTP header injections in http.client. by Serhiy Storchaka · 9 years ago
  11. c0a23e6 Issue #21793: BaseHTTPRequestHandler again logs response code as numeric, by Serhiy Storchaka · 9 years ago
  12. abbf0f4 Issue #23442: Rename two member names to stay backward compatible by Berker Peksag · 9 years ago
  13. 8e28679 Issue #23439: Add missing entries to http.client.__all__. by Berker Peksag · 9 years ago
  14. babc688 Issue #23439: Add missing entries to http.client.__all__. by Berker Peksag · 9 years ago
  15. 1130c7f merge 3.4 (#23410) by Benjamin Peterson · 9 years ago
  16. 70e2847 document the requestline and close_connection attributes, use real booleans, and add tests (closes #23410) by Benjamin Peterson · 9 years ago
  17. 6767757 Issue #23418: Add missing entries to http.server.__all__. by Berker Peksag · 9 years ago
  18. 366c570 Issue #23418: Add missing entries to http.server.__all__. by Berker Peksag · 9 years ago
  19. ab53ab0 Issue #13128: Print response headers for CONNECT requests when debuglevel > 0. by Berker Peksag · 9 years ago
  20. 9d8a3ad http.client: disable Nagle's algorithm (closes #23302) by Benjamin Peterson · 10 years ago
  21. cb18b95 Issue #20898: Add a "HTTP status codes" section to avoid duplication in HTTP docs. by Berker Peksag · 10 years ago
  22. 5b88329 merge 3.4 (#22986) by Benjamin Peterson · 10 years ago
  23. bd34162 capitialize "HttpOnly" and "Secure" as they appear in the standard and other impls (closes #23250) by Benjamin Peterson · 10 years ago
  24. 610bc6a merge 3.4 (#23221) by Benjamin Peterson · 10 years ago
  25. 82f34ad fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 10 years ago
  26. fe975a2 merge 3.4 (#23112) by Benjamin Peterson · 10 years ago
  27. 94cb7a2 fix behavior of trailing slash redirection when a query string is involved (closes #23112) by Benjamin Peterson · 10 years ago
  28. e4db769 Issue #21793: Added http.HTTPStatus enums (i.e. HTTPStatus.OK, by Serhiy Storchaka · 10 years ago
  29. 4ac7ed9 Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port by Serhiy Storchaka · 10 years ago
  30. a090f01 HTTPSConnection: prefer the context's check_hostname attribute over the constructor parameter (#22959) by Benjamin Peterson · 10 years ago
  31. b491e05 Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails. by Serhiy Storchaka · 10 years ago
  32. 7243b57 don't require OpenSSL SNI to pass hostname to ssl functions (#22921) by Benjamin Peterson · 10 years ago
  33. d4a001b Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port by Serhiy Storchaka · 10 years ago
  34. b46247b merge 3.4 (#22959) by Benjamin Peterson · 10 years ago
  35. 2205da4 Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails. by Serhiy Storchaka · 10 years ago
  36. f9284ae merge 3.4 (#22921) by Benjamin Peterson · 10 years ago
  37. b1e3607 Issue #22796: HTTP cookie parsing is now stricter, in order to protect against potential injection attacks. by Antoine Pitrou · 10 years ago
  38. 1cca273 merge 3.4 (#22417) by Benjamin Peterson · 10 years ago
  39. 4ffb075 PEP 476: enable HTTPS certificate verification by default (#22417) by Benjamin Peterson · 10 years ago
  40. 2cb0e73 Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2 by Serhiy Storchaka · 10 years ago
  41. 8cf7c1c Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2 by Serhiy Storchaka · 10 years ago
  42. 55e614a Issue #11957: Explicit parameter name when calling re.split() and re.sub() by Victor Stinner · 10 years ago
  43. 0d54887 Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 10 years ago
  44. 637e454 Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 10 years ago
  45. 7d0b8f9 Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 10 years ago
  46. 41a08e5 Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names. by Serhiy Storchaka · 10 years ago
  47. cb5bc40 Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names. by Serhiy Storchaka · 10 years ago
  48. 465e60e Issue #22033: Reprs of most Python implemened classes now contain actual by Serhiy Storchaka · 10 years ago
  49. fbc877b Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value. by Serhiy Storchaka · 10 years ago
  50. 1392df9 Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value. by Serhiy Storchaka · 10 years ago
  51. 5596619 Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  52. 5d0d2e6 Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  53. 217f4cd Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  54. 915a30f Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  55. ff180af merge 3.4 (#21766) by Benjamin Peterson · 10 years ago
  56. a8c75fe merge 3.3 (#21766) by Benjamin Peterson · 10 years ago
  57. 6cd1954 merge 3.2 (#21766) by Benjamin Peterson · 10 years ago
  58. 73b8b1c url unquote the path before checking if it refers to a CGI script (closes #21766) by Benjamin Peterson · 10 years ago
  59. 166214c merge from 3.4 by Senthil Kumaran · 10 years ago
  60. 9da047b Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTTPConnection.set_tunnel(). by Senthil Kumaran · 10 years ago
  61. dad182c Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 10 years ago
  62. 03ce1c0 (Merge 3.4) Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  63. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  64. 8e5d0ca Issue #19009 Enhance HTTPResponse.readline() performance by Kristján Valur Jónsson · 10 years ago
  65. c0b0bb6 Issue #20331: Fixed possible FD leaks in various modules: by Serhiy Storchaka · 11 years ago
  66. 91b0bc2 Issue #20331: Fixed possible FD leaks in various modules: by Serhiy Storchaka · 11 years ago
  67. c28ab08 merge 3.3 (#18574) by Benjamin Peterson · 11 years ago
  68. 0442423 fix handling of 100-continue status code (closes #18574) by Benjamin Peterson · 11 years ago
  69. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  70. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  71. fc45f17 merge 3.3 (#20018) by Benjamin Peterson · 11 years ago
  72. ccedc22 update url to spec (closes #20018) by Benjamin Peterson · 11 years ago
  73. cac05e2 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 11 years ago
  74. 1c84ac1 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 11 years ago
  75. f723c71 Issue 19509: Don't call match_hostname() twice in http.client. by Christian Heimes · 11 years ago
  76. 67986f9 Issue #19735: Implement private function ssl._create_stdlib_context() to by Christian Heimes · 11 years ago
  77. c99874d merge 3.3 (#19435) by Benjamin Peterson · 11 years ago
  78. a50f899 merge 3.2 (#19435) by Benjamin Peterson · 11 years ago
  79. 35aca89 merge 3.1 (#19435) by Benjamin Peterson · 11 years ago
  80. 04e9de4 use the collapsed path in the run_cgi method (closes #19435) by Benjamin Peterson · 11 years ago
  81. f0746ca Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than by Georg Brandl · 10 years ago
  82. bf3f8eb Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than by Georg Brandl · 11 years ago
  83. b89b5df merge with 3.3 by Georg Brandl · 11 years ago
  84. b0ce820 merge from 3.3 by Senthil Kumaran · 11 years ago
  85. 600b735 Minor code improvement. Review comment by Eric V. Smith by Senthil Kumaran · 11 years ago
  86. defe7f4 Expose --bind argument for http.server, enable http.server to bind to a user by Senthil Kumaran · 11 years ago
  87. 187b063 Fix http.server's request handling case on trailing '/'. by Senthil Kumaran · 11 years ago
  88. 72c238e Fix http.server's request handling case on trailing '/'. by Senthil Kumaran · 11 years ago
  89. 0cb8e51 Merge #16611: BaseCookie now parses 'secure' and 'httponly' flags. by R David Murray · 11 years ago
  90. cd0f74b #16611: BaseCookie now parses 'secure' and 'httponly' flags. by R David Murray · 11 years ago
  91. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  92. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  93. 3042b5e Issue #16658: add missing return to HTTPConnection.send(). by Andrew Svetlov · 11 years ago
  94. 7b2c8bb Issue #16658: add missing return to HTTPConnection.send(). by Andrew Svetlov · 11 years ago
  95. 7005b1f #17678: Remove the use of a deprecated method http/cookiejar.py. Changing the by Senthil Kumaran · 11 years ago
  96. d9fbf36 #17678: Fix DeprecationWarning in the http/cookiejar.py by changing the usage by Senthil Kumaran · 11 years ago
  97. 052ddb0 #17460: Remove the strict argument of HTTPConnection and removing the by Senthil Kumaran · 11 years ago
  98. 2688644 #1291 http.server's send_error takes an optional explain argument by Senthil Kumaran · 11 years ago
  99. df1d3c5 Reverting the changeset b87792757ee8 made for Issue #12921 by Senthil Kumaran · 11 years ago
  100. 884f058 Reverting the changeset 5d76a4746d9d made for Issue #12921 by Senthil Kumaran · 11 years ago