index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
asyncio
/
coroutines.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
asyncio: Fix @coroutine to recognize CoroWrapper (issue #25647)
Yury Selivanov
2016-03-02
1
-1/+2
*
Sync with asyncio repo
Andrew Svetlov
2016-01-11
1
-7/+10
*
asyncio: Error if awaiting in parallel on the same coroutine
Yury Selivanov
2015-11-18
1
-1/+7
*
asyncio: Add asyncio.compat module
Victor Stinner
2015-07-25
1
-4/+2
*
Issue #24450: Proxy gi_yieldfrom & cr_await in asyncio.CoroWrapper
Yury Selivanov
2015-07-03
1
-0/+8
*
Fix asyncio unittests in debug mode
Yury Selivanov
2015-06-24
1
-0/+2
*
Issue #24400: Fix CoroWrapper for 'async def' coroutines
Yury Selivanov
2015-06-24
1
-10/+40
*
asyncio: Merge changes from issue #24400.
Yury Selivanov
2015-06-24
1
-31/+17
*
Issue 24017: Fix asyncio.CoroWrapper to support 'async def' coroutines
Yury Selivanov
2015-06-01
1
-1/+1
*
Issue 24004: Support Awaitables (pep 492) in @asyncio.coroutine decorator
Yury Selivanov
2015-05-31
1
-2/+13
*
asyncio: Use 'collections.abc.Coroutine' in asyncio.iscoroutine (in 3.5)
Yury Selivanov
2015-05-13
1
-0/+8
*
asyncio: Support PEP 492. Issue #24017.
Yury Selivanov
2015-05-12
1
-13/+64
*
Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions witho...
Guido van Rossum
2015-05-03
1
-6/+12
*
asyncio: Truncate to 80 columns
Victor Stinner
2015-01-08
1
-4/+8
*
asyncio: sync with Tulip
Victor Stinner
2014-07-10
1
-9/+3
*
asyncio: sync with Tulip
Victor Stinner
2014-07-10
1
-6/+18
*
asyncio: sync with Tulip
Victor Stinner
2014-07-07
1
-2/+2
*
Closes #21886, #21447: Fix a race condition in asyncio when setting the result
Victor Stinner
2014-07-05
1
-0/+6
*
asyncio: sync with Tulip
Victor Stinner
2014-07-02
1
-6/+8
*
asyncio: sync with Tulip
Victor Stinner
2014-06-30
1
-8/+49
*
asyncio: sync with Tulip, add a new asyncio.coroutines module
Victor Stinner
2014-06-28
1
-0/+140