summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_coroutines.py
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #24400: Add one more unittest for CoroutineType.__await__Yury Selivanov2015-07-011-0/+34
* test_coroutines: remove whitespaceYury Selivanov2015-06-301-1/+1
* Issue #24528: Improve error message for awaits in comprehensionsYury Selivanov2015-06-301-0/+10
* Issue #24400: Introduce a distinct type for 'async def' coroutines.Yury Selivanov2015-06-221-14/+146
* Issue 24374: Plug refleak in set_coroutine_wrapperYury Selivanov2015-06-041-2/+2
* Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefullyYury Selivanov2015-06-021-0/+20
* Issue 24226: Fix parsing of many sequential one-line 'def' statements.Yury Selivanov2015-05-181-0/+23
* Issue 24017: More tests for 'async for' and 'async with'.Yury Selivanov2015-05-131-0/+35
* Clean up test_coroutines a bit.Zachary Ware2015-05-131-12/+3
* Issue 24017: fix for "async with" refcountingNick Coghlan2015-05-131-1/+117
* Issue #24017: Unset asyncio event loop after test.Yury Selivanov2015-05-121-1/+3
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-121-0/+862