1. 23b4b69 bpo-36889: Merge asyncio streams (GH-13251) by Andrew Svetlov · 5 years ago
  2. 0baa72f bpo-34622: Extract asyncio exceptions into a separate module (GH-9141) by Andrew Svetlov · 6 years ago
  3. 416c1eb bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174) by Yury Selivanov · 6 years ago
  4. 02a0a19 bpo-32314: Implement asyncio.run() (#4852) by Yury Selivanov · 7 years ago
  5. 6370f34 bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) by Yury Selivanov · 7 years ago
  6. 4271dfd bpo-32154: Remove asyncio.selectors (#4605) by Victor Stinner · 7 years ago
  7. 8c1a4a2 Issue #23046: Expose the BaseEventLoop class in the asyncio namespace by Victor Stinner · 10 years ago
  8. be0a2d7 Fix asyncio.__all__: export also unix_events and windows_events symbols by Victor Stinner · 10 years ago
  9. f951d28 asyncio: sync with Tulip, add a new asyncio.coroutines module by Victor Stinner · 10 years ago
  10. 915bcb0 Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess module by Victor Stinner · 10 years ago
  11. 128ee22 asyncio: Don't export BaseEventLoop, BaseSelectorEventLoop nor by Victor Stinner · 11 years ago
  12. 8dffc45 Update asyncio from the Tulip project by Victor Stinner · 11 years ago
  13. 5969128 asyncio: Add support for running subprocesses on Windows with the IOCP event loop (Richard Oudkerk). by Guido van Rossum · 11 years ago
  14. 27b7c7e Initial checkin of asyncio package (== Tulip, == PEP 3156). by Guido van Rossum · 11 years ago