COMMITS
/ Lib/asyncio/coroutines.py 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