index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
asyncio-stream.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-100226: Clarify StreamReader.read behavior (GH-101807)
Miss Islington (bot)
2023-02-17
1
-2/+10
*
gh-100920: Update documentation for `asyncio.StreamWriter.wait_closed` (GH-10...
Miss Islington (bot)
2023-02-03
1
-2/+8
*
gh-84747: Add `async for` comment for StreamReader (GH-98633)
Miss Islington (bot)
2022-10-26
1
-1/+2
*
GH-88968: Add notes about socket ownership transfers (GH-97936)
Miss Islington (bot)
2022-10-05
1
-0/+24
*
gh-86986: Drop compatibility support for Sphinx 2 (GH-93737)
Miss Islington (bot)
2022-06-21
1
-1/+1
*
[3.10] bpo-43215: Document Happy Eyeballs args of asyncio.open_connection (GH...
Illia Volochii
2022-03-14
1
-1/+5
*
bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388)
Miss Islington (bot)
2022-02-18
1
-40/+14
*
bpo-45351, asyncio: Enhance echo server example, print all addresses (GH-28828)
Miss Islington (bot)
2021-10-11
1
-2/+2
*
[3.10] bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-2...
Miss Islington (bot)
2021-05-26
1
-0/+29
*
bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility (GH-24282)
Julien Palard
2021-01-25
1
-1/+1
*
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
Andre Delfino
2020-12-17
1
-5/+5
*
bpo-42392: Remove deprecated loop parameter from docs (GH-23552)
Yurii Karabas
2020-11-29
1
-15/+8
*
bpo-38738: Fix formatting of True and False. (GH-17083)
Serhiy Storchaka
2019-11-12
1
-2/+2
*
docs: Add asyncio source code links (GH-16640)
Kyle Stanley
2019-10-10
1
-0/+4
*
bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482)
Yury Selivanov
2019-09-30
1
-499/+64
*
bpo-36889: Document Stream class and add docstrings (GH-14488)
Xtreak
2019-09-13
1
-5/+174
*
bpo-36889: Document asyncio Stream and StreamServer (GH-14203)
Xtreak
2019-06-24
1
-61/+277
*
bpo-37105: Add deprecated-remove information on stream doc (#13672)
Emmanuel Arias
2019-05-31
1
-0/+16
*
bpo-36802: Drop awrite()/aclose(), support await write() and await close() in...
Andrew Svetlov
2019-05-09
1
-31/+59
*
bpo-11233: Create availability directive for documentation (GH-9692)
Cheryl Sabella
2018-10-12
1
-2/+2
*
bpo-33649: A copy-editing pass on asyncio documentation (GH-9376)
Elvis Pranskevichus
2018-09-17
1
-36/+32
*
bpo-33649: Add low-level APIs index. (GH-9364)
Yury Selivanov
2018-09-17
1
-5/+5
*
bpo-33649: Add high-level APIs cheat-sheet (GH-9319)
Yury Selivanov
2018-09-14
1
-0/+2
*
bpo-34666: Implement stream.awrite() and stream.aclose() (GH-9274)
Andrew Svetlov
2018-09-13
1
-21/+45
*
bpo-33649: Cleanup asyncio/streams and asyncio/synchronization docs (GH-9192)
Yury Selivanov
2018-09-12
1
-113/+73
*
bpo-34613: document the correct value of limit argument of asyncio.StreamRead...
Bram
2018-09-11
1
-1/+3
*
bpo-33649: First asyncio docs improvement pass (GH-9142)
Yury Selivanov
2018-09-11
1
-152/+142
*
bpo-34335: Use async/await syntax in documentation examples (GH-8674)
Mikhail Terekhov
2018-08-07
1
-2/+1
*
bpo-33736: Improve the documentation of asyncio stream APIs (GH-7326)
Elvis Pranskevichus
2018-06-08
1
-30/+67
*
bpo-32391: Implement StreamWriter.wait_closed() (#5281)
Andrew Svetlov
2018-01-24
1
-0/+15
*
bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779)
Andrew Svetlov
2017-12-11
1
-16/+13
*
bpo-32154: Remove asyncio.windows_utils.socketpair (#4609)
Victor Stinner
2017-11-28
1
-4/+1
*
Add the link to asyncio source code in the docs (GH-2373)
lf
2017-07-25
1
-0/+2
*
Fix default value of StreamReader.readuntil()
Berker Peksag
2016-10-17
1
-1/+1
*
Issue #27700: Document AbstractEventLoop, not BaseEventLoop.
Guido van Rossum
2016-08-08
1
-9/+9
*
docs: Update asyncio docs & whatsnew
Yury Selivanov
2016-05-16
1
-0/+36
*
Trivial typo
Jesus Cea
2016-04-19
1
-1/+1
*
Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart.
Ned Deily
2016-02-16
1
-1/+1
*
docs/asyncio: Twek sections names per Nick Coghlan suggestion
Yury Selivanov
2015-12-17
1
-3/+3
*
Issue #24885: Update note in docs about stream convenience functions.
Guido van Rossum
2015-10-19
1
-4/+7
*
Fix English phrasing.
R David Murray
2015-09-27
1
-2/+2
*
Marked keystrokes with the :kbd: role.
Serhiy Storchaka
2015-09-12
1
-1/+1
*
docs/asyncio: Document new ensure_future() and deprecated async()
Yury Selivanov
2015-05-11
1
-1/+1
*
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
[next]