1. 3a31cca Issue #24902: Print server URL on http.server startup by Berker Peksag · 8 years ago
  2. 791ac54 Issue #26657: Merge http.server fix from 3.5 by Martin Panter · 8 years ago
  3. d274b3f Issue #26657: Fix Windows directory traversal vulnerability with http.server by Martin Panter · 8 years ago
  4. 0cab9c1 Issue #26404: Add context manager to socketserver, by Aviv Palivoda by Martin Panter · 8 years ago
  5. da3bb38 Issue #26585: Eliminate _quote_html() and use html.escape(quote=False) by Martin Panter · 8 years ago
  6. 50badad Issue #26586: Simple enhancements to BaseHTTPRequestHandler by Xiang Zhang by Martin Panter · 8 years ago
  7. b93e4b2 Issue #26586: Merge excessive HTTP header handling from 3.5 by Martin Panter · 8 years ago
  8. acc0319 Issue #26586: Handle excessive header fields in http.server, by Xiang Zhang by Martin Panter · 8 years ago
  9. 04bc5b9 Issue #747320: Use email.utils.formatdate() to avoid code duplication by Berker Peksag · 9 years ago
  10. 3f930dc Merge typo fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  11. 9955a37 Various minor typos in documentation and comments by Martin Panter · 9 years ago
  12. 56b76d2 Issues #25232, #24657: Merge two CGI server fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  13. cb29e8c Issue #24657: Prevent CGIRequestHandler from collapsing the URL query by Martin Panter · 9 years ago
  14. a02e18a Issue #25232: Fix CGIRequestHandler's splitting of URL query by Martin Panter · 9 years ago
  15. 5409177 Issue #24774: Fix docstring in http.server.test. by Robert Collins · 9 years ago
  16. 9644f24 Issue #24774: Fix docstring in http.server.test. by Robert Collins · 9 years ago
  17. c0a23e6 Issue #21793: BaseHTTPRequestHandler again logs response code as numeric, by Serhiy Storchaka · 10 years ago
  18. 1130c7f merge 3.4 (#23410) by Benjamin Peterson · 10 years ago
  19. 70e2847 document the requestline and close_connection attributes, use real booleans, and add tests (closes #23410) by Benjamin Peterson · 10 years ago
  20. 6767757 Issue #23418: Add missing entries to http.server.__all__. by Berker Peksag · 10 years ago
  21. 366c570 Issue #23418: Add missing entries to http.server.__all__. by Berker Peksag · 10 years ago
  22. fe975a2 merge 3.4 (#23112) by Benjamin Peterson · 10 years ago
  23. 94cb7a2 fix behavior of trailing slash redirection when a query string is involved (closes #23112) by Benjamin Peterson · 10 years ago
  24. e4db769 Issue #21793: Added http.HTTPStatus enums (i.e. HTTPStatus.OK, by Serhiy Storchaka · 10 years ago
  25. cb5bc40 Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names. by Serhiy Storchaka · 10 years ago
  26. 5d0d2e6 Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  27. 217f4cd Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  28. 915a30f Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  29. a8c75fe merge 3.3 (#21766) by Benjamin Peterson · 10 years ago
  30. 6cd1954 merge 3.2 (#21766) by Benjamin Peterson · 10 years ago
  31. 73b8b1c url unquote the path before checking if it refers to a CGI script (closes #21766) by Benjamin Peterson · 10 years ago
  32. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  33. c0b0bb6 Issue #20331: Fixed possible FD leaks in various modules: by Serhiy Storchaka · 11 years ago
  34. 91b0bc2 Issue #20331: Fixed possible FD leaks in various modules: by Serhiy Storchaka · 11 years ago
  35. c28ab08 merge 3.3 (#18574) by Benjamin Peterson · 11 years ago
  36. 0442423 fix handling of 100-continue status code (closes #18574) by Benjamin Peterson · 11 years ago
  37. c99874d merge 3.3 (#19435) by Benjamin Peterson · 11 years ago
  38. a50f899 merge 3.2 (#19435) by Benjamin Peterson · 11 years ago
  39. 35aca89 merge 3.1 (#19435) by Benjamin Peterson · 11 years ago
  40. 04e9de4 use the collapsed path in the run_cgi method (closes #19435) by Benjamin Peterson · 11 years ago
  41. b0ce820 merge from 3.3 by Senthil Kumaran · 11 years ago
  42. 600b735 Minor code improvement. Review comment by Eric V. Smith by Senthil Kumaran · 11 years ago
  43. defe7f4 Expose --bind argument for http.server, enable http.server to bind to a user by Senthil Kumaran · 11 years ago
  44. 187b063 Fix http.server's request handling case on trailing '/'. by Senthil Kumaran · 11 years ago
  45. 72c238e Fix http.server's request handling case on trailing '/'. by Senthil Kumaran · 11 years ago
  46. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  47. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  48. 2688644 #1291 http.server's send_error takes an optional explain argument by Senthil Kumaran · 12 years ago
  49. df1d3c5 Reverting the changeset b87792757ee8 made for Issue #12921 by Senthil Kumaran · 12 years ago
  50. 884f058 Reverting the changeset 5d76a4746d9d made for Issue #12921 by Senthil Kumaran · 12 years ago
  51. 1e7551d Reverting the changeset 5126e62c60af made for Issue #12921 by Senthil Kumaran · 12 years ago
  52. 24431f1 Fix Issue #12921: BaseHTTPServer's send_error should send the correct error by Senthil Kumaran · 12 years ago
  53. c37f835 Fix Issue #12921: BaseHTTPServer's send_error should send the correct error by Senthil Kumaran · 12 years ago
  54. 3fb066d Fix Issue #12921: BaseHTTPServer's send_error should send the correct error by Senthil Kumaran · 12 years ago
  55. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  56. ad28c7f Issue #16706: get rid of os.error by Andrew Svetlov · 12 years ago
  57. 52d2720 Issue #16088: BaseHTTPRequestHandler's send_error method includes a by Senthil Kumaran · 12 years ago
  58. 1251faf Issue 14989: http.server --cgi option can enable the CGI http server. by Senthil Kumaran · 12 years ago
  59. 51b2ed5 #14809: Add HTTP status codes from RFC 6585 to http.server and http.client by Hynek Schlawack · 12 years ago
  60. 4ca008b issue6085 - update docs in default branch by Senthil Kumaran · 12 years ago
  61. db727b4 Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler by Senthil Kumaran · 12 years ago
  62. 1aacba4 Fix Issue6085 - SimpleHTTPServer address_string to return client ip instead of client hostname by Senthil Kumaran · 12 years ago
  63. 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
  64. d70846b 3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests by Senthil Kumaran · 12 years ago
  65. d05853d merge - fix the incorrect changes made for PATH_INFO value - Issue10484 by Senthil Kumaran · 12 years ago
  66. dbb369d 3.2- fix the incorrect changes made for PATH_INFO value - Issue10484 by Senthil Kumaran · 12 years ago
  67. 209d70e closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem by Senthil Kumaran · 13 years ago
  68. be3f851 closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem by Senthil Kumaran · 13 years ago
  69. 3075549 Minor code style improvements in http.server suggested in Issue13294. by Senthil Kumaran · 13 years ago
  70. d22983d merge from 3.2. Minor code style improvements in http.server suggested in Issue13294. by Senthil Kumaran · 13 years ago
  71. ca897e9 #13295: http.server now produces valid HTML 4.01 strict. by Ezio Melotti · 13 years ago
  72. fb25ba9 Close #12289: Fix "is executable?" test in the CGI server by Victor Stinner · 13 years ago
  73. c7ae19b Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages the by Senthil Kumaran · 13 years ago
  74. bec7886 Merge from 3.1 by Senthil Kumaran · 13 years ago
  75. 1b407fe Issue #11567 - Let's have the DOCTYPE as HTML instead of XHTML. by Senthil Kumaran · 13 years ago
  76. 9f9193e Error message in http.server code. Missed to update in 3.1 branch initially. by Senthil Kumaran · 14 years ago
  77. b253c9f Fix issue11567: http.server DEFAULT_ERROR_MESSAGE format. Patch by Gennadiy Zlobin. by Senthil Kumaran · 14 years ago
  78. dab6780 merge from 3.2 by Senthil Kumaran · 13 years ago
  79. 1da1906 Merge from 3.2 by Senthil Kumaran · 14 years ago
  80. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 14 years ago
  81. 8d96d77 Issue #10980: encode headers with latin1 instead of ASCII in the HTTP server. by Armin Ronacher · 14 years ago
  82. ff1bbba Merged revisions 87373,87381 via svnmerge from by Antoine Pitrou · 14 years ago
  83. 5466bf1 Fix Issue6791 - Limit the HTTP header readline with _MAXLENGTH. Patch by Antoine Pitrou by Senthil Kumaran · 14 years ago
  84. 3022ce1 Merged revisions 87317 via svnmerge from by Antoine Pitrou · 14 years ago
  85. c492437 Issue #10714: Limit length of incoming request in http.server to 65536 bytes by Antoine Pitrou · 14 years ago
  86. cbd2ab1 #1513299: cleanup some map() uses where a comprehension works better. by Georg Brandl · 14 years ago
  87. e4dad4f Fix issue3709 - BaseHTTPRequestHandler will buffer the headers and write only on end_headers call. by Senthil Kumaran · 14 years ago
  88. 938ece7 Merged revisions 86195 via svnmerge from by Brian Curtin · 14 years ago
  89. cbad4df Close subprocess pipes in the non-UNIX section of run_cgi. by Brian Curtin · 14 years ago
  90. 1f7fffb #2830: add html.escape() helper and move cgi.escape() uses in the standard library to it. It defaults to quote=True and also escapes single quotes, which makes casual use safer. The cgi.escape() interface is not touched, but emits a (silent) PendingDeprecationWarning. by Georg Brandl · 14 years ago
  91. 5e8826c Merged revisions 85202 via svnmerge from by Senthil Kumaran · 14 years ago
  92. 4271372 Fix Issue9272 - Change CGIHTTPServer to give the child program a copy of os.environ by Senthil Kumaran · 14 years ago
  93. 0f476d4 Issue1491 - BaseHTTPServer incorrectly implements response code 100 by Senthil Kumaran · 14 years ago
  94. caa78fe Merged revisions 83371,83390 via svnmerge from by Georg Brandl · 14 years ago
  95. 62e2ca2 #8292: Fix three instances of truth tests on return values of filter() (which is always true in Python 3). by Georg Brandl · 14 years ago
  96. 613c61c Merged revisions 78301 via svnmerge from by Senthil Kumaran · 15 years ago
  97. 7aa2621 Merged revisions 78299 via svnmerge from by Senthil Kumaran · 15 years ago
  98. ca5130c Merged revisions 76210 via svnmerge from by Senthil Kumaran · 15 years ago
  99. e29cd16 Merged revisions 76208 via svnmerge from by Senthil Kumaran · 15 years ago
  100. 985fc6a http://bugs.python.org/issue6267 porting revision 73638 to py3k by Kristján Valur Jónsson · 15 years ago