Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Output served URL when running ssl_servers | Antoine Pitrou | 2010-11-05 | 1 | -0/+2 |
| | |||||
* | Fix test_httplib when built without threads | Antoine Pitrou | 2010-11-05 | 1 | -1/+1 |
| | |||||
* | Clean up socket closing in test_ssl and test.ssl_servers | Antoine Pitrou | 2010-10-29 | 1 | -1/+4 |
| | |||||
* | Use PROTOCOL_SSLv23 in the test HTTPS server, in an attempt to appease the ↵ | Antoine Pitrou | 2010-10-13 | 1 | -1/+1 |
| | | | | old Gentoo buildbot | ||||
* | Print out socket errors in HTTPS server thread | Antoine Pitrou | 2010-10-13 | 1 | -2/+9 |
| | |||||
* | Run a simple HTTPS server when Lib/test/ssl_servers.py is run as __main__ | Antoine Pitrou | 2010-10-13 | 1 | -1/+59 |
| | |||||
* | Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and | Antoine Pitrou | 2010-10-13 | 1 | -0/+119 |
urllib.request.urlopen now take optional arguments to allow for server certificate checking, as recommended in public uses of HTTPS. |