1. d757aaf bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914) by Yury Selivanov · 8 years ago
  2. 6370f34 bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) by Yury Selivanov · 8 years ago
  3. 3e2ad8e bpo-29617: Remove Python 3.3 support from asyncio (GH-232) by INADA Naoki · 8 years ago
  4. a05a6ef asyncio: Add set_protocol / get_protocol methods to Transports by Yury Selivanov · 9 years ago
  5. 5bb1afb asyncio: Add Transport.is_closing() by Yury Selivanov · 10 years ago
  6. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 10 years ago
  7. eaf16ab asyncio: sync with github by Victor Stinner · 10 years ago
  8. 71080fc asyncio: Add asyncio.compat module by Victor Stinner · 10 years ago
  9. 004adb9 asyncio: Move loop attribute to _FlowControlMixin by Victor Stinner · 11 years ago
  10. 52bb949 asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_limits() method by Victor Stinner · 11 years ago
  11. 1589920 asyncio: WriteTransport.set_write_buffer_size to call _maybe_pause_protocol by Yury Selivanov · 12 years ago
  12. 3cb9914 asyncio.transports: Make _ProactorBasePipeTransport use _FlowControlMixin by Yury Selivanov · 12 years ago
  13. 6f055e7 asyncio: make PY34 symbol private (rename it to _PY34) by Victor Stinner · 12 years ago
  14. ac97bf4 asyncio: Export all abstract protocol and transport classes. Fixes issue #20029. by Guido van Rossum · 12 years ago
  15. f10345e asyncio: Improve default writelines(). by Guido van Rossum · 12 years ago
  16. 9204af4 asyncio: Use Interface instead of ABC. Fixes issue 19726. by Guido van Rossum · 12 years ago
  17. 488b0da Fix typo. by Guido van Rossum · 12 years ago
  18. dec4338 Fix transport docstrings by Antoine Pitrou · 12 years ago
  19. 355491d Write flow control for asyncio (includes asyncio.streams overhaul). by Guido van Rossum · 12 years ago
  20. 57497ad Rename Transport.pause/resume to pause_reading/pause_writing. Also relax timeout in test_call_later(). by Guido van Rossum · 12 years ago
  21. 27b7c7e Initial checkin of asyncio package (== Tulip, == PEP 3156). by Guido van Rossum · 12 years ago