Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |