Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.4.9
/
Lib
/
http
tag
de18d5ab756993aa070d14530e7b107bab3bdb57
tagger
Larry Hastings <larry@hastings.org>
Thu Aug 02 09:19:42 2018
object
0a5a5af9b6b47727c5ee3def4508dab312949075
Python 3.4.9
6f6bc1d
bpo-26657: Fix Windows directory traversal vulnerability with http.server (#782)
by Victor Stinner
· 8 years ago
ac34e09
Correct Content-Type syntax in documentation
by Martin Panter
· 10 years ago
d65c949
Issue #25523: Further a-to-an corrections.
by Serhiy Storchaka
· 10 years ago
9955a37
Various minor typos in documentation and comments
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
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
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
7d0b8f9
Lax cookie parsing in http.cookies could be a security issue when combined
by Antoine Pitrou
· 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
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
beed840
#23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.
by R David Murray
· 10 years ago
577fc4e
Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.
by Serhiy Storchaka
· 10 years ago
a112a8a
Issue #22928: Disabled HTTP header injections in http.client.
by Serhiy Storchaka
· 10 years ago
babc688
Issue #23439: Add missing entries to http.client.__all__.
by Berker Peksag
· 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
366c570
Issue #23418: Add missing entries to http.server.__all__.
by Berker Peksag
· 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
82f34ad
fix instances of consecutive articles (closes #23221)
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
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
4ffb075
PEP 476: enable HTTPS certificate verification by default (#22417)
by Benjamin Peterson
· 11 years ago
8cf7c1c
Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2
by Serhiy Storchaka
· 11 years ago
637e454
Lax cookie parsing in http.cookies could be a security issue when combined
by Antoine Pitrou
· 11 years ago
cb5bc40
Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names.
by Serhiy Storchaka
· 11 years ago
1392df9
Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value.
by Serhiy Storchaka
· 11 years ago
5d0d2e6
Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
by Ned Deily
· 11 years ago
a8c75fe
merge 3.3 (#21766)
by Benjamin Peterson
· 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
7fa767e
Issue #20976: pyflakes: Remove unused imports
by Victor Stinner
· 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
c28ab08
merge 3.3 (#18574)
by Benjamin Peterson
· 12 years ago
0442423
fix handling of 100-continue status code (closes #18574)
by Benjamin Peterson
· 12 years ago
8f8ec92
Issue #19936: Added executable bits or shebang lines to Python scripts which
by Serhiy Storchaka
· 12 years ago
b992a0e
Issue #19936: Added executable bits or shebang lines to Python scripts which
by Serhiy Storchaka
· 12 years ago
fc45f17
merge 3.3 (#20018)
by Benjamin Peterson
· 12 years ago
ccedc22
update url to spec (closes #20018)
by Benjamin Peterson
· 12 years ago
cac05e2
Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.
by Serhiy Storchaka
· 12 years ago
1c84ac1
Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.
by Serhiy Storchaka
· 12 years ago
f723c71
Issue 19509: Don't call match_hostname() twice in http.client.
by Christian Heimes
· 12 years ago
67986f9
Issue #19735: Implement private function ssl._create_stdlib_context() to
by Christian Heimes
· 12 years ago
c99874d
merge 3.3 (#19435)
by Benjamin Peterson
· 12 years ago
a50f899
merge 3.2 (#19435)
by Benjamin Peterson
· 12 years ago
35aca89
merge 3.1 (#19435)
by Benjamin Peterson
· 12 years ago
04e9de4
use the collapsed path in the run_cgi method (closes #19435)
by Benjamin Peterson
· 12 years ago
f0746ca
Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than
by Georg Brandl
· 11 years ago
bf3f8eb
Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than
by Georg Brandl
· 12 years ago
b89b5df
merge with 3.3
by Georg Brandl
· 12 years ago
b0ce820
merge from 3.3
by Senthil Kumaran
· 12 years ago
600b735
Minor code improvement. Review comment by Eric V. Smith
by Senthil Kumaran
· 12 years ago
defe7f4
Expose --bind argument for http.server, enable http.server to bind to a user
by Senthil Kumaran
· 12 years ago
187b063
Fix http.server's request handling case on trailing '/'.
by Senthil Kumaran
· 12 years ago
72c238e
Fix http.server's request handling case on trailing '/'.
by Senthil Kumaran
· 12 years ago
0cb8e51
Merge #16611: BaseCookie now parses 'secure' and 'httponly' flags.
by R David Murray
· 12 years ago
cd0f74b
#16611: BaseCookie now parses 'secure' and 'httponly' flags.
by R David Murray
· 12 years ago
cd171c8
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
by Brett Cannon
· 12 years ago
0a14066
Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError.
by Brett Cannon
· 12 years ago
3042b5e
Issue #16658: add missing return to HTTPConnection.send().
by Andrew Svetlov
· 12 years ago
7b2c8bb
Issue #16658: add missing return to HTTPConnection.send().
by Andrew Svetlov
· 12 years ago
7005b1f
#17678: Remove the use of a deprecated method http/cookiejar.py. Changing the
by Senthil Kumaran
· 12 years ago
d9fbf36
#17678: Fix DeprecationWarning in the http/cookiejar.py by changing the usage
by Senthil Kumaran
· 12 years ago
052ddb0
#17460: Remove the strict argument of HTTPConnection and removing the
by Senthil Kumaran
· 12 years ago
2688644
#1291 http.server's send_error takes an optional explain argument
by Senthil Kumaran
· 12 years ago
df1d3c5
Reverting the changeset b87792757ee8 made for Issue #12921
by Senthil Kumaran
· 12 years ago
884f058
Reverting the changeset 5d76a4746d9d made for Issue #12921
by Senthil Kumaran
· 12 years ago
1e7551d
Reverting the changeset 5126e62c60af made for Issue #12921
by Senthil Kumaran
· 12 years ago
24431f1
Fix Issue #12921: BaseHTTPServer's send_error should send the correct error
by Senthil Kumaran
· 12 years ago
c37f835
Fix Issue #12921: BaseHTTPServer's send_error should send the correct error
by Senthil Kumaran
· 12 years ago
3fb066d
Fix Issue #12921: BaseHTTPServer's send_error should send the correct error
by Senthil Kumaran
· 12 years ago
2f50aaf
modernize some modules' code by using with statement around open()
by Giampaolo Rodola'
· 13 years ago
daf990f
Issue #16723: httplib.HTTPResponse no longer marked closed when the connection
by Serhiy Storchaka
· 13 years ago
b6c86fd
Issue #16723: httplib.HTTPResponse no longer marked closed when the connection
by Serhiy Storchaka
· 13 years ago
b5b9c8c
Issue #16723: httplib.HTTPResponse no longer marked closed when the connection
by Serhiy Storchaka
· 13 years ago
b5032c8
Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length.
by Antoine Pitrou
· 13 years ago
6a35e18
Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length.
by Antoine Pitrou
· 13 years ago
beec61a
Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length.
by Antoine Pitrou
· 13 years ago
90e4774
Issue #16833: In http.client.HTTPConnection, do not concatenate the request headers and body when the payload exceeds 16 KB, since it can consume more memory for no benefit.
by Antoine Pitrou
· 13 years ago
f7a17b4
Replace IOError with OSError (#16715)
by Andrew Svetlov
· 13 years ago
0832af6
Issue #16717: get rid of socket.error, replace with OSError
by Andrew Svetlov
· 13 years ago
ad28c7f
Issue #16706: get rid of os.error
by Andrew Svetlov
· 13 years ago
3454339
Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished.
by Antoine Pitrou
· 13 years ago
d20e774
Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished.
by Antoine Pitrou
· 13 years ago
084daa2
Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished.
by Antoine Pitrou
· 13 years ago
52d2720
Issue #16088: BaseHTTPRequestHandler's send_error method includes a
by Senthil Kumaran
· 13 years ago
fd0d3e5
more yield from patch by Serhiy Storchaka
by Philip Jenvey
· 13 years ago
8b15ee0
#15980: merge with 3.2.
by Ezio Melotti
· 13 years ago
0847db7
#15980: properly escape newlines in docstrings. Patch by Serhiy Storchaka.
by Ezio Melotti
· 13 years ago
da1ffbc
Issue #15409: Replace use of deprecated urllib.request.Request methods in http.cookijar
by Meador Inge
· 13 years ago
de59565
Simplify code in HTTPResponse.read()
by Antoine Pitrou
· 13 years ago
Next »