1. 5344501 bpo-35394: Add empty slots to abstract asyncio protocols (#10889) by Andrew Svetlov · 6 years ago
  2. ff6c077 bpo-33694: Fix typo in helper function name (GH-7522) by Victor Stinner · 6 years ago
  3. 79790bc bpo-33694: Fix race condition in asyncio proactor (GH-7498) by Victor Stinner · 6 years ago
  4. dbf1022 bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130) by Yury Selivanov · 6 years ago
  5. bac2d5b Fix duplicating words words. (GH-6296) by Serhiy Storchaka · 6 years ago
  6. 07627e9 bpo-32251: Fix docs (#5408) by Yury Selivanov · 6 years ago
  7. 631fd38 bpo-32251: Implement asyncio.BufferedProtocol. (#4755) by Yury Selivanov · 6 years ago
  8. 6370f34 bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) by Yury Selivanov · 7 years ago
  9. 54a231d asyncio doc: document Protocol state machine by Victor Stinner · 9 years ago
  10. dec1a45 asyncio: Fix spelling and typos. by Yury Selivanov · 10 years ago
  11. ac97bf4 asyncio: Export all abstract protocol and transport classes. Fixes issue #20029. by Guido van Rossum · 11 years ago
  12. 9204af4 asyncio: Use Interface instead of ABC. Fixes issue 19726. by Guido van Rossum · 11 years ago
  13. 2335de7 asyncio: Replace connection_refused() with error_received(). by Guido van Rossum · 11 years ago
  14. 355491d Write flow control for asyncio (includes asyncio.streams overhaul). by Guido van Rossum · 11 years ago
  15. 27b7c7e Initial checkin of asyncio package (== Tulip, == PEP 3156). by Guido van Rossum · 11 years ago