| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-35292: Avoid calling mimetypes.init when http.server is imported (GH-17822) | An Long | 2020-01-08 | 1 | -13/+10 |
|
|
* | bpo-38907: Suppress any exception when attempting to set V6ONLY. (GH-17864) | Jason R. Coombs | 2020-01-06 | 1 | -1/+5 |
|
|
* | bpo-38907: In http.server script, restore binding to IPv4 on Windows. (GH-17851) | Jason R. Coombs | 2020-01-06 | 1 | -1/+13 |
|
|
* | bpo-38863: Improve is_cgi() in http.server (GH-17312) | Siwon Kang | 2019-11-22 | 1 | -2/+4 |
|
|
* | bpo-35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler (GH-1... | Géry Ogam | 2019-09-11 | 1 | -1/+1 |
|
|
* | bpo-24209: In http.server script, rely on getaddrinfo to bind to preferred ad... | Jason R. Coombs | 2019-02-07 | 1 | -10/+20 |
|
|
* | bpo-34711: Return HTTPStatus.NOT_FOUND if path.endswith('/') and not a direct... | Michael Felt | 2018-12-26 | 1 | -0/+8 |
|
|
* | Adds IPv6 support when invoking http.server directly. (GH-10595) | Lisa Roach | 2018-11-26 | 1 | -0/+3 |
|
|
* | bpo-33663: Convert content length to string before putting to header (GH-7754) | ValeriyaSinevich | 2018-06-18 | 1 | -1/+1 |
|
|
* | bpo-31639: Change ThreadedHTTPServer to ThreadingHTTPServer class name (GH-7195) | Géry Ogam | 2018-05-29 | 1 | -3/+3 |
|
|
* | bpo-31639: Use threads in http.server module. (GH-5018) | Julien Palard | 2018-03-23 | 1 | -2/+7 |
|
|
* | bpo-31462: Remove trailing whitespaces. (#3564) | Serhiy Storchaka | 2017-09-14 | 1 | -2/+2 |
|
|
* | bpo-28707: Add the directory parameter to http.server.SimpleHTTPRequestHandle... | Stéphane Wirtel | 2017-05-24 | 1 | -2/+13 |
|
|
* | bpo-30166: Import command-line parsing modules only when needed. (#1293) | Serhiy Storchaka | 2017-05-04 | 1 | -1/+2 |
|
|
* | bpo-29654 : Support If-Modified-Since HTTP header (browser cache) (#298) | Pierre Quentel | 2017-04-02 | 1 | -4/+35 |
|
|
* | Issue #28548: Parse HTTP request version even if too many words received | Martin Panter | 2016-11-19 | 1 | -15/+18 |
|
|
* | Issue #25738: Merge HTTP server from 3.5 | Martin Panter | 2016-06-08 | 1 | -13/+20 |
|\ |
|
| * | Issue #25738: Don’t send message body for 205 Reset Content | Martin Panter | 2016-06-08 | 1 | -10/+20 |
|
|
* | | Issue #24902: Print server URL on http.server startup | Berker Peksag | 2016-04-29 | 1 | -1/+2 |
|
|
* | | Issue #26657: Merge http.server fix from 3.5 | Martin Panter | 2016-04-18 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Issue #26657: Fix Windows directory traversal vulnerability with http.server | Martin Panter | 2016-04-18 | 1 | -3/+3 |
|
|
* | | Issue #26404: Add context manager to socketserver, by Aviv Palivoda | Martin Panter | 2016-04-13 | 1 | -10/+8 |
|
|
* | | Issue #26585: Eliminate _quote_html() and use html.escape(quote=False) | Martin Panter | 2016-04-11 | 1 | -8/+8 |
|
|
* | | Issue #26586: Simple enhancements to BaseHTTPRequestHandler by Xiang Zhang | Martin Panter | 2016-04-03 | 1 | -15/+13 |
|
|
* | | 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 | -6/+2 |
|/ |
|
* | 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 |
|
|