1. cca4eec bpo-34270: Make it possible to name asyncio tasks (GH-8547) by Alex Grönholm · 6 years ago
  2. 944451c bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532) by MartinAltmayer · 6 years ago
  3. 22d2508 bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() (GH-8533) by Elvis Pranskevichus · 6 years ago
  4. 7e0d882 doc: Fix typo in asyncio-eventloop.rst (GH-7345) by MarcoFalke · 6 years ago
  5. c0d062f bpo-33736: Improve the documentation of asyncio stream APIs (GH-7326) by Elvis Pranskevichus · 6 years ago
  6. 9602643 bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321) by Yury Selivanov · 6 years ago
  7. 28b9178 bpo-32436: Document PEP 567 changes to asyncio. (GH-7073) by Yury Selivanov · 6 years ago
  8. 0ded580 Add versionchanged in create_datagram_endpoint doc (#4697) by Romuald Brunet · 6 years ago
  9. 65a3470 Fix senfile typo (#6265) by Sam Dunster · 7 years ago
  10. 17ab8f0 Fix a typo in asyncio docs (#5721) by Andrew Svetlov · 7 years ago
  11. 3d4dbd8 Implement TimerHandle.when() (#5473) by Andrew Svetlov · 7 years ago
  12. bec2372 bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392) by Yury Selivanov · 7 years ago
  13. ee72ac0 bpo-32622: Fix AbstractEventLoop.sendfile signature in documentation. (GH-5368) by Elvis Pranskevichus · 7 years ago
  14. 7c68407 bpo-32622: Implement loop.sendfile() (#5271) by Andrew Svetlov · 7 years ago
  15. c9070d0 bpo-32662: Implement Server.start_serving() and Server.serve_forever() (#5312) by Yury Selivanov · 7 years ago
  16. 7464e87 bpo-32410: Make SendfileNotAvailableError exception public (#5243) by Andrew Svetlov · 7 years ago
  17. 6b5a279 bpo-32410: Implement loop.sock_sendfile() (#4976) by Andrew Svetlov · 7 years ago
  18. 1634fc2 bpo-32418: Add get_loop() method on Server, AbstractServer classes (#4997) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 7 years ago
  19. f111b3d bpo-23749: Implement loop.start_tls() (#5039) by Yury Selivanov · 7 years ago
  20. 51eb1c6 bpo-29970: Make ssh_handshake_timeout None by default (#4939) by Andrew Svetlov · 7 years ago
  21. f7686c1 bpo-29970: Add timeout for SSL handshake in asyncio by Neil Aspinall · 7 years ago
  22. 19a44f6 bpo-32327: Convert asyncio functions documented as coroutines to coroutines. (#4872) by Yury Selivanov · 7 years ago
  23. 9edad3c bpo-32272: Remove asyncio.async() function. (#4784) by Yury Selivanov · 7 years ago
  24. ac577d7 bpo-32154: Remove asyncio.windows_utils.socketpair (#4609) by Victor Stinner · 7 years ago
  25. 431665b bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to documentation. (#4491) by AraHaan · 7 years ago
  26. 423fd36 bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be optional (#4447) by Yury Selivanov · 7 years ago
  27. 69cfed1 Add asyncio.Handle.cancelled() method (#2388) by Marat Sharafutdinov · 7 years ago
  28. fe4ea9c bpo-31245: Asyncio unix socket datagram (#3164) by Quentin Dawans · 7 years ago
  29. 525f40d bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051) by Antoine Pitrou · 7 years ago
  30. 627d2c8 Add the link to asyncio source code in the docs (GH-2373) by lf · 7 years ago
  31. 0366004 Issue #28091: Document PEP 525 & PEP 530. by Yury Selivanov · 8 years ago
  32. 91aa5c1 Merge 3.5 (issue #27392) by Yury Selivanov · 8 years ago
  33. 3b3a141 Issue #27392: Document loop.connect_accepted_socket() by Yury Selivanov · 8 years ago
  34. 4948a46 Issue #26980: Improve docs for create_unix_connection(). By Mariatta. (3.5->3.6) by Guido van Rossum · 8 years ago
  35. 9e80eeb Issue #26980: Improve docs for create_unix_connection(). By Mariatta. by Guido van Rossum · 8 years ago
  36. 6330f2a Merge 3.5 (issue #26796) by Yury Selivanov · 8 years ago
  37. e8a6045 Issue #26796: Don't configure the number of workers for default threadpool executor. by Yury Selivanov · 8 years ago
  38. 7d6dda4 Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 8 years ago
  39. 4adf01c Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 8 years ago
  40. 2b0bb0d Issue #27700: Document AbstractEventLoop, not BaseEventLoop. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  41. f68afd8 Issue #27700: Document AbstractEventLoop, not BaseEventLoop. by Guido van Rossum · 8 years ago
  42. 81d167a Merge 3.5 (asyncio, issue #27136) by Yury Selivanov · 8 years ago
  43. 55c5084 Issue #27136: Update asyncio docs by Yury Selivanov · 8 years ago
  44. f979d55 Merge 3.5 by Yury Selivanov · 8 years ago
  45. 950204d docs: Update asyncio docs & whatsnew by Yury Selivanov · 8 years ago
  46. 4ecfa45 Expand abbreviations FIFO and LIFO. by Serhiy Storchaka · 8 years ago
  47. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  48. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 9 years ago
  49. 49c9edf Issue #26157: Fix typos in asyncio-eventloop.rst by Berker Peksag · 9 years ago
  50. 82f9fea Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  51. 41f69f4 Issue #25593: Change semantics of EventLoop.stop(). by Guido van Rossum · 9 years ago
  52. eda1955 Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  53. b9bf913 Issue #23972: updates to asyncio datagram API. By Chris Laws. by Guido van Rossum · 9 years ago
  54. 313242a Merge 3.4 -> 3.5 by Andrew Svetlov · 9 years ago
  55. 1c62b52 Reflect parameter name change in the doc by Andrew Svetlov · 9 years ago
  56. 7b58a2b Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  57. 5e4a7d8 Issue #23630, asyncio: host parameter of loop.create_server() can now be a by Victor Stinner · 9 years ago
  58. 60208a1 Issue #25134: Update asyncio doc for SSL on Windows by Victor Stinner · 9 years ago
  59. 153627c Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  60. 0424eaf Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  61. dcc47c6 Issue #24947: Merge 3.4 by Zachary Ware · 9 years ago
  62. 5e580da Issue #24947: Fix grammar in asyncio doc by Zachary Ware · 9 years ago
  63. 04356e1 Issue #24487: Rename async() -> ensure_future() in asyncio docs. by Yury Selivanov · 9 years ago
  64. 1096f76 Issue #24509: Clarify Handle.cancel() and loop.call_* methods. by Yury Selivanov · 9 years ago
  65. bb96134 asyncio.docs: Use less confusing title by Yury Selivanov · 9 years ago
  66. 7185461 docs/asyncio: Document set_task_factory/get_task_factory by Yury Selivanov · 9 years ago
  67. 8370496 asyncio: add a note about (non) thread safety in each class by Victor Stinner · 10 years ago
  68. bdd574d asyncio doc: annotate coroutine on coroutine functions and methods by Victor Stinner · 10 years ago
  69. 756f0b1 Fix asyncio doc typo. by R David Murray · 10 years ago
  70. a092a61 asyncio doc: fix section of event loop examples by Victor Stinner · 10 years ago
  71. 4d5115c asyncio doc: call_soon() does not call immediatly the callback. Patch written by Victor Stinner · 10 years ago
  72. 8464c24 asyncio doc: explain how to pass keywords to callbacks (functools.partial) by Victor Stinner · 10 years ago
  73. b556399 Issue #22808: Link to the correct time method in BaseEventLoop.call_at(). by Berker Peksag · 10 years ago
  74. 2cef300 asyncio doc: fix typo in an example by Victor Stinner · 10 years ago
  75. 7f314ed asyncio doc: write simpler examples to introduce asyncio by Victor Stinner · 10 years ago
  76. 33f6abe asyncio doc: reformat create_server() doc by Victor Stinner · 10 years ago
  77. c7edffd asyncio doc: add UDP client and server examples by Victor Stinner · 10 years ago
  78. ccd8e34 asyncio doc: socket.socketpair() is not available on Windows yet by Victor Stinner · 10 years ago
  79. 04e6df3 asyncio doc: add examples showing the 3 ways to wait for data from an open by Victor Stinner · 10 years ago
  80. 6888b96 asyncio doc: cleanup Hello World examples by Victor Stinner · 10 years ago
  81. 9c1dba2 Revert #22251 by Berker Peksag · 10 years ago
  82. 3749404 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 10 years ago
  83. 41f3c3f Closes #22275: asyncio: enhance documentation of OS support by Victor Stinner · 10 years ago
  84. d84fd73 Issue #22063: Fix asyncio documentation of socket and pipe operations regarding by Victor Stinner · 10 years ago
  85. 337e03f Issue #22112, asyncio doc: replace loop.create_task(coro) with by Victor Stinner · 10 years ago
  86. ec2ce09 Issue #22063: Mention in asyncio documentation that socket operations require by Victor Stinner · 10 years ago
  87. ca4f343 Fix incomplete sentence in asyncio docs. by Andrew Svetlov · 10 years ago
  88. 9ff4180 Asyncio doc fixes: spelling, grammar, duplication. by Terry Jan Reedy · 10 years ago
  89. 4bfb14a asyncio: Server.close() leaves client sockets open by Victor Stinner · 10 years ago
  90. 8ebeb03 asyncio: improve the documentation of servers by Victor Stinner · 10 years ago
  91. aea8229 Issue #21680: Document asyncio event loops by Victor Stinner · 10 years ago
  92. 530ef2f Update asyncio documentation by Victor Stinner · 10 years ago
  93. 63b21a8 Closes #21921: Fix ResourceWarning in the asyncio examples: close the event by Victor Stinner · 10 years ago
  94. f328c7d asyncio, Tulip issue 171: BaseEventLoop.close() now raises an exception if the by Victor Stinner · 10 years ago
  95. 62511fd asyncio: document the debug mode by Victor Stinner · 10 years ago
  96. 7b7120e asyncio: Enable the debug mode of event loops when the PYTHONASYNCIODEBUG by Victor Stinner · 10 years ago
  97. d143209 Tulip issue 83: document more asyncio functions in docstrings by Victor Stinner · 10 years ago
  98. 64d750b asyncio: Fix pyflakes errors by Victor Stinner · 10 years ago
  99. bb2fc5b Issue #21326: Add a new is_closed() method to asyncio.BaseEventLoop by Victor Stinner · 10 years ago
  100. f9e49dd Tulip issue 83, Python issue #21252: Fill some XXX docstrings in asyncio by Victor Stinner · 10 years ago