1. d2ac400 bpo-34335: Use async/await syntax in documentation examples (GH-8674) by Mikhail Terekhov · 6 years ago
  2. c0d062f bpo-33736: Improve the documentation of asyncio stream APIs (GH-7326) by Elvis Pranskevichus · 6 years ago
  3. fe133aa bpo-32391: Implement StreamWriter.wait_closed() (#5281) by Andrew Svetlov · 7 years ago
  4. 8874342 bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779) by Andrew Svetlov · 7 years ago
  5. ac577d7 bpo-32154: Remove asyncio.windows_utils.socketpair (#4609) by Victor Stinner · 7 years ago
  6. 627d2c8 Add the link to asyncio source code in the docs (GH-2373) by lf · 7 years ago
  7. e5b0bd1 Fix default value of StreamReader.readuntil() by Berker Peksag · 8 years ago
  8. f68afd8 Issue #27700: Document AbstractEventLoop, not BaseEventLoop. by Guido van Rossum · 8 years ago
  9. 950204d docs: Update asyncio docs & whatsnew by Yury Selivanov · 8 years ago
  10. ded4c49 Trivial typo by Jesus Cea · 8 years ago
  11. f38c93f Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart. by Ned Deily · 8 years ago
  12. cba0053 docs/asyncio: Twek sections names per Nick Coghlan suggestion by Yury Selivanov · 9 years ago
  13. 19ff697 Issue #24885: Update note in docs about stream convenience functions. by Guido van Rossum · 9 years ago
  14. 87d0066 Fix English phrasing. by R David Murray · 9 years ago
  15. 0424eaf Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  16. d7e19bb docs/asyncio: Document new ensure_future() and deprecated async() by Yury Selivanov · 9 years ago
  17. 8370496 asyncio: add a note about (non) thread safety in each class by Victor Stinner · 9 years ago
  18. bdd574d asyncio doc: annotate coroutine on coroutine functions and methods by Victor Stinner · 9 years ago
  19. e718297 Closes #22348: Rephrase asyncio.StreamWriter.drain() documentation by Victor Stinner · 10 years ago
  20. ed8e3a9 asyncio: add missing @coroutine decorator by Victor Stinner · 10 years ago
  21. ed05159 asyncio doc: add TCP echo client/server using streams by Victor Stinner · 10 years ago
  22. ccd8e34 asyncio doc: socket.socketpair() is not available on Windows yet by Victor Stinner · 10 years ago
  23. 04e6df3 asyncio doc: add examples showing the 3 ways to wait for data from an open by Victor Stinner · 10 years ago
  24. 5121a9b asyncio doc: the "Get HTTP headers" example now supports HTTPS by Victor Stinner · 10 years ago
  25. d71dcbb asyncio: update the doc by Victor Stinner · 10 years ago
  26. 337e03f Issue #22112, asyncio doc: replace loop.create_task(coro) with by Victor Stinner · 10 years ago
  27. 8ebeb03 asyncio: improve the documentation of servers by Victor Stinner · 10 years ago
  28. 530ef2f Update asyncio documentation by Victor Stinner · 10 years ago
  29. 37f15bc asyncio.docs: Improve wordings; add a note to the Coroutines section. Issue #20706 by Yury Selivanov · 10 years ago
  30. d3f8e30 asyncio.docs: Improve documentation of Streams. Issue #20696. by Yury Selivanov · 10 years ago
  31. ffbe3c6 asyncio doc: sort methods by Victor Stinner · 11 years ago
  32. 0844438 asyncio: document the new asyncio.subprocess module by Victor Stinner · 11 years ago
  33. 9592edb asyncio doc: add "asyncio-" prefix to references by Victor Stinner · 11 years ago
  34. f40c663 asyncio doc: close the loop at exit by Victor Stinner · 11 years ago
  35. 32970b8 asyncio: IncompleteReadError is a subclass of EOFError by Victor Stinner · 11 years ago
  36. b7f19ff asyncio: document the IncompleteReadError exception by Victor Stinner · 11 years ago
  37. 62f8ecc asyncio doc: document StreamWriter.drain() by Victor Stinner · 11 years ago
  38. 4b4f9eb asyncio doc: add a "Coroutines and protocols" section by Victor Stinner · 11 years ago
  39. 1374bd4 asyncio: mention that transports/protocols are low-level, streams are high-level by Victor Stinner · 11 years ago
  40. c520edc asyncio doc: add an client example using streams by Victor Stinner · 11 years ago
  41. 24f8ebf asyncio doc: Move streams to their own dedicated page by Victor Stinner · 11 years ago