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
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
*
bpo-39603: Prevent header injection in http methods (GH-18485) (GH-21538)
Miss Islington (bot)
2020-07-19
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-38804: Fix REDoS in http.cookiejar (GH-17157)
Miss Islington (bot)
2019-11-22
1
-6/+12
*
[3.7] bpo-38216, bpo-36274: Allow subclasses to separately override validatio...
Jason R. Coombs
2019-09-28
1
-10/+18
*
[3.7] bpo-12144: Handle cookies with expires attribute in CookieJar.make_coo...
Xtreak
2019-09-13
1
-2/+1
*
Correct description of HTTP status code 308. (GH-15097)
Miss Islington (bot)
2019-08-03
1
-1/+1
*
[3.7] bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448)...
Miss Islington (bot)
2019-07-01
1
-0/+7
*
bpo-30458: Disallow control chars in http URLs. (GH-12755) (GH-13154)
Miro Hrončok
2019-05-07
1
-0/+15
*
bpo-36522: Print all values for headers with multiple values. (GH-12681) (GH-...
Miss Islington (bot)
2019-04-04
1
-2/+2
*
bpo-35647: Fix path check in cookiejar (GH-11436)
Miss Islington (bot)
2019-03-10
1
-5/+9
*
bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) (G...
Miss Islington (bot)
2019-03-10
1
-2/+11
*
bpo-33365: print the header values beside the keys (GH-6611)
Miss Islington (bot)
2018-06-19
1
-1/+1
*
bpo-33663: Convert content length to string before putting to header (GH-7754)
Miss Islington (bot)
2018-06-18
1
-1/+1
*
[3.7] bpo-31639: Change ThreadedHTTPServer to ThreadingHTTPServer class name ...
Julien Palard
2018-05-30
1
-3/+3
*
bpo-991266: Fix quoting of Comment attribute of SimpleCookie (GH-6555)
Miss Islington (bot)
2018-04-23
1
-0/+2
*
bpo-31639: Use threads in http.server module. (GH-5018)
Miss Islington (bot)
2018-03-23
1
-2/+7
*
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
*
bpo-30553: Add status code 421 to http.HTTPStatus (GH-2589)
Vitor Pereira
2017-10-26
1
-0/+3
*
bpo-31462: Remove trailing whitespaces. (#3564)
Serhiy Storchaka
2017-09-14
1
-2/+2
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-4/+1
*
bpo-28707: Add the directory parameter to http.server.SimpleHTTPRequestHandle...
Stéphane Wirtel
2017-05-24
1
-2/+13
*
Remove duplicate line in Lib/http/client.py (#1665)
remitamine
2017-05-19
1
-1/+0
*
bpo-30166: Import command-line parsing modules only when needed. (#1293)
Serhiy Storchaka
2017-05-04
1
-1/+2
*
bpo-30144: Import collections ABC from collections.abc rather than collection...
Serhiy Storchaka
2017-04-24
1
-2/+2
*
bpo-29654 : Support If-Modified-Since HTTP header (browser cache) (#298)
Pierre Quentel
2017-04-02
1
-4/+35
*
Issue #29192: Removed deprecated features in the http.cookies module.
Serhiy Storchaka
2017-01-13
1
-29/+1
*
Remove unused imports.
Serhiy Storchaka
2016-12-16
1
-1/+0
*
Issue #28548: Parse HTTP request version even if too many words received
Martin Panter
2016-11-19
1
-15/+18
*
Issue #23214: Remove BufferedReader.read1(-1) workaround
Martin Panter
2016-10-21
1
-8/+1
*
Issue #22493: Inline flags now should be used only at the start of the
Serhiy Storchaka
2016-09-11
1
-2/+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
3
-5/+5
*
|
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
*
|
Merge
Raymond Hettinger
2016-08-26
1
-1/+1
|
\
\
|
|
/
|
*
Issue 19504: Change "customise" to "customize" American spelling.
Raymond Hettinger
2016-08-26
1
-1/+1
*
|
Issue #12319: Support for chunked encoding of HTTP request bodies
Martin Panter
2016-08-24
1
-50/+149
*
|
[merge from 3.5] - Issue #27466: Change time format returned by
Senthil Kumaran
2016-07-10
1
-1/+1
|
\
\
|
|
/
|
*
Issue #27466: Change time format returned by http.cookie.time2netscape,
Senthil Kumaran
2016-07-10
1
-1/+1
*
|
Issue #25738: Merge HTTP server from 3.5
Martin Panter
2016-06-08
1
-13/+20
|
\
\
|
|
/
|
*
Issue #25738: Don’t send message body for 205 Reset Content
Martin Panter
2016-06-08
1
-10/+20
*
|
Issue #27076: Merge spelling from 3.5
Martin Panter
2016-05-26
1
-1/+1
|
\
\
|
|
/
[next]