1. d2ac400 bpo-34335: Use async/await syntax in documentation examples (GH-8674) by Mikhail Terekhov · 6 years ago
  2. 8874342 bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779) by Andrew Svetlov · 7 years ago
  3. 627d2c8 Add the link to asyncio source code in the docs (GH-2373) by lf · 7 years ago
  4. 6abaed0 Correct spelling "instanciate" (#465) by J. W · 7 years ago
  5. f68afd8 Issue #27700: Document AbstractEventLoop, not BaseEventLoop. by Guido van Rossum · 8 years ago
  6. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 8 years ago
  7. 8778c6b Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by Akira Li. by Guido van Rossum · 9 years ago
  8. 5492d35 asyncio doc: fix subprocess sections by Victor Stinner · 9 years ago
  9. 2249d9f Make sentence correct English. by R David Murray · 9 years ago
  10. 8370496 asyncio: add a note about (non) thread safety in each class by Victor Stinner · 9 years ago
  11. bdd574d asyncio doc: annotate coroutine on coroutine functions and methods by Victor Stinner · 9 years ago
  12. 399c59d asyncio doc: list limitations to run subprocesses from different threads by Victor Stinner · 10 years ago
  13. 3989205 asyncio doc: rewrite subprocess doc by Victor Stinner · 10 years ago
  14. 3c95062 asyncio doc: protocol_factory of subprocess_exec() and subprocess_shell() must by Victor Stinner · 10 years ago
  15. d55b54d asyncio, tulip issue 190: Process.communicate() now ignores by Victor Stinner · 10 years ago
  16. cc996b5 asyncio, tulip issue 190: Process.communicate() must ignore BrokenPipeError by Victor Stinner · 10 years ago
  17. 778015b asyncio: enhance documentation of platform support by Victor Stinner · 10 years ago
  18. aea8229 Issue #21680: Document asyncio event loops by Victor Stinner · 10 years ago
  19. 6bfd854 Closes #21758: asyncio doc: mention explicitly that subprocess parameters are by Victor Stinner · 10 years ago
  20. b0539b2 Issue #21485: remove unnecesary .flush() calls in the asyncio subprocess code by Victor Stinner · 10 years ago
  21. 5280d2e asyncio docs: ProactorEventLoop does not support SSL. by Guido van Rossum · 10 years ago
  22. 984600f Issue #21006: asyncio doc: reorganize subprocess doc by Victor Stinner · 10 years ago
  23. 6bc2396 Issue #21006: Fix subprocess example on Windows in asyncio doc by Victor Stinner · 10 years ago
  24. 7280486 Close #21005: Fix documentation of asyncio.subprocess.DEVNULL by Victor Stinner · 10 years ago
  25. 7bdf786 Issue #20950: Fix typo asyncio doc, wait() has no self parameter by Victor Stinner · 10 years ago
  26. 2fb3b82 asyncio doc: functions are coroutine, they don't return a coroutine by Victor Stinner · 10 years ago
  27. de0e1d3 asyncio doc: fix references in subprocess doc by Victor Stinner · 10 years ago
  28. 0c3949c asyncio: Remove Process.subprocess attribute; it's too easy to get inconsistent by Victor Stinner · 11 years ago
  29. a1afeec Spelling corrections. Submitted to python-dev by python@mrabarnett.plus.com by Brian Curtin · 11 years ago
  30. e48d4db asyncio doc: add an example of asyncio.subprocess with communicate() and wait() by Victor Stinner · 11 years ago
  31. b79eb05 asyncio.subprocess: Replace Process.get_subprocess() method with a by Victor Stinner · 11 years ago
  32. 233eac4 remove extra backtick by Benjamin Peterson · 11 years ago
  33. 0844438 asyncio: document the new asyncio.subprocess module by Victor Stinner · 11 years ago