summaryrefslogtreecommitdiff
path: root/Doc/library/asyncio-stream.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix default value of StreamReader.readuntil()Berker Peksag2016-10-181-1/+1
* Issue #27700: Document AbstractEventLoop, not BaseEventLoop.Guido van Rossum2016-08-081-9/+9
* docs: Update asyncio docs & whatsnewYury Selivanov2016-05-161-0/+36
* Trivial typoJesus Cea2016-04-191-1/+1
* Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart.Ned Deily2016-02-161-1/+1
* docs/asyncio: Twek sections names per Nick Coghlan suggestionYury Selivanov2015-12-161-3/+3
* Issue #24885: Update note in docs about stream convenience functions.Guido van Rossum2015-10-191-4/+7
* Fix English phrasing.R David Murray2015-09-271-2/+2
* Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-121-1/+1
* docs/asyncio: Document new ensure_future() and deprecated async()Yury Selivanov2015-05-111-1/+1
* asyncio: add a note about (non) thread safety in each classVictor Stinner2015-02-251-0/+4
* asyncio doc: annotate coroutine on coroutine functions and methodsVictor Stinner2015-02-121-8/+8
* Closes #22348: Rephrase asyncio.StreamWriter.drain() documentationVictor Stinner2014-11-281-4/+10
* asyncio: add missing @coroutine decoratorVictor Stinner2014-10-131-0/+2
* asyncio doc: add TCP echo client/server using streamsVictor Stinner2014-10-121-0/+78
* asyncio doc: socket.socketpair() is not available on Windows yetVictor Stinner2014-10-111-2/+5
* asyncio doc: add examples showing the 3 ways to wait for data from an openVictor Stinner2014-10-111-0/+50
* asyncio doc: the "Get HTTP headers" example now supports HTTPSVictor Stinner2014-10-111-6/+16
* asyncio: update the docVictor Stinner2014-08-251-7/+6
* Issue #22112, asyncio doc: replace loop.create_task(coro) withVictor Stinner2014-08-111-1/+1
* asyncio: improve the documentation of serversVictor Stinner2014-07-111-12/+9
* Update asyncio documentationVictor Stinner2014-07-081-1/+2
* 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