| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #25738: Don’t send message body for 205 Reset Content | Martin Panter | 2016-06-08 | 1 | -10/+20 |
|
|
* | Issue #26657: Fix Windows directory traversal vulnerability with http.server | Martin Panter | 2016-04-18 | 1 | -3/+3 |
|
|
* | Issue #26586: Handle excessive header fields in http.server, by Xiang Zhang | Martin Panter | 2016-04-03 | 1 | -0/+7 |
|
|
* | Merge typo fixes from 3.4 into 3.5 | Martin Panter | 2015-10-07 | 1 | -1/+1 |
|\ |
|
| * | Various minor typos in documentation and comments | Martin Panter | 2015-10-07 | 1 | -1/+1 |
|
|
* | | Issues #25232, #24657: Merge two CGI server fixes from 3.4 into 3.5 | Martin Panter | 2015-10-03 | 1 | -9/+10 |
|\ \
| |/ |
|
| * | Issue #24657: Prevent CGIRequestHandler from collapsing the URL query | Martin Panter | 2015-10-03 | 1 | -4/+9 |
|
|
| * | Issue #25232: Fix CGIRequestHandler's splitting of URL query | Martin Panter | 2015-10-03 | 1 | -5/+1 |
|
|
* | | Issue #24774: Fix docstring in http.server.test. | Robert Collins | 2015-08-17 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | Issue #24774: Fix docstring in http.server.test. | Robert Collins | 2015-08-17 | 1 | -2/+1 |
|
|
* | | Issue #21793: BaseHTTPRequestHandler again logs response code as numeric, | Serhiy Storchaka | 2015-03-07 | 1 | -1/+2 |
|
|
* | | merge 3.4 (#23410) | Benjamin Peterson | 2015-02-18 | 1 | -10/+10 |
|\ \
| |/ |
|
| * | document the requestline and close_connection attributes, use real booleans, ... | Benjamin Peterson | 2015-02-18 | 1 | -10/+10 |
|
|
* | | Issue #23418: Add missing entries to http.server.__all__. | Berker Peksag | 2015-02-13 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | Issue #23418: Add missing entries to http.server.__all__. | Berker Peksag | 2015-02-13 | 1 | -1/+4 |
|
|
* | | merge 3.4 (#23112) | Benjamin Peterson | 2014-12-26 | 1 | -2/+6 |
|\ \
| |/ |
|
| * | fix behavior of trailing slash redirection when a query string is involved (c... | Benjamin Peterson | 2014-12-26 | 1 | -2/+6 |
|
|
* | | Issue #21793: Added http.HTTPStatus enums (i.e. HTTPStatus.OK, | Serhiy Storchaka | 2014-12-23 | 1 | -99/+54 |
|/ |
|
* | Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names. | Serhiy Storchaka | 2014-08-17 | 1 | -4/+15 |
|
|
* | Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, | Ned Deily | 2014-07-13 | 1 | -5/+5 |
|\ |
|
| * | Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, | Ned Deily | 2014-07-13 | 1 | -5/+5 |
| |\ |
|
| | * | Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, | Ned Deily | 2014-07-13 | 1 | -5/+5 |
|
|
* | | | merge 3.3 (#21766) | Benjamin Peterson | 2014-06-15 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | merge 3.2 (#21766) | Benjamin Peterson | 2014-06-15 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | url unquote the path before checking if it refers to a CGI script (closes #21... | Benjamin Peterson | 2014-06-15 | 1 | -1/+1 |
|
|
* | | | Issue #20976: pyflakes: Remove unused imports | Victor Stinner | 2014-03-20 | 1 | -2/+0 |
|
|
* | | | Issue #20331: Fixed possible FD leaks in various modules: | Serhiy Storchaka | 2014-01-25 | 1 | -9/+15 |
|\ \ \
| |/ / |
|
| * | | Issue #20331: Fixed possible FD leaks in various modules: | Serhiy Storchaka | 2014-01-25 | 1 | -9/+15 |
|
|
* | | | merge 3.3 (#18574) | Benjamin Peterson | 2014-01-19 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | fix handling of 100-continue status code (closes #18574) | Benjamin Peterson | 2014-01-19 | 1 | -1/+1 |
|
|
* | | | merge 3.3 (#19435) | Benjamin Peterson | 2013-10-30 | 1 | -5/+4 |
|\ \ \
| |/ / |
|
| * | | merge 3.2 (#19435) | Benjamin Peterson | 2013-10-30 | 1 | -5/+4 |
| |\ \
| | |/ |
|
| | * | merge 3.1 (#19435) | Benjamin Peterson | 2013-10-30 | 1 | -5/+4 |
| | |\ |
|
| | | * | use the collapsed path in the run_cgi method (closes #19435) | Benjamin Peterson | 2013-10-30 | 1 | -5/+4 |
|
|
* | | | | merge from 3.3 | Senthil Kumaran | 2013-09-30 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Minor code improvement. Review comment by Eric V. Smith | Senthil Kumaran | 2013-09-30 | 1 | -1/+1 |
|
|
* | | | | Expose --bind argument for http.server, enable http.server to bind to a user | Senthil Kumaran | 2013-09-15 | 1 | -5/+9 |
|
|
* | | | | Fix http.server's request handling case on trailing '/'. | Senthil Kumaran | 2013-09-13 | 1 | -0/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix http.server's request handling case on trailing '/'. | Senthil Kumaran | 2013-09-13 | 1 | -0/+4 |
|
|
* | | | | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) | Brett Cannon | 2013-07-04 | 1 | -1/+1 |
|
|
* | | | | Issue #18200: Update the stdlib (except tests) to use | Brett Cannon | 2013-06-14 | 1 | -1/+1 |
|
|
* | | | | #1291 http.server's send_error takes an optional explain argument | Senthil Kumaran | 2013-03-15 | 1 | -6/+12 |
|
|
* | | | | Reverting the changeset b87792757ee8 made for Issue #12921 | Senthil Kumaran | 2013-03-05 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Reverting the changeset 5d76a4746d9d made for Issue #12921 | Senthil Kumaran | 2013-03-05 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Reverting the changeset 5126e62c60af made for Issue #12921 | Senthil Kumaran | 2013-03-05 | 1 | -1/+1 |
|
|
* | | | | Fix Issue #12921: BaseHTTPServer's send_error should send the correct error | Senthil Kumaran | 2013-03-05 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix Issue #12921: BaseHTTPServer's send_error should send the correct error | Senthil Kumaran | 2013-03-05 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Fix Issue #12921: BaseHTTPServer's send_error should send the correct error | Senthil Kumaran | 2013-03-05 | 1 | -1/+1 |
|
|
* | | | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -1/+1 |
|
|
* | | | | Issue #16706: get rid of os.error | Andrew Svetlov | 2012-12-18 | 1 | -2/+2 |
|
|