index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
http
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-76007: Deprecate `__version__` attribute in `http.server` (#142658)
Hugo van Kemenade
2025-12-13
1
-4/+11
*
gh-119451: Fix a potential denial of service in http.client (GH-119454)
Serhiy Storchaka
2025-12-01
1
-4/+24
*
gh-139434: Update selected RFC 2822 references to RFC 5322 (#139435)
Filip Łajszczak
2025-11-04
1
-2/+2
*
gh-57665: Remove 'response_class' from getresponse docstring. (#140707)
R. David Murray
2025-10-31
1
-2/+1
*
gh-70765: avoid waiting for HTTP headers when parsing HTTP/0.9 requests (#139...
Bénédikt Tran
2025-10-05
1
-0/+7
*
gh-92936: allow double quote in cookie values (#113663)
Nick Burns
2025-08-08
1
-1/+1
*
gh-131724: Add a new max_response_headers param to HTTP/HTTPSConnection (GH-1...
Alexander Urieles
2025-07-20
1
-15/+25
*
gh-127319: Disable port reuse on HTTP, XMLRPC, and logging TCP servers (GH-13...
Jeremy Cline
2025-06-15
1
-1/+1
*
gh-134168: fix `http.server` CLI support for IPv6 and `--directory` when serv...
ggqlq
2025-05-24
1
-4/+11
*
gh-131178: Add tests for `http.server` command-line interface (#132540)
ggqlq
2025-05-19
1
-2/+6
*
gh-133889: Only show the path of the URL in the SimpleHTTPRequestHandler page...
Serhiy Storchaka
2025-05-18
1
-2/+5
*
gh-133810: remove `http.server.CGIHTTPRequestHandler` and `--cgi` flag (#133811)
Bénédikt Tran
2025-05-17
2
-354/+7
*
gh-134098: Fix handling %-encoded trailing slash in SimpleHTTPRequestHandler ...
Serhiy Storchaka
2025-05-17
1
-4/+4
*
gh-130645: Add color to stdlib argparse CLIs (gh-133380)
Hugo van Kemenade
2025-05-05
1
-1/+1
*
gh-130631: Make join_header_words() more similar to the original Perl version...
Serhiy Storchaka
2025-04-09
1
-5/+6
*
Docs: Replace dead hyperlink for CGI environment variables (#132137)
Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)
2025-04-06
1
-1/+1
*
gh-85162: Add `HTTPSServer` to `http.server` to serve files over HTTPS (#129...
Semyon Moroz
2025-04-05
1
-6/+82
*
gh-128982: Revert "#128982: Substitute regular expression in http.cookiejar.j...
Petr Viktorin
2025-02-26
1
-1/+1
*
gh-128982: Substitute regular expression in `http.cookiejar.join_header_words...
Bénédikt Tran
2025-02-26
1
-1/+1
*
gh-129408: http: Fix typo 'RFF' to RFC' in documentation (#129411)
Samuel GIFFARD
2025-01-28
1
-1/+1
*
gh-112064: Fix incorrect handling of negative read sizes in `HTTPResponse.rea...
Yury Manushkin
2025-01-28
1
-1/+3
*
gh-112713 : Add support for 'partitioned' attribute in http.cookies (GH-112714)
Giles Copp
2025-01-24
1
-1/+2
*
gh-127089: Add missing description for codes in `http.HTTPStatus` (#127100)
donBarbos
2024-12-27
1
-15/+26
*
Remove incorrect imports rationale comment in `http.server` (#128278)
Moshe Kaplan
2024-12-26
1
-1/+1
*
gh-123401: Fix http.cookies module to support obsolete RFC 850 date format (#...
Nano
2024-12-11
1
-2/+4
*
gh-126156: Improve performance of creating `Morsel` objects (#126157)
J. Nick Koston
2024-10-31
1
-2/+3
*
gh-123430: Add dark mode support to pages generated by http.server (#123475)
Yorik Hansen
2024-09-03
1
-0/+6
*
gh-123067: Fix quadratic complexity in parsing "-quoted cookie values with ba...
Serhiy Storchaka
2024-08-17
1
-26/+8
*
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...
Serhiy Storchaka
2024-07-19
1
-1/+1
*
gh-120485: Add an override of `allow_reuse_port` on classes subclassing `sock...
Idan Kapustian
2024-06-16
1
-1/+2
*
Remove almost all unpaired backticks in docstrings (#119231)
Geoffrey Thomas
2024-05-22
2
-6/+6
*
gh-66543: Add mimetypes.guess_file_type() (GH-117258)
Serhiy Storchaka
2024-05-06
1
-1/+1
*
gh-102247: http: support rfc9110 status codes (GH-117611)
Michiel W. Beijen
2024-04-13
1
-9/+11
*
gh-100985: Consistently wrap IPv6 IP address during CONNECT (GH-100986)
Derek Higgins
2024-02-17
1
-5/+10
*
gh-113199: Make read1() and readline() of HTTPResponse close IO after reading...
Illia Volochii
2023-12-18
1
-0/+4
*
gh-73561: Omit interface scope from IPv6 when used as Host header (#93324)
Michael
2023-11-19
1
-2/+10
*
gh-109096: Deprecate `http.server.CGIHTTPRequestHandler` (#109387)
Gregory P. Smith
2023-09-15
1
-6/+12
*
gh-105626: Change the default return value of `HTTPConnection.get_proxy_respo...
Nikita Sobolev
2023-07-14
1
-3/+2
*
gh-104924: Fix `read()able` in `http.client` log messages (gh-104926)
Oleg Iarygin
2023-05-26
1
-2/+2
*
gh-69152: add method get_proxy_response_headers to HTTPConnection class (#104...
Alexey Namyotkin
2023-05-16
1
-8/+29
*
gh-103204: `http.server` - Enforce that HTTP version numbers must consist onl...
Ben Kallus
2023-05-12
1
-0/+4
*
gh-69152: Add _proxy_response_headers attribute to HTTPConnection (#26152)
Alexey Namyotkin
2023-05-05
1
-11/+7
*
gh-104049: do not expose on-disk location from SimpleHTTPRequestHandler (#104...
Ethan Furman
2023-05-03
1
-1/+1
*
GH-103472: close response in HTTPConnection._tunnel (#103473)
Thomas Grainger
2023-05-02
1
-15/+18
*
GH-103857: Deprecate utcnow and utcfromtimestamp (#103858)
Paul Ganssle
2023-04-27
1
-4/+4
*
gh-66897: Upgrade HTTP CONNECT to protocol HTTP/1.1 (#8305)
Michael Handler
2023-04-05
1
-6/+19
*
gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc output (...
Bernhard Wagner
2023-03-29
1
-0/+1
*
gh-91219: http - use subclassing to override index_pages attribute (GH-100731)
Ethan Furman
2023-01-03
1
-4/+2
*
gh-100519: simplification to `eff_request_host` in cookiejar.py (#99588)
Glyph
2022-12-25
1
-1/+1
*
gh-100474: Fix handling of dirs named index.html in http.server (GH-100475)
James Frost
2022-12-24
1
-1/+1
[next]