summaryrefslogtreecommitdiff
path: root/asyncio/futures.py
Commit message (Expand)AuthorAgeFilesLines
* Fix @coroutine for functions without __name__issue_222Victor Stinner2015-04-141-1/+1
* Python issue #23243: On Python 3.4 and newer, emit a ResourceWarning when anVictor Stinner2015-01-291-3/+3
* Python issue #23208: Add BaseEventLoop._current_handleVictor Stinner2015-01-261-0/+409