Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | asyncio doc: link create_connection() to open_connection() and create_server() | Victor Stinner | 2014-01-23 | 1 | -0/+10 |
* | asyncio doc: replace "coroutine" with "coroutine object" or "coroutine function" | Victor Stinner | 2014-01-16 | 1 | -8/+8 |
* | Fix Sphinx markup for asyncio modules so :mod:`asyncio` links work. | R David Murray | 2013-12-20 | 1 | -1/+1 |
* | asyncio doc: rewrite the callback hello world to use call_soon() instead of a | Victor Stinner | 2013-12-10 | 1 | -1/+1 |
* | asyncio doc: oh, asyncio module has its own Future class | Victor Stinner | 2013-12-03 | 1 | -1/+1 |
* | asyncio doc: fix definition of stop() method | Victor Stinner | 2013-12-03 | 1 | -1/+1 |
* | asyncio doc: write a complete TCP echo example, client and server | Victor Stinner | 2013-12-03 | 1 | -1/+1 |
* | asyncio doc: move coroutine example to the Task page | Victor Stinner | 2013-12-03 | 1 | -19/+9 |
* | Split asyncio documentation into subfiles | Victor Stinner | 2013-12-03 | 1 | -0/+367 |