summaryrefslogtreecommitdiff
path: root/asyncio/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Python 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
* Move coroutine code in the new module asyncio.coroutinesVictor Stinner2014-06-291-1/+3
* Merge (manually) the subprocess_stream into defaultVictor Stinner2014-02-011-0/+2
* Don't export BaseEventLoop, BaseSelectorEventLoop nor BaseProactorEventLoopVictor Stinner2014-01-251-7/+1
* Export more symbols: BaseEventLoop, BaseProactorEventLoop,Victor Stinner2014-01-251-5/+13
* Restore asyncio/__init__.py to have the same file in Python 3.4 and TulipVictor Stinner2014-01-211-3/+7
* Fix timeout rounding issues in selectorsVictor Stinner2014-01-211-7/+3
* Tweak import of _overlapped and add instructions README (mostly for myself :-).Guido van Rossum2013-10-291-2/+10
* Add fakery so "from asyncio import selectors" always works.Guido van Rossum2013-10-141-0/+7
* Rename tulip package to asyncio.Guido van Rossum2013-10-141-0/+26