summaryrefslogtreecommitdiff
path: root/asyncio/futures.py
Commit message (Collapse)AuthorAgeFilesLines
* Python issue #23209: Break some reference cycles in asyncio. Patch written byVictor Stinner2015-01-091-1/+1
| | | | Martin Richard.
* Remove outdated TODO/XXXVictor Stinner2015-01-091-2/+0
| | | | | | | | | | * Yes, futures errors (Error, CancelledError, TimeoutError, ...) are aliases of concurrent.futures errors * InvalidStateError: the state is already logged in the message when the exception is raised * call_exception_handler() now makes possible to decide how to handle exceptions * Add a docstring to _UnixDefaultEventLoopPolicy
* Add run_aiotest.pyVictor Stinner2014-12-121-0/+411