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