cpython/Lib/asyncio
Andrew Svetlov 8874342cf3
bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779)
* Replace 'yield from' to 'await' in asyncio docs

* Fix docstrings
2017-12-11 17:35:49 +02:00
..
__init__.py bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) 2017-12-10 18:36:12 -05:00
base_events.py bpo-32262: Fix f-string (#4787) 2017-12-10 19:52:53 -05:00
base_futures.py bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) 2017-12-10 18:36:12 -05:00
base_subprocess.py bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) 2017-12-10 18:36:12 -05:00
base_tasks.py bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) 2017-12-10 18:36:12 -05:00
constants.py bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) 2017-12-10 18:36:12 -05:00
coroutines.py bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779) 2017-12-11 17:35:49 +02:00
events.py Add asyncio.get_running_loop() function. (#4782) 2017-12-11 10:07:44 -05:00
futures.py bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779) 2017-12-11 17:35:49 +02:00
locks.py bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779) 2017-12-11 17:35:49 +02:00
log.py
proactor_events.py bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) 2017-12-10 18:36:12 -05:00
protocols.py bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) 2017-12-10 18:36:12 -05:00
queues.py bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) 2017-12-10 18:36:12 -05:00
selector_events.py bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) 2017-12-10 18:36:12 -05:00
sslproto.py bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) 2017-12-10 18:36:12 -05:00
streams.py bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) 2017-12-10 18:36:12 -05:00
subprocess.py bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) 2017-12-10 18:36:12 -05:00
tasks.py bpo-32272: Remove asyncio.async() function. (#4784) 2017-12-11 10:03:48 -05:00
transports.py bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) 2017-12-10 18:36:12 -05:00
unix_events.py bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) 2017-12-10 18:36:12 -05:00
windows_events.py bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) 2017-12-10 18:36:12 -05:00
windows_utils.py bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) 2017-12-10 18:36:12 -05:00