Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | asyncio: don't document private functions | Victor Stinner | 2013-12-10 | 1 | -8/+0 | |
* | asyncio: fix 2nd task example | Victor Stinner | 2013-12-10 | 1 | -16/+16 | |
* | assyncio doc: rewrite, improve and move coroutine, Future and Task examples | Victor Stinner | 2013-12-10 | 1 | -142/+152 | |
* | asyncio: another Future example using add_done_callback() | Victor Stinner | 2013-12-09 | 1 | -2/+34 | |
* | asyncio doc: add an example with Future | Victor Stinner | 2013-12-09 | 1 | -0/+24 | |
* | asyncio doc: oh, asyncio module has its own Future class | Victor Stinner | 2013-12-03 | 1 | -12/+103 | |
* | asyncio doc: add one more example of coroutines | Victor Stinner | 2013-12-03 | 1 | -1/+65 | |
* | asyncio doc: reorder methods; typo | Victor Stinner | 2013-12-03 | 1 | -1/+1 | |
* | asyncio doc: move coroutine example to the Task page | Victor Stinner | 2013-12-03 | 1 | -0/+23 | |
* | Split asyncio documentation into subfiles | Victor Stinner | 2013-12-03 | 1 | -0/+232 | |