summaryrefslogtreecommitdiffstats
path: root/Doc/library/http.client.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.13] docs: module page titles should not start with a link to themselves (G...Miss Islington (bot)2024-05-081-2/+2
* Docs: align usage of versionadded/versionchanged with recommended practice (#...Erlend E. Aasland2024-01-221-4/+3
* gh-101100: Fix Sphinx warnings in `howto/urllib2.rst` and `library/http.clien...Hugo van Kemenade2024-01-141-4/+6
* gh-106909: Use role :const: for referencing module constants (GH-106910)Serhiy Storchaka2023-07-211-1/+1
* gh-105626: Change the default return value of `HTTPConnection.get_proxy_respo...Nikita Sobolev2023-07-141-1/+1
* gh-94172: Update keyfile removal documentation (#105392)Victor Stinner2023-06-061-12/+2
* gh-69152: add method get_proxy_response_headers to HTTPConnection class (#104...Alexey Namyotkin2023-05-161-0/+11
* gh-102327: Extend docs for "url" and "headers" parameters to HTTPConnection.r...David Foster2023-05-091-2/+18
* GH-97950: Use new-style index directive ('module') (#103996)Adam Turner2023-05-041-1/+1
* GH-103484: Fix redirected permanently URLs (#104001)Rafael Fontenelle2023-05-021-1/+1
* gh-66897: Upgrade HTTP CONNECT to protocol HTTP/1.1 (#8305)Michael Handler2023-04-051-0/+12
* Docs: Fix getstatus() -> getcode() typos (#101296)Hugo van Kemenade2023-02-101-1/+1
* gh-94172: Update docs for params removed in 3.12 (#100431)Hugo van Kemenade2022-12-281-17/+19
* Minor grammar changes to http.client docs (#96221)Rohan Shah2022-10-031-2/+2
* Update http.client.rst (#24803)Géry Ogam2022-10-031-9/+8
* gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-9...Serhiy Storchaka2022-08-041-1/+1
* gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)Christian Heimes2022-08-021-0/+2
* bpo-37363: Add audit events to the `http.client` module (GH-21321)Saiyang Gou2021-04-231-0/+4
* bpo-40968: Send http/1.1 ALPN extension (#20959)Christian Heimes2020-11-131-0/+5
* fixes typos in http.client documentation (#18300)James Corbett2020-02-011-2/+2
* Update the URL for the requests package (GH-17006)Simon Legner2019-10-311-1/+1
* bpo-12707: deprecate info(), geturl(), getcode() methods in favor of headers,...Ashwin Ramaswami2019-09-131-0/+23
* Doc: Use walrus operator in example. (GH-15934)Julien Palard2019-09-111-4/+1
* bpo-35649: update http client example (GH-11441)Ashwin Ramaswami2019-09-111-2/+5
* bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448)Christian Heimes2019-07-011-0/+5
* bpo-21257: document http.client.parse_headers (GH-11443)Ashwin Ramaswami2019-01-181-0/+19
* bpo-33830: Fix an example in http.client docs for 404. (GH-7780)Xtreak2018-12-211-0/+1
* bpo-31945: Configurable blocksize in HTTP(S)Connection (#4279)Nir Soffer2017-11-061-2/+16
* bpo-30144: Import collections ABC from collections.abc rather than collection...Serhiy Storchaka2017-04-241-1/+1
* Merge from 3.5Andrew Kuchling2016-11-091-1/+1
|\
| * Use http instead of https, due to certificate errorAndrew Kuchling2016-11-091-1/+1
* | Merge from 3.5Andrew Kuchling2016-11-091-1/+1
|\ \ | |/
| * Update URL for requests documentation after IRC requestAndrew Kuchling2016-11-091-1/+1
* | Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.Christian Heimes2016-09-101-7/+11
* | [merge from 3.5] - Issue28010 - Make http.client.HTTPConnection.putrequestSenthil Kumaran2016-09-081-15/+9
|\ \ | |/
| * Issue28010 - Make http.client.HTTPConnection.putrequest documentation consist...Senthil Kumaran2016-09-081-15/+9
* | Issue #12319: Always send file request bodies using chunked encodingMartin Panter2016-08-271-16/+15
* | Issue #12319: Support for chunked encoding of HTTP request bodiesMartin Panter2016-08-241-28/+70
|/
* Correct misspellings of ISO-8859Martin Panter2016-08-101-2/+2
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-2/+1
* Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URLMartin Panter2016-05-281-1/+1
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-1/+1
* Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent GhostMartin Panter2016-03-171-0/+4
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-1/+1
* merge 3.4 (#24118)Benjamin Peterson2015-05-031-6/+6
|\
| * update example, since python.org is HTTPS-only now (closes #24118)Benjamin Peterson2015-05-031-6/+6
* | merge 3.4 (#23989)Benjamin Peterson2015-04-201-0/+5
|\ \ | |/
| * recommend requests library (closes #23989)Benjamin Peterson2015-04-201-0/+5
* | #3566: Clean up handling of remote server disconnects.R David Murray2015-04-051-1/+19
* | Merge: #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.R David Murray2015-03-221-13/+23
|\ \ | |/