1. 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
  2. 2062a20 bpo-34711: Return HTTPStatus.NOT_FOUND if path.endswith('/') and not a directory (GH-9687) by Michael Felt · 6 years ago
  3. 433433f Adds IPv6 support when invoking http.server directly. (GH-10595) by Lisa Roach · 6 years ago
  4. b36b0a3 bpo-33663: Convert content length to string before putting to header (GH-7754) by ValeriyaSinevich · 6 years ago
  5. 1cee216 bpo-31639: Change ThreadedHTTPServer to ThreadingHTTPServer class name (GH-7195) by Géry Ogam · 6 years ago
  6. 8bcfa02 bpo-31639: Use threads in http.server module. (GH-5018) by Julien Palard · 6 years ago
  7. 13ad3b7 bpo-31462: Remove trailing whitespaces. (#3564) by Serhiy Storchaka · 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. 7e4db2f bpo-30166: Import command-line parsing modules only when needed. (#1293) by Serhiy Storchaka · 7 years ago
  10. 351adda bpo-29654 : Support If-Modified-Since HTTP header (browser cache) (#298) by Pierre Quentel · 7 years ago
  11. e82338d Issue #28548: Parse HTTP request version even if too many words received by Martin Panter · 8 years ago
  12. 40de69a Issue #25738: Merge HTTP server from 3.5 by Martin Panter · 8 years ago
  13. e42e129 Issue #25738: Don’t send message body for 205 Reset Content by Martin Panter · 8 years ago
  14. 3a31cca Issue #24902: Print server URL on http.server startup by Berker Peksag · 8 years ago
  15. 791ac54 Issue #26657: Merge http.server fix from 3.5 by Martin Panter · 8 years ago
  16. d274b3f Issue #26657: Fix Windows directory traversal vulnerability with http.server by Martin Panter · 8 years ago
  17. 0cab9c1 Issue #26404: Add context manager to socketserver, by Aviv Palivoda by Martin Panter · 8 years ago
  18. da3bb38 Issue #26585: Eliminate _quote_html() and use html.escape(quote=False) by Martin Panter · 8 years ago
  19. 50badad Issue #26586: Simple enhancements to BaseHTTPRequestHandler by Xiang Zhang by Martin Panter · 8 years ago
  20. b93e4b2 Issue #26586: Merge excessive HTTP header handling from 3.5 by Martin Panter · 8 years ago
  21. acc0319 Issue #26586: Handle excessive header fields in http.server, by Xiang Zhang by Martin Panter · 8 years ago
  22. 04bc5b9 Issue #747320: Use email.utils.formatdate() to avoid code duplication by Berker Peksag · 8 years ago
  23. 3f930dc Merge typo fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  24. 9955a37 Various minor typos in documentation and comments by Martin Panter · 9 years ago
  25. 56b76d2 Issues #25232, #24657: Merge two CGI server fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  26. cb29e8c Issue #24657: Prevent CGIRequestHandler from collapsing the URL query by Martin Panter · 9 years ago
  27. a02e18a Issue #25232: Fix CGIRequestHandler's splitting of URL query by Martin Panter · 9 years ago
  28. 5409177 Issue #24774: Fix docstring in http.server.test. by Robert Collins · 9 years ago
  29. 9644f24 Issue #24774: Fix docstring in http.server.test. by Robert Collins · 9 years ago
  30. c0a23e6 Issue #21793: BaseHTTPRequestHandler again logs response code as numeric, by Serhiy Storchaka · 9 years ago
  31. 1130c7f merge 3.4 (#23410) by Benjamin Peterson · 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. 6767757 Issue #23418: Add missing entries to http.server.__all__. by Berker Peksag · 9 years ago
  34. 366c570 Issue #23418: Add missing entries to http.server.__all__. by Berker Peksag · 9 years ago
  35. fe975a2 merge 3.4 (#23112) by Benjamin Peterson · 10 years ago
  36. 94cb7a2 fix behavior of trailing slash redirection when a query string is involved (closes #23112) by Benjamin Peterson · 10 years ago
  37. e4db769 Issue #21793: Added http.HTTPStatus enums (i.e. HTTPStatus.OK, by Serhiy Storchaka · 10 years ago
  38. cb5bc40 Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names. by Serhiy Storchaka · 10 years ago
  39. 5d0d2e6 Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  40. 217f4cd Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  41. 915a30f Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  42. a8c75fe merge 3.3 (#21766) by Benjamin Peterson · 10 years ago
  43. 6cd1954 merge 3.2 (#21766) by Benjamin Peterson · 10 years ago
  44. 73b8b1c url unquote the path before checking if it refers to a CGI script (closes #21766) by Benjamin Peterson · 10 years ago
  45. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  46. c0b0bb6 Issue #20331: Fixed possible FD leaks in various modules: by Serhiy Storchaka · 11 years ago
  47. 91b0bc2 Issue #20331: Fixed possible FD leaks in various modules: by Serhiy Storchaka · 11 years ago
  48. c28ab08 merge 3.3 (#18574) by Benjamin Peterson · 11 years ago
  49. 0442423 fix handling of 100-continue status code (closes #18574) by Benjamin Peterson · 11 years ago
  50. c99874d merge 3.3 (#19435) by Benjamin Peterson · 11 years ago
  51. a50f899 merge 3.2 (#19435) by Benjamin Peterson · 11 years ago
  52. 35aca89 merge 3.1 (#19435) by Benjamin Peterson · 11 years ago
  53. 04e9de4 use the collapsed path in the run_cgi method (closes #19435) by Benjamin Peterson · 11 years ago
  54. b0ce820 merge from 3.3 by Senthil Kumaran · 11 years ago
  55. 600b735 Minor code improvement. Review comment by Eric V. Smith by Senthil Kumaran · 11 years ago
  56. defe7f4 Expose --bind argument for http.server, enable http.server to bind to a user by Senthil Kumaran · 11 years ago
  57. 187b063 Fix http.server's request handling case on trailing '/'. by Senthil Kumaran · 11 years ago
  58. 72c238e Fix http.server's request handling case on trailing '/'. by Senthil Kumaran · 11 years ago
  59. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  60. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  61. 2688644 #1291 http.server's send_error takes an optional explain argument by Senthil Kumaran · 11 years ago
  62. df1d3c5 Reverting the changeset b87792757ee8 made for Issue #12921 by Senthil Kumaran · 11 years ago
  63. 884f058 Reverting the changeset 5d76a4746d9d made for Issue #12921 by Senthil Kumaran · 11 years ago
  64. 1e7551d Reverting the changeset 5126e62c60af made for Issue #12921 by Senthil Kumaran · 11 years ago
  65. 24431f1 Fix Issue #12921: BaseHTTPServer's send_error should send the correct error by Senthil Kumaran · 11 years ago
  66. c37f835 Fix Issue #12921: BaseHTTPServer's send_error should send the correct error by Senthil Kumaran · 11 years ago
  67. 3fb066d Fix Issue #12921: BaseHTTPServer's send_error should send the correct error by Senthil Kumaran · 11 years ago
  68. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  69. ad28c7f Issue #16706: get rid of os.error by Andrew Svetlov · 12 years ago
  70. 52d2720 Issue #16088: BaseHTTPRequestHandler's send_error method includes a by Senthil Kumaran · 12 years ago
  71. 1251faf Issue 14989: http.server --cgi option can enable the CGI http server. by Senthil Kumaran · 12 years ago
  72. 51b2ed5 #14809: Add HTTP status codes from RFC 6585 to http.server and http.client by Hynek Schlawack · 12 years ago
  73. 4ca008b issue6085 - update docs in default branch by Senthil Kumaran · 12 years ago
  74. db727b4 Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler by Senthil Kumaran · 12 years ago
  75. 1aacba4 Fix Issue6085 - SimpleHTTPServer address_string to return client ip instead of client hostname by Senthil Kumaran · 12 years ago
  76. 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
  77. d70846b 3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests by Senthil Kumaran · 12 years ago
  78. d05853d merge - fix the incorrect changes made for PATH_INFO value - Issue10484 by Senthil Kumaran · 12 years ago
  79. dbb369d 3.2- fix the incorrect changes made for PATH_INFO value - Issue10484 by Senthil Kumaran · 12 years ago
  80. 209d70e closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem by Senthil Kumaran · 12 years ago
  81. be3f851 closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem by Senthil Kumaran · 12 years ago
  82. 3075549 Minor code style improvements in http.server suggested in Issue13294. by Senthil Kumaran · 13 years ago
  83. d22983d merge from 3.2. Minor code style improvements in http.server suggested in Issue13294. by Senthil Kumaran · 13 years ago
  84. ca897e9 #13295: http.server now produces valid HTML 4.01 strict. by Ezio Melotti · 13 years ago
  85. fb25ba9 Close #12289: Fix "is executable?" test in the CGI server by Victor Stinner · 13 years ago
  86. c7ae19b Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages the by Senthil Kumaran · 13 years ago
  87. bec7886 Merge from 3.1 by Senthil Kumaran · 13 years ago
  88. 1b407fe Issue #11567 - Let's have the DOCTYPE as HTML instead of XHTML. by Senthil Kumaran · 13 years ago
  89. 9f9193e Error message in http.server code. Missed to update in 3.1 branch initially. by Senthil Kumaran · 13 years ago
  90. b253c9f Fix issue11567: http.server DEFAULT_ERROR_MESSAGE format. Patch by Gennadiy Zlobin. by Senthil Kumaran · 13 years ago
  91. dab6780 merge from 3.2 by Senthil Kumaran · 13 years ago
  92. 1da1906 Merge from 3.2 by Senthil Kumaran · 13 years ago
  93. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  94. 8d96d77 Issue #10980: encode headers with latin1 instead of ASCII in the HTTP server. by Armin Ronacher · 14 years ago
  95. ff1bbba Merged revisions 87373,87381 via svnmerge from by Antoine Pitrou · 14 years ago
  96. 5466bf1 Fix Issue6791 - Limit the HTTP header readline with _MAXLENGTH. Patch by Antoine Pitrou by Senthil Kumaran · 14 years ago
  97. 3022ce1 Merged revisions 87317 via svnmerge from by Antoine Pitrou · 14 years ago
  98. c492437 Issue #10714: Limit length of incoming request in http.server to 65536 bytes by Antoine Pitrou · 14 years ago
  99. cbd2ab1 #1513299: cleanup some map() uses where a comprehension works better. by Georg Brandl · 14 years ago
  100. e4dad4f Fix issue3709 - BaseHTTPRequestHandler will buffer the headers and write only on end_headers call. by Senthil Kumaran · 14 years ago