summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-eventloop.rst
Commit message (Expand)AuthorAgeFilesLines
...
* Merge latest Tulip into asyncioVictor Stinner2014-01-251-6/+0
* Issue #20311: asyncio: Add a granularity attribute to BaseEventLoop: maximumVictor Stinner2014-01-251-0/+6
* asyncio doc: move AbstractServer to the event loop pageVictor Stinner2014-01-241-0/+16
* asyncio doc: link create_connection() to open_connection() and create_server()Victor Stinner2014-01-231-0/+10
* asyncio doc: replace "coroutine" with "coroutine object" or "coroutine function"Victor Stinner2014-01-161-8/+8
* Fix Sphinx markup for asyncio modules so :mod:`asyncio` links work.R David Murray2013-12-201-1/+1
* asyncio doc: rewrite the callback hello world to use call_soon() instead of aVictor Stinner2013-12-101-1/+1
* asyncio doc: oh, asyncio module has its own Future classVictor Stinner2013-12-031-1/+1
* asyncio doc: fix definition of stop() methodVictor Stinner2013-12-031-1/+1
* asyncio doc: write a complete TCP echo example, client and serverVictor Stinner2013-12-031-1/+1
* asyncio doc: move coroutine example to the Task pageVictor Stinner2013-12-031-19/+9
* Split asyncio documentation into subfilesVictor Stinner2013-12-031-0/+367