| Commit message (Expand) | Author | Age | Files | Lines |
* | asyncio: add a note about (non) thread safety in each class | Victor Stinner | 2015-02-25 | 1 | -0/+4 |
|
|
* | asyncio doc: annotate coroutine on coroutine functions and methods | Victor Stinner | 2015-02-12 | 1 | -8/+8 |
|
|
* | Closes #22348: Rephrase asyncio.StreamWriter.drain() documentation | Victor Stinner | 2014-11-28 | 1 | -4/+10 |
|
|
* | asyncio: add missing @coroutine decorator | Victor Stinner | 2014-10-12 | 1 | -0/+2 |
|
|
* | asyncio doc: add TCP echo client/server using streams | Victor Stinner | 2014-10-12 | 1 | -0/+78 |
|
|
* | asyncio doc: socket.socketpair() is not available on Windows yet | Victor Stinner | 2014-10-11 | 1 | -2/+5 |
|
|
* | asyncio doc: add examples showing the 3 ways to wait for data from an open | Victor Stinner | 2014-10-11 | 1 | -0/+50 |
|
|
* | asyncio doc: the "Get HTTP headers" example now supports HTTPS | Victor Stinner | 2014-10-11 | 1 | -6/+16 |
|
|
* | asyncio: update the doc | Victor Stinner | 2014-08-25 | 1 | -7/+6 |
|
|
* | Issue #22112, asyncio doc: replace loop.create_task(coro) with | Victor Stinner | 2014-08-10 | 1 | -1/+1 |
|
|
* | asyncio: improve the documentation of servers | Victor Stinner | 2014-07-11 | 1 | -12/+9 |
|
|
* | Update asyncio documentation | Victor Stinner | 2014-07-08 | 1 | -1/+2 |
|
|
* | asyncio.docs: Improve wordings; add a note to the Coroutines section. Issue #... | Yury Selivanov | 2014-02-20 | 1 | -7/+7 |
|
|
* | asyncio.docs: Improve documentation of Streams. Issue #20696. | Yury Selivanov | 2014-02-20 | 1 | -29/+43 |
|
|
* | asyncio doc: sort methods | Victor Stinner | 2014-02-08 | 1 | -5/+5 |
|
|
* | asyncio: document the new asyncio.subprocess module | Victor Stinner | 2014-02-02 | 1 | -3/+3 |
|
|
* | asyncio doc: add "asyncio-" prefix to references | Victor Stinner | 2014-02-02 | 1 | -1/+1 |
|
|
* | asyncio doc: close the loop at exit | Victor Stinner | 2014-01-28 | 1 | -0/+1 |
|
|
* | asyncio: IncompleteReadError is a subclass of EOFError | Victor Stinner | 2014-01-27 | 1 | -1/+1 |
|
|
* | asyncio: document the IncompleteReadError exception | Victor Stinner | 2014-01-27 | 1 | -1/+20 |
|
|
* | asyncio doc: document StreamWriter.drain() | Victor Stinner | 2014-01-24 | 1 | -2/+2 |
|
|
* | asyncio doc: add a "Coroutines and protocols" section | Victor Stinner | 2014-01-24 | 1 | -0/+2 |
|
|
* | asyncio: mention that transports/protocols are low-level, streams are high-level | Victor Stinner | 2014-01-24 | 1 | -3/+3 |
|
|
* | asyncio doc: add an client example using streams | Victor Stinner | 2014-01-23 | 1 | -0/+35 |
|
|
* | asyncio doc: Move streams to their own dedicated page | Victor Stinner | 2014-01-23 | 1 | -0/+207 |
|
|