1. 5492d35 asyncio doc: fix subprocess sections by Victor Stinner · 9 years ago
  2. 2249d9f Make sentence correct English. by R David Murray · 9 years ago
  3. 8370496 asyncio: add a note about (non) thread safety in each class by Victor Stinner · 10 years ago
  4. bdd574d asyncio doc: annotate coroutine on coroutine functions and methods by Victor Stinner · 10 years ago
  5. 399c59d asyncio doc: list limitations to run subprocesses from different threads by Victor Stinner · 10 years ago
  6. 3989205 asyncio doc: rewrite subprocess doc by Victor Stinner · 10 years ago
  7. 3c95062 asyncio doc: protocol_factory of subprocess_exec() and subprocess_shell() must by Victor Stinner · 10 years ago
  8. d55b54d asyncio, tulip issue 190: Process.communicate() now ignores by Victor Stinner · 10 years ago
  9. cc996b5 asyncio, tulip issue 190: Process.communicate() must ignore BrokenPipeError by Victor Stinner · 10 years ago
  10. 778015b asyncio: enhance documentation of platform support by Victor Stinner · 10 years ago
  11. aea8229 Issue #21680: Document asyncio event loops by Victor Stinner · 10 years ago
  12. 6bfd854 Closes #21758: asyncio doc: mention explicitly that subprocess parameters are by Victor Stinner · 10 years ago
  13. b0539b2 Issue #21485: remove unnecesary .flush() calls in the asyncio subprocess code by Victor Stinner · 10 years ago
  14. 5280d2e asyncio docs: ProactorEventLoop does not support SSL. by Guido van Rossum · 10 years ago
  15. 984600f Issue #21006: asyncio doc: reorganize subprocess doc by Victor Stinner · 11 years ago
  16. 6bc2396 Issue #21006: Fix subprocess example on Windows in asyncio doc by Victor Stinner · 11 years ago
  17. 7280486 Close #21005: Fix documentation of asyncio.subprocess.DEVNULL by Victor Stinner · 11 years ago
  18. 7bdf786 Issue #20950: Fix typo asyncio doc, wait() has no self parameter by Victor Stinner · 11 years ago
  19. 2fb3b82 asyncio doc: functions are coroutine, they don't return a coroutine by Victor Stinner · 11 years ago
  20. de0e1d3 asyncio doc: fix references in subprocess doc by Victor Stinner · 11 years ago
  21. 0c3949c asyncio: Remove Process.subprocess attribute; it's too easy to get inconsistent by Victor Stinner · 11 years ago
  22. a1afeec Spelling corrections. Submitted to python-dev by python@mrabarnett.plus.com by Brian Curtin · 11 years ago
  23. e48d4db asyncio doc: add an example of asyncio.subprocess with communicate() and wait() by Victor Stinner · 11 years ago
  24. b79eb05 asyncio.subprocess: Replace Process.get_subprocess() method with a by Victor Stinner · 11 years ago
  25. 233eac4 remove extra backtick by Benjamin Peterson · 11 years ago
  26. 0844438 asyncio: document the new asyncio.subprocess module by Victor Stinner · 11 years ago