cpython/Lib/asyncio
Christian Heimes a170fa162d bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058)
Replaces PROTOCOL_TLSv* and PROTOCOL_SSLv23 with PROTOCOL_TLS_CLIENT and
PROTOCOL_TLS_SERVER.

Signed-off-by: Christian Heimes <christian@python.org>
2017-09-15 20:27:30 +02:00
..
__init__.py
base_events.py call remove_done_callback in finally section (#1688) 2017-05-22 22:32:46 -07:00
base_futures.py
base_subprocess.py
base_tasks.py
compat.py
constants.py
coroutines.py Fix a typo in a comment in coroutines.py (GH-2267) 2017-06-23 22:18:54 -07:00
events.py bpo-31350: Optimize get_event_loop and _get_running_loop (#3347) 2017-09-05 20:36:59 -04:00
futures.py bpo-30508: Don't log exceptions if Task/Future "cancel()" method called (#2050) 2017-06-11 13:49:18 +00:00
locks.py Fix waiter cancellation in asyncio.Lock (#1031) 2017-06-09 16:17:40 -04:00
log.py
proactor_events.py Fix TypeError is asyncio/proactor_events (#993) 2017-06-09 22:56:34 -04:00
protocols.py
queues.py
selector_events.py
sslproto.py Revert "bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (#409)" (#2111) 2017-06-11 16:46:35 +02:00
streams.py
subprocess.py
tasks.py bpo-30508: Don't log exceptions if Task/Future "cancel()" method called (#2050) 2017-06-11 13:49:18 +00:00
test_utils.py bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058) 2017-09-15 20:27:30 +02:00
transports.py
unix_events.py
windows_events.py
windows_utils.py