summaryrefslogtreecommitdiff
path: root/Lib/http
Commit message (Expand)AuthorAgeFilesLines
* gh-69152: add method get_proxy_response_headers to HTTPConnection class (#104...Alexey Namyotkin2023-05-161-8/+29
* gh-103204: `http.server` - Enforce that HTTP version numbers must consist onl...Ben Kallus2023-05-121-0/+4
* gh-69152: Add _proxy_response_headers attribute to HTTPConnection (#26152)Alexey Namyotkin2023-05-051-11/+7
* gh-104049: do not expose on-disk location from SimpleHTTPRequestHandler (#104...Ethan Furman2023-05-031-1/+1
* GH-103472: close response in HTTPConnection._tunnel (#103473)Thomas Grainger2023-05-021-15/+18
* GH-103857: Deprecate utcnow and utcfromtimestamp (#103858)Paul Ganssle2023-04-271-4/+4
* gh-66897: Upgrade HTTP CONNECT to protocol HTTP/1.1 (#8305)Michael Handler2023-04-041-6/+19
* gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc output (...Bernhard Wagner2023-03-291-0/+1
* gh-91219: http - use subclassing to override index_pages attribute (GH-100731)Ethan Furman2023-01-031-4/+2
* gh-100519: simplification to `eff_request_host` in cookiejar.py (#99588)Glyph2022-12-241-1/+1
* gh-100474: Fix handling of dirs named index.html in http.server (GH-100475)James Frost2022-12-241-1/+1
* gh-99576: Fix cookiejar file that was not truncated for some classes (GH-99616)Nikita Sobolev2022-12-201-2/+8
* gh-100001: Also escape \s in http.server log messages. (#100038)Gregory P. Smith2022-12-051-0/+1
* gh-100001: Omit control characters in http.server stderr logs. (#100002)Gregory P. Smith2022-12-051-1/+10
* bpo-45975: Simplify some while-loops with walrus operator (GH-29347)Nick Drozd2022-11-262-20/+5
* gh-94172: Remove keyfile, certfile and check_hostname parameters (#94173)Victor Stinner2022-11-031-22/+3
* Document that MozillaCookieJar works for curl's cookie files (#91852)Boris Verkhovskiy2022-10-031-1/+1
* gh-95149: Enhance `http.HTTPStatus` with properties that indicate the HTTP st...Alexandru Mărășteanu2022-08-301-0/+20
* Run Tools/scripts/reindent.py (#94225)Victor Stinner2022-06-261-1/+1
* gh-94172: urllib.request avoids deprecated check_hostname (#94193)Victor Stinner2022-06-241-15/+17
* gh-91219: Add an index_pages default list and parameter to SimpleHTTPRequestH...Myron Walker2022-06-231-2/+5
* gh-87389: Fix an open redirection vulnerability in http.server. (#93879)Gregory P. Smith2022-06-211-0/+7
* gh-79096: Protect cookie file created by {LWP,Mozilla}CookieJar.save() (GH-93...Pascal Wittmann2022-06-071-2/+2
* gh-91996: Add an HTTPMethod StrEnum to http (GH-91997)cibofo2022-05-051-2/+31
* bpo-46285: Add command-line option -p/--protocol to module http.server (#30999)Géry Ogam2022-05-021-7/+12
* bpo-42066: CookieJar cookies should not be sorted (GH-22745)Iman Kermani2022-04-201-7/+2
* bpo-46075: Store localhost cookies in CookieJar (#30108)Nick2022-04-191-2/+3
* closes bpo-46736: SimpleHTTPRequestHandler now uses HTML5. (GH-31533)Dong-hee Na2022-02-231-12/+10
* bpo-46436: Fix command-line option -d/--directory in module http.server (GH-3...Géry Ogam2022-02-031-13/+14
* bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993)Nikita Sobolev2022-02-031-2/+1
* bpo-28953: Use `raise from` when raising new IncompleteRead (GH-29861)1809092021-12-061-2/+2
* bpo-45328: Avoid failure in OSs without TCP_NODELAY support (GH-28646)rtobar2021-10-061-1/+7
* Fix typos in multiple files (GH-26689)Binbin2021-06-121-1/+1
* bpo-43972: Set content-length to 0 for http.server.SimpleHTTPRequestHandler 3...Stephen Rosen2021-05-061-0/+1
* bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Conti...Gen Xu2021-05-051-17/+21
* bpo-37363: Add audit events to the `http.client` module (GH-21321)Saiyang Gou2021-04-231-0/+4
* bpo-38659: [Enum] add _simple_enum decorator (GH-25497)Ethan Furman2021-04-211-2/+4
* Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476)Ethan Furman2021-04-191-4/+2
* bpo-38659: [Enum] add _simple_enum decorator (GH-25285)Ethan Furman2021-04-191-2/+4
* Update client.py (GH-24827)Géry Ogam2021-03-131-3/+0
* bpo-43332: Buffer proxy connection setup packets before sending. (GH-24780)Gregory P. Smith2021-03-071-10/+11
* Fix typo in docstring (GH-23515)Fernando Toledo2020-12-211-1/+1
* GH-5054: CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed (#23638)Senthil Kumaran2020-12-051-6/+1
* Remove the conditional for setting query. (#23604)Senthil Kumaran2020-12-021-2/+1
* bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)Christian Heimes2020-11-201-1/+1
* bpo-40968: Send http/1.1 ALPN extension (#20959)Christian Heimes2020-11-131-0/+3
* bpo-38976: Add support for HTTP Only flag in MozillaCookieJar (#17471)Jacob Neil Taylor2020-10-231-14/+26
* bpo-39603: Prevent header injection in http methods (GH-18485)AMIR2020-07-181-0/+15
* bpo-41002: Optimize HTTPResponse.read with a given amount (GH-20943)Bruce Merry2020-06-241-10/+25
* bpo-39481: PEP 585 for a variety of modules (GH-19423)Batuhan Taşkaya2020-04-101-0/+3