| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Python issue #23209: Break some reference cycles in asyncio. Patch written by | Victor Stinner | 2015-01-09 | 1 | -1/+1 |
| | | | | | Martin Richard. | ||||
| * | Remove outdated TODO/XXX | Victor Stinner | 2015-01-09 | 1 | -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.py | Victor Stinner | 2014-12-12 | 1 | -0/+411 |
