COMMITS
/ Doc/library/asyncio-protocol.rst March 21, 2026
H
Docs: replace all `datetime` imports with `import datetime as dt` (#145640)
Hugo van Kemenade committed
August 16, 2025
K
gh-90483: fix docs of `SubprocessTransport.get_pipe_transport ` (#137852)
Kumar Aditya committed
February 17, 2024
J
gh-113812: Allow DatagramTransport.sendto to send empty data (#115199)
Jamie Phan committed
February 12, 2024
H
gh-101100: Fix Sphinx warnings in `whatsnew/2.7.rst` and related (#115319)
Hugo van Kemenade committed
September 20, 2023
V
gh-108973: Fix asyncio test_subprocess_consistent_callbacks() (#109431)
Victor Stinner committed
September 5, 2023
N
gh-108903: Remove unneeded `lambda`s from `asyncio` (GH-108904)
Nikita Sobolev committed
October 24, 2022
K
GH-91635: clarify docs about closing of transport in asyncio (#98563)
Kumar Aditya committed
October 7, 2022
H
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade committed
May 14, 2021
K
Subprocess Protocols Documentation (GH-20950)
kudavid committed
July 10, 2020
M
Fix typo in docs: 'created by th' -> 'created by the' (GH-21384)
marload committed
December 7, 2019
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 17, 2019
H
bpo-38192: Fix remaining passing of "loop" in the protocol examples (GH-16202)
Hrvoje Nikšić committed
September 15, 2019
H
bpo-38178: Don't explicitly pass "loop" to EchoClientProtocol. (GH-16159)
Hrvoje Nikšić committed
June 24, 2019
X
bpo-36889: Document asyncio Stream and StreamServer (GH-14203)
Xtreak committed
February 10, 2019
P
Fix broken :ref: in asyncio docs (GH-11805)
Pablo Galindo committed
October 15, 2018
September 28, 2018
V
bpo-34687: Update asyncio doc for ProactorEventLoop (GH-9623)
Victor Stinner 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: Refresh Tasks and Futures pages (#9314)
Yury Selivanov committed
C
bpo-33649 Polish asyncio docs on queues, protocols, and subproccesses (#9306)
Carol Willing committed
September 12, 2018
B
bpo-33649: Fix doc to reflect changes in 47cd10d (or bpo-23347) (GH-9219)
Bumsik Kim committed
September 11, 2018
Y
bpo-33649: First asyncio docs improvement pass (GH-9142)
Yury Selivanov committed
May 28, 2018
Y
bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130)
Yury Selivanov committed
March 28, 2018
S
Fix duplicating words words. (GH-6296)
Serhiy Storchaka committed
January 29, 2018
Y
bpo-32251: Fix docs (#5408)
Yury Selivanov committed
January 28, 2018
Y
bpo-32251: Implement asyncio.BufferedProtocol. (#4755)
Yury Selivanov committed
December 18, 2017
Y
bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914)
Yury Selivanov 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
June 20, 2017
K
bpo-29933: Improve set_write_buffer_limits description (GH-2262)
Kojo Idrissa committed
April 7, 2017
B
Fix a minor typo. (#1032)
Barry Warsaw committed
February 27, 2017
M
Asyncio documentation: remove `self` from method signatures (GH-334)
Mariatta committed
December 12, 2016
Y
Issue #28089: Document TCP_NODELAY in asyncio
Yury Selivanov committed
November 7, 2016
B
Issue #28088: Don't include self in method signature
Berker Peksag committed
November 4, 2016
I
Issue #28088: Document Transport.set_protocol and get_protocol
INADA Naoki committed
October 19, 2016
S
Issue #19795: Mark up None as literal text.
Serhiy Storchaka committed
August 20, 2016
M
Minor spelling fixes
Martin Panter committed
August 8, 2016
G
Issue #27700: Document AbstractEventLoop, not BaseEventLoop.
Guido van Rossum committed
December 17, 2015
Y
docs/asyncio: Twek sections names per Nick Coghlan suggestion
Yury Selivanov committed
November 19, 2015
G
Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5)
Guido van Rossum committed
G
Issue #25593: Change semantics of EventLoop.stop().
Guido van Rossum committed
November 16, 2015
Y
asyncio.docs: Document Transport.is_closing (merge 3.4)
Yury Selivanov committed
Y
asyncio.docs: Document Transport.is_closing
Yury Selivanov committed
November 2, 2015
S
Issue #25523: Merge a-to-an corrections from 3.4.
Serhiy Storchaka committed
S
Issue #25523: Further a-to-an corrections.
Serhiy Storchaka committed