COMMITS
/ Lib/http/server.py June 23, 2022
M
June 21, 2022
G
gh-87389: Fix an open redirection vulnerability in http.server. (#93879)
Gregory P. Smith committed
May 2, 2022
G
bpo-46285: Add command-line option -p/--protocol to module http.server (#30999)
Géry Ogam committed
February 23, 2022
D
closes bpo-46736: SimpleHTTPRequestHandler now uses HTML5. (GH-31533)
Dong-hee Na committed
February 3, 2022
G
June 13, 2021
B
Fix typos in multiple files (GH-26689)
Binbin committed
May 6, 2021
S
bpo-43972: Set content-length to 0 for http.server.SimpleHTTPRequestHandler 301s (GH-25705)
Stephen Rosen committed
December 5, 2020
S
GH-5054: CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed (#23638)
Senthil Kumaran committed
December 3, 2020
S
Remove the conditional for setting query. (#23604)
Senthil Kumaran committed
November 20, 2020
C
bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)
Christian Heimes committed
April 2, 2020
V
bpo-40094: CGIHTTPRequestHandler logs exit code (GH-19285)
Victor Stinner committed
January 8, 2020
January 6, 2020
J
bpo-38907: Suppress any exception when attempting to set V6ONLY. (GH-17864)
Jason R. Coombs committed
J
bpo-38907: In http.server script, restore binding to IPv4 on Windows. (GH-17851)
Jason R. Coombs committed
November 22, 2019
S
bpo-38863: Improve is_cgi() in http.server (GH-17312)
Siwon Kang committed
September 11, 2019
G
February 7, 2019
December 26, 2018
M
bpo-34711: Return HTTPStatus.NOT_FOUND if path.endswith('/') and not a directory (GH-9687)
Michael Felt committed
November 26, 2018
L
Adds IPv6 support when invoking http.server directly. (GH-10595)
Lisa Roach committed
June 18, 2018
V
bpo-33663: Convert content length to string before putting to header (GH-7754)
ValeriyaSinevich committed
May 29, 2018
G
bpo-31639: Change ThreadedHTTPServer to ThreadingHTTPServer class name (GH-7195)
Géry Ogam committed
March 23, 2018
J
bpo-31639: Use threads in http.server module. (GH-5018)
Julien Palard committed
September 14, 2017
S
bpo-31462: Remove trailing whitespaces. (#3564)
Serhiy Storchaka committed
May 24, 2017
S
May 4, 2017
S
bpo-30166: Import command-line parsing modules only when needed. (#1293)
Serhiy Storchaka committed
April 2, 2017
P
bpo-29654 : Support If-Modified-Since HTTP header (browser cache) (#298)
Pierre Quentel committed
November 19, 2016
M
Issue #28548: Parse HTTP request version even if too many words received
Martin Panter committed
June 8, 2016
M
Issue #25738: Merge HTTP server from 3.5
Martin Panter committed
M
Issue #25738: Don’t send message body for 205 Reset Content
Martin Panter committed
April 29, 2016
B
Issue #24902: Print server URL on http.server startup
Berker Peksag committed
April 18, 2016
M
Issue #26657: Merge http.server fix from 3.5
Martin Panter committed
M
Issue #26657: Fix Windows directory traversal vulnerability with http.server
Martin Panter committed
April 13, 2016
M
Issue #26404: Add context manager to socketserver, by Aviv Palivoda
Martin Panter committed
April 11, 2016
M
Issue #26585: Eliminate _quote_html() and use html.escape(quote=False)
Martin Panter committed
April 3, 2016
M
Issue #26586: Simple enhancements to BaseHTTPRequestHandler by Xiang Zhang
Martin Panter committed
M
Issue #26586: Merge excessive HTTP header handling from 3.5
Martin Panter committed
M
Issue #26586: Handle excessive header fields in http.server, by Xiang Zhang
Martin Panter committed
March 14, 2016
B
Issue #747320: Use email.utils.formatdate() to avoid code duplication
Berker Peksag committed
October 7, 2015
M
Merge typo fixes from 3.4 into 3.5
Martin Panter committed
M
Various minor typos in documentation and comments
Martin Panter committed
October 3, 2015
M
Issues #25232, #24657: Merge two CGI server fixes from 3.4 into 3.5
Martin Panter committed
M
Issue #24657: Prevent CGIRequestHandler from collapsing the URL query
Martin Panter committed
M
Issue #25232: Fix CGIRequestHandler's splitting of URL query
Martin Panter committed
August 17, 2015
R
Issue #24774: Fix docstring in http.server.test.
Robert Collins committed
R
Issue #24774: Fix docstring in http.server.test.
Robert Collins committed
March 7, 2015
S
Issue #21793: BaseHTTPRequestHandler again logs response code as numeric,
Serhiy Storchaka committed
February 18, 2015
B
merge 3.4 (#23410)
Benjamin Peterson committed
B
document the requestline and close_connection attributes, use real booleans, and add tests (closes #23410)
Benjamin Peterson committed
February 13, 2015
B
Issue #23418: Add missing entries to http.server.__all__.
Berker Peksag committed
B
Issue #23418: Add missing entries to http.server.__all__.
Berker Peksag committed