COMMITS
/ Lib/asyncio/coroutines.py May 12, 2026
S
August 11, 2024
W
gh-122858: Deprecate `asyncio.iscoroutinefunction` (#122875)
Wulian committed
March 16, 2023
June 13, 2022
V
gh-84623: Remove unused imports in stdlib (#93773)
Victor Stinner committed
July 1, 2021
I
bpo-43216: Remove @asyncio.coroutine (GH-26369)
Illia Volochii committed
May 16, 2019
A
bpo-36921: Deprecate @coroutine for sake of async def (GH-13346)
Andrew Svetlov committed
May 28, 2018
Y
bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7161)
Yury Selivanov committed
January 24, 2018
N
bpo-32636: Fix @asyncio.coroutine debug mode bug exposed by gh-5250 (#5291)
Nathaniel J. Smith committed
January 21, 2018
N
bpo-32591: Add native coroutine origin tracking (#5250)
Nathaniel J. Smith committed
December 19, 2017
Y
bpo-32357: Optimize asyncio.iscoroutine() for non-native coroutines (#4915)
Yury Selivanov committed
December 15, 2017
A
bpo-32311: Implement asyncio.create_task() shortcut (#4848)
Andrew Svetlov committed
December 11, 2017
A
bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779)
Andrew Svetlov committed
December 10, 2017
Y
bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)
Yury Selivanov committed
November 30, 2017
V
bpo-32101: Add PYTHONDEVMODE environment variable (#4624)
Victor Stinner committed
November 29, 2017
A
bpo-32166: Drop Python 3.4 code from asyncio (#4612)
Andrew Svetlov committed
November 28, 2017
V
asyncio: Remove asyncio/compat.py (#4606)
Victor Stinner committed
November 20, 2017
V
bpo-32047: -X dev enables asyncio debug mode (#4418)
Victor Stinner committed
November 7, 2017
A
bpo-31970: Reduce performance overhead of asyncio debug mode. (#4314)
Antoine Pitrou committed
June 24, 2017
J
Fix a typo in a comment in coroutines.py (GH-2267)
Johan de Jager committed
November 15, 2016
Y
Merge 3.5 (issue #28703)
Yury Selivanov committed
Y
Issue #28703: Fix asyncio.iscoroutinefunction to handle Mock objects.
Yury Selivanov committed
November 9, 2016
Y
Merge 3.5 (asyncio)
Yury Selivanov committed
Y
asyncio: Fix _format_coroutine for coroutine-like objects w/o __name__
Yury Selivanov committed
October 28, 2016
Y
Issue #28544: Implement asyncio.Task in C.
Yury Selivanov committed
October 5, 2016
Y
Issue #28372: Fix asyncio to support formatting of non-python coroutines
Yury Selivanov committed
September 30, 2016
G
Misc asyncio improvements from upstream
Guido van Rossum committed
September 15, 2016
Y
Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__.
Yury Selivanov committed
September 9, 2016
G
Merge asyncio upstream.
Guido van Rossum committed
March 2, 2016
Y
asyncio: Fix @coroutine to recognize CoroWrapper (issue #25647)
Yury Selivanov committed
January 11, 2016
A
Sync with asyncio repo
Andrew Svetlov committed
November 18, 2015
Y
asyncio: Error if awaiting in parallel on the same coroutine
Yury Selivanov committed
July 25, 2015
V
asyncio: Add asyncio.compat module
Victor Stinner committed
July 3, 2015
Y
Issue #24450: Proxy gi_yieldfrom & cr_await in asyncio.CoroWrapper
Yury Selivanov committed
June 24, 2015
Y
Fix asyncio unittests in debug mode
Yury Selivanov committed
Y
Issue #24400: Fix CoroWrapper for 'async def' coroutines
Yury Selivanov committed
Y
asyncio: Merge changes from issue #24400.
Yury Selivanov committed
June 1, 2015
Y
Issue 24017: Fix asyncio.CoroWrapper to support 'async def' coroutines
Yury Selivanov committed
May 31, 2015
Y
Issue 24004: Support Awaitables (pep 492) in @asyncio.coroutine decorator
Yury Selivanov committed
May 13, 2015
Y
asyncio: Use 'collections.abc.Coroutine' in asyncio.iscoroutine (in 3.5)
Yury Selivanov committed
May 12, 2015
Y
asyncio: Support PEP 492. Issue #24017.
Yury Selivanov committed
May 3, 2015
G
Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions without __name__.
Guido van Rossum committed
January 8, 2015
V
asyncio: Truncate to 80 columns
Victor Stinner committed
July 10, 2014
V
asyncio: sync with Tulip
Victor Stinner committed
V
asyncio: sync with Tulip
Victor Stinner committed
July 7, 2014
V
asyncio: sync with Tulip
Victor Stinner committed
July 5, 2014
V
Closes #21886, #21447: Fix a race condition in asyncio when setting the result
Victor Stinner committed
July 2, 2014
V
asyncio: sync with Tulip
Victor Stinner committed
June 30, 2014
V
asyncio: sync with Tulip
Victor Stinner committed
June 28, 2014
V
asyncio: sync with Tulip, add a new asyncio.coroutines module
Victor Stinner committed