1. 04356e1 Issue #24487: Rename async() -> ensure_future() in asyncio docs. by Yury Selivanov · 9 years ago
  2. 8370496 asyncio: add a note about (non) thread safety in each class by Victor Stinner · 9 years ago
  3. 54a231d asyncio doc: document Protocol state machine by Victor Stinner · 10 years ago
  4. 64f10d4 Reflow paragraph. by R David Murray · 10 years ago
  5. 3ca68e7 Fix English phrasing. by R David Murray · 10 years ago
  6. 4270a24 asyncio doc: document BaseSubprocessTransport.close() method by Victor Stinner · 10 years ago
  7. ed05159 asyncio doc: add TCP echo client/server using streams by Victor Stinner · 10 years ago
  8. 5366434 asyncio doc: enhance TCP client example by Victor Stinner · 10 years ago
  9. cfbea3a asyncio doc: clarify how servers create protocol instances by Victor Stinner · 10 years ago
  10. c7edffd asyncio doc: add UDP client and server examples by Victor Stinner · 10 years ago
  11. c2721b4 asyncio doc: use server.wait_closed() in TCP echo server example by Victor Stinner · 10 years ago
  12. ccd8e34 asyncio doc: socket.socketpair() is not available on Windows yet by Victor Stinner · 10 years ago
  13. 04e6df3 asyncio doc: add examples showing the 3 ways to wait for data from an open by Victor Stinner · 10 years ago
  14. 9c1dba2 Revert #22251 by Berker Peksag · 10 years ago
  15. 3749404 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 10 years ago
  16. 52bb949 asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_limits() method by Victor Stinner · 10 years ago
  17. 588517c Fix grammar by Andrew Svetlov · 10 years ago
  18. 1538665 Issue #21700: Fix asyncio doc, add DatagramProtocol by Victor Stinner · 10 years ago
  19. 589872c Fix doc typo. by Guido van Rossum · 10 years ago
  20. 51f3129 Close #21010: Fix typo in asyncio doc. Patch written by Claudiu Popa. by Victor Stinner · 10 years ago
  21. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  22. a1afeec Spelling corrections. Submitted to python-dev by python@mrabarnett.plus.com by Brian Curtin · 10 years ago
  23. 9592edb asyncio doc: add "asyncio-" prefix to references by Victor Stinner · 11 years ago
  24. 8c462c5 asyncio doc: move AbstractServer to the event loop page by Victor Stinner · 11 years ago
  25. 4b4f9eb asyncio doc: add a "Coroutines and protocols" section by Victor Stinner · 11 years ago
  26. 1374bd4 asyncio: mention that transports/protocols are low-level, streams are high-level by Victor Stinner · 11 years ago
  27. 24f8ebf asyncio doc: Move streams to their own dedicated page by Victor Stinner · 11 years ago
  28. c8ea813 asyncio doc: link create_connection() to open_connection() and create_server() by Victor Stinner · 11 years ago
  29. 7235c05 asyncio doc: move stream classes to their own class by Victor Stinner · 11 years ago
  30. 3eb45d3 asyncio: Fix open_connection() documentation, writer is a StreamWriter by Victor Stinner · 11 years ago
  31. 3245e79 Formatting & rst link markup fixes by Eli Bendersky · 11 years ago
  32. 59759ff asyncio doc: replace "coroutine" with "coroutine object" or "coroutine function" by Victor Stinner · 11 years ago
  33. 6a14381 Fix Sphinx markup for asyncio modules so :mod:`asyncio` links work. by R David Murray · 11 years ago
  34. 530a69f #19970: fix additional typo in 3.4 asyncio docs. by R David Murray · 11 years ago
  35. a881a7f asyncio doc: explain why the loop is running twice by Victor Stinner · 11 years ago
  36. 31d8322 asyncio doc: add some notes on the ping example by Victor Stinner · 11 years ago
  37. 99c2ab4 asyncio doc: oh, asyncio module has its own Future class by Victor Stinner · 11 years ago
  38. cf6f72e Fix typo in asyncio.AbstractServer documentation by Victor Stinner · 11 years ago
  39. 15faa9c asyncio doc: simplify ping example, remove the useless timeout by Victor Stinner · 11 years ago
  40. 933a8c8 asyncio doc: reorder methods; typo by Victor Stinner · 11 years ago
  41. 1ca5ba6 asyncio io: group transports and protocols in a new title by Victor Stinner · 11 years ago
  42. 0c6f1ca asyncio doc: write a complete TCP echo example, client and server by Victor Stinner · 11 years ago
  43. ea3183f Split asyncio documentation into subfiles by Victor Stinner · 11 years ago