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
/
Doc
/
library
/
http.client.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-141938: document treatment of `OSError` raised by `HTTPConnection.getrespo...
Bénédikt Tran
2025-12-14
1
-5/+10
*
gh-139434: Update selected RFC 2822 references to RFC 5322 (#139435)
Filip Łajszczak
2025-11-04
1
-1/+1
*
Python 3.15.0a1
v3.15.0a1
Hugo van Kemenade
2025-10-14
1
-3/+3
*
gh-131724: Add a new max_response_headers param to HTTP/HTTPSConnection (GH-1...
Alexander Urieles
2025-07-20
1
-3/+19
*
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder
2024-05-08
1
-2/+2
*
Docs: align usage of versionadded/versionchanged with recommended practice (#...
Erlend E. Aasland
2024-01-22
1
-4/+3
*
gh-101100: Fix Sphinx warnings in `howto/urllib2.rst` and `library/http.clien...
Hugo van Kemenade
2024-01-14
1
-4/+6
*
gh-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka
2023-07-21
1
-1/+1
*
gh-105626: Change the default return value of `HTTPConnection.get_proxy_respo...
Nikita Sobolev
2023-07-14
1
-1/+1
*
gh-94172: Update keyfile removal documentation (#105392)
Victor Stinner
2023-06-06
1
-12/+2
*
gh-69152: add method get_proxy_response_headers to HTTPConnection class (#104...
Alexey Namyotkin
2023-05-16
1
-0/+11
*
gh-102327: Extend docs for "url" and "headers" parameters to HTTPConnection.r...
David Foster
2023-05-09
1
-2/+18
*
GH-97950: Use new-style index directive ('module') (#103996)
Adam Turner
2023-05-04
1
-1/+1
*
GH-103484: Fix redirected permanently URLs (#104001)
Rafael Fontenelle
2023-05-02
1
-1/+1
*
gh-66897: Upgrade HTTP CONNECT to protocol HTTP/1.1 (#8305)
Michael Handler
2023-04-05
1
-0/+12
*
Docs: Fix getstatus() -> getcode() typos (#101296)
Hugo van Kemenade
2023-02-10
1
-1/+1
*
gh-94172: Update docs for params removed in 3.12 (#100431)
Hugo van Kemenade
2022-12-28
1
-17/+19
*
Minor grammar changes to http.client docs (#96221)
Rohan Shah
2022-10-03
1
-2/+2
*
Update http.client.rst (#24803)
Géry Ogam
2022-10-03
1
-9/+8
*
gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-9...
Serhiy Storchaka
2022-08-04
1
-1/+1
*
gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
Christian Heimes
2022-08-02
1
-0/+2
*
bpo-37363: Add audit events to the `http.client` module (GH-21321)
Saiyang Gou
2021-04-23
1
-0/+4
*
bpo-40968: Send http/1.1 ALPN extension (#20959)
Christian Heimes
2020-11-13
1
-0/+5
*
fixes typos in http.client documentation (#18300)
James Corbett
2020-02-01
1
-2/+2
*
Update the URL for the requests package (GH-17006)
Simon Legner
2019-10-31
1
-1/+1
*
bpo-12707: deprecate info(), geturl(), getcode() methods in favor of headers,...
Ashwin Ramaswami
2019-09-13
1
-0/+23
*
Doc: Use walrus operator in example. (GH-15934)
Julien Palard
2019-09-11
1
-4/+1
*
bpo-35649: update http client example (GH-11441)
Ashwin Ramaswami
2019-09-11
1
-2/+5
*
bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448)
Christian Heimes
2019-07-01
1
-0/+5
*
bpo-21257: document http.client.parse_headers (GH-11443)
Ashwin Ramaswami
2019-01-18
1
-0/+19
*
bpo-33830: Fix an example in http.client docs for 404. (GH-7780)
Xtreak
2018-12-21
1
-0/+1
*
bpo-31945: Configurable blocksize in HTTP(S)Connection (#4279)
Nir Soffer
2017-11-06
1
-2/+16
*
bpo-30144: Import collections ABC from collections.abc rather than collection...
Serhiy Storchaka
2017-04-24
1
-1/+1
*
Merge from 3.5
Andrew Kuchling
2016-11-09
1
-1/+1
|
\
|
*
Use http instead of https, due to certificate error
Andrew Kuchling
2016-11-09
1
-1/+1
*
|
Merge from 3.5
Andrew Kuchling
2016-11-09
1
-1/+1
|
\
\
|
|
/
|
*
Update URL for requests documentation after IRC request
Andrew Kuchling
2016-11-09
1
-1/+1
*
|
Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.
Christian Heimes
2016-09-10
1
-7/+11
*
|
[merge from 3.5] - Issue28010 - Make http.client.HTTPConnection.putrequest
Senthil Kumaran
2016-09-08
1
-15/+9
|
\
\
|
|
/
|
*
Issue28010 - Make http.client.HTTPConnection.putrequest documentation consist...
Senthil Kumaran
2016-09-08
1
-15/+9
*
|
Issue #12319: Always send file request bodies using chunked encoding
Martin Panter
2016-08-27
1
-16/+15
*
|
Issue #12319: Support for chunked encoding of HTTP request bodies
Martin Panter
2016-08-24
1
-28/+70
|
/
*
Correct misspellings of ISO-8859
Martin Panter
2016-08-10
1
-2/+2
*
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy
2016-06-11
1
-2/+1
*
Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL
Martin Panter
2016-05-28
1
-1/+1
*
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka
2016-05-10
1
-1/+1
*
Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost
Martin Panter
2016-03-17
1
-0/+4
*
Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...
Georg Brandl
2016-02-26
1
-1/+1
*
merge 3.4 (#24118)
Benjamin Peterson
2015-05-03
1
-6/+6
|
\
|
*
update example, since python.org is HTTPS-only now (closes #24118)
Benjamin Peterson
2015-05-03
1
-6/+6
[next]