summaryrefslogtreecommitdiff
path: root/asyncio/selector_events.py
Commit message (Expand)AuthorAgeFilesLines
* pyflakes: remove unused importVictor Stinner2015-01-161-1/+0
* cleanup BaseSelectorEventLoopVictor Stinner2015-01-141-2/+3
* Python issue #23197: On SSL handshake failure on matching hostname, check ifVictor Stinner2015-01-141-1/+2
* Python issue #23197: On SSL handshake failure, check if the waiter is cancelledVictor Stinner2015-01-141-1/+1
* Python issue #22560: New SSL implementation based on ssl.MemoryBIOVictor Stinner2015-01-141-21/+24
* Remove outdated TODO/XXXVictor Stinner2015-01-091-1/+0
* sock_connect(): pass directly the fd to _sock_connect_done instead of the socketVictor Stinner2015-01-091-3/+3
* Truncate to 80 columnsVictor Stinner2015-01-091-3/+4
* _make_ssl_transport: make the waiter parameter optionalVictor Stinner2015-01-081-2/+2
* Python issue #22926: In debug mode, call_soon(), call_at() and call_later()Victor Stinner2014-12-261-1/+1
* Add run_aiotest.pyVictor Stinner2014-12-121-0/+1003