| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-31370: Remove support for threads-less builds (#3385) | Antoine Pitrou | 2017-09-07 | 1 | -1/+2 |
|
|
* | bpo-31234: test_httpservers joins the server thread (#3188) | Victor Stinner | 2017-08-22 | 1 | -0/+1 |
|
|
* | bpo-31066: Fix test_httpservers.test_last_modified() (#2933) | Victor Stinner | 2017-07-28 | 1 | -4/+6 |
|
|
* | bpo-28707: Add the directory parameter to http.server.SimpleHTTPRequestHandle... | Stéphane Wirtel | 2017-05-24 | 1 | -1/+6 |
|
|
* | bpo-29654 : Support If-Modified-Since HTTP header (browser cache) (#298) | Pierre Quentel | 2017-04-02 | 1 | -1/+58 |
|
|
* | Issue #28548: Parse HTTP request version even if too many words received | Martin Panter | 2016-11-19 | 1 | -0/+10 |
|
|
* | Fixes tests broken by issue #27781. | Steve Dower | 2016-09-08 | 1 | -0/+2 |
|
|
* | Fix typo in test name | Berker Peksag | 2016-08-24 | 1 | -1/+1 |
|
|
* | Issue #25738: Merge HTTP server from 3.5 | Martin Panter | 2016-06-08 | 1 | -0/+44 |
|\ |
|
| * | Issue #25738: Don’t send message body for 205 Reset Content | Martin Panter | 2016-06-08 | 1 | -0/+44 |
|
|
* | | Issue #27076: Merge spelling from 3.5 | Martin Panter | 2016-05-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #27076: Doc, comment and tests spelling fixes | Martin Panter | 2016-05-26 | 1 | -1/+1 |
|
|
* | | Issue #26657: Merge http.server fix from 3.5 | Martin Panter | 2016-04-18 | 1 | -0/+19 |
|\ \
| |/ |
|
| * | Issue #26657: Fix Windows directory traversal vulnerability with http.server | Martin Panter | 2016-04-18 | 1 | -0/+19 |
|
|
* | | Issue #26585: Eliminate _quote_html() and use html.escape(quote=False) | Martin Panter | 2016-04-11 | 1 | -1/+29 |
|
|
* | | Issue #26609: Merge HTTP tests from 3.5 | Martin Panter | 2016-04-09 | 1 | -12/+29 |
|\ \
| |/ |
|
| * | Issue #26609: Fix HTTP server tests to request an absolute URL path | Martin Panter | 2016-04-09 | 1 | -12/+29 |
|
|
* | | Issue #26586: Simple enhancements to BaseHTTPRequestHandler by Xiang Zhang | Martin Panter | 2016-04-03 | 1 | -1/+1 |
|
|
* | | Issue #26586: Merge excessive HTTP header handling from 3.5 | Martin Panter | 2016-04-03 | 1 | -0/+7 |
|\ \
| |/ |
|
| * | Issue #26586: Handle excessive header fields in http.server, by Xiang Zhang | Martin Panter | 2016-04-03 | 1 | -0/+7 |
|
|
* | | Issue #747320: Use email.utils.formatdate() to avoid code duplication | Berker Peksag | 2016-03-14 | 1 | -0/+14 |
|/ |
|
* | Issues #25232, #24657: Use new enum status to match rest of tests | Martin Panter | 2015-10-03 | 1 | -2/+2 |
|
|
* | Issues #25232, #24657: Merge two CGI server fixes from 3.4 into 3.5 | Martin Panter | 2015-10-03 | 1 | -0/+31 |
|\ |
|
| * | Issue #24657: Prevent CGIRequestHandler from collapsing the URL query | Martin Panter | 2015-10-03 | 1 | -0/+7 |
|
|
| * | Issue #25232: Fix CGIRequestHandler's splitting of URL query | Martin Panter | 2015-10-03 | 1 | -0/+24 |
|
|
* | | Issue #23440: Improve http.server.SimpleHTTPRequestHandler tests | Berker Peksag | 2015-07-22 | 1 | -7/+29 |
|
|
* | | Issue #21793: BaseHTTPRequestHandler again logs response code as numeric, | Serhiy Storchaka | 2015-03-07 | 1 | -48/+92 |
|/ |
|
* | document the requestline and close_connection attributes, use real booleans, ... | Benjamin Peterson | 2015-02-18 | 1 | -0/+39 |
|
|
* | Issue #23418: Add missing entries to http.server.__all__. | Berker Peksag | 2015-02-13 | 1 | -0/+14 |
|
|
* | Issue #22165: Skip test_undecodable_filename on OS X prior to 10.5. | Ned Deily | 2015-01-05 | 1 | -0/+1 |
|
|
* | fix behavior of trailing slash redirection when a query string is involved (c... | Benjamin Peterson | 2014-12-26 | 1 | -0/+6 |
|
|
* | Issue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa, | Terry Jan Reedy | 2014-10-18 | 1 | -1/+1 |
|
|
* | Issue #22165: Fixed test_undecodable_filename on Mac OS. | Serhiy Storchaka | 2014-08-17 | 1 | -0/+7 |
|
|
* | Issue #22165: Fixed test_undecodable_filename on non-UTF-8 locales. | Serhiy Storchaka | 2014-08-17 | 1 | -2/+3 |
|
|
* | Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names. | Serhiy Storchaka | 2014-08-17 | 1 | -0/+19 |
|
|
* | Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, | Ned Deily | 2014-07-13 | 1 | -0/+16 |
|\ |
|
| * | Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, | Ned Deily | 2014-07-13 | 1 | -0/+16 |
| |\ |
|
| | * | Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, | Ned Deily | 2014-07-13 | 1 | -0/+16 |
|
|
* | | | #20155: use fake HTTP method names so windows doesn't hang the tests. | R David Murray | 2014-06-24 | 1 | -2/+3 |
|
|
* | | | merge 3.3 | Benjamin Peterson | 2014-06-17 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | merge 3.2 | Benjamin Peterson | 2014-06-17 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | expect the correct platform-dependent linesep | Benjamin Peterson | 2014-06-17 | 1 | -1/+1 |
|
|
* | | | merge 3.3 (#21766) | Benjamin Peterson | 2014-06-15 | 1 | -0/+5 |
|\ \ \
| |/ / |
|
| * | | merge 3.2 (#21766) | Benjamin Peterson | 2014-06-15 | 1 | -0/+5 |
| |\ \
| | |/ |
|
| | * | url unquote the path before checking if it refers to a CGI script (closes #21... | Benjamin Peterson | 2014-06-15 | 1 | -0/+5 |
|
|
* | | | Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t... | Serhiy Storchaka | 2014-02-08 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t... | Serhiy Storchaka | 2014-02-08 | 1 | -1/+1 |
|
|
* | | | merge 3.3 (#18574) | Benjamin Peterson | 2014-01-19 | 1 | -2/+4 |
|\ \ \
| |/ / |
|
| * | | fix handling of 100-continue status code (closes #18574) | Benjamin Peterson | 2014-01-19 | 1 | -2/+4 |
|
|
* | | | merge 3.3 (#19435) | Benjamin Peterson | 2013-10-30 | 1 | -0/+12 |
|\ \ \
| |/ / |
|