1. 323e743 bpo-37369: Fix initialization of sys members when launched via an app container (GH-14467) by Steve Dower · 5 years ago
  2. f289084 bpo-24209: In http.server script, rely on getaddrinfo to bind to preferred address based on the bind parameter. (#11767) by Jason R. Coombs · 5 years ago
  3. 433433f Adds IPv6 support when invoking http.server directly. (GH-10595) by Lisa Roach · 6 years ago
  4. b3edde8 bpo-31380: Skip test_httpservers test_undecodable_file on macOS. (#4720) by Ned Deily · 7 years ago
  5. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  6. 830d7d2 bpo-31234: test_httpservers joins the server thread (#3188) by Victor Stinner · 7 years ago
  7. 28ce07a bpo-31066: Fix test_httpservers.test_last_modified() (#2933) by Victor Stinner · 7 years ago
  8. a17a2f5 bpo-28707: Add the directory parameter to http.server.SimpleHTTPRequestHandler and http.server module (#1776) by Stéphane Wirtel · 7 years ago
  9. 351adda bpo-29654 : Support If-Modified-Since HTTP header (browser cache) (#298) by Pierre Quentel · 7 years ago
  10. e82338d Issue #28548: Parse HTTP request version even if too many words received by Martin Panter · 8 years ago
  11. e58571b Fixes tests broken by issue #27781. by Steve Dower · 8 years ago
  12. 2085361 Fix typo in test name by Berker Peksag · 8 years ago
  13. 40de69a Issue #25738: Merge HTTP server from 3.5 by Martin Panter · 8 years ago
  14. e42e129 Issue #25738: Don’t send message body for 205 Reset Content by Martin Panter · 8 years ago
  15. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  16. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  17. 791ac54 Issue #26657: Merge http.server fix from 3.5 by Martin Panter · 8 years ago
  18. d274b3f Issue #26657: Fix Windows directory traversal vulnerability with http.server by Martin Panter · 8 years ago
  19. da3bb38 Issue #26585: Eliminate _quote_html() and use html.escape(quote=False) by Martin Panter · 8 years ago
  20. ae197c9 Issue #26609: Merge HTTP tests from 3.5 by Martin Panter · 8 years ago
  21. fc475a9 Issue #26609: Fix HTTP server tests to request an absolute URL path by Martin Panter · 8 years ago
  22. 50badad Issue #26586: Simple enhancements to BaseHTTPRequestHandler by Xiang Zhang by Martin Panter · 8 years ago
  23. b93e4b2 Issue #26586: Merge excessive HTTP header handling from 3.5 by Martin Panter · 8 years ago
  24. acc0319 Issue #26586: Handle excessive header fields in http.server, by Xiang Zhang by Martin Panter · 8 years ago
  25. 04bc5b9 Issue #747320: Use email.utils.formatdate() to avoid code duplication by Berker Peksag · 8 years ago
  26. eb1fee9 Issues #25232, #24657: Use new enum status to match rest of tests by Martin Panter · 9 years ago
  27. 56b76d2 Issues #25232, #24657: Merge two CGI server fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  28. cb29e8c Issue #24657: Prevent CGIRequestHandler from collapsing the URL query by Martin Panter · 9 years ago
  29. a02e18a Issue #25232: Fix CGIRequestHandler's splitting of URL query by Martin Panter · 9 years ago
  30. b575432 Issue #23440: Improve http.server.SimpleHTTPRequestHandler tests by Berker Peksag · 9 years ago
  31. c0a23e6 Issue #21793: BaseHTTPRequestHandler again logs response code as numeric, by Serhiy Storchaka · 9 years ago
  32. 70e2847 document the requestline and close_connection attributes, use real booleans, and add tests (closes #23410) by Benjamin Peterson · 9 years ago
  33. 366c570 Issue #23418: Add missing entries to http.server.__all__. by Berker Peksag · 9 years ago
  34. 1418320 Issue #22165: Skip test_undecodable_filename on OS X prior to 10.5. by Ned Deily · 10 years ago
  35. 94cb7a2 fix behavior of trailing slash redirection when a query string is involved (closes #23112) by Benjamin Peterson · 10 years ago
  36. dd09efd Issue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa, by Terry Jan Reedy · 10 years ago
  37. d9e9528 Issue #22165: Fixed test_undecodable_filename on Mac OS. by Serhiy Storchaka · 10 years ago
  38. a64ce5d Issue #22165: Fixed test_undecodable_filename on non-UTF-8 locales. by Serhiy Storchaka · 10 years ago
  39. cb5bc40 Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names. by Serhiy Storchaka · 10 years ago
  40. 5d0d2e6 Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  41. 217f4cd Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  42. 915a30f Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  43. 14199f9 #20155: use fake HTTP method names so windows doesn't hang the tests. by R David Murray · 10 years ago
  44. 9db2816 merge 3.3 by Benjamin Peterson · 10 years ago
  45. 0fd3972 merge 3.2 by Benjamin Peterson · 10 years ago
  46. 314dc12 expect the correct platform-dependent linesep by Benjamin Peterson · 10 years ago
  47. a8c75fe merge 3.3 (#21766) by Benjamin Peterson · 10 years ago
  48. 6cd1954 merge 3.2 (#21766) by Benjamin Peterson · 10 years ago
  49. 73b8b1c url unquote the path before checking if it refers to a CGI script (closes #21766) by Benjamin Peterson · 10 years ago
  50. d3e1207 Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. by Serhiy Storchaka · 10 years ago
  51. 25d8aea Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. by Serhiy Storchaka · 10 years ago
  52. c28ab08 merge 3.3 (#18574) by Benjamin Peterson · 11 years ago
  53. 0442423 fix handling of 100-continue status code (closes #18574) by Benjamin Peterson · 11 years ago
  54. c99874d merge 3.3 (#19435) by Benjamin Peterson · 11 years ago
  55. a50f899 merge 3.2 (#19435) by Benjamin Peterson · 11 years ago
  56. 35aca89 merge 3.1 (#19435) by Benjamin Peterson · 11 years ago
  57. 04e9de4 use the collapsed path in the run_cgi method (closes #19435) by Benjamin Peterson · 11 years ago
  58. 187b063 Fix http.server's request handling case on trailing '/'. by Senthil Kumaran · 11 years ago
  59. 72c238e Fix http.server's request handling case on trailing '/'. by Senthil Kumaran · 11 years ago
  60. 2688644 #1291 http.server's send_error takes an optional explain argument by Senthil Kumaran · 11 years ago
  61. 06f63d0 Do not raise self.skipTest(). skipTest() already raises an exception. by Serhiy Storchaka · 11 years ago
  62. 8b27f23 Do not raise self.skipTest(). skipTest() already raises an exception. by Serhiy Storchaka · 11 years ago
  63. 0b4591e Do not raise self.skipTest(). skipTest() already raises an exception. by Serhiy Storchaka · 11 years ago
  64. 24dfdb6 code smell. remove pdb by Senthil Kumaran · 12 years ago
  65. 52d2720 Issue #16088: BaseHTTPRequestHandler's send_error method includes a by Senthil Kumaran · 12 years ago
  66. 2a18020 Speed up test_httpservers by avoiding a one-second cleanup wait after each test case. by Antoine Pitrou · 12 years ago
  67. f727082 Speed up test_httpservers by avoiding a one-second cleanup wait after each test case. by Antoine Pitrou · 12 years ago
  68. 4adc9a8 Fix CGI tests to take into account the platform's line ending (issue #13119) by Antoine Pitrou · 12 years ago
  69. e768c39 Fix CGI tests to take into account the platform's line ending (issue #13119) by Antoine Pitrou · 12 years ago
  70. 690598a merge to default - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests by Senthil Kumaran · 12 years ago
  71. d70846b 3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests by Senthil Kumaran · 12 years ago
  72. d05853d merge - fix the incorrect changes made for PATH_INFO value - Issue10484 by Senthil Kumaran · 12 years ago
  73. dbb369d 3.2- fix the incorrect changes made for PATH_INFO value - Issue10484 by Senthil Kumaran · 12 years ago
  74. 209d70e closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem by Senthil Kumaran · 12 years ago
  75. be3f851 closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem by Senthil Kumaran · 12 years ago
  76. b2cca00 Issue #13308: Fix test_httpservers failures when run as root. by Charles-François Natali · 13 years ago
  77. f7ed9fc Issue #13308: Fix test_httpservers failures when run as root. by Charles-François Natali · 13 years ago
  78. c7ae19b Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages the by Senthil Kumaran · 13 years ago
  79. cb34218 Try to strengthen test_httpservers (issue #11617) by Antoine Pitrou · 13 years ago
  80. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  81. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  82. 5953128 To match the behaviour of HTTP server, the HTTP client library now also encodes by Armin Ronacher · 14 years ago
  83. 8d96d77 Issue #10980: encode headers with latin1 instead of ASCII in the HTTP server. by Armin Ronacher · 14 years ago
  84. 3b4499c Fix #9333. The symlink function is always available now, raising OSError by Brian Curtin · 14 years ago
  85. ff1bbba Merged revisions 87373,87381 via svnmerge from by Antoine Pitrou · 14 years ago
  86. 5466bf1 Fix Issue6791 - Limit the HTTP header readline with _MAXLENGTH. Patch by Antoine Pitrou by Senthil Kumaran · 14 years ago
  87. db848f1 svnmerge fooled me. That test class already existed. by Antoine Pitrou · 14 years ago
  88. c5e548f Forgot to enable this test by Antoine Pitrou · 14 years ago
  89. 3022ce1 Merged revisions 87317 via svnmerge from by Antoine Pitrou · 14 years ago
  90. c492437 Issue #10714: Limit length of incoming request in http.server to 65536 bytes by Antoine Pitrou · 14 years ago
  91. 52173d4 Fix #9333. Expose os.symlink on Windows only when usable. by Brian Curtin · 14 years ago
  92. e4dad4f Fix issue3709 - BaseHTTPRequestHandler will buffer the headers and write only on end_headers call. by Senthil Kumaran · 14 years ago
  93. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  94. 61d0d60 Fix ResourceWarning for an unclosed socket. by Brian Curtin · 14 years ago
  95. 105df5d Move test_httpservers over to file context managers. by Brett Cannon · 14 years ago
  96. 6fb4575 test_httpservers: Python CGI scripts have to be encoded to utf-8 by Victor Stinner · 14 years ago
  97. 3218c31 test_httpservers: Fix skip test check, the python executable path have to be by Victor Stinner · 14 years ago
  98. 0b0ca0c test_httpservers: skip CGI tests if Python executable path is not encodable by Victor Stinner · 14 years ago
  99. 5e8826c Merged revisions 85202 via svnmerge from by Senthil Kumaran · 14 years ago
  100. 4271372 Fix Issue9272 - Change CGIHTTPServer to give the child program a copy of os.environ by Senthil Kumaran · 14 years ago