summaryrefslogtreecommitdiff
path: root/Doc/library/asyncio-stream.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-45351, asyncio: Enhance echo server example, print all addresses (GH-28828)Miss Islington (bot)2021-10-111-2/+2
* Revert "[3.9] [doc] Fix erroneous backslashes in signatures and names (GH-236...Julien Palard2021-01-041-1/+1
* [3.9] [doc] Fix erroneous backslashes in signatures and names (GH-23658) (GH-...Andre Delfino2020-12-211-5/+5
* bpo-38738: Fix formatting of True and False. (GH-17083)Serhiy Storchaka2019-11-121-2/+2
* docs: Add asyncio source code links (GH-16640)Kyle Stanley2019-10-101-0/+4
* bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482)Yury Selivanov2019-09-291-499/+64
* bpo-36889: Document Stream class and add docstrings (GH-14488)Xtreak2019-09-131-5/+174
* bpo-36889: Document asyncio Stream and StreamServer (GH-14203)Xtreak2019-06-241-61/+277
* bpo-37105: Add deprecated-remove information on stream doc (#13672)Emmanuel Arias2019-05-311-0/+16
* bpo-36802: Drop awrite()/aclose(), support await write() and await close() in...Andrew Svetlov2019-05-091-31/+59
* bpo-11233: Create availability directive for documentation (GH-9692)Cheryl Sabella2018-10-121-2/+2
* bpo-33649: A copy-editing pass on asyncio documentation (GH-9376)Elvis Pranskevichus2018-09-171-36/+32
* bpo-33649: Add low-level APIs index. (GH-9364)Yury Selivanov2018-09-171-5/+5
* bpo-33649: Add high-level APIs cheat-sheet (GH-9319)Yury Selivanov2018-09-141-0/+2
* bpo-34666: Implement stream.awrite() and stream.aclose() (GH-9274)Andrew Svetlov2018-09-131-21/+45
* bpo-33649: Cleanup asyncio/streams and asyncio/synchronization docs (GH-9192)Yury Selivanov2018-09-111-113/+73
* bpo-34613: document the correct value of limit argument of asyncio.StreamRead...Bram2018-09-111-1/+3
* bpo-33649: First asyncio docs improvement pass (GH-9142)Yury Selivanov2018-09-111-152/+142
* bpo-34335: Use async/await syntax in documentation examples (GH-8674)Mikhail Terekhov2018-08-071-2/+1
* bpo-33736: Improve the documentation of asyncio stream APIs (GH-7326)Elvis Pranskevichus2018-06-081-30/+67
* bpo-32391: Implement StreamWriter.wait_closed() (#5281)Andrew Svetlov2018-01-251-0/+15
* bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779)Andrew Svetlov2017-12-111-16/+13
* bpo-32154: Remove asyncio.windows_utils.socketpair (#4609)Victor Stinner2017-11-281-4/+1
* Add the link to asyncio source code in the docs (GH-2373)lf2017-07-251-0/+2
* 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