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
/
client.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-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-69152: Add _proxy_response_headers attribute to HTTPConnection (#26152)
Alexey Namyotkin
2023-05-05
1
-11/+7
*
GH-103472: close response in HTTPConnection._tunnel (#103473)
Thomas Grainger
2023-05-02
1
-15/+18
*
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
*
bpo-45975: Simplify some while-loops with walrus operator (GH-29347)
Nick Drozd
2022-11-26
1
-13/+3
*
gh-94172: Remove keyfile, certfile and check_hostname parameters (#94173)
Victor Stinner
2022-11-03
1
-22/+3
*
Run Tools/scripts/reindent.py (#94225)
Victor Stinner
2022-06-26
1
-1/+1
*
gh-94172: urllib.request avoids deprecated check_hostname (#94193)
Victor Stinner
2022-06-24
1
-15/+17
*
bpo-28953: Use `raise from` when raising new IncompleteRead (GH-29861)
180909
2021-12-07
1
-2/+2
*
bpo-45328: Avoid failure in OSs without TCP_NODELAY support (GH-28646)
rtobar
2021-10-06
1
-1/+7
*
bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Conti...
Gen Xu
2021-05-05
1
-17/+21
*
bpo-37363: Add audit events to the `http.client` module (GH-21321)
Saiyang Gou
2021-04-23
1
-0/+4
*
Update client.py (GH-24827)
Géry Ogam
2021-03-13
1
-3/+0
*
bpo-43332: Buffer proxy connection setup packets before sending. (GH-24780)
Gregory P. Smith
2021-03-08
1
-10/+11
*
Fix typo in docstring (GH-23515)
Fernando Toledo
2020-12-21
1
-1/+1
*
bpo-40968: Send http/1.1 ALPN extension (#20959)
Christian Heimes
2020-11-13
1
-0/+3
*
bpo-39603: Prevent header injection in http methods (GH-18485)
AMIR
2020-07-18
1
-0/+15
*
bpo-41002: Optimize HTTPResponse.read with a given amount (GH-20943)
Bruce Merry
2020-06-25
1
-10/+25
*
bpo-38576: Disallow control characters in hostnames in http.client (GH-18995)
Ashwin Ramaswami
2020-03-14
1
-0/+10
*
bpo-38216, bpo-36274: Allow subclasses to separately override validation and ...
Jason R. Coombs
2019-09-28
1
-9/+18
*
bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448)
Christian Heimes
2019-07-01
1
-0/+7
*
bpo-36793: Remove unneeded __str__ definitions. (GH-13081)
Serhiy Storchaka
2019-05-06
1
-2/+1
*
bpo-30458: Use InvalidURL instead of ValueError. (GH-13044)
Gregory P. Smith
2019-05-01
1
-1/+1
*
bpo-30458: Disallow control chars in http URLs. (GH-12755)
Gregory P. Smith
2019-05-01
1
-0/+14
*
bpo-36050: optimize HTTPResponse.read() (GH-12698)
Inada Naoki
2019-04-06
1
-32/+10
*
bpo-36522: Print all values for headers with multiple values. (GH-12681)
Matt Houglum
2019-04-04
1
-2/+2
*
bpo-33365: print the header values beside the keys (GH-6611)
Marco Strigl
2018-06-19
1
-1/+1
*
bpo-31399: Let OpenSSL verify hostname and IP address (#3462)
Christian Heimes
2018-01-27
1
-8/+2
*
bpo-32297: Few misspellings found in Python source code comments. (#4803)
Mike
2017-12-14
1
-1/+1
*
bpo-31945: Configurable blocksize in HTTP(S)Connection (#4279)
Nir Soffer
2017-11-06
1
-7/+7
*
Remove duplicate line in Lib/http/client.py (#1665)
remitamine
2017-05-19
1
-1/+0
*
bpo-30144: Import collections ABC from collections.abc rather than collection...
Serhiy Storchaka
2017-04-24
1
-2/+2
*
Remove unused imports.
Serhiy Storchaka
2016-12-16
1
-1/+0
*
Issue #23214: Remove BufferedReader.read1(-1) workaround
Martin Panter
2016-10-21
1
-8/+1
*
Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.
Christian Heimes
2016-09-10
1
-0/+6
*
Issue 27948: Allow backslashes in the literal string portion of f-strings, bu...
Eric V. Smith
2016-09-10
1
-1/+1
*
[merge from 3.5] - Issue28010 - Make http.client.HTTPConnection.putrequest
Senthil Kumaran
2016-09-08
1
-1/+2
|
\
|
*
Issue28010 - Make http.client.HTTPConnection.putrequest documentation consist...
Senthil Kumaran
2016-09-08
1
-1/+2
|
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Martin Panter
2016-09-07
1
-1/+1
*
|
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray
2016-09-08
1
-1/+1
*
|
Issue 27921: Remove backslash from another f-string.
Eric V. Smith
2016-09-03
1
-1/+1
*
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger
2016-08-30
1
-1/+1
*
|
Issue #12319: Always send file request bodies using chunked encoding
Martin Panter
2016-08-27
1
-23/+8
*
|
Issue #12319: Support for chunked encoding of HTTP request bodies
Martin Panter
2016-08-24
1
-50/+149
[next]