1. 6758e6e bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) by Yury Selivanov · 6 years ago
  2. 9fdc64c bpo-34037: Fix test_asyncio failure and add loop.shutdown_default_executor() (GH-15735) by Kyle Stanley · 6 years ago
  3. 6793cce bpo-36889: Document asyncio Stream and StreamServer (GH-14203) by Xtreak · 6 years ago
  4. 9ffca67 asyncio: Fix docs for default event loop (#14308) by Ben Darnell · 6 years ago
  5. 7f9a2ae Revert "bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786)" (#13802) by Łukasz Langa · 6 years ago
  6. 0f0a30f bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786) by Victor Stinner · 6 years ago
  7. bafd4b5 bpo-29883: Asyncio proactor udp (GH-13440) by Andrew Svetlov · 6 years ago
  8. f0d4c64 bpo-36686: Improve the documentation of the std* params in loop.subprocess_exec (GH-13586) by sbstp · 6 years ago
  9. 88f07a8 bpo-33530: Implement Happy Eyeballs in asyncio, v2 (GH-7237) by twisteroid ambassador · 6 years ago
  10. ceb842e Fixed typo (GH-11522) by Alexander Vasin · 6 years ago
  11. 7e954e7 bpo-36651: Fixed Asyncio Event Loop documentation inconsistency (GH-12866) by Enrico Alarico Carbognani · 6 years ago
  12. df5cdc1 bpo-36074: Result of `asyncio.Server.sockets` after `Server.close()` after is not clear (GH-11987) by Emmanuel Arias · 6 years ago
  13. e3666fc bpo-35465: Document _UnixSelectorEventLoop.add_signal_handler. (GH-11145) by Hrvoje Nikšić · 7 years ago
  14. 1747334 bpo-35395: fix typos in asyncio eventloop documentation (GH-10880) by Naglis · 7 years ago
  15. b83d917 Doc: fix asyncio loop.close() description (GH-10229) by Andriy Maletsky · 7 years ago
  16. 2d6097d bpo-11233: Create availability directive for documentation (GH-9692) by Cheryl Sabella · 7 years ago
  17. 37aae9d bpo-34687: Update asyncio doc for ProactorEventLoop (GH-9623) by Victor Stinner · 7 years ago
  18. e247b46 bpo-33649: More improvements (GH-9439) by Yury Selivanov · 7 years ago
  19. 4715039 bpo-33649: Add a high-level section about Futures; few quick fixes (GH-9403) by Yury Selivanov · 7 years ago
  20. ac94e38 bpo-33649: Note that asyncio.run() calls shutdown_asyncgens() (GH-9380) by Yury Selivanov · 7 years ago
  21. 1fa2ec4 bpo-33649: A copy-editing pass on asyncio documentation (GH-9376) by Elvis Pranskevichus · 7 years ago
  22. 394374e bpo-33649: Add low-level APIs index. (GH-9364) by Yury Selivanov · 7 years ago
  23. 5cc583d bpo-33649: Clarify protocol_factory as a method parameter (GH-9330) by Bumsik Kim · 7 years ago
  24. 805e27e bpo-33649: Fix asyncio-dev (GH-9324) by Yury Selivanov · 7 years ago
  25. 7372c3b bpo-33649: Add high-level APIs cheat-sheet (GH-9319) by Yury Selivanov · 7 years ago
  26. 3faaa88 bpo-33649: Refresh Tasks and Futures pages (#9314) by Yury Selivanov · 7 years ago
  27. 5b7cbd6 bpo-33649: Edit asyncio eventloop doc - second pass (GH-9233) by Carol Willing · 7 years ago
  28. 7c7605f bpo-33649: First asyncio docs improvement pass (GH-9142) by Yury Selivanov · 7 years ago
  29. cca4eec bpo-34270: Make it possible to name asyncio tasks (GH-8547) by Alex Grönholm · 7 years ago
  30. 944451c bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532) by MartinAltmayer · 7 years ago
  31. 22d2508 bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() (GH-8533) by Elvis Pranskevichus · 7 years ago
  32. 7e0d882 doc: Fix typo in asyncio-eventloop.rst (GH-7345) by MarcoFalke · 7 years ago
  33. c0d062f bpo-33736: Improve the documentation of asyncio stream APIs (GH-7326) by Elvis Pranskevichus · 7 years ago
  34. 9602643 bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321) by Yury Selivanov · 7 years ago
  35. 28b9178 bpo-32436: Document PEP 567 changes to asyncio. (GH-7073) by Yury Selivanov · 7 years ago
  36. 0ded580 Add versionchanged in create_datagram_endpoint doc (#4697) by Romuald Brunet · 7 years ago
  37. 65a3470 Fix senfile typo (#6265) by Sam Dunster · 7 years ago
  38. 17ab8f0 Fix a typo in asyncio docs (#5721) by Andrew Svetlov · 7 years ago
  39. 3d4dbd8 Implement TimerHandle.when() (#5473) by Andrew Svetlov · 8 years ago
  40. bec2372 bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392) by Yury Selivanov · 8 years ago
  41. ee72ac0 bpo-32622: Fix AbstractEventLoop.sendfile signature in documentation. (GH-5368) by Elvis Pranskevichus · 8 years ago
  42. 7c68407 bpo-32622: Implement loop.sendfile() (#5271) by Andrew Svetlov · 8 years ago
  43. c9070d0 bpo-32662: Implement Server.start_serving() and Server.serve_forever() (#5312) by Yury Selivanov · 8 years ago
  44. 7464e87 bpo-32410: Make SendfileNotAvailableError exception public (#5243) by Andrew Svetlov · 8 years ago
  45. 6b5a279 bpo-32410: Implement loop.sock_sendfile() (#4976) by Andrew Svetlov · 8 years ago
  46. 1634fc2 bpo-32418: Add get_loop() method on Server, AbstractServer classes (#4997) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 8 years ago
  47. f111b3d bpo-23749: Implement loop.start_tls() (#5039) by Yury Selivanov · 8 years ago
  48. 51eb1c6 bpo-29970: Make ssh_handshake_timeout None by default (#4939) by Andrew Svetlov · 8 years ago
  49. f7686c1 bpo-29970: Add timeout for SSL handshake in asyncio by Neil Aspinall · 8 years ago
  50. 19a44f6 bpo-32327: Convert asyncio functions documented as coroutines to coroutines. (#4872) by Yury Selivanov · 8 years ago
  51. 9edad3c bpo-32272: Remove asyncio.async() function. (#4784) by Yury Selivanov · 8 years ago
  52. ac577d7 bpo-32154: Remove asyncio.windows_utils.socketpair (#4609) by Victor Stinner · 8 years ago
  53. 431665b bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to documentation. (#4491) by AraHaan · 8 years ago
  54. 423fd36 bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be optional (#4447) by Yury Selivanov · 8 years ago
  55. 69cfed1 Add asyncio.Handle.cancelled() method (#2388) by Marat Sharafutdinov · 8 years ago
  56. fe4ea9c bpo-31245: Asyncio unix socket datagram (#3164) by Quentin Dawans · 8 years ago
  57. 525f40d bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051) by Antoine Pitrou · 8 years ago
  58. 627d2c8 Add the link to asyncio source code in the docs (GH-2373) by lf · 8 years ago
  59. 0366004 Issue #28091: Document PEP 525 & PEP 530. by Yury Selivanov · 9 years ago
  60. 91aa5c1 Merge 3.5 (issue #27392) by Yury Selivanov · 9 years ago
  61. 3b3a141 Issue #27392: Document loop.connect_accepted_socket() by Yury Selivanov · 9 years ago
  62. 4948a46 Issue #26980: Improve docs for create_unix_connection(). By Mariatta. (3.5->3.6) by Guido van Rossum · 9 years ago
  63. 9e80eeb Issue #26980: Improve docs for create_unix_connection(). By Mariatta. by Guido van Rossum · 9 years ago
  64. 6330f2a Merge 3.5 (issue #26796) by Yury Selivanov · 9 years ago
  65. e8a6045 Issue #26796: Don't configure the number of workers for default threadpool executor. by Yury Selivanov · 9 years ago
  66. 7d6dda4 Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 9 years ago
  67. 4adf01c Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 9 years ago
  68. 2b0bb0d Issue #27700: Document AbstractEventLoop, not BaseEventLoop. (Merge 3.5->3.6) by Guido van Rossum · 9 years ago
  69. f68afd8 Issue #27700: Document AbstractEventLoop, not BaseEventLoop. by Guido van Rossum · 9 years ago
  70. 81d167a Merge 3.5 (asyncio, issue #27136) by Yury Selivanov · 9 years ago
  71. 55c5084 Issue #27136: Update asyncio docs by Yury Selivanov · 9 years ago
  72. f979d55 Merge 3.5 by Yury Selivanov · 9 years ago
  73. 950204d docs: Update asyncio docs & whatsnew by Yury Selivanov · 9 years ago
  74. 4ecfa45 Expand abbreviations FIFO and LIFO. by Serhiy Storchaka · 9 years ago
  75. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 9 years ago
  76. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 10 years ago
  77. 49c9edf Issue #26157: Fix typos in asyncio-eventloop.rst by Berker Peksag · 10 years ago
  78. 82f9fea Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5) by Guido van Rossum · 10 years ago
  79. 41f69f4 Issue #25593: Change semantics of EventLoop.stop(). by Guido van Rossum · 10 years ago
  80. eda1955 Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.4->3.5.) by Guido van Rossum · 10 years ago
  81. b9bf913 Issue #23972: updates to asyncio datagram API. By Chris Laws. by Guido van Rossum · 10 years ago
  82. 313242a Merge 3.4 -> 3.5 by Andrew Svetlov · 10 years ago
  83. 1c62b52 Reflect parameter name change in the doc by Andrew Svetlov · 10 years ago
  84. 7b58a2b Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  85. 5e4a7d8 Issue #23630, asyncio: host parameter of loop.create_server() can now be a by Victor Stinner · 10 years ago
  86. 60208a1 Issue #25134: Update asyncio doc for SSL on Windows by Victor Stinner · 10 years ago
  87. 153627c Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 10 years ago
  88. 0424eaf Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 10 years ago
  89. dcc47c6 Issue #24947: Merge 3.4 by Zachary Ware · 10 years ago
  90. 5e580da Issue #24947: Fix grammar in asyncio doc by Zachary Ware · 10 years ago
  91. 04356e1 Issue #24487: Rename async() -> ensure_future() in asyncio docs. by Yury Selivanov · 10 years ago
  92. 1096f76 Issue #24509: Clarify Handle.cancel() and loop.call_* methods. by Yury Selivanov · 10 years ago
  93. bb96134 asyncio.docs: Use less confusing title by Yury Selivanov · 10 years ago
  94. 7185461 docs/asyncio: Document set_task_factory/get_task_factory by Yury Selivanov · 10 years ago
  95. 8370496 asyncio: add a note about (non) thread safety in each class by Victor Stinner · 10 years ago
  96. bdd574d asyncio doc: annotate coroutine on coroutine functions and methods by Victor Stinner · 10 years ago
  97. 756f0b1 Fix asyncio doc typo. by R David Murray · 11 years ago
  98. a092a61 asyncio doc: fix section of event loop examples by Victor Stinner · 11 years ago
  99. 4d5115c asyncio doc: call_soon() does not call immediatly the callback. Patch written by Victor Stinner · 11 years ago
  100. 8464c24 asyncio doc: explain how to pass keywords to callbacks (functools.partial) by Victor Stinner · 11 years ago