COMMITS
/ Doc/library/asyncio-stream.rst October 4, 2025
K
gh-138703: clarify data buffer requirement of `asyncio.StreamWriter.write` (#139564)
Kumar Aditya committed
August 18, 2025
May 27, 2025
February 22, 2025
S
gh-121970: Replace `.. coroutine{method,function}` with `:async:` (#130448)
sobolevn committed
November 17, 2024
B
gh-126896: Fix docs about `asyncio.start_server()` (#126897)
beavailable committed
April 11, 2024
B
gh-117722: Fix Stream.readuntil with non-bytes buffer objects (#117723)
Bruce Merry committed
April 8, 2024
B
gh-81322: support multiple separators in StreamReader.readuntil (#16429)
Bruce Merry committed
March 3, 2024
H
gh-116281: Remove wrong '\' from '\*' in some doc signatures (#116282)
HarryLHW committed
January 22, 2024
E
Docs: align usage of versionadded/versionchanged with recommended practice (#114409)
Erlend E. Aasland committed
November 25, 2023
H
gh-101100: Fix Sphinx reference warnings (GH-112416)
Hugo van Kemenade committed
September 28, 2023
D
Whitespace fix in asyncio-stream.rst (#110015)
Davide Rizzo committed
February 17, 2023
J
gh-100226: Clarify StreamReader.read behavior (#101807)
Jan Gosmann committed
February 3, 2023
V
gh-100920: Update documentation for `asyncio.StreamWriter.wait_closed` (#101514)
Viet Than committed
February 1, 2023
December 14, 2022
B
gh-100248: Add missing `ssl_shutdown_timeout` parameter in `asyncio` docs (#100249)
busywhitespace committed
October 26, 2022
S
gh-84747: Add `async for` comment for StreamReader (#98633)
Stanley committed
October 5, 2022
G
GH-88968: Add notes about socket ownership transfers (#97936)
Guido van Rossum committed
June 21, 2022
A
gh-86986: Drop compatibility support for Sphinx 2 (GH-93737)
Adam Turner committed
May 8, 2022
O
Fix the `versionadded` for asyncio.StreamWriter.start_tls() (#92378)
Oleg Iarygin committed
April 15, 2022
O
gh-79156: Add start_tls() method to streams API (#91453)
Oleg Iarygin committed
March 12, 2022
I
bpo-43215: Document Happy Eyeballs args of asyncio.open_connection (GH-24525)
Illia Volochii committed
February 18, 2022
S
bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388)
Serhiy Storchaka committed
November 25, 2021
S
Add missing 'await writer.drain()' call to example (GH-29162)
Sergey Kolesnikov committed
October 11, 2021
O
bpo-45351, asyncio: Enhance echo server example, print all addresses (GH-28828)
Olaf van der Spek committed
May 26, 2021
K
January 25, 2021
J
bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility (GH-24282)
Julien Palard committed
December 17, 2020
A
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
Andre Delfino committed
November 29, 2020
Y
bpo-42392: Remove deprecated loop parameter from docs (GH-23552)
Yurii Karabas committed
November 12, 2019
S
bpo-38738: Fix formatting of True and False. (GH-17083)
Serhiy Storchaka committed
October 10, 2019
K
docs: Add asyncio source code links (GH-16640)
Kyle Stanley committed
September 30, 2019
Y
bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482)
Yury Selivanov committed
September 13, 2019
X
bpo-36889: Document Stream class and add docstrings (GH-14488)
Xtreak committed
June 24, 2019
X
bpo-36889: Document asyncio Stream and StreamServer (GH-14203)
Xtreak committed
May 31, 2019
E
bpo-37105: Add deprecated-remove information on stream doc (#13672)
Emmanuel Arias committed
May 9, 2019
A
bpo-36802: Drop awrite()/aclose(), support await write() and await close() instead (#13099)
Andrew Svetlov committed
October 12, 2018
C
bpo-11233: Create availability directive for documentation (GH-9692)
Cheryl Sabella committed
September 17, 2018
E
bpo-33649: A copy-editing pass on asyncio documentation (GH-9376)
Elvis Pranskevichus committed
Y
bpo-33649: Add low-level APIs index. (GH-9364)
Yury Selivanov committed
September 14, 2018
Y
bpo-33649: Add high-level APIs cheat-sheet (GH-9319)
Yury Selivanov committed
September 13, 2018
A
bpo-34666: Implement stream.awrite() and stream.aclose() (GH-9274)
Andrew Svetlov committed
September 12, 2018
Y
bpo-33649: Cleanup asyncio/streams and asyncio/synchronization docs (GH-9192)
Yury Selivanov committed
September 11, 2018
B
Y
bpo-33649: First asyncio docs improvement pass (GH-9142)
Yury Selivanov committed
August 7, 2018
M
bpo-34335: Use async/await syntax in documentation examples (GH-8674)
Mikhail Terekhov committed
June 8, 2018
E
bpo-33736: Improve the documentation of asyncio stream APIs (GH-7326)
Elvis Pranskevichus committed
January 24, 2018
A
bpo-32391: Implement StreamWriter.wait_closed() (#5281)
Andrew Svetlov committed
December 11, 2017
A
bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779)
Andrew Svetlov committed
November 28, 2017
V
bpo-32154: Remove asyncio.windows_utils.socketpair (#4609)
Victor Stinner committed
July 25, 2017
L
October 17, 2016
B
Fix default value of StreamReader.readuntil()
Berker Peksag committed