1. e55de2d bpo-30935: update get_event_loop docs (GH-2731) by Mandeep Singh · 6 years ago
  2. abae67e Add asyncio.get_running_loop() function. (#4782) by Yury Selivanov · 7 years ago
  3. 77106b2 bpo-32114: Updated the documentation for get_event_loop to reflect the policy change (#4510) by Pablo Galindo · 7 years ago
  4. 4135c89 bpo-31950: Improve event loop policy doc (#4306) by Antoine Pitrou · 7 years ago
  5. 627d2c8 Add the link to asyncio source code in the docs (GH-2373) by lf · 7 years ago
  6. f68afd8 Issue #27700: Document AbstractEventLoop, not BaseEventLoop. by Guido van Rossum · 8 years ago
  7. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 8 years ago
  8. ee1a0e4 Issue #25767: Merge with 3.4 by Zachary Ware · 9 years ago
  9. 992bfe0 Issue #25767: Link to English Wikipedia instead of French. by Zachary Ware · 9 years ago
  10. 26825bc Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by Akira Li. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  11. 8778c6b Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by Akira Li. by Guido van Rossum · 9 years ago
  12. 4ec0422 Issue #22560, asyncio doc: ProactorEventLoop now supports SSL! by Victor Stinner · 10 years ago
  13. 7eb1031 asyncio: SelectSelector is limited to 512 sockets on Windows by Victor Stinner · 10 years ago
  14. 1deee54 asyncio doc: reformat event loop policy doc by Victor Stinner · 10 years ago
  15. 33f6abe asyncio doc: reformat create_server() doc by Victor Stinner · 10 years ago
  16. 41f3c3f Closes #22275: asyncio: enhance documentation of OS support by Victor Stinner · 10 years ago
  17. 778015b asyncio: enhance documentation of platform support by Victor Stinner · 10 years ago
  18. aea8229 Issue #21680: Document asyncio event loops by Victor Stinner · 10 years ago