..
__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
bpo-32296: Implement asyncio.get_event_loop and _get_running_loop in C. ( #4827 )
2017-12-13 14:49:42 -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
Rename the logger to plain "logger".
2013-10-17 15:39:45 -07:00
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
Fix couple typos ( #4839 )
2017-12-13 17:50:16 +02:00
windows_utils.py
bpo-32262: Fix codestyle; use f-strings formatting where necessary. ( #4775 )
2017-12-10 18:36:12 -05:00