COMMITS
/ Lib/test/test_httpservers.py May 3, 2026
H
gh-135056: Fix teardown order for Windows in `test_httpservers` (#149320)
Hugo van Kemenade committed
A
gh-135056: Add a `--header` CLI option to `http.server` (#135057)
Anton Ian Sipos committed
April 30, 2026
J
gh-113471: Add custom default Content-Type to http.server (#113475)
John Comeau committed
April 8, 2026
H
gh-146292: Add colour to `http.server` logs (GH-146293)
Hugo van Kemenade committed
December 13, 2025
H
gh-76007: Deprecate `__version__` attribute in `http.server` (#142658)
Hugo van Kemenade committed
October 5, 2025
B
gh-70765: fix an HTTP/0.9 flaky test post GH-139514 (#139610)
Bénédikt Tran committed
B
gh-70765: avoid waiting for HTTP headers when parsing HTTP/0.9 requests (#139514)
Bénédikt Tran committed
May 24, 2025
B
gh-131178: add E2E mockless tests for `http.server` command-line interface (#134279)
Bénédikt Tran committed
May 19, 2025
B
gh-131178: remove runtime tests for `http.server` CLI (#134287)
Bénédikt Tran committed
May 18, 2025
S
gh-133889: Only show the path of the URL in the SimpleHTTPRequestHandler page (GH-134135)
Serhiy Storchaka committed
May 17, 2025
B
gh-133810: remove `http.server.CGIHTTPRequestHandler` and `--cgi` flag (#133811)
Bénédikt Tran committed
S
gh-134098: Fix handling %-encoded trailing slash in SimpleHTTPRequestHandler (GH-134099)
Serhiy Storchaka committed
S
gh-133889: Improve tests for SimpleHTTPRequestHandler (GH-134102)
Serhiy Storchaka committed
April 14, 2025
S
gh-71339: Use new assertion methods in the http tests (GH-129058)
Serhiy Storchaka committed
April 5, 2025
S
gh-85162: Add `HTTPSServer` to `http.server` to serve files over HTTPS (#129607)
Semyon Moroz committed
April 17, 2024
S
gh-117879: Fix test_httpservers for the build with profiling (GH-117932)
Serhiy Storchaka committed
April 13, 2024
M
gh-102247: http: support rfc9110 status codes (GH-117611)
Michiel W. Beijen committed
February 5, 2024
R
gh-114099: Add test exclusions to support running the test suite on iOS (#114889)
Russell Keith-Magee committed
September 15, 2023
G
gh-109096: Deprecate `http.server.CGIHTTPRequestHandler` (#109387)
Gregory P. Smith committed
June 15, 2023
P
gh-105821: Use a raw f-string in test_httpservers.py (#105822)
Pablo Galindo Salgado committed
May 12, 2023
May 3, 2023
E
gh-104049: do not expose on-disk location from SimpleHTTPRequestHandler (#104067)
Ethan Furman committed
December 24, 2022
J
gh-100474: Fix handling of dirs named index.html in http.server (GH-100475)
James Frost committed
December 5, 2022
G
gh-100001: Also escape \s in http.server log messages. (#100038)
Gregory P. Smith committed
G
gh-100001: Omit control characters in http.server stderr logs. (#100002)
Gregory P. Smith committed
June 21, 2022
G
gh-87389: Fix an open redirection vulnerability in http.server. (#93879)
Gregory P. Smith committed
April 9, 2022
B
bpo-47061: deprecate cgi and cgitb (GH-32410)
Brett Cannon committed
March 22, 2022
C
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes committed
September 19, 2021
S
bpo-45229: Remove test_main in many tests (GH-28405)
Serhiy Storchaka committed
July 15, 2021
Ł
June 18, 2021
E
bpo-43945: [Enum] reduce scope of new format() behavior (GH-26752)
Ethan Furman committed
May 6, 2021
S
bpo-43972: Set content-length to 0 for http.server.SimpleHTTPRequestHandler 301s (GH-25705)
Stephen Rosen committed
May 3, 2021
S
Remove Enum warnings from test_httpservers (GH-25844)
Shreyan Avigyan committed
April 29, 2021
I
bpo-43651: Fix EncodingWarning in tests. (GH-25655)
Inada Naoki committed
December 5, 2020
S
GH-5054: CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed (#23638)
Senthil Kumaran committed
August 11, 2020
V
bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822)
Victor Stinner committed
August 6, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21743)
Hai Shi committed
July 6, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21315)
Hai Shi committed
May 27, 2020
H
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
Hai Shi committed
December 4, 2019
P
bpo-38962: Fix reference leak in test_httpservers (GH-17454)
Pablo Galindo committed
November 22, 2019
S
bpo-38863: Improve is_cgi() in http.server (GH-17312)
Siwon Kang committed
September 11, 2019
G
June 29, 2019
S
February 7, 2019
November 26, 2018
L
Adds IPv6 support when invoking http.server directly. (GH-10595)
Lisa Roach committed
December 5, 2017
N
bpo-31380: Skip test_httpservers test_undecodable_file on macOS. (#4720)
Ned Deily committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
August 22, 2017
V
bpo-31234: test_httpservers joins the server thread (#3188)
Victor Stinner committed
July 28, 2017
V
bpo-31066: Fix test_httpservers.test_last_modified() (#2933)
Victor Stinner committed