cpython/Lib/asyncio
Miss Islington (bot) be5d616e55
bpo-33654: Support protocol type switching in SSLTransport.set_protocol() (GH-7194)
(cherry picked from commit 2179022d94)

Co-authored-by: Yury Selivanov <yury@magic.io>
2018-05-29 02:19:09 -07:00
..
__init__.py bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174) 2018-05-28 17:16:43 -07:00
base_events.py bpo-33674: Pause the transport as early as possible (GH-7192) 2018-05-28 22:59:03 -07:00
base_futures.py
base_subprocess.py
base_tasks.py
constants.py bpo-32410: Avoid blocking on file IO in sendfile fallback code (GH-7172) (#7182) 2018-05-28 21:42:45 -04:00
coroutines.py bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7161) (GH-7173) 2018-05-28 18:31:07 -04:00
events.py
format_helpers.py bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7161) (GH-7173) 2018-05-28 18:31:07 -04:00
futures.py bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171) 2018-05-28 15:50:02 -07:00
locks.py
log.py
proactor_events.py bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130) 2018-05-28 11:50:45 -07:00
protocols.py bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130) 2018-05-28 11:50:45 -07:00
queues.py
runners.py bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174) 2018-05-28 17:16:43 -07:00
selector_events.py bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130) 2018-05-28 11:50:45 -07:00
sslproto.py bpo-33654: Support protocol type switching in SSLTransport.set_protocol() (GH-7194) 2018-05-29 02:19:09 -07:00
streams.py
subprocess.py
tasks.py bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174) 2018-05-28 17:16:43 -07:00
transports.py
unix_events.py bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130) 2018-05-28 11:50:45 -07:00
windows_events.py
windows_utils.py