1. 23b4b69 bpo-36889: Merge asyncio streams (GH-13251) by Andrew Svetlov · 5 years ago
  2. 1cc0ee7 bpo-36801: Fix waiting in StreamWriter.drain for closing SSL transport (GH-13098) by Andrew Svetlov · 5 years ago
  3. ad4ed87 Forbid creating of stream objects outside of asyncio (#13101) by Andrew Svetlov · 5 years ago
  4. fd512d7 bpo-35065: Remove `StreamReaderProtocol._untrack_reader` (#10212) by Vincent Michel · 6 years ago
  5. a5d1eb8 bpo-34638: Store a weak reference to stream reader to break strong references loop (GH-9201) by Andrew Svetlov · 6 years ago
  6. 6370f34 bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) by Yury Selivanov · 7 years ago
  7. 5f841b5 bpo-32193: Convert asyncio to async/await usage (#4753) by Andrew Svetlov · 7 years ago
  8. 2f15645 asyncio: Fix trailing whitespace/code style by Yury Selivanov · 7 years ago
  9. 481cb70 bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405) by Seth M. Larson · 7 years ago
  10. 7657f6b Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input. by Yury Selivanov · 8 years ago
  11. eaf16ab asyncio: sync with github by Victor Stinner · 9 years ago
  12. 1241ecc Issue #23347, asyncio: Make BaseSubprocessTransport.wait() private by Victor Stinner · 9 years ago
  13. 47cd10d asyncio: sync with Tulip by Victor Stinner · 9 years ago
  14. 791009b Issue #23242: asyncio.SubprocessStreamProtocol now closes the subprocess by Victor Stinner · 10 years ago
  15. f651a60 Python issue #23173: sync with Tulip by Victor Stinner · 10 years ago
  16. c447ba0 Issue #23140, asyncio: Fix cancellation of Process.wait(). Check the state of by Victor Stinner · 10 years ago
  17. 5ef586f Closes #22685, asyncio: Set the transport of stdout and stderr StreamReader by Victor Stinner · 10 years ago
  18. d55b54d asyncio, tulip issue 190: Process.communicate() now ignores by Victor Stinner · 10 years ago
  19. cc996b5 asyncio, tulip issue 190: Process.communicate() must ignore BrokenPipeError by Victor Stinner · 10 years ago
  20. acdb782 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  21. f951d28 asyncio: sync with Tulip, add a new asyncio.coroutines module by Victor Stinner · 10 years ago
  22. 8d0230b asyncio.subprocess: Fix a race condition in communicate() by Victor Stinner · 10 years ago
  23. 5779752 asyncio: pep8-ify the code. by Yury Selivanov · 10 years ago
  24. 20e0743 asyncio, Tulip issue 130: Add more checks on subprocess_exec/subprocess_shell by Victor Stinner · 10 years ago
  25. 0c3949c asyncio: Remove Process.subprocess attribute; it's too easy to get inconsistent by Victor Stinner · 10 years ago
  26. b79eb05 asyncio.subprocess: Replace Process.get_subprocess() method with a by Victor Stinner · 10 years ago
  27. 915bcb0 Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess module by Victor Stinner · 10 years ago