]> granicus.if.org Git - python/commit
Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 13 Oct 2010 10:36:15 +0000 (10:36 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 13 Oct 2010 10:36:15 +0000 (10:36 +0000)
commit803e6d670c019335096ca456b1778205edb30a79
tree1741b686a80afe93cf5bf57905b7ada473da2d6c
parentbd4dacb3f983cb839314a79ef92430e83f757f17
Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and
urllib.request.urlopen now take optional arguments to allow for
server certificate checking, as recommended in public uses of HTTPS.
Doc/library/http.client.rst
Doc/library/urllib.request.rst
Lib/http/client.py
Lib/test/keycert2.pem [new file with mode: 0644]
Lib/test/make_ssl_certs.py
Lib/test/ssl_servers.py [new file with mode: 0644]
Lib/test/test_httplib.py
Lib/test/test_ssl.py
Lib/test/test_urllib2_localnet.py
Lib/urllib/request.py
Misc/NEWS