COMMITS
/ Lib/test/test_asyncio/test_transports.py May 24, 2026
M
July 9, 2025
J
gh-134657: Remove newly added private names from asyncio.__all__ (#134665)
Jelle Zijlstra committed
December 18, 2024
K
gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)
Kumar Aditya committed
February 10, 2022
A
Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (GH-31253)
Andrew Svetlov committed
September 13, 2019
A
bpo-38148: Add slots to asyncio transports (GH-16077)
Andrew Svetlov committed
December 19, 2017
A
Improve test coverage (#4924)
Andrew Svetlov committed
November 5, 2014
V
asyncio: Move loop attribute to _FlowControlMixin
Victor Stinner committed
August 25, 2014
V
asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_limits() method
Victor Stinner committed
February 26, 2014
V
asyncio: Replace "unittest.mock" with "mock" in unit tests
Victor Stinner committed
February 19, 2014
Y
asyncio: WriteTransport.set_write_buffer_size to call _maybe_pause_protocol
Yury Selivanov committed
January 25, 2014
V
Update asyncio from the Tulip project
Victor Stinner committed
December 3, 2013
G
asyncio: Improve default writelines().
Guido van Rossum committed
October 20, 2013
A
Make various asyncio test files individually runnable
Antoine Pitrou committed
October 18, 2013
G
Rename Transport.pause/resume to pause_reading/pause_writing. Also relax timeout in test_call_later().
Guido van Rossum committed
October 17, 2013
G
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum committed