COMMITS
/ Lib/asyncio/transports.py 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