summaryrefslogtreecommitdiff
path: root/asyncio/base_events.py
Commit message (Expand)AuthorAgeFilesLines
* Close transports on errorVictor Stinner2015-01-231-3/+21
* BaseEventLoop._create_connection_transport() catchs any exception, not onlyVictor Stinner2015-01-221-1/+1
* Cleanup BaseEventLoop._create_connection_transport()Victor Stinner2015-01-161-1/+1
* Fix BaseEventLoop._create_connection_transport()Victor Stinner2015-01-141-1/+6
* Truncate to 80 columnsVictor Stinner2015-01-091-2/+2
* _make_ssl_transport: make the waiter parameter optionalVictor Stinner2015-01-081-1/+1
* Python issue #23046: Expose the BaseEventLoop class in the asyncio namespaceVictor Stinner2015-01-061-1/+1
* Python issue #22926: In debug mode, call_soon(), call_at() and call_later()Victor Stinner2014-12-261-18/+20
* Python issue #23074: get_event_loop() now raises an exception if the thread hasVictor Stinner2014-12-181-1/+1
* Add run_aiotest.pyVictor Stinner2014-12-121-0/+1113