summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-36889: Merge asyncio streams (GH-13251)Andrew Svetlov2019-05-271-0/+38
* bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)Andrew Svetlov2018-09-111-0/+2
* bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174)Yury Selivanov2018-05-281-0/+4
* bpo-32314: Implement asyncio.run() (#4852)Yury Selivanov2017-12-141-0/+2
* bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)Yury Selivanov2017-12-101-0/+2
* bpo-32154: Remove asyncio.selectors (#4605)Victor Stinner2017-11-281-15/+0
* Issue #23046: Expose the BaseEventLoop class in the asyncio namespaceVictor Stinner2015-01-061-1/+3
* Fix asyncio.__all__: export also unix_events and windows_events symbolsVictor Stinner2014-07-181-6/+7
* asyncio: sync with Tulip, add a new asyncio.coroutines moduleVictor Stinner2014-06-281-1/+3
* Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess moduleVictor Stinner2014-02-011-0/+2
* asyncio: Don't export BaseEventLoop, BaseSelectorEventLoop norVictor Stinner2014-01-251-7/+1
* Update asyncio from the Tulip projectVictor Stinner2014-01-251-5/+13
* asyncio: Add support for running subprocesses on Windows with the IOCP event ...Guido van Rossum2013-10-301-2/+10
* Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-171-0/+33