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
*
bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Conti...
Miss Islington (bot)
2021-05-06
1
-17/+21
*
Update client.py (GH-24827)
Miss Islington (bot)
2021-03-13
1
-3/+0
*
Fix typo in docstring (GH-23515)
Miss Islington (bot)
2020-12-21
1
-1/+1
*
bpo-39603: Prevent header injection in http methods (GH-18485)
Miss Islington (bot)
2020-07-18
1
-0/+15
*
bpo-38576: Disallow control characters in hostnames in http.client (GH-18995)
Miss Islington (bot)
2020-03-14
1
-0/+10
*
bpo-38216, bpo-36274: Allow subclasses to separately override validation and ...
Miss Islington (bot)
2019-09-28
1
-9/+18
*
[3.8] bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448)...
Miss Islington (bot)
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
*
|
Merge typo fixes from 3.5
Martin Panter
2016-04-05
1
-1/+1
|
\
\
|
|
/
|
*
Fix typos in documentation and comments
Martin Panter
2016-04-05
1
-1/+1
*
|
Issue #26499: Merge HTTPResponse fix from 3.5
Martin Panter
2016-03-17
1
-0/+8
|
\
\
|
|
/
|
*
Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost
Martin Panter
2016-03-17
1
-0/+8
*
|
Issue #26045: Merge http.client error addition from 3.5
Martin Panter
2016-02-09
1
-1/+16
|
\
\
|
|
/
|
*
Issue #26045: Add UTF-8 suggestion to error in http.client
Martin Panter
2016-02-09
1
-1/+16
*
|
Issue #25899: Converted non-ASCII characters in docstrings and manpage
Serhiy Storchaka
2015-12-18
1
-2/+2
|
\
\
|
|
/
*
|
Add in missing docstrings.
Raymond Hettinger
2015-08-19
1
-0/+49
|
/
*
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
1
-9/+15
|
\
|
*
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
1
-9/+15
*
|
#3566: Clean up handling of remote server disconnects.
R David Murray
2015-04-05
1
-7/+20
*
|
Merge: #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.
R David Murray
2015-03-22
1
-13/+24
|
\
\
|
|
/
|
*
#23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.
R David Murray
2015-03-22
1
-13/+24
*
|
Issue #22928: Disabled HTTP header injections in http.client.
Serhiy Storchaka
2015-03-12
1
-0/+37
|
\
\
|
|
/
|
*
Issue #22928: Disabled HTTP header injections in http.client.
Serhiy Storchaka
2015-03-12
1
-0/+37
*
|
Issue #23439: Add missing entries to http.client.__all__.
Berker Peksag
2015-02-20
1
-1/+3
|
\
\
|
|
/
|
*
Issue #23439: Add missing entries to http.client.__all__.
Berker Peksag
2015-02-20
1
-1/+3
*
|
Issue #13128: Print response headers for CONNECT requests when debuglevel > 0.
Berker Peksag
2015-02-03
1
-0/+3
*
|
http.client: disable Nagle's algorithm (closes #23302)
Benjamin Peterson
2015-01-23
1
-21/+4
*
|
Issue #21793: Added http.HTTPStatus enums (i.e. HTTPStatus.OK,
Serhiy Storchaka
2014-12-23
1
-115/+7
[next]