aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/asyncio/coroutines.py
Commit message (Expand)AuthorAge
* GH-102748: remove legacy support for generator based coroutines from `asyncio...Kumar Aditya2023-03-16
* gh-84623: Remove unused imports in stdlib (#93773)Victor Stinner2022-06-13
* bpo-43216: Remove @asyncio.coroutine (GH-26369)Illia Volochii2021-07-01
* bpo-36921: Deprecate @coroutine for sake of async def (GH-13346)Andrew Svetlov2019-05-16
* bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7161)Yury Selivanov2018-05-28
* bpo-32636: Fix @asyncio.coroutine debug mode bug exposed by gh-5250 (#5291)Nathaniel J. Smith2018-01-24
* bpo-32591: Add native coroutine origin tracking (#5250)Nathaniel J. Smith2018-01-21
* bpo-32357: Optimize asyncio.iscoroutine() for non-native coroutines (#4915)Yury Selivanov2017-12-19
* bpo-32311: Implement asyncio.create_task() shortcut (#4848)Andrew Svetlov2017-12-15
* bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779)Andrew Svetlov2017-12-11
* bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)Yury Selivanov2017-12-10
* bpo-32101: Add PYTHONDEVMODE environment variable (#4624)Victor Stinner2017-11-30
* bpo-32166: Drop Python 3.4 code from asyncio (#4612)Andrew Svetlov2017-11-29
* asyncio: Remove asyncio/compat.py (#4606)Victor Stinner2017-11-28
* bpo-32047: -X dev enables asyncio debug mode (#4418)Victor Stinner2017-11-20
* bpo-31970: Reduce performance overhead of asyncio debug mode. (#4314)Antoine Pitrou2017-11-07
* Fix a typo in a comment in coroutines.py (GH-2267)Johan de Jager2017-06-23
* Merge 3.5 (issue #28703)Yury Selivanov2016-11-15
|\
| * Issue #28703: Fix asyncio.iscoroutinefunction to handle Mock objects.Yury Selivanov2016-11-15
* | Merge 3.5 (asyncio)Yury Selivanov2016-11-08
|\|
| * asyncio: Fix _format_coroutine for coroutine-like objects w/o __name__Yury Selivanov2016-11-08
* | Issue #28544: Implement asyncio.Task in C.Yury Selivanov2016-10-28
|/
* Issue #28372: Fix asyncio to support formatting of non-python coroutinesYury Selivanov2016-10-05
* Misc asyncio improvements from upstreamGuido van Rossum2016-09-30
* Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__.Yury Selivanov2016-09-15
* Merge asyncio upstream.Guido van Rossum2016-09-09
* asyncio: Fix @coroutine to recognize CoroWrapper (issue #25647)Yury Selivanov2016-03-02
* Sync with asyncio repoAndrew Svetlov2016-01-11
* asyncio: Error if awaiting in parallel on the same coroutineYury Selivanov2015-11-18
* asyncio: Add asyncio.compat moduleVictor Stinner2015-07-25
* Issue #24450: Proxy gi_yieldfrom & cr_await in asyncio.CoroWrapperYury Selivanov2015-07-03
* Fix asyncio unittests in debug modeYury Selivanov2015-06-24
* Issue #24400: Fix CoroWrapper for 'async def' coroutinesYury Selivanov2015-06-24
* asyncio: Merge changes from issue #24400.Yury Selivanov2015-06-24
* Issue 24017: Fix asyncio.CoroWrapper to support 'async def' coroutinesYury Selivanov2015-05-31
* Issue 24004: Support Awaitables (pep 492) in @asyncio.coroutine decoratorYury Selivanov2015-05-30
* asyncio: Use 'collections.abc.Coroutine' in asyncio.iscoroutine (in 3.5)Yury Selivanov2015-05-13
* asyncio: Support PEP 492. Issue #24017.Yury Selivanov2015-05-11
* Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions witho...Guido van Rossum2015-05-02
* asyncio: Truncate to 80 columnsVictor Stinner2015-01-09
* asyncio: sync with TulipVictor Stinner2014-07-11
* asyncio: sync with TulipVictor Stinner2014-07-11
* asyncio: sync with TulipVictor Stinner2014-07-07
* Closes #21886, #21447: Fix a race condition in asyncio when setting the resultVictor Stinner2014-07-05
* asyncio: sync with TulipVictor Stinner2014-07-03
* asyncio: sync with TulipVictor Stinner2014-06-30
* asyncio: sync with Tulip, add a new asyncio.coroutines moduleVictor Stinner2014-06-29