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
/
test
/
test_coroutines.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Issue #24400: Add one more unittest for CoroutineType.__await__
Yury Selivanov
2015-07-01
1
-0/+34
*
test_coroutines: remove whitespace
Yury Selivanov
2015-06-30
1
-1/+1
*
Issue #24528: Improve error message for awaits in comprehensions
Yury Selivanov
2015-06-30
1
-0/+10
*
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Yury Selivanov
2015-06-22
1
-14/+146
*
Issue 24374: Plug refleak in set_coroutine_wrapper
Yury Selivanov
2015-06-04
1
-2/+2
*
Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully
Yury Selivanov
2015-06-02
1
-0/+20
*
Issue 24226: Fix parsing of many sequential one-line 'def' statements.
Yury Selivanov
2015-05-18
1
-0/+23
*
Issue 24017: More tests for 'async for' and 'async with'.
Yury Selivanov
2015-05-13
1
-0/+35
*
Clean up test_coroutines a bit.
Zachary Ware
2015-05-13
1
-12/+3
*
Issue 24017: fix for "async with" refcounting
Nick Coghlan
2015-05-13
1
-1/+117
*
Issue #24017: Unset asyncio event loop after test.
Yury Selivanov
2015-05-12
1
-1/+3
*
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
2015-05-12
1
-0/+862
[prev]