1. 431b540 bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528) by Yury Selivanov · 5 years ago
  2. fb2c346 asyncio: __del__() keep reference to warnings.warn (GH-11491) by Victor Stinner · 6 years ago
  3. d361e99 bpo-32262: Fix typo in f-string (GH-7016) by Christian Heimes · 6 years ago
  4. 6370f34 bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) by Yury Selivanov · 7 years ago
  5. 5f841b5 bpo-32193: Convert asyncio to async/await usage (#4753) by Andrew Svetlov · 7 years ago
  6. 3e2ad8e bpo-29617: Remove Python 3.3 support from asyncio (GH-232) by INADA Naoki · 7 years ago
  7. 0035be3 Misc asyncio improvements from upstream (merge 3.5->3.6) by Guido van Rossum · 8 years ago
  8. e3c65a7 Misc asyncio improvements from upstream by Guido van Rossum · 8 years ago
  9. 966321e Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  10. a05a6ef asyncio: Add set_protocol / get_protocol methods to Transports by Yury Selivanov · 8 years ago
  11. 2292edf Merge 3.5 (issue #26741) by Victor Stinner · 8 years ago
  12. b0d43ce asyncio: fix ResourceWarning related to subprocesses by Victor Stinner · 8 years ago
  13. 8ace2c6 Merge 3.5 (Issue #27041) by Yury Selivanov · 8 years ago
  14. 7661db6 Issue #27041: asyncio: Add loop.create_future method by Yury Selivanov · 8 years ago
  15. e19558a Add a source parameter to warnings.warn() by Victor Stinner · 8 years ago
  16. 5bb1afb asyncio: Add Transport.is_closing() by Yury Selivanov · 9 years ago
  17. 2a8911c asyncio: Sync with upstream (compat module) by Yury Selivanov · 9 years ago
  18. 6fb1e74 Fix ResourceWarning in asyncio.BaseSubprocessTransport by Victor Stinner · 9 years ago
  19. d6dc7bd Issue #23456: Add missing @coroutine decorators in asyncio by Victor Stinner · 9 years ago
  20. 7a82afe asyncio: Fix repr(BaseSubprocessTransport) if it didn't start yet by Victor Stinner · 9 years ago
  21. ce8c768 Issue #23537: Remove 2 unused private methods of asyncio.BaseSubprocessTransport by Victor Stinner · 9 years ago
  22. 4e82fb9 asyncio: BaseSubprocessTransport: repr() mentions when the child process is by Victor Stinner · 9 years ago
  23. 8e36812 asyncio: BaseSubprocessTransport.close() doesn't try to kill the process if it by Victor Stinner · 9 years ago
  24. f2e43cb Issue #23347, asyncio: send_signal(), terminate(), kill() don't check if the by Victor Stinner · 9 years ago
  25. 1241ecc Issue #23347, asyncio: Make BaseSubprocessTransport.wait() private by Victor Stinner · 9 years ago
  26. 47cd10d asyncio: sync with Tulip by Victor Stinner · 9 years ago
  27. 978a9af Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport by Victor Stinner · 9 years ago
  28. 7b5a900 asyncio: BaseSubprocessTransport._kill_wait() now also call close() by Victor Stinner · 9 years ago
  29. 29ad011 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  30. f651a60 Python issue #23173: sync with Tulip by Victor Stinner · 10 years ago
  31. 587feb1 Issue #23209: Break some reference cycles in asyncio. Patch written by Martin by Victor Stinner · 10 years ago
  32. 1b9763d asyncio: sync with Tulip by Victor Stinner · 10 years ago
  33. acdb782 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  34. f951d28 asyncio: sync with Tulip, add a new asyncio.coroutines module by Victor Stinner · 10 years ago
  35. 915bcb0 Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess module by Victor Stinner · 10 years ago
  36. 1e9a446 asyncio: Pass through pause/resume from subprocess pipe proto to subprocess proto. Also kill dummy eof_received(). by Guido van Rossum · 10 years ago
  37. aaabc4f asyncio: Get rid of _try_connected(). by Victor Stinner · 10 years ago
  38. 0742cae Merge latest Tulip into asyncio by Andrew Svetlov · 11 years ago
  39. 0016e1d asyncio: Add new file (forgotten). by Guido van Rossum · 11 years ago