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