aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/http
Commit message (Expand)AuthorAge
* gh-130631: Make join_header_words() more similar to the original Perl version...Serhiy Storchaka2025-04-09
* Docs: Replace dead hyperlink for CGI environment variables (#132137)Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)2025-04-06
* gh-85162: Add `HTTPSServer` to `http.server` to serve files over HTTPS (#129...Semyon Moroz2025-04-05
* gh-128982: Revert "#128982: Substitute regular expression in http.cookiejar.j...Petr Viktorin2025-02-26
* gh-128982: Substitute regular expression in `http.cookiejar.join_header_words...Bénédikt Tran2025-02-26
* gh-129408: http: Fix typo 'RFF' to RFC' in documentation (#129411)Samuel GIFFARD2025-01-28
* gh-112064: Fix incorrect handling of negative read sizes in `HTTPResponse.rea...Yury Manushkin2025-01-28
* gh-112713 : Add support for 'partitioned' attribute in http.cookies (GH-112714)Giles Copp2025-01-24
* gh-127089: Add missing description for codes in `http.HTTPStatus` (#127100)donBarbos2024-12-27
* Remove incorrect imports rationale comment in `http.server` (#128278)Moshe Kaplan2024-12-26
* gh-123401: Fix http.cookies module to support obsolete RFC 850 date format (#...Nano2024-12-11
* gh-126156: Improve performance of creating `Morsel` objects (#126157)J. Nick Koston2024-10-31
* gh-123430: Add dark mode support to pages generated by http.server (#123475)Yorik Hansen2024-09-03
* gh-123067: Fix quadratic complexity in parsing "-quoted cookie values with ba...Serhiy Storchaka2024-08-17
* gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...Serhiy Storchaka2024-07-19
* gh-120485: Add an override of `allow_reuse_port` on classes subclassing `sock...Idan Kapustian2024-06-16
* Remove almost all unpaired backticks in docstrings (#119231)Geoffrey Thomas2024-05-22
* gh-66543: Add mimetypes.guess_file_type() (GH-117258)Serhiy Storchaka2024-05-06
* gh-102247: http: support rfc9110 status codes (GH-117611)Michiel W. Beijen2024-04-13
* gh-100985: Consistently wrap IPv6 IP address during CONNECT (GH-100986)Derek Higgins2024-02-17
* gh-113199: Make read1() and readline() of HTTPResponse close IO after reading...Illia Volochii2023-12-18
* gh-73561: Omit interface scope from IPv6 when used as Host header (#93324)Michael2023-11-19
* gh-109096: Deprecate `http.server.CGIHTTPRequestHandler` (#109387)Gregory P. Smith2023-09-15
* gh-105626: Change the default return value of `HTTPConnection.get_proxy_respo...Nikita Sobolev2023-07-13
* gh-104924: Fix `read()able` in `http.client` log messages (gh-104926)Oleg Iarygin2023-05-26
* gh-69152: add method get_proxy_response_headers to HTTPConnection class (#104...Alexey Namyotkin2023-05-16
* gh-103204: `http.server` - Enforce that HTTP version numbers must consist onl...Ben Kallus2023-05-12
* gh-69152: Add _proxy_response_headers attribute to HTTPConnection (#26152)Alexey Namyotkin2023-05-05
* gh-104049: do not expose on-disk location from SimpleHTTPRequestHandler (#104...Ethan Furman2023-05-03
* GH-103472: close response in HTTPConnection._tunnel (#103473)Thomas Grainger2023-05-02
* GH-103857: Deprecate utcnow and utcfromtimestamp (#103858)Paul Ganssle2023-04-27
* gh-66897: Upgrade HTTP CONNECT to protocol HTTP/1.1 (#8305)Michael Handler2023-04-04
* gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc output (...Bernhard Wagner2023-03-29
* gh-91219: http - use subclassing to override index_pages attribute (GH-100731)Ethan Furman2023-01-03
* gh-100519: simplification to `eff_request_host` in cookiejar.py (#99588)Glyph2022-12-24
* gh-100474: Fix handling of dirs named index.html in http.server (GH-100475)James Frost2022-12-24
* gh-99576: Fix cookiejar file that was not truncated for some classes (GH-99616)Nikita Sobolev2022-12-20
* gh-100001: Also escape \s in http.server log messages. (#100038)Gregory P. Smith2022-12-05
* gh-100001: Omit control characters in http.server stderr logs. (#100002)Gregory P. Smith2022-12-05
* bpo-45975: Simplify some while-loops with walrus operator (GH-29347)Nick Drozd2022-11-26
* gh-94172: Remove keyfile, certfile and check_hostname parameters (#94173)Victor Stinner2022-11-03
* Document that MozillaCookieJar works for curl's cookie files (#91852)Boris Verkhovskiy2022-10-03
* gh-95149: Enhance `http.HTTPStatus` with properties that indicate the HTTP st...Alexandru Mărășteanu2022-08-30
* Run Tools/scripts/reindent.py (#94225)Victor Stinner2022-06-26
* gh-94172: urllib.request avoids deprecated check_hostname (#94193)Victor Stinner2022-06-24
* gh-91219: Add an index_pages default list and parameter to SimpleHTTPRequestH...Myron Walker2022-06-23
* gh-87389: Fix an open redirection vulnerability in http.server. (#93879)Gregory P. Smith2022-06-21
* gh-79096: Protect cookie file created by {LWP,Mozilla}CookieJar.save() (GH-93...Pascal Wittmann2022-06-07
* gh-91996: Add an HTTPMethod StrEnum to http (GH-91997)cibofo2022-05-05
* bpo-46285: Add command-line option -p/--protocol to module http.server (#30999)Géry Ogam2022-05-02