summaryrefslogtreecommitdiff
path: root/Lib/test/test_asyncio/test_tasks.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports.Serhiy Storchaka2016-12-161-1/+0
* Issue #28843: Fix asyncio C Task to handle exceptions __traceback__.Yury Selivanov2016-12-011-0/+15
* Merge 3.5 (issue #28703)Yury Selivanov2016-11-151-0/+2
|\
| * Issue #28703: Fix asyncio.iscoroutinefunction to handle Mock objects.Yury Selivanov2016-11-151-0/+2
* | Merge 3.5 (issue #28613)Yury Selivanov2016-11-041-134/+305
|\ \ | |/ |/|
| * Issue #28544: Implement asyncio.Task in C.Yury Selivanov2016-10-281-134/+305
* | Issue #28613: Fix get_event_loop() to return the current loopYury Selivanov2016-11-041-0/+5
|/
* Issue #26923: Fix asyncio.Gather to refuse being cancelled once all children ...Yury Selivanov2016-10-211-0/+30
* Issue #27972: Prohibit Tasks to await on themselves.Yury Selivanov2016-10-091-0/+11
* Misc asyncio improvements from upstreamGuido van Rossum2016-09-301-0/+31
* asyncio: Remove asyncio.timeout() context manager.Yury Selivanov2016-06-081-187/+0
* Fix test_asyncio.test_timeout_disable()Victor Stinner2016-04-181-1/+3
* asyncio: allow None as wait timeoutVictor Stinner2016-04-011-0/+16
* asyncio: Fix @coroutine to recognize CoroWrapper (issue #25647)Yury Selivanov2016-03-021-0/+24
* test_asyncio: fix test_timeout_time()Victor Stinner2016-02-011-1/+2
* Sync with asyncio repoAndrew Svetlov2016-01-111-0/+169
* asyncio/tests: Fix a ResourceWarning due to unclosed loopYury Selivanov2015-12-161-0/+4
* asyncio: Make Tasks check if Futures are attached to the same event loopYury Selivanov2015-12-111-0/+15
* asyncio: Fix sporadic failing unittests in debug modeYury Selivanov2015-11-131-14/+18
* asyncio: Optimize asyncio.sleep(0)Yury Selivanov2015-11-051-0/+24
* Docs and one small improvement for issue #25304, by Vincent Michel.Guido van Rossum2015-10-051-0/+21
* Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel.Guido van Rossum2015-10-031-0/+67
* asyncio: ensure_future() now understands awaitablesYury Selivanov2015-10-021-0/+18
* Issue #24867: Fix Task.get_stack() for 'async def' coroutinesYury Selivanov2015-08-141-0/+32
* Issue #24400: Fix CoroWrapper for 'async def' coroutinesYury Selivanov2015-06-241-1/+2
* asyncio: Support PEP 492. Issue #24017.Yury Selivanov2015-05-111-2/+2
* asyncio: async() function is deprecated in favour of ensure_future().Yury Selivanov2015-05-111-21/+27
* Sync asyncio changes from the main repo.Yury Selivanov2015-05-111-2/+7
* Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions witho...Guido van Rossum2015-05-021-21/+44
* Closes #23219: cancelling asyncio.wait_for() now cancels the taskVictor Stinner2015-01-151-0/+27
* asyncio: Truncate to 80 columnsVictor Stinner2015-01-091-4/+8
* asyncio: sync with TulipVictor Stinner2014-12-261-5/+5
* asyncio: sync with TulipVictor Stinner2014-12-181-2/+6
* asyncio.test_tasks: Fix test_env_var_debug to use correct asyncio moduleYury Selivanov2014-09-251-4/+11
* asyncio, Tulip issue 201: Fix a race condition in wait_for()Victor Stinner2014-08-281-0/+15
* asyncio: sync with TulipVictor Stinner2014-07-291-0/+6
* asyncio: test_as_completed(): disable "slow callback" warningVictor Stinner2014-07-161-0/+2
* Issue #21163: Fix "destroy pending task" warning in test_wait_errors()Victor Stinner2014-07-161-4/+7
* asyncio: sync with TulipVictor Stinner2014-07-111-5/+4
* asyncio: sync with TulipVictor Stinner2014-07-111-8/+3
* asyncio: sync with TulipVictor Stinner2014-07-111-7/+42
* asyncio: sync with TulipVictor Stinner2014-07-081-0/+3
* Closes #21886, #21447: Fix a race condition in asyncio when setting the resultVictor Stinner2014-07-051-0/+4
* asyncio: sync with TulipVictor Stinner2014-07-031-0/+11
* asyncio: Fix test_sleep_cancel(): call_later() mock has no self parameterVictor Stinner2014-07-011-2/+2
* asyncio: sync with TulipVictor Stinner2014-06-301-0/+1
* asyncio: sync with Tulip, add a new asyncio.coroutines moduleVictor Stinner2014-06-291-17/+17
* asyncio: Fix two "Coroutine xxx was never yielded from" messages in testsVictor Stinner2014-06-281-2/+6
* asyncio: Fix unit tests on Windows, escape filenames in regexVictor Stinner2014-06-281-2/+2
* asyncio, Tulip issue 137: In debug mode, save traceback where Future, Task andVictor Stinner2014-06-271-0/+14