Guido van Rossum
|
1a316e82f6
|
Sync asyncio with upstream git repo (conditional import in test_pep492.py).
|
2015-12-12 17:01:47 -08:00 |
Yury Selivanov
|
576fe71c12
|
asyncio: Error if awaiting in parallel on the same coroutine
See https://github.com/python/asyncio/pull/293 for details.
|
2015-11-18 12:40:26 -05:00 |
Yury Selivanov
|
7ca6c55a4e
|
Issue #24867: Fix asyncio.Task.get_stack() for 'async def' coroutines
|
2015-08-17 14:46:51 -04:00 |
Yury Selivanov
|
6d0c4c38d1
|
asyncio.test_pep492: Add a test for asyncio.iscoroutinefunction
|
2015-08-05 14:47:33 -04:00 |
Yury Selivanov
|
00e3372358
|
Issue #24325, #24400: Add more unittests for types.coroutine; tweak wrapper implementation.
|
2015-06-24 11:44:51 -04:00 |
Yury Selivanov
|
fcba97242b
|
Issue #24495, #24400: Test asyncio.Task.repr in debug mode
|
2015-06-24 10:55:12 -04:00 |
Yury Selivanov
|
5ac716251f
|
Fix asyncio unittests in debug mode
|
2015-06-24 10:47:44 -04:00 |
Yury Selivanov
|
8f1c99321b
|
Issue #24400: Fix CoroWrapper for 'async def' coroutines
|
2015-06-24 10:32:22 -04:00 |
Yury Selivanov
|
e42cc38639
|
Issue 24017: Add a test for CoroWrapper and 'async def' coroutines
|
2015-05-31 21:44:05 -04:00 |
Yury Selivanov
|
439c5fe3ae
|
Issue 24004: Fix DeprecationWarning in a unittest
|
2015-05-31 11:28:35 -04:00 |
Yury Selivanov
|
ad583a8e6d
|
Issue 24004: Add a unittest for @asyncio.coroutine supporting Awaitables
|
2015-05-30 21:04:37 -04:00 |
Yury Selivanov
|
56fc614025
|
Issue 24315: Make collections.abc.Coroutine derived from Awaitable
|
2015-05-29 09:01:29 -04:00 |
Yury Selivanov
|
c41632a856
|
asyncio/tests: Drop unused import.
|
2015-05-13 15:37:48 -04:00 |
Yury Selivanov
|
6c792bd65a
|
asyncio: Add a test for asyncio.iscoroutine().
Test that asyncio.iscoroutine() supports 'async def' coroutines and
collections.abc.Coroutine types.
|
2015-05-13 15:34:12 -04:00 |
Yury Selivanov
|
33c6b569b7
|
Issue 24179: Support 'async for' for asyncio.StreamReader.
|
2015-05-13 14:23:29 -04:00 |
Yury Selivanov
|
29f88c22e6
|
Issue 24178: support 'async with' for asyncio locks.
|
2015-05-13 14:10:38 -04:00 |