COMMITS
/ Lib/asyncio/transports.py February 17, 2024
J
gh-113812: Allow DatagramTransport.sendto to send empty data (#115199)
Jamie Phan committed
March 5, 2022
S
Remove trailing spaces (GH-31695)
Serhiy Storchaka committed
February 1, 2022
August 20, 2020
C
bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914)
Cleber Rosa committed
September 13, 2019
A
bpo-38148: Add slots to asyncio transports (GH-16077)
Andrew Svetlov committed
May 27, 2019
Y
bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528)
Yury Selivanov committed
December 18, 2017
Y
bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914)
Yury Selivanov committed
December 10, 2017
Y
bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)
Yury Selivanov committed
April 25, 2017
I
bpo-29617: Remove Python 3.3 support from asyncio (GH-232)
INADA Naoki committed
September 12, 2016
Y
asyncio: Add set_protocol / get_protocol methods to Transports
Yury Selivanov committed
November 16, 2015
Y
asyncio: Add Transport.is_closing()
Yury Selivanov committed
November 2, 2015
S
Issue #25523: Further a-to-an corrections.
Serhiy Storchaka committed
July 25, 2015
V
asyncio: sync with github
Victor Stinner committed
V
asyncio: Add asyncio.compat module
Victor Stinner 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 19, 2014
Y
asyncio: WriteTransport.set_write_buffer_size to call _maybe_pause_protocol
Yury Selivanov committed
February 18, 2014
Y
asyncio.transports: Make _ProactorBasePipeTransport use _FlowControlMixin
Yury Selivanov committed
January 2, 2014
V
asyncio: make PY34 symbol private (rename it to _PY34)
Victor Stinner committed
December 20, 2013
G
asyncio: Export all abstract protocol and transport classes. Fixes issue #20029.
Guido van Rossum committed
December 3, 2013
G
asyncio: Improve default writelines().
Guido van Rossum committed
November 30, 2013
G
asyncio: Use Interface instead of ABC. Fixes issue 19726.
Guido van Rossum committed
November 23, 2013
A
Fix transport docstrings
Antoine Pitrou committed
October 18, 2013
G
Write flow control for asyncio (includes asyncio.streams overhaul).
Guido van Rossum committed
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