cpython/Lib/http
Christian Heimes 67986f9431 Issue #19735: Implement private function ssl._create_stdlib_context() to
create SSLContext objects in Python's stdlib module. It provides a single
configuration point and makes use of SSLContext.load_default_certs().
2013-11-23 22:43:47 +01:00
..
__init__.py
client.py Issue #19735: Implement private function ssl._create_stdlib_context() to 2013-11-23 22:43:47 +01:00
cookiejar.py Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) 2013-07-04 17:43:24 -04:00
cookies.py #16611: BaseCookie now parses 'secure' and 'httponly' flags. 2013-08-25 11:09:02 -04:00
server.py merge 3.3 (#19435) 2013-10-30 12:51:16 -04:00