1. 04e6df3 asyncio doc: add examples showing the 3 ways to wait for data from an open by Victor Stinner · 10 years ago
  2. 5121a9b asyncio doc: the "Get HTTP headers" example now supports HTTPS by Victor Stinner · 10 years ago
  3. d71dcbb asyncio: update the doc by Victor Stinner · 10 years ago
  4. 337e03f Issue #22112, asyncio doc: replace loop.create_task(coro) with by Victor Stinner · 10 years ago
  5. 8ebeb03 asyncio: improve the documentation of servers by Victor Stinner · 10 years ago
  6. 530ef2f Update asyncio documentation by Victor Stinner · 10 years ago
  7. 37f15bc asyncio.docs: Improve wordings; add a note to the Coroutines section. Issue #20706 by Yury Selivanov · 11 years ago
  8. d3f8e30 asyncio.docs: Improve documentation of Streams. Issue #20696. by Yury Selivanov · 11 years ago
  9. ffbe3c6 asyncio doc: sort methods by Victor Stinner · 11 years ago
  10. 0844438 asyncio: document the new asyncio.subprocess module by Victor Stinner · 11 years ago
  11. 9592edb asyncio doc: add "asyncio-" prefix to references by Victor Stinner · 11 years ago
  12. f40c663 asyncio doc: close the loop at exit by Victor Stinner · 11 years ago
  13. 32970b8 asyncio: IncompleteReadError is a subclass of EOFError by Victor Stinner · 11 years ago
  14. b7f19ff asyncio: document the IncompleteReadError exception by Victor Stinner · 11 years ago
  15. 62f8ecc asyncio doc: document StreamWriter.drain() by Victor Stinner · 11 years ago
  16. 4b4f9eb asyncio doc: add a "Coroutines and protocols" section by Victor Stinner · 11 years ago
  17. 1374bd4 asyncio: mention that transports/protocols are low-level, streams are high-level by Victor Stinner · 11 years ago
  18. c520edc asyncio doc: add an client example using streams by Victor Stinner · 11 years ago
  19. 24f8ebf asyncio doc: Move streams to their own dedicated page by Victor Stinner · 11 years ago