summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-stream.rst
Commit message (Expand)AuthorAgeFilesLines
* asyncio.docs: Improve wordings; add a note to the Coroutines section. Issue #...Yury Selivanov2014-02-201-7/+7
* asyncio.docs: Improve documentation of Streams. Issue #20696.Yury Selivanov2014-02-201-29/+43
* asyncio doc: sort methodsVictor Stinner2014-02-081-5/+5
* asyncio: document the new asyncio.subprocess moduleVictor Stinner2014-02-021-3/+3
* asyncio doc: add "asyncio-" prefix to referencesVictor Stinner2014-02-021-1/+1
* asyncio doc: close the loop at exitVictor Stinner2014-01-281-0/+1
* asyncio: IncompleteReadError is a subclass of EOFErrorVictor Stinner2014-01-271-1/+1
* asyncio: document the IncompleteReadError exceptionVictor Stinner2014-01-271-1/+20
* asyncio doc: document StreamWriter.drain()Victor Stinner2014-01-241-2/+2
* asyncio doc: add a "Coroutines and protocols" sectionVictor Stinner2014-01-241-0/+2
* asyncio: mention that transports/protocols are low-level, streams are high-levelVictor Stinner2014-01-241-3/+3
* asyncio doc: add an client example using streamsVictor Stinner2014-01-231-0/+35
* asyncio doc: Move streams to their own dedicated pageVictor Stinner2014-01-231-0/+207