1. 3e65054 bpo-32309: Add support for contextvars in asyncio.to_thread() (GH-20278) by Miss Islington (bot) · 5 years ago
  2. e299130 bpo-32309: Implement asyncio.to_thread() (GH-20143) by Miss Islington (bot) · 5 years ago
  3. 1ce5841 bpo-31033: Add a msg argument to Future.cancel() and Task.cancel() (GH-19979) by Chris Jerdonek · 5 years ago
  4. 382a563 bpo-40607: Reraise exception during task cancelation in asyncio.wait_for() (GH-20054) by romasku · 5 years ago
  5. de92769 bpo-34790: add version of removal of explicit passing of coros to `asyncio.wait`'s documentation (#20008) by jack1142 · 5 years ago
  6. 9d74658 bpo-40499: Mention that asyncio.wait() needs a non-empty aws set (GH-19900) by Joel Rosdahl · 5 years ago
  7. f900064 docs: Add asyncio source code links (GH-16640) by Kyle Stanley · 6 years ago
  8. e407013 Fix and improve `asyncio.run()` docs (GH-16403) by Kyle Stanley · 6 years ago
  9. 17deb16 bpo-38260: Add Docs on asyncio.run (GH-16337) by Emmanuel Arias · 6 years ago
  10. 77af229 Doc: Remove provisional note for asyncio.run() (GH-16310) by Kyle Stanley · 6 years ago
  11. 9fdc64c bpo-34037: Fix test_asyncio failure and add loop.shutdown_default_executor() (GH-15735) by Kyle Stanley · 6 years ago
  12. a488879 bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033) by Andrew Svetlov · 6 years ago
  13. 98ef920 bpo-36999: Add asyncio.Task.get_coro() (GH-13680) by Alex Grönholm · 6 years ago
  14. d0ebf13 bpo-36932: use proper deprecation-removed directive (GH-13349) by Matthias Bussonnier · 6 years ago
  15. 1d5bdef Orthographical fix (GH-13418) by Boštjan Mejak · 6 years ago
  16. 68b34a7 bpo-36921: Deprecate @coroutine for sake of async def (GH-13346) by Andrew Svetlov · 6 years ago
  17. 3a81076 bpo-35579: Fix typo in in asyncio-task documentation (GH-11321) by Vaibhav Gupta · 7 years ago
  18. 9f43fbb Use f-strings in asyncio-task code examples (GH-10035) by Mariatta · 7 years ago
  19. cd602b8 bpo-34476: Document that asyncio.sleep() always suspends. (#9643) by Hrvoje Nikšić · 7 years ago
  20. 59ee5b1 bpo-34802: Fix asyncio.iscoroutine() docs (GH-9611) by Yury Selivanov · 7 years ago
  21. fad6af2 asyncio/docs: Replace Python 4.0 -> 3.10 (GH-9579) by Yury Selivanov · 7 years ago
  22. 996859a bpo-34790: [docs] Passing coroutines to asyncio.wait() can be confusing. (GH-9543) by Yury Selivanov · 7 years ago
  23. db1a80e bpo-33649: Fix gather() docs; fix title; few other nits. (GH-9475) by Yury Selivanov · 7 years ago
  24. e247b46 bpo-33649: More improvements (GH-9439) by Yury Selivanov · 7 years ago
  25. 4715039 bpo-33649: Add a high-level section about Futures; few quick fixes (GH-9403) by Yury Selivanov · 7 years ago
  26. b042cf1 bpo-33649: Fix markup; add another note that asyncio.run is 3.7+ (GH-9389) by Yury Selivanov · 7 years ago
  27. 9c53fa6 Fix syntax error on Asyncio example in doc (GH-9387) by Miguel Ángel García · 7 years ago
  28. 7bfbda4 Change "set_after" reference to `say_after`. (GH-9384) by Danny Hermes · 7 years ago
  29. 1fa2ec4 bpo-33649: A copy-editing pass on asyncio documentation (GH-9376) by Elvis Pranskevichus · 7 years ago
  30. 394374e bpo-33649: Add low-level APIs index. (GH-9364) by Yury Selivanov · 7 years ago
  31. 7372c3b bpo-33649: Add high-level APIs cheat-sheet (GH-9319) by Yury Selivanov · 7 years ago
  32. 3faaa88 bpo-33649: Refresh Tasks and Futures pages (#9314) by Yury Selivanov · 7 years ago
  33. 7c7605f bpo-33649: First asyncio docs improvement pass (GH-9142) by Yury Selivanov · 7 years ago
  34. cca4eec bpo-34270: Make it possible to name asyncio tasks (GH-8547) by Alex Grönholm · 7 years ago
  35. dec947c Fix typo introduced in GH-7217 (#7230) by Elvis Pranskevichus · 7 years ago
  36. f9aeca2 bpo-23859: Document that asyncio.wait() does not cancel its futures (#7217) by Elvis Pranskevichus · 7 years ago
  37. e2b340a bpo-32751: Wait for task cancellation in asyncio.wait_for() (GH-7216) by Elvis Pranskevichus · 7 years ago
  38. 863b674 bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (GH-7209) by Yury Selivanov · 7 years ago
  39. 416c1eb bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174) by Yury Selivanov · 7 years ago
  40. 28b9178 bpo-32436: Document PEP 567 changes to asyncio. (GH-7073) by Yury Selivanov · 7 years ago
  41. 63536bd bpo-32996: The bulk of What's New in Python 3.7 (GH-6978) by Elvis Pranskevichus · 7 years ago
  42. d8d715f asyncio/docs: Mark asyncio.run() as provisional in 3.7. (#6946) by Yury Selivanov · 7 years ago
  43. b21505e Fix docs markup for asyncio current_task() and all_tasks() (#6089) by Andrew Svetlov · 7 years ago
  44. 13cfd57 Fix missing coroutine declaration in the asyncio documentation. (#5964) by Joongi Kim · 7 years ago
  45. ca9b36c bpo-32415: Add asyncio.Task.get_loop() and Future.get_loop() (#4992) by Yury Selivanov · 8 years ago
  46. 44d1a59 bpo-32250: Implement asyncio.current_task() and asyncio.all_tasks() (#4799) by Andrew Svetlov · 8 years ago
  47. f74ef45 bpo-32311: Implement asyncio.create_task() shortcut (#4848) by Andrew Svetlov · 8 years ago
  48. 02a0a19 bpo-32314: Implement asyncio.run() (#4852) by Yury Selivanov · 8 years ago
  49. 8874342 bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779) by Andrew Svetlov · 8 years ago
  50. 9edad3c bpo-32272: Remove asyncio.async() function. (#4784) by Yury Selivanov · 8 years ago
  51. 22b1128 bpo-31960: Fix asyncio.Future documentation for thread (un)safety. (#4319) by Antoine Pitrou · 8 years ago
  52. a5293b4 Fix miscellaneous typos (#4275) by luzpaz · 8 years ago
  53. 627d2c8 Add the link to asyncio source code in the docs (GH-2373) by lf · 8 years ago
  54. 824f687 bpo-24755: Document asyncio.wrap_future (GH-603) by adisbladis · 8 years ago
  55. f592867 Issue #29441: Update examples to use async and await keywords in asyncio-task.rst by Berker Peksag · 9 years ago
  56. d5adb63 Issue #29407: Remove redundant ensure_future() calls in factorial example by Berker Peksag · 9 years ago
  57. 4adf01c Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 9 years ago
  58. 002b0a7 Issue #28348: Fix typo in asyncio.Task() documentation by Berker Peksag · 9 years ago
  59. f68afd8 Issue #27700: Document AbstractEventLoop, not BaseEventLoop. by Guido van Rossum · 9 years ago
  60. 4365b83 Use asyncio.gather instead of asyncio.wait in example. by Andrew Svetlov · 9 years ago
  61. c1cf296 asyncio: Remove asyncio.timeout() context manager. by Yury Selivanov · 9 years ago
  62. f9aff92 Fix typo by Zachary Ware · 9 years ago
  63. 950204d docs: Update asyncio docs & whatsnew by Yury Selivanov · 9 years ago
  64. 6f57424 Document None as timeout for asyncio.timeout() by Andrew Svetlov · 9 years ago
  65. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 10 years ago
  66. ea47134 Fix versionadded to use 3.5.1 only for 3.5 branch by Andrew Svetlov · 10 years ago
  67. 3af81f2 merge 3.4 by Andrew Svetlov · 10 years ago
  68. f124016 Document asyncio.timeout() by Andrew Svetlov · 10 years ago
  69. e319ab0 docs/asyncio: Update ensure_future & run_coroutine_threadsafe docs by Yury Selivanov · 10 years ago
  70. 6efc7e7 Merge 3.4 by Yury Selivanov · 10 years ago
  71. 01a65af asyncio.docs: Fix versionadded by Yury Selivanov · 10 years ago
  72. 5db034a Docs and one small improvement for issue #25304, by Vincent Michel. (Merge 3.4->3.5.) by Guido van Rossum · 10 years ago
  73. 601953b Docs and one small improvement for issue #25304, by Vincent Michel. by Guido van Rossum · 10 years ago
  74. 04356e1 Issue #24487: Rename async() -> ensure_future() in asyncio docs. by Yury Selivanov · 10 years ago
  75. 66f8828 Issue #24439: Improve PEP 492 related docs. by Yury Selivanov · 10 years ago
  76. d7e19bb docs/asyncio: Document new ensure_future() and deprecated async() by Yury Selivanov · 10 years ago
  77. 72dcb0a Issue #23219: Update asyncio.wait_for() documentation by Victor Stinner · 10 years ago
  78. 8370496 asyncio: add a note about (non) thread safety in each class by Victor Stinner · 10 years ago
  79. bdd574d asyncio doc: annotate coroutine on coroutine functions and methods by Victor Stinner · 11 years ago
  80. d87de83 Closes #22475: asyncio doc, fix Task.get_stack() doc by Victor Stinner · 11 years ago
  81. 039f703 Close #22473: asyncio doc: rephrase Future with run_forever() example by Victor Stinner · 11 years ago
  82. 8464c24 asyncio doc: explain how to pass keywords to callbacks (functools.partial) by Victor Stinner · 11 years ago
  83. 7f314ed asyncio doc: write simpler examples to introduce asyncio by Victor Stinner · 11 years ago
  84. 980dd84 asyncio doc: more explicit doc for async() by Victor Stinner · 11 years ago
  85. 6888b96 asyncio doc: cleanup Hello World examples by Victor Stinner · 11 years ago
  86. 9c1dba2 Revert #22251 by Berker Peksag · 11 years ago
  87. 3749404 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 11 years ago
  88. 22dd833 Improve English phrasing in asyncio task docs. by R David Murray · 11 years ago
  89. 337e03f Issue #22112, asyncio doc: replace loop.create_task(coro) with by Victor Stinner · 11 years ago
  90. c935a95 Englich grammar nit. by Terry Jan Reedy · 11 years ago
  91. 530ef2f Update asyncio documentation by Victor Stinner · 11 years ago
  92. 63b21a8 Closes #21921: Fix ResourceWarning in the asyncio examples: close the event by Victor Stinner · 11 years ago
  93. db74d98 Issue #21596: asyncio.wait(): mention that the sequence of futures must not by Victor Stinner · 11 years ago
  94. 8d21357 Issue #21601: Document asyncio.Task.cancel(). Initial patch written by Vajrasky by Victor Stinner · 11 years ago
  95. 28d0ae48 Issue #21376: document asyncio.TimeoutError by Victor Stinner · 11 years ago
  96. 37f15bc asyncio.docs: Improve wordings; add a note to the Coroutines section. Issue #20706 by Yury Selivanov · 11 years ago
  97. 04e05da Close #20652: asyncio doc: close the event loop in run_forever() example. Fix by Victor Stinner · 11 years ago
  98. c9d1a6b merge by Brian Curtin · 12 years ago
  99. a1afeec Spelling corrections. Submitted to python-dev by python@mrabarnett.plus.com by Brian Curtin · 12 years ago
  100. 12c68b2 asyncio doc: fix gather() doc by Victor Stinner · 12 years ago