Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.5.5
/
Lib
/
http
tag
264b2ab24e429142908455ae61e92bd1fbf66e4f
tagger
Larry Hastings <larry@hastings.org>
Sun Feb 04 23:42:10 2018
object
27657e7cea26548958518144d63200d7a2333d1c
Python 3.5.5
5dc504c
Issue28010 - Make http.client.HTTPConnection.putrequest documentation consistent with the code.
by Senthil Kumaran
· 9 years ago
0be894b
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
by Martin Panter
· 9 years ago
7ea386e
Issue 19504: Change "customise" to "customize" American spelling.
by Raymond Hettinger
· 9 years ago
d5b47fb
Issue #27466: Change time format returned by http.cookie.time2netscape,
by Senthil Kumaran
· 9 years ago
e42e129
Issue #25738: Don’t send message body for 205 Reset Content
by Martin Panter
· 9 years ago
46f5072
Issue #27076: Doc, comment and tests spelling fixes
by Martin Panter
· 9 years ago
f0564164
Fix typos in comments, documentation and test method names
by Martin Panter
· 9 years ago
d274b3f
Issue #26657: Fix Windows directory traversal vulnerability with http.server
by Martin Panter
· 9 years ago
cc71a79
Fix typos in documentation and comments
by Martin Panter
· 9 years ago
acc0319
Issue #26586: Handle excessive header fields in http.server, by Xiang Zhang
by Martin Panter
· 9 years ago
ce911c3
Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost
by Martin Panter
· 9 years ago
20be53e
Issue #16181: cookiejar.http2time() now returns None if year is higher than datetime.MAXYEAR
by Berker Peksag
· 9 years ago
102d813
Issue #26302: Correctly identify comma as an invalid character for a cookie (correcting regression in Python 3.5).
by Anish Shah
· 10 years ago
4439148
Issue #26045: Add UTF-8 suggestion to error in http.client
by Martin Panter
· 10 years ago
32acc16
Merge typo and grammar fixes from 3.4 into 3.5
by Martin Panter
· 10 years ago
ac34e09
Correct Content-Type syntax in documentation
by Martin Panter
· 10 years ago
a84f6c3
Issue #25523: Merge a-to-an corrections from 3.4.
by Serhiy Storchaka
· 10 years ago
d65c949
Issue #25523: Further a-to-an corrections.
by Serhiy Storchaka
· 10 years ago
3f930dc
Merge typo fixes from 3.4 into 3.5
by Martin Panter
· 10 years ago
9955a37
Various minor typos in documentation and comments
by Martin Panter
· 10 years ago
56b76d2
Issues #25232, #24657: Merge two CGI server fixes from 3.4 into 3.5
by Martin Panter
· 10 years ago
cb29e8c
Issue #24657: Prevent CGIRequestHandler from collapsing the URL query
by Martin Panter
· 10 years ago
a02e18a
Issue #25232: Fix CGIRequestHandler's splitting of URL query
by Martin Panter
· 10 years ago
5409177
Issue #24774: Fix docstring in http.server.test.
by Robert Collins
· 10 years ago
9644f24
Issue #24774: Fix docstring in http.server.test.
by Robert Collins
· 10 years ago
a0e5d98
Issue #23888: Handle fractional time in cookie expiry. Patch by ssh.
by Robert Collins
· 10 years ago
f3d9c31
Issue #23888: Handle fractional time in cookie expiry. Patch by ssh.
by Robert Collins
· 10 years ago
5a69420
merge 3.4 (#22931)
by Benjamin Peterson
· 10 years ago
c4ae86e
merge 3.3 (#22931)
by Benjamin Peterson
· 10 years ago
d504f20
merge 3.2 (#22931)
by Benjamin Peterson
· 10 years ago
9bd476e
allow square brackets in cookie values (closes #22931)
by Benjamin Peterson
· 10 years ago
7e7a3db
Issue #23865: close() methods in multiple modules now are idempotent and more
by Serhiy Storchaka
· 10 years ago
2116b12
Issue #23865: close() methods in multiple modules now are idempotent and more
by Serhiy Storchaka
· 10 years ago
cae7bdb
#3566: Clean up handling of remote server disconnects.
by R David Murray
· 10 years ago
46ba6c8
Issue #22831: Use "with" to avoid possible fd leaks.
by Serhiy Storchaka
· 10 years ago
1813c17
#2211: properly document the Morsel behavior changes.
by R David Murray
· 10 years ago
0a0d20e
Merge: #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.
by R David Murray
· 10 years ago
beed840
#23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.
by R David Murray
· 10 years ago
6c32585
Restored backward compatibility of pickling http.cookies.Morsel. It was
by Serhiy Storchaka
· 10 years ago
9c1a9b2
Issue #2211: Updated the implementation of the http.cookies.Morsel class.
by Serhiy Storchaka
· 10 years ago
577fc4e
Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.
by Serhiy Storchaka
· 10 years ago
f7cc3fc
Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.
by Serhiy Storchaka
· 10 years ago
b669bfc
Issue #22928: Disabled HTTP header injections in http.client.
by Serhiy Storchaka
· 10 years ago
a112a8a
Issue #22928: Disabled HTTP header injections in http.client.
by Serhiy Storchaka
· 10 years ago
c0a23e6
Issue #21793: BaseHTTPRequestHandler again logs response code as numeric,
by Serhiy Storchaka
· 10 years ago
abbf0f4
Issue #23442: Rename two member names to stay backward compatible
by Berker Peksag
· 11 years ago
8e28679
Issue #23439: Add missing entries to http.client.__all__.
by Berker Peksag
· 11 years ago
babc688
Issue #23439: Add missing entries to http.client.__all__.
by Berker Peksag
· 11 years ago
1130c7f
merge 3.4 (#23410)
by Benjamin Peterson
· 11 years ago
70e2847
document the requestline and close_connection attributes, use real booleans, and add tests (closes #23410)
by Benjamin Peterson
· 11 years ago
6767757
Issue #23418: Add missing entries to http.server.__all__.
by Berker Peksag
· 11 years ago
366c570
Issue #23418: Add missing entries to http.server.__all__.
by Berker Peksag
· 11 years ago
ab53ab0
Issue #13128: Print response headers for CONNECT requests when debuglevel > 0.
by Berker Peksag
· 11 years ago
9d8a3ad
http.client: disable Nagle's algorithm (closes #23302)
by Benjamin Peterson
· 11 years ago
cb18b95
Issue #20898: Add a "HTTP status codes" section to avoid duplication in HTTP docs.
by Berker Peksag
· 11 years ago
5b88329
merge 3.4 (#22986)
by Benjamin Peterson
· 11 years ago
bd34162
capitialize "HttpOnly" and "Secure" as they appear in the standard and other impls (closes #23250)
by Benjamin Peterson
· 11 years ago
610bc6a
merge 3.4 (#23221)
by Benjamin Peterson
· 11 years ago
82f34ad
fix instances of consecutive articles (closes #23221)
by Benjamin Peterson
· 11 years ago
fe975a2
merge 3.4 (#23112)
by Benjamin Peterson
· 11 years ago
94cb7a2
fix behavior of trailing slash redirection when a query string is involved (closes #23112)
by Benjamin Peterson
· 11 years ago
e4db769
Issue #21793: Added http.HTTPStatus enums (i.e. HTTPStatus.OK,
by Serhiy Storchaka
· 11 years ago
4ac7ed9
Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port
by Serhiy Storchaka
· 11 years ago
a090f01
HTTPSConnection: prefer the context's check_hostname attribute over the constructor parameter (#22959)
by Benjamin Peterson
· 11 years ago
b491e05
Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
by Serhiy Storchaka
· 11 years ago
7243b57
don't require OpenSSL SNI to pass hostname to ssl functions (#22921)
by Benjamin Peterson
· 11 years ago
d4a001b
Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port
by Serhiy Storchaka
· 11 years ago
b46247b
merge 3.4 (#22959)
by Benjamin Peterson
· 11 years ago
2205da4
Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
by Serhiy Storchaka
· 11 years ago
f9284ae
merge 3.4 (#22921)
by Benjamin Peterson
· 11 years ago
b1e3607
Issue #22796: HTTP cookie parsing is now stricter, in order to protect against potential injection attacks.
by Antoine Pitrou
· 11 years ago
1cca273
merge 3.4 (#22417)
by Benjamin Peterson
· 11 years ago
4ffb075
PEP 476: enable HTTPS certificate verification by default (#22417)
by Benjamin Peterson
· 11 years ago
2cb0e73
Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2
by Serhiy Storchaka
· 11 years ago
8cf7c1c
Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2
by Serhiy Storchaka
· 11 years ago
55e614a
Issue #11957: Explicit parameter name when calling re.split() and re.sub()
by Victor Stinner
· 11 years ago
0d54887
Lax cookie parsing in http.cookies could be a security issue when combined
by Antoine Pitrou
· 11 years ago
637e454
Lax cookie parsing in http.cookies could be a security issue when combined
by Antoine Pitrou
· 11 years ago
7d0b8f9
Lax cookie parsing in http.cookies could be a security issue when combined
by Antoine Pitrou
· 11 years ago
41a08e5
Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names.
by Serhiy Storchaka
· 11 years ago
cb5bc40
Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names.
by Serhiy Storchaka
· 11 years ago
465e60e
Issue #22033: Reprs of most Python implemened classes now contain actual
by Serhiy Storchaka
· 11 years ago
fbc877b
Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value.
by Serhiy Storchaka
· 11 years ago
1392df9
Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value.
by Serhiy Storchaka
· 11 years ago
5596619
Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
by Ned Deily
· 11 years ago
5d0d2e6
Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
by Ned Deily
· 11 years ago
217f4cd
Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
by Ned Deily
· 11 years ago
915a30f
Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
by Ned Deily
· 11 years ago
ff180af
merge 3.4 (#21766)
by Benjamin Peterson
· 11 years ago
a8c75fe
merge 3.3 (#21766)
by Benjamin Peterson
· 11 years ago
6cd1954
merge 3.2 (#21766)
by Benjamin Peterson
· 11 years ago
73b8b1c
url unquote the path before checking if it refers to a CGI script (closes #21766)
by Benjamin Peterson
· 11 years ago
166214c
merge from 3.4
by Senthil Kumaran
· 11 years ago
9da047b
Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTTPConnection.set_tunnel().
by Senthil Kumaran
· 11 years ago
dad182c
Lax cookie parsing in http.cookies could be a security issue when combined
by Antoine Pitrou
· 11 years ago
03ce1c0
(Merge 3.4) Issue #20976: pyflakes: Remove unused imports
by Victor Stinner
· 11 years ago
7fa767e
Issue #20976: pyflakes: Remove unused imports
by Victor Stinner
· 11 years ago
8e5d0ca
Issue #19009 Enhance HTTPResponse.readline() performance
by Kristján Valur Jónsson
· 11 years ago
c0b0bb6
Issue #20331: Fixed possible FD leaks in various modules:
by Serhiy Storchaka
· 12 years ago
91b0bc2
Issue #20331: Fixed possible FD leaks in various modules:
by Serhiy Storchaka
· 12 years ago
Next »