| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Sphinx markup for asyncio modules so :mod:`asyncio` links work. | R David Murray | 2013-12-20 | 1 | -1/+1 |
|
|
* | #19970: fix additional typo in 3.4 asyncio docs. | R David Murray | 2013-12-14 | 1 | -1/+1 |
|
|
* | asyncio doc: explain why the loop is running twice | Victor Stinner | 2013-12-09 | 1 | -29/+36 |
|
|
* | asyncio doc: add some notes on the ping example | Victor Stinner | 2013-12-04 | 1 | -18/+26 |
|
|
* | asyncio doc: oh, asyncio module has its own Future class | Victor Stinner | 2013-12-03 | 1 | -3/+4 |
|
|
* | Fix typo in asyncio.AbstractServer documentation | Victor Stinner | 2013-12-03 | 1 | -1/+1 |
|
|
* | asyncio doc: simplify ping example, remove the useless timeout | Victor Stinner | 2013-12-03 | 1 | -7/+3 |
|
|
* | asyncio doc: reorder methods; typo | Victor Stinner | 2013-12-03 | 1 | -13/+13 |
|
|
* | asyncio io: group transports and protocols in a new title | Victor Stinner | 2013-12-03 | 1 | -0/+4 |
|
|
* | asyncio doc: write a complete TCP echo example, client and server | Victor Stinner | 2013-12-03 | 1 | -45/+71 |
|
|
* | Split asyncio documentation into subfiles | Victor Stinner | 2013-12-03 | 1 | -0/+615 |
|
|