aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_asyncio/test_tasks.py
Commit message (Expand)AuthorAge
* asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166.Guido van Rossum2014-04-27
* asyncio: Add gi_{frame,running,code} properties to CoroWrapper (upstream #163).Guido van Rossum2014-04-15
* asyncio.tasks: Make sure CoroWrapper.send proxies one argument correctlyYury Selivanov2014-04-15
* asyncio.tasks: Fix CoroWrapper to workaround yield-from bug in CPython < 3.4.1Yury Selivanov2014-04-14
* asyncio: Fix pyflakes warnings: remove unused variables and importsVictor Stinner2014-02-26
* asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests.Victor Stinner2014-02-19
* asyncio: pep8-ify the code.Yury Selivanov2014-02-18
* asyncio: Change as_completed() to use a Queue, to avoid O(N**2) behavior. Fix...Guido van Rossum2014-02-12
* asyncio, Tulip issue 131: as_completed() and wait() now raises a TypeError ifVictor Stinner2014-02-11
* asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(),Victor Stinner2014-02-11
* asyncio: Test fix.Guido van Rossum2014-02-08
* asyncio.tasks: Fix as_completed, gather & wait to work with duplicate coroutinesYury Selivanov2014-02-06
* asyncio: Fix misc whitespace issues.Guido van Rossum2014-01-30
* asyncio: wait_for() now accepts None as timeout (Victor Stinner).Guido van Rossum2014-01-29
* Update asyncio from the Tulip projectVictor Stinner2014-01-25
* asyncio: wait_for() now cancels the future on timeout. Patch written by GustavoVictor Stinner2014-01-23
* asyncio: Clean up formatting.Guido van Rossum2013-12-19
* Close #19967: Thanks to the PEP 442, asyncio.Future can use a destructor inVictor Stinner2013-12-19
* asyncio: Add Task.current_task() class method.Guido van Rossum2013-12-06
* Issue #19589: Use specific asserts in asyncio tests.Serhiy Storchaka2013-11-14
* Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-17