summaryrefslogtreecommitdiff
path: root/tests/test_tasks.py
Commit message (Expand)AuthorAgeFilesLines
* Ugly hack to support Python 3.5 with the PEP 479Victor Stinner2016-02-051-9/+25
* Merge asyncio into trolliusVictor Stinner2015-09-081-0/+33
|\
| * Fix Task.get_stask() for 'async def' coroutineslistmasterYury Selivanov2015-08-141-0/+32
* | get unittest from trollius.test_utilsVictor Stinner2015-07-091-3/+3
* | Python 2.7 fixesVictor Stinner2015-07-091-12/+13
* | Fix Python 3.4 issuesVictor Stinner2015-07-091-31/+2
* | Port asyncio to Python 2, tests/ directoryVictor Stinner2015-07-071-196/+187
* | Replace asyncio with trollius in code and configVictor Stinner2015-07-061-6/+6
|/
* Fix CoroWrapper for 'async def' coroutinesYury Selivanov2015-06-241-1/+2
* Support PEP 492 native coroutines.Yury Selivanov2015-05-111-2/+2
* Use DeprecationWarning for async()Yury Selivanov2015-05-111-1/+1
* Deprecate async() function in favour of ensure_future()Yury Selivanov2015-05-111-21/+27
* Fix script_helper imports for 3.4Yury Selivanov2015-05-111-2/+7
* Sync script_helper import with CPythonYury Selivanov2015-05-111-1/+1
* Fix @coroutine for functions without __name__issue_222Victor Stinner2015-04-141-21/+44
* Python issue #23208: Add BaseEventLoop._current_handleVictor Stinner2015-01-261-0/+2019