Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
4f9b773a641734cc1ca43e9ff138a78759d56fb9
/
Lib
/
asyncio
/
transports.py
004adb9
asyncio: Move loop attribute to _FlowControlMixin
by Victor Stinner
· 11 years ago
52bb949
asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_limits() method
by Victor Stinner
· 11 years ago
1589920
asyncio: WriteTransport.set_write_buffer_size to call _maybe_pause_protocol
by Yury Selivanov
· 11 years ago
3cb9914
asyncio.transports: Make _ProactorBasePipeTransport use _FlowControlMixin
by Yury Selivanov
· 11 years ago
6f055e7
asyncio: make PY34 symbol private (rename it to _PY34)
by Victor Stinner
· 12 years ago
ac97bf4
asyncio: Export all abstract protocol and transport classes. Fixes issue #20029.
by Guido van Rossum
· 12 years ago
f10345e
asyncio: Improve default writelines().
by Guido van Rossum
· 12 years ago
9204af4
asyncio: Use Interface instead of ABC. Fixes issue 19726.
by Guido van Rossum
· 12 years ago
488b0da
Fix typo.
by Guido van Rossum
· 12 years ago
dec4338
Fix transport docstrings
by Antoine Pitrou
· 12 years ago
355491d
Write flow control for asyncio (includes asyncio.streams overhaul).
by Guido van Rossum
· 12 years ago
57497ad
Rename Transport.pause/resume to pause_reading/pause_writing. Also relax timeout in test_call_later().
by Guido van Rossum
· 12 years ago
27b7c7e
Initial checkin of asyncio package (== Tulip, == PEP 3156).
by Guido van Rossum
· 12 years ago