summaryrefslogtreecommitdiff
path: root/Lib/test/test_asyncio/test_futures.py
Commit message (Expand)AuthorAgeFilesLines
* correctly emulate error semantics of gen.throw in FutureIter_throwBenjamin Peterson2016-11-141-0/+9
* Merge 3.5 (issue #28634)Yury Selivanov2016-11-071-0/+23
|\
| * Issue #28634: Fix asyncio.isfuture() to support mocksYury Selivanov2016-11-071-0/+23
* | Merge 3.5 (issue #28613)Yury Selivanov2016-11-041-80/+87
|\ \ | |/ |/|
| * asyncio: Increase asyncio.Future test coverage; test both implementations.Yury Selivanov2016-10-231-81/+75
| * Issue #28492: Fix how StopIteration is raised in _asyncio.FutureYury Selivanov2016-10-201-0/+13
* | Issue #28613: Fix get_event_loop() to return the current loopYury Selivanov2016-11-041-0/+3
|/
* Merge asyncio upstream.Guido van Rossum2016-09-091-0/+68
* Issue #27041: asyncio: Add loop.create_future methodYury Selivanov2016-05-161-8/+9
* asyncio/tests: Ensure a gc_collect for __del__ testingYury Selivanov2016-05-131-0/+1
* asyncio: Prevent StopIteration from being thrown into a FutureYury Selivanov2016-03-021-0/+4
* asyncio: Cleanup Future APIYury Selivanov2015-11-171-4/+7
* Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel.Guido van Rossum2015-10-031-2/+0
* asyncio: sync with TulipVictor Stinner2015-01-151-0/+1
* asyncio: Truncate to 80 columnsVictor Stinner2015-01-091-8/+16
* asyncio: sync with TulipVictor Stinner2014-12-261-1/+1
* asyncio: sync with TulipVictor Stinner2014-12-181-1/+4
* asyncio: Fix formatting of the "Future exception was never retrieved" inVictor Stinner2014-11-201-23/+42
* asyncio: sync with TulipVictor Stinner2014-07-291-7/+10
* asyncio: sync with TulipVictor Stinner2014-07-101-0/+6
* asyncio: sync with TulipVictor Stinner2014-07-081-2/+2
* Closes #21886, #21447: Fix a race condition in asyncio when setting the resultVictor Stinner2014-07-051-0/+6
* asyncio: Fix unit tests on Windows, escape filenames in regexVictor Stinner2014-06-281-4/+4
* asyncio, Tulip issue 137: In debug mode, save traceback where Future, Task andVictor Stinner2014-06-271-0/+59
* asyncio, Tulip issue 177: Rewite repr() of Future, Task, Handle and TimerHandleVictor Stinner2014-06-251-14/+42
* asyncio: Refactor tests: add a base TestCase classVictor Stinner2014-06-181-18/+7
* asyncio: Replace "unittest.mock" with "mock" in unit testsVictor Stinner2014-02-261-8/+8
* asyncio: Fix spelling and typos.Yury Selivanov2014-02-181-1/+1
* asyncio: New error handling API. Issue #20681.Yury Selivanov2014-02-181-6/+6
* asyncio: Future.set_exception(exc) should instantiate exc if it is a class.Victor Stinner2014-01-301-0/+5
* Update asyncio from the Tulip projectVictor Stinner2014-01-251-50/+49
* asyncio: Pass cancellation from wrapping Future to wrapped Future. By Sa?l Ib...Guido van Rossum2013-11-221-0/+18
* Rename the logger to plain "logger".Guido van Rossum2013-10-171-6/+6
* Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-171-0/+329