1. a16d697 Improve asyncio.loop.call_soon() documentation (GH-20883) by Roger Iyengar · 5 years ago
  2. b9783d2 bpo-39429: Add a new "Python Development Mode" doc page (GH-18132) by Victor Stinner · 6 years ago
  3. 675d17c Fix grammar in asyncio-dev.rst (GH-15672) by Roger Iyengar · 6 years ago
  4. 4e3a53b Fix a typo in asyncio-dev.rst. (GH-10133) by Benjamin Peterson · 7 years ago
  5. 1fa2ec4 bpo-33649: A copy-editing pass on asyncio documentation (GH-9376) by Elvis Pranskevichus · 7 years ago
  6. 805e27e bpo-33649: Fix asyncio-dev (GH-9324) by Yury Selivanov · 7 years ago
  7. 5acccfa Grammar fix (GH-9318) by Grant · 7 years ago
  8. 1abba45 Polish doc as part of asyncio doc improvement (GH-9185) by Carol Willing · 7 years ago
  9. 7c7605f bpo-33649: First asyncio docs improvement pass (GH-9142) by Yury Selivanov · 7 years ago
  10. 8874342 bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779) by Andrew Svetlov · 8 years ago
  11. f8802d8 Asyncion-Dev docs: Fix the reference to sys.excepthook (GH-4414) by Ashley Camba · 8 years ago
  12. 44862df bpo-32047: -X dev enables asyncio debug mode (#4418) by Victor Stinner · 8 years ago
  13. 87c3c5d Improve grammar in asyncio documentation (GH-2993) by Mike DePalatis · 8 years ago
  14. ba29a4f Issue #21443: Show how to change log level for asyncio. by Guido van Rossum · 9 years ago
  15. f68afd8 Issue #27700: Document AbstractEventLoop, not BaseEventLoop. by Guido van Rossum · 9 years ago
  16. 1050d2d Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. by Martin Panter · 9 years ago
  17. 5db034a Docs and one small improvement for issue #25304, by Vincent Michel. (Merge 3.4->3.5.) by Guido van Rossum · 10 years ago
  18. 601953b Docs and one small improvement for issue #25304, by Vincent Michel. by Guido van Rossum · 10 years ago
  19. 1c99e52 Merge 3.4 -> 3.5 by Andrew Svetlov · 10 years ago
  20. 4919907 Fix #25208: Improve "Develop with asyncio" doc page. by Andrew Svetlov · 10 years ago
  21. 04356e1 Issue #24487: Rename async() -> ensure_future() in asyncio docs. by Yury Selivanov · 10 years ago
  22. d7e19bb docs/asyncio: Document new ensure_future() and deprecated async() by Yury Selivanov · 10 years ago
  23. b8064a8 asyncio doc: close explicitly event loops by Victor Stinner · 10 years ago
  24. 6a1b004 asyncio doc: explain how to display ResourceWarning in the debug mode section by Victor Stinner · 11 years ago
  25. 188f2c0 asyncio doc: document the new ResourceWarning warnings by Victor Stinner · 11 years ago
  26. 1077dee asyncio doc: add a section about task cancellation by Victor Stinner · 11 years ago
  27. 399c59d asyncio doc: list limitations to run subprocesses from different threads by Victor Stinner · 11 years ago
  28. 5819cfa Cosmetic fixes to the 'Develop with asyncio' page by Zachary Ware · 11 years ago
  29. ab1c853 asyncio doc: update debug traces by Victor Stinner · 11 years ago
  30. d71dcbb asyncio: update the doc by Victor Stinner · 11 years ago
  31. 530ef2f Update asyncio documentation by Victor Stinner · 11 years ago
  32. 62511fd asyncio: document the debug mode by Victor Stinner · 11 years ago
  33. 1415e25 asyncio doc: remove reference to _DEBUG (now replaced with PYTHONASYNCIODEBUG by Victor Stinner · 11 years ago
  34. 0f3e6bc asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests. by Victor Stinner · 11 years ago
  35. 86516d9 Close #20649: Fix typo in asyncio doc. Patch written by Brett Cannon. by Victor Stinner · 11 years ago
  36. b73c833 Various formatting & grammar fixes in asyncio* docs. by Eli Bendersky · 12 years ago
  37. 790202d asyncio doc: mention that asyncio is not thread-safe by Victor Stinner · 12 years ago
  38. 3c9bb69 Add missing word ("thread") to sentence about call_soon_threadsafe. by Guido van Rossum · 12 years ago
  39. 5cb84ed asyncio doc: add an example to schedule a coroutine from a different thread by Victor Stinner · 12 years ago
  40. 9592edb asyncio doc: add "asyncio-" prefix to references by Victor Stinner · 12 years ago
  41. 606ab03 asyncio doc: add "Concurrency and multithreading" section by Victor Stinner · 12 years ago
  42. 45b27ed asyncio doc: document the granularity of the event loop by Victor Stinner · 12 years ago
  43. f40c663 asyncio doc: close the loop at exit by Victor Stinner · 12 years ago
  44. 679688e Fix grammar and add markup by Eli Bendersky · 12 years ago
  45. 9731183 asyncio: oops, add missing word :-) by Victor Stinner · 12 years ago
  46. db39a0d asyncio: add a new "Develop with asyncio" section to the documentation by Victor Stinner · 12 years ago