index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_httpservers.py
Commit message (
Expand
)
Author
Age
*
gh-100474: Fix handling of dirs named index.html in http.server (GH-100475)
James Frost
2022-12-24
*
gh-100001: Also escape \s in http.server log messages. (#100038)
Gregory P. Smith
2022-12-05
*
gh-100001: Omit control characters in http.server stderr logs. (#100002)
Gregory P. Smith
2022-12-05
*
gh-87389: Fix an open redirection vulnerability in http.server. (#93879)
Gregory P. Smith
2022-06-21
*
bpo-47061: deprecate cgi and cgitb (GH-32410)
Brett Cannon
2022-04-08
*
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes
2022-03-22
*
bpo-45229: Remove test_main in many tests (GH-28405)
Serhiy Storchaka
2021-09-19
*
bpo-44647: Fix test_httpservers failing on Unicode characters in os.environ o...
Łukasz Langa
2021-07-15
*
bpo-43945: [Enum] reduce scope of new format() behavior (GH-26752)
Ethan Furman
2021-06-18
*
bpo-43972: Set content-length to 0 for http.server.SimpleHTTPRequestHandler 3...
Stephen Rosen
2021-05-06
*
Remove Enum warnings from test_httpservers (GH-25844)
Shreyan Avigyan
2021-05-03
*
bpo-43651: Fix EncodingWarning in tests. (GH-25655)
Inada Naoki
2021-04-29
*
GH-5054: CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed (#23638)
Senthil Kumaran
2020-12-05
*
bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822)
Victor Stinner
2020-08-11
*
bpo-40275: Use new test.support helper submodules in tests (GH-21743)
Hai Shi
2020-08-06
*
bpo-40275: Use new test.support helper submodules in tests (GH-21315)
Hai Shi
2020-07-06
*
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
Hai Shi
2020-05-28
*
bpo-38962: Fix reference leak in test_httpservers (GH-17454)
Pablo Galindo
2019-12-04
*
bpo-38863: Improve is_cgi() in http.server (GH-17312)
Siwon Kang
2019-11-22
*
bpo-35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler (GH-1...
Géry Ogam
2019-09-11
*
bpo-37369: Fix initialization of sys members when launched via an app contain...
Steve Dower
2019-06-29
*
bpo-24209: In http.server script, rely on getaddrinfo to bind to preferred ad...
Jason R. Coombs
2019-02-07
*
Adds IPv6 support when invoking http.server directly. (GH-10595)
Lisa Roach
2018-11-26
*
bpo-31380: Skip test_httpservers test_undecodable_file on macOS. (#4720)
Ned Deily
2017-12-04
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
*
bpo-31234: test_httpservers joins the server thread (#3188)
Victor Stinner
2017-08-22
*
bpo-31066: Fix test_httpservers.test_last_modified() (#2933)
Victor Stinner
2017-07-28
*
bpo-28707: Add the directory parameter to http.server.SimpleHTTPRequestHandle...
Stéphane Wirtel
2017-05-24
*
bpo-29654 : Support If-Modified-Since HTTP header (browser cache) (#298)
Pierre Quentel
2017-04-02
*
Issue #28548: Parse HTTP request version even if too many words received
Martin Panter
2016-11-19
*
Fixes tests broken by issue #27781.
Steve Dower
2016-09-08
*
Fix typo in test name
Berker Peksag
2016-08-25
*
Issue #25738: Merge HTTP server from 3.5
Martin Panter
2016-06-08
|
\
|
*
Issue #25738: Don’t send message body for 205 Reset Content
Martin Panter
2016-06-08
*
|
Issue #27076: Merge spelling from 3.5
Martin Panter
2016-05-26
|
\
|
|
*
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter
2016-05-26
*
|
Issue #26657: Merge http.server fix from 3.5
Martin Panter
2016-04-18
|
\
|
|
*
Issue #26657: Fix Windows directory traversal vulnerability with http.server
Martin Panter
2016-04-18
*
|
Issue #26585: Eliminate _quote_html() and use html.escape(quote=False)
Martin Panter
2016-04-11
*
|
Issue #26609: Merge HTTP tests from 3.5
Martin Panter
2016-04-09
|
\
|
|
*
Issue #26609: Fix HTTP server tests to request an absolute URL path
Martin Panter
2016-04-09
*
|
Issue #26586: Simple enhancements to BaseHTTPRequestHandler by Xiang Zhang
Martin Panter
2016-04-03
*
|
Issue #26586: Merge excessive HTTP header handling from 3.5
Martin Panter
2016-04-03
|
\
|
|
*
Issue #26586: Handle excessive header fields in http.server, by Xiang Zhang
Martin Panter
2016-04-03
*
|
Issue #747320: Use email.utils.formatdate() to avoid code duplication
Berker Peksag
2016-03-14
|
/
*
Issues #25232, #24657: Use new enum status to match rest of tests
Martin Panter
2015-10-03
*
Issues #25232, #24657: Merge two CGI server fixes from 3.4 into 3.5
Martin Panter
2015-10-03
|
\
|
*
Issue #24657: Prevent CGIRequestHandler from collapsing the URL query
Martin Panter
2015-10-03
|
*
Issue #25232: Fix CGIRequestHandler's splitting of URL query
Martin Panter
2015-10-03
*
|
Issue #23440: Improve http.server.SimpleHTTPRequestHandler tests
Berker Peksag
2015-07-22
[next]