1. 5033e31 Fix broken :ref: in asyncio docs (GH-11805) by Pablo Galindo · 7 years ago
  2. 43a5bd7 bpo-23554: Change echo server example class name from EchoServerClientProtocol to EchoServerProtocol (GH-9859) by Braden Groom · 7 years ago
  3. 37aae9d bpo-34687: Update asyncio doc for ProactorEventLoop (GH-9623) by Victor Stinner · 7 years ago
  4. 1fa2ec4 bpo-33649: A copy-editing pass on asyncio documentation (GH-9376) by Elvis Pranskevichus · 7 years ago
  5. 394374e bpo-33649: Add low-level APIs index. (GH-9364) by Yury Selivanov · 7 years ago
  6. 3faaa88 bpo-33649: Refresh Tasks and Futures pages (#9314) by Yury Selivanov · 7 years ago
  7. c9d66f0 bpo-33649 Polish asyncio docs on queues, protocols, and subproccesses (#9306) by Carol Willing · 7 years ago
  8. aca819f bpo-33649: Fix doc to reflect changes in 47cd10d (or bpo-23347) (GH-9219) by Bumsik Kim · 7 years ago
  9. 7c7605f bpo-33649: First asyncio docs improvement pass (GH-9142) by Yury Selivanov · 7 years ago
  10. dbf1022 bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130) by Yury Selivanov · 7 years ago
  11. bac2d5b Fix duplicating words words. (GH-6296) by Serhiy Storchaka · 7 years ago
  12. 07627e9 bpo-32251: Fix docs (#5408) by Yury Selivanov · 8 years ago
  13. 631fd38 bpo-32251: Implement asyncio.BufferedProtocol. (#4755) by Yury Selivanov · 8 years ago
  14. d757aaf bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914) by Yury Selivanov · 8 years ago
  15. 8874342 bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779) by Andrew Svetlov · 8 years ago
  16. ac577d7 bpo-32154: Remove asyncio.windows_utils.socketpair (#4609) by Victor Stinner · 8 years ago
  17. 627d2c8 Add the link to asyncio source code in the docs (GH-2373) by lf · 8 years ago
  18. 5200a7c bpo-29933: Improve set_write_buffer_limits description (GH-2262) by Kojo Idrissa · 8 years ago
  19. dd9a0a1 Fix a minor typo. (#1032) by Barry Warsaw · 8 years ago
  20. 091b84f Asyncio documentation: remove `self` from method signatures (GH-334) by Mariatta · 8 years ago
  21. 3432f2f Issue #28089: Document TCP_NODELAY in asyncio by Yury Selivanov · 9 years ago
  22. 2ebd6fe Issue #28088: Don't include self in method signature by Berker Peksag · 9 years ago
  23. 1ea023e Issue #28088: Document Transport.set_protocol and get_protocol by INADA Naoki · 9 years ago
  24. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 9 years ago
  25. d210a70 Minor spelling fixes by Martin Panter · 9 years ago
  26. f68afd8 Issue #27700: Document AbstractEventLoop, not BaseEventLoop. by Guido van Rossum · 9 years ago
  27. 9920e29 Merge 3.4 by Yury Selivanov · 10 years ago
  28. cba0053 docs/asyncio: Twek sections names per Nick Coghlan suggestion by Yury Selivanov · 10 years ago
  29. 82f9fea Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5) by Guido van Rossum · 10 years ago
  30. 41f69f4 Issue #25593: Change semantics of EventLoop.stop(). by Guido van Rossum · 10 years ago
  31. 344904c asyncio.docs: Document Transport.is_closing (merge 3.4) by Yury Selivanov · 10 years ago
  32. 1744d53 asyncio.docs: Document Transport.is_closing by Yury Selivanov · 10 years ago
  33. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 10 years ago
  34. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 10 years ago
  35. 84835ab Issue #25161: Merge full stops from 3.4 into 3.5 by Martin Panter · 10 years ago
  36. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 10 years ago
  37. 04ce06b Issue #25114: Adjust versionchanged in the doc by Victor Stinner · 10 years ago
  38. d1fcca8 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  39. f7dc7fb Issue #25114, asyncio: add ssl_object extra info to SSL transports by Victor Stinner · 10 years ago
  40. 153627c Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 10 years ago
  41. 0424eaf Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 10 years ago
  42. 04356e1 Issue #24487: Rename async() -> ensure_future() in asyncio docs. by Yury Selivanov · 10 years ago
  43. 8370496 asyncio: add a note about (non) thread safety in each class by Victor Stinner · 10 years ago
  44. 54a231d asyncio doc: document Protocol state machine by Victor Stinner · 11 years ago
  45. 64f10d4 Reflow paragraph. by R David Murray · 11 years ago
  46. 3ca68e7 Fix English phrasing. by R David Murray · 11 years ago
  47. 4270a24 asyncio doc: document BaseSubprocessTransport.close() method by Victor Stinner · 11 years ago
  48. ed05159 asyncio doc: add TCP echo client/server using streams by Victor Stinner · 11 years ago
  49. 5366434 asyncio doc: enhance TCP client example by Victor Stinner · 11 years ago
  50. cfbea3a asyncio doc: clarify how servers create protocol instances by Victor Stinner · 11 years ago
  51. c7edffd asyncio doc: add UDP client and server examples by Victor Stinner · 11 years ago
  52. c2721b4 asyncio doc: use server.wait_closed() in TCP echo server example by Victor Stinner · 11 years ago
  53. ccd8e34 asyncio doc: socket.socketpair() is not available on Windows yet by Victor Stinner · 11 years ago
  54. 04e6df3 asyncio doc: add examples showing the 3 ways to wait for data from an open by Victor Stinner · 11 years ago
  55. 9c1dba2 Revert #22251 by Berker Peksag · 11 years ago
  56. 3749404 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 11 years ago
  57. 52bb949 asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_limits() method by Victor Stinner · 11 years ago
  58. 588517c Fix grammar by Andrew Svetlov · 11 years ago
  59. 1538665 Issue #21700: Fix asyncio doc, add DatagramProtocol by Victor Stinner · 11 years ago
  60. 589872c Fix doc typo. by Guido van Rossum · 11 years ago
  61. 51f3129 Close #21010: Fix typo in asyncio doc. Patch written by Claudiu Popa. by Victor Stinner · 11 years ago
  62. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  63. a1afeec Spelling corrections. Submitted to python-dev by python@mrabarnett.plus.com by Brian Curtin · 12 years ago
  64. 9592edb asyncio doc: add "asyncio-" prefix to references by Victor Stinner · 12 years ago
  65. 8c462c5 asyncio doc: move AbstractServer to the event loop page by Victor Stinner · 12 years ago
  66. 4b4f9eb asyncio doc: add a "Coroutines and protocols" section by Victor Stinner · 12 years ago
  67. 1374bd4 asyncio: mention that transports/protocols are low-level, streams are high-level by Victor Stinner · 12 years ago
  68. 24f8ebf asyncio doc: Move streams to their own dedicated page by Victor Stinner · 12 years ago
  69. c8ea813 asyncio doc: link create_connection() to open_connection() and create_server() by Victor Stinner · 12 years ago
  70. 7235c05 asyncio doc: move stream classes to their own class by Victor Stinner · 12 years ago
  71. 3eb45d3 asyncio: Fix open_connection() documentation, writer is a StreamWriter by Victor Stinner · 12 years ago
  72. 3245e79 Formatting & rst link markup fixes by Eli Bendersky · 12 years ago
  73. 59759ff asyncio doc: replace "coroutine" with "coroutine object" or "coroutine function" by Victor Stinner · 12 years ago
  74. 6a14381 Fix Sphinx markup for asyncio modules so :mod:`asyncio` links work. by R David Murray · 12 years ago
  75. 530a69f #19970: fix additional typo in 3.4 asyncio docs. by R David Murray · 12 years ago
  76. a881a7f asyncio doc: explain why the loop is running twice by Victor Stinner · 12 years ago
  77. 31d8322 asyncio doc: add some notes on the ping example by Victor Stinner · 12 years ago
  78. 99c2ab4 asyncio doc: oh, asyncio module has its own Future class by Victor Stinner · 12 years ago
  79. cf6f72e Fix typo in asyncio.AbstractServer documentation by Victor Stinner · 12 years ago
  80. 15faa9c asyncio doc: simplify ping example, remove the useless timeout by Victor Stinner · 12 years ago
  81. 933a8c8 asyncio doc: reorder methods; typo by Victor Stinner · 12 years ago
  82. 1ca5ba6 asyncio io: group transports and protocols in a new title by Victor Stinner · 12 years ago
  83. 0c6f1ca asyncio doc: write a complete TCP echo example, client and server by Victor Stinner · 12 years ago
  84. ea3183f Split asyncio documentation into subfiles by Victor Stinner · 12 years ago