summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_pep492.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-29919: Remove unused imports found by pyflakes (#137)Victor Stinner2017-03-271-1/+0
* Issue #28613: Fix get_event_loop() to return the current loopYury Selivanov2016-11-041-0/+1
* Sync asyncio with upstream git repo (conditional import in test_pep492.py).Guido van Rossum2015-12-131-1/+4
* asyncio: Error if awaiting in parallel on the same coroutineYury Selivanov2015-11-181-0/+20
* Issue #24867: Fix asyncio.Task.get_stack() for 'async def' coroutinesYury Selivanov2015-08-171-0/+17
* asyncio.test_pep492: Add a test for asyncio.iscoroutinefunctionYury Selivanov2015-08-051-0/+4
* Issue #24325, #24400: Add more unittests for types.coroutine; tweak wrapper i...Yury Selivanov2015-06-241-0/+19
* Issue #24495, #24400: Test asyncio.Task.repr in debug modeYury Selivanov2015-06-241-0/+7
* Fix asyncio unittests in debug modeYury Selivanov2015-06-241-1/+1
* Issue #24400: Fix CoroWrapper for 'async def' coroutinesYury Selivanov2015-06-241-1/+24
* Issue 24017: Add a test for CoroWrapper and 'async def' coroutinesYury Selivanov2015-06-011-0/+14
* Issue 24004: Fix DeprecationWarning in a unittestYury Selivanov2015-05-311-1/+1
* Issue 24004: Add a unittest for @asyncio.coroutine supporting AwaitablesYury Selivanov2015-05-311-0/+13
* Issue 24315: Make collections.abc.Coroutine derived from AwaitableYury Selivanov2015-05-291-9/+5
* asyncio/tests: Drop unused import.Yury Selivanov2015-05-131-1/+0
* asyncio: Add a test for asyncio.iscoroutine().Yury Selivanov2015-05-131-0/+29
* Issue 24179: Support 'async for' for asyncio.StreamReader.Yury Selivanov2015-05-131-0/+19
* Issue 24178: support 'async with' for asyncio locks.Yury Selivanov2015-05-131-0/+68