summaryrefslogtreecommitdiff
path: root/asyncio/tasks.py
Commit message (Expand)AuthorAgeFilesLines
* Fix Task.get_stask() for 'async def' coroutineslistmasterYury Selivanov2015-08-141-1/+5
* Revert "tasks: Fix code style"Yury Selivanov2015-08-021-2/+3
* tasks: Fix code styleYury Selivanov2015-08-021-3/+2
* remove unused importsVictor Stinner2015-07-191-2/+0
* Add asyncio.compat moduleVictor Stinner2015-07-091-3/+2
* tasks: Drop useless code.Yury Selivanov2015-05-281-7/+2
* Support PEP 492 native coroutines.Yury Selivanov2015-05-111-2/+6
* Use DeprecationWarning for async()Yury Selivanov2015-05-111-1/+1
* Deprecate async() function in favour of ensure_future()Yury Selivanov2015-05-111-6/+21
* Cleanup gather(): use cancelled() method instead of using private FutureVictor Stinner2015-01-291-1/+1
* Python issue #23208: Add BaseEventLoop._current_handleVictor Stinner2015-01-261-0/+667