- a17a2f5 bpo-28707: Add the directory parameter to http.server.SimpleHTTPRequestHandler and http.server module (#1776) by Stéphane Wirtel · 7 years ago
- 7e4db2f bpo-30166: Import command-line parsing modules only when needed. (#1293) by Serhiy Storchaka · 8 years ago
- 351adda bpo-29654 : Support If-Modified-Since HTTP header (browser cache) (#298) by Pierre Quentel · 8 years ago
- e82338d Issue #28548: Parse HTTP request version even if too many words received by Martin Panter · 8 years ago
- 40de69a Issue #25738: Merge HTTP server from 3.5 by Martin Panter · 8 years ago
- e42e129 Issue #25738: Don’t send message body for 205 Reset Content by Martin Panter · 8 years ago
- 3a31cca Issue #24902: Print server URL on http.server startup by Berker Peksag · 9 years ago
- 791ac54 Issue #26657: Merge http.server fix from 3.5 by Martin Panter · 9 years ago
- d274b3f Issue #26657: Fix Windows directory traversal vulnerability with http.server by Martin Panter · 9 years ago
- 0cab9c1 Issue #26404: Add context manager to socketserver, by Aviv Palivoda by Martin Panter · 9 years ago
- da3bb38 Issue #26585: Eliminate _quote_html() and use html.escape(quote=False) by Martin Panter · 9 years ago
- 50badad Issue #26586: Simple enhancements to BaseHTTPRequestHandler by Xiang Zhang by Martin Panter · 9 years ago
- b93e4b2 Issue #26586: Merge excessive HTTP header handling from 3.5 by Martin Panter · 9 years ago
- acc0319 Issue #26586: Handle excessive header fields in http.server, by Xiang Zhang by Martin Panter · 9 years ago
- 04bc5b9 Issue #747320: Use email.utils.formatdate() to avoid code duplication by Berker Peksag · 9 years ago
- 3f930dc Merge typo fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
- 9955a37 Various minor typos in documentation and comments by Martin Panter · 9 years ago
- 56b76d2 Issues #25232, #24657: Merge two CGI server fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
- cb29e8c Issue #24657: Prevent CGIRequestHandler from collapsing the URL query by Martin Panter · 9 years ago
- a02e18a Issue #25232: Fix CGIRequestHandler's splitting of URL query by Martin Panter · 9 years ago
- 5409177 Issue #24774: Fix docstring in http.server.test. by Robert Collins · 9 years ago
- 9644f24 Issue #24774: Fix docstring in http.server.test. by Robert Collins · 9 years ago
- c0a23e6 Issue #21793: BaseHTTPRequestHandler again logs response code as numeric, by Serhiy Storchaka · 10 years ago
- 1130c7f merge 3.4 (#23410) by Benjamin Peterson · 10 years ago
- 70e2847 document the requestline and close_connection attributes, use real booleans, and add tests (closes #23410) by Benjamin Peterson · 10 years ago
- 6767757 Issue #23418: Add missing entries to http.server.__all__. by Berker Peksag · 10 years ago
- 366c570 Issue #23418: Add missing entries to http.server.__all__. by Berker Peksag · 10 years ago
- fe975a2 merge 3.4 (#23112) by Benjamin Peterson · 10 years ago
- 94cb7a2 fix behavior of trailing slash redirection when a query string is involved (closes #23112) by Benjamin Peterson · 10 years ago
- e4db769 Issue #21793: Added http.HTTPStatus enums (i.e. HTTPStatus.OK, by Serhiy Storchaka · 10 years ago
- cb5bc40 Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names. by Serhiy Storchaka · 10 years ago
- 5d0d2e6 Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
- 217f4cd Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
- 915a30f Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
- a8c75fe merge 3.3 (#21766) by Benjamin Peterson · 10 years ago
- 6cd1954 merge 3.2 (#21766) by Benjamin Peterson · 10 years ago
- 73b8b1c url unquote the path before checking if it refers to a CGI script (closes #21766) by Benjamin Peterson · 10 years ago
- 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 11 years ago
- c0b0bb6 Issue #20331: Fixed possible FD leaks in various modules: by Serhiy Storchaka · 11 years ago
- 91b0bc2 Issue #20331: Fixed possible FD leaks in various modules: by Serhiy Storchaka · 11 years ago
- c28ab08 merge 3.3 (#18574) by Benjamin Peterson · 11 years ago
- 0442423 fix handling of 100-continue status code (closes #18574) by Benjamin Peterson · 11 years ago
- c99874d merge 3.3 (#19435) by Benjamin Peterson · 11 years ago
- a50f899 merge 3.2 (#19435) by Benjamin Peterson · 11 years ago
- 35aca89 merge 3.1 (#19435) by Benjamin Peterson · 11 years ago
- 04e9de4 use the collapsed path in the run_cgi method (closes #19435) by Benjamin Peterson · 11 years ago
- b0ce820 merge from 3.3 by Senthil Kumaran · 11 years ago
- 600b735 Minor code improvement. Review comment by Eric V. Smith by Senthil Kumaran · 11 years ago
- defe7f4 Expose --bind argument for http.server, enable http.server to bind to a user by Senthil Kumaran · 11 years ago
- 187b063 Fix http.server's request handling case on trailing '/'. by Senthil Kumaran · 11 years ago
- 72c238e Fix http.server's request handling case on trailing '/'. by Senthil Kumaran · 11 years ago
- cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
- 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
- 2688644 #1291 http.server's send_error takes an optional explain argument by Senthil Kumaran · 12 years ago
- df1d3c5 Reverting the changeset b87792757ee8 made for Issue #12921 by Senthil Kumaran · 12 years ago
- 884f058 Reverting the changeset 5d76a4746d9d made for Issue #12921 by Senthil Kumaran · 12 years ago
- 1e7551d Reverting the changeset 5126e62c60af made for Issue #12921 by Senthil Kumaran · 12 years ago
- 24431f1 Fix Issue #12921: BaseHTTPServer's send_error should send the correct error by Senthil Kumaran · 12 years ago
- c37f835 Fix Issue #12921: BaseHTTPServer's send_error should send the correct error by Senthil Kumaran · 12 years ago
- 3fb066d Fix Issue #12921: BaseHTTPServer's send_error should send the correct error by Senthil Kumaran · 12 years ago
- f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
- ad28c7f Issue #16706: get rid of os.error by Andrew Svetlov · 12 years ago
- 52d2720 Issue #16088: BaseHTTPRequestHandler's send_error method includes a by Senthil Kumaran · 12 years ago
- 1251faf Issue 14989: http.server --cgi option can enable the CGI http server. by Senthil Kumaran · 12 years ago
- 51b2ed5 #14809: Add HTTP status codes from RFC 6585 to http.server and http.client by Hynek Schlawack · 12 years ago
- 4ca008b issue6085 - update docs in default branch by Senthil Kumaran · 13 years ago
- db727b4 Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler by Senthil Kumaran · 13 years ago
- 1aacba4 Fix Issue6085 - SimpleHTTPServer address_string to return client ip instead of client hostname by Senthil Kumaran · 13 years ago
- 690598a merge to default - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests by Senthil Kumaran · 13 years ago
- d70846b 3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests by Senthil Kumaran · 13 years ago
- d05853d merge - fix the incorrect changes made for PATH_INFO value - Issue10484 by Senthil Kumaran · 13 years ago
- dbb369d 3.2- fix the incorrect changes made for PATH_INFO value - Issue10484 by Senthil Kumaran · 13 years ago
- 209d70e closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem by Senthil Kumaran · 13 years ago
- be3f851 closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem by Senthil Kumaran · 13 years ago
- 3075549 Minor code style improvements in http.server suggested in Issue13294. by Senthil Kumaran · 13 years ago
- d22983d merge from 3.2. Minor code style improvements in http.server suggested in Issue13294. by Senthil Kumaran · 13 years ago
- ca897e9 #13295: http.server now produces valid HTML 4.01 strict. by Ezio Melotti · 13 years ago
- fb25ba9 Close #12289: Fix "is executable?" test in the CGI server by Victor Stinner · 13 years ago
- c7ae19b Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages the by Senthil Kumaran · 14 years ago
- bec7886 Merge from 3.1 by Senthil Kumaran · 14 years ago
- 1b407fe Issue #11567 - Let's have the DOCTYPE as HTML instead of XHTML. by Senthil Kumaran · 14 years ago
- 9f9193e Error message in http.server code. Missed to update in 3.1 branch initially. by Senthil Kumaran · 14 years ago
- b253c9f Fix issue11567: http.server DEFAULT_ERROR_MESSAGE format. Patch by Gennadiy Zlobin. by Senthil Kumaran · 14 years ago
- dab6780 merge from 3.2 by Senthil Kumaran · 14 years ago
- 1da1906 Merge from 3.2 by Senthil Kumaran · 14 years ago
- 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 14 years ago
- 8d96d77 Issue #10980: encode headers with latin1 instead of ASCII in the HTTP server. by Armin Ronacher · 14 years ago
- ff1bbba Merged revisions 87373,87381 via svnmerge from by Antoine Pitrou · 14 years ago
- 5466bf1 Fix Issue6791 - Limit the HTTP header readline with _MAXLENGTH. Patch by Antoine Pitrou by Senthil Kumaran · 14 years ago
- 3022ce1 Merged revisions 87317 via svnmerge from by Antoine Pitrou · 14 years ago
- c492437 Issue #10714: Limit length of incoming request in http.server to 65536 bytes by Antoine Pitrou · 14 years ago
- cbd2ab1 #1513299: cleanup some map() uses where a comprehension works better. by Georg Brandl · 14 years ago
- e4dad4f Fix issue3709 - BaseHTTPRequestHandler will buffer the headers and write only on end_headers call. by Senthil Kumaran · 14 years ago
- 938ece7 Merged revisions 86195 via svnmerge from by Brian Curtin · 14 years ago
- cbad4df Close subprocess pipes in the non-UNIX section of run_cgi. by Brian Curtin · 14 years ago
- 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
- 5e8826c Merged revisions 85202 via svnmerge from by Senthil Kumaran · 14 years ago
- 4271372 Fix Issue9272 - Change CGIHTTPServer to give the child program a copy of os.environ by Senthil Kumaran · 14 years ago
- 0f476d4 Issue1491 - BaseHTTPServer incorrectly implements response code 100 by Senthil Kumaran · 14 years ago
- caa78fe Merged revisions 83371,83390 via svnmerge from by Georg Brandl · 14 years ago