summaryrefslogtreecommitdiff
path: root/asyncio/base_events.py
Commit message (Expand)AuthorAgeFilesLines
* BaseEventLoop: rename _owner to _thread_id3.4.3Victor Stinner2015-02-041-6/+6
* Only call _check_resolved_address() in debug modeVictor Stinner2015-02-041-16/+32
* Python issue #23243: On Python 3.4 and newer, emit a ResourceWarning when anVictor Stinner2015-01-291-0/+11
* Python issue #23208: Don't use the traceback of the current handle if weVictor Stinner2015-01-261-1/+2
* Python issue #23208: Add BaseEventLoop._current_handleVictor Stinner2015-01-261-0/+1151