]> granicus.if.org Git - python/commit
PEP 476: enable HTTPS certificate verification by default (#22417)
authorBenjamin Peterson <benjamin@python.org>
Mon, 3 Nov 2014 19:29:33 +0000 (14:29 -0500)
committerBenjamin Peterson <benjamin@python.org>
Mon, 3 Nov 2014 19:29:33 +0000 (14:29 -0500)
commit4ffb0752710f0c0720d4f2af0c4b7ce1ebb9d2bd
tree5082a5a3f18e25c9f0c7ede2717f7170e11b722f
parent8cf7c1cff0f1176387118826fffdf1c517405f3a
PEP 476: enable HTTPS certificate verification by default (#22417)

Patch by Alex Gaynor with some modifications by me.
Doc/library/http.client.rst
Doc/library/urllib.request.rst
Doc/library/xmlrpc.client.rst
Doc/whatsnew/3.4.rst
Lib/http/client.py
Lib/ssl.py
Lib/test/test_httplib.py
Lib/test/test_logging.py
Lib/test/test_ssl.py
Lib/test/test_urllib2_localnet.py
Misc/NEWS