1. 24b5b36 [3.8] Fix typos in docs, comments and test assert messages (GH-14872). (#14900) by Kyle Stanley · 6 years ago
  2. bf8cb31 bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (GH-14344) by Miss Islington (bot) · 6 years ago
  3. 9535aff Revert "bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (#13630)" (GH-13793) by Andrew Svetlov · 6 years ago
  4. 0d70227 Fix typos in docs and docstrings (GH-13745) by Xtreak · 6 years ago
  5. 13ed079 bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (#13630) by Andrew Svetlov · 6 years ago
  6. 1f39c28 bpo-37035: Don't log OSError (GH-13548) by Andrew Svetlov · 6 years ago
  7. 431b540 bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528) by Yury Selivanov · 6 years ago
  8. 9932fd9 bpo-35721: Close socket pair if Popen in _UnixSubprocessTransport fails (GH-11553) by Niklas Fiekas · 6 years ago
  9. fb2c346 asyncio: __del__() keep reference to warnings.warn (GH-11491) by Victor Stinner · 7 years ago
  10. 0baa72f bpo-34622: Extract asyncio exceptions into a separate module (GH-9141) by Andrew Svetlov · 7 years ago
  11. dbf1022 bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130) by Yury Selivanov · 7 years ago
  12. 9d3627e bpo-33332: Add signal.valid_signals() (GH-6581) by Antoine Pitrou · 7 years ago
  13. 2a2247c bpo-32622: Normalize ENOTCONN to ConnectionError on macOS (GH-5369) by Yury Selivanov · 8 years ago
  14. c9070d0 bpo-32662: Implement Server.start_serving() and Server.serve_forever() (#5312) by Yury Selivanov · 8 years ago
  15. f23746a bpo-32436: Implement PEP 567 (#5027) by Yury Selivanov · 8 years ago
  16. 7464e87 bpo-32410: Make SendfileNotAvailableError exception public (#5243) by Andrew Svetlov · 8 years ago
  17. 6b5a279 bpo-32410: Implement loop.sock_sendfile() (#4976) by Andrew Svetlov · 8 years ago
  18. a8f4e15 bpo-26133: Fix typos (#5010) by Andrew Svetlov · 8 years ago
  19. 4f146f9 bpo-26133: Clear signals list on interpreter finalizing (#5002) by Andrew Svetlov · 8 years ago
  20. 4a02543 bpo-26133: Dont unsubscribe signals in UNIX even loop on interpreter shutdown (#4956) by Andrew Svetlov · 8 years ago
  21. 51eb1c6 bpo-29970: Make ssh_handshake_timeout None by default (#4939) by Andrew Svetlov · 8 years ago
  22. f7686c1 bpo-29970: Add timeout for SSL handshake in asyncio by Neil Aspinall · 8 years ago
  23. a7bd64c bpo-27456: Simplify sock type checks (#4922) by Yury Selivanov · 8 years ago
  24. e796b2f bpo-27456: Ensure TCP_NODELAY is set on linux (#4231) by Yury Selivanov · 8 years ago
  25. 6370f34 bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) by Yury Selivanov · 8 years ago
  26. 5f841b5 bpo-32193: Convert asyncio to async/await usage (#4753) by Andrew Svetlov · 8 years ago
  27. cc83920 bpo-32166: Drop Python 3.4 code from asyncio (#4612) by Andrew Svetlov · 8 years ago
  28. 4271dfd bpo-32154: Remove asyncio.selectors (#4605) by Victor Stinner · 8 years ago
  29. a10dc3e asyncio: use directly socket.socketpair() (#4597) by Victor Stinner · 8 years ago
  30. 423fd36 bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be optional (#4447) by Yury Selivanov · 8 years ago
  31. 3e2ad8e bpo-29617: Remove Python 3.3 support from asyncio (GH-232) by INADA Naoki · 8 years ago
  32. 21bb0e6 Merge 3.5 (issue #28704) by Yury Selivanov · 9 years ago
  33. d7c1518 Issue #28704: Fix create_unix_server to support Path-like objects by Yury Selivanov · 9 years ago
  34. 954c7dd Merge 3.5 (issue #28652) by Yury Selivanov · 9 years ago
  35. a1a8b7d Issue #28652: Make loop methods reject socket kinds they do not support. by Yury Selivanov · 9 years ago
  36. 88e8aca Merge 3.5 (issue #28399) by Yury Selivanov · 9 years ago
  37. 908d55d Issue #28399: Remove UNIX socket from FS before binding. by Yury Selivanov · 9 years ago
  38. 3df053e Merge 3.5 (asyncio) by Yury Selivanov · 9 years ago
  39. 36e7e97 asyncio: Only allow Unix Stream sockets for loop.create_unix_server/connection by Yury Selivanov · 9 years ago
  40. bb8eb92 Merge 3.5 (issue #28369) by Yury Selivanov · 9 years ago
  41. 5b8d4f9 Issue #28369: Raise an error when transport's FD is used with add_reader by Yury Selivanov · 9 years ago
  42. 67ea618 Merge 3.5 (issue #28368) by Yury Selivanov · 9 years ago
  43. 9eb6c67 Issue #28368: Refuse monitoring processes if the child watcher has no loop attached. by Yury Selivanov · 9 years ago
  44. b76968b Merge 3.5 (asyncio, issue #26909) by Yury Selivanov · 9 years ago
  45. 4c5bf3b Issue #26909: Fix slow pipes IO in asyncio. by Yury Selivanov · 9 years ago
  46. 966321e Merge 3.5 (asyncio) by Yury Selivanov · 9 years ago
  47. a05a6ef asyncio: Add set_protocol / get_protocol methods to Transports by Yury Selivanov · 9 years ago
  48. 4786787 Fix ordering issues in UNIX read/write pipe transport constructors. by Guido van Rossum · 9 years ago
  49. 8b7918a Don't select for read on character devices in _UnixWritePipeTransport. by Guido van Rossum · 9 years ago
  50. 898ac56 Merge asyncio from 3.5 by Guido van Rossum · 9 years ago
  51. 8ace2c6 Merge 3.5 (Issue #27041) by Yury Selivanov · 9 years ago
  52. 7661db6 Issue #27041: asyncio: Add loop.create_future method by Yury Selivanov · 9 years ago
  53. 2e413f7 Merge 3.5 (asyncio) by Yury Selivanov · 9 years ago
  54. 5dc0933 asyncio: Fix unix pipe transport 'repr' methods by Yury Selivanov · 9 years ago
  55. 00f4648 Merge 3.5 (asyncio) by Victor Stinner · 9 years ago
  56. c94a93a asyncio: Don't log ConnectionAbortedError by Victor Stinner · 9 years ago
  57. e19558a Add a source parameter to warnings.warn() by Victor Stinner · 9 years ago
  58. 5d7e3b6 asyncio: Cleanup Future API by Yury Selivanov · 10 years ago
  59. 5bb1afb asyncio: Add Transport.is_closing() by Yury Selivanov · 10 years ago
  60. 2a8911c asyncio: Sync with upstream (compat module) by Yury Selivanov · 10 years ago
  61. 5d44c08 Issue #23353, asyncio: Workaround CPython bug #23353 by Victor Stinner · 11 years ago
  62. 1241ecc Issue #23347, asyncio: Make BaseSubprocessTransport.wait() private by Victor Stinner · 11 years ago
  63. 47cd10d asyncio: sync with Tulip by Victor Stinner · 11 years ago
  64. 978a9af Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport by Victor Stinner · 11 years ago
  65. 2934262 asyncio: sync with Tulip by Victor Stinner · 11 years ago
  66. f07801b asyncio: SSL transports now clear their reference to the waiter by Victor Stinner · 11 years ago
  67. 4bf22e0 asyncio: Close the transport on subprocess creation failure by Victor Stinner · 11 years ago
  68. 41ed958 Issue #23243: Fix asyncio._UnixWritePipeTransport.close() by Victor Stinner · 11 years ago
  69. 29ad011 asyncio: sync with Tulip by Victor Stinner · 11 years ago
  70. 70db9e4 asyncio: sync with Tulip by Victor Stinner · 11 years ago
  71. 15cc678 asyncio: Truncate to 80 columns by Victor Stinner · 11 years ago
  72. 1e40f10 asyncio, tulip issue 209: Fix subprocess for close_fds=False on Python 3.3 by Victor Stinner · 11 years ago
  73. e80bf0d Closes #22922: More EventLoop methods fail if the loop is closed. Initial patch by Victor Stinner · 11 years ago
  74. 2d99d93 asyncio: Coroutine objects are now rejected with a TypeError by the following by Victor Stinner · 11 years ago
  75. e36fcde - Issue #22841: Reject coroutines in asyncio add_signal_handler(). by Guido van Rossum · 11 years ago
  76. 004adb9 asyncio: Move loop attribute to _FlowControlMixin by Victor Stinner · 11 years ago
  77. 8c0e0ab asyncio.unix_events: Move import statement to match tulip code by Yury Selivanov · 11 years ago
  78. b261475 asyncio: sync with Tulip by Victor Stinner · 11 years ago
  79. f2ed889 asyncio: Use the new os.set_blocking() function of Python 3.5 if available by Victor Stinner · 11 years ago
  80. c4c4649 asyncio: sync with Tulip by Victor Stinner · 11 years ago
  81. fe5649c Python issue #21645, Tulip issue 192: Rewrite signal handling by Victor Stinner · 11 years ago
  82. acdb782 asyncio: sync with Tulip by Victor Stinner · 11 years ago
  83. e912e65 asyncio: sync with Tulip by Victor Stinner · 11 years ago
  84. bfff45d asyncion, Tulip issue 181: BaseEventLoop.create_datagram_endpoint() now waits by Victor Stinner · 11 years ago
  85. a9acbe8 Closes #21886, #21447: Fix a race condition in asyncio when setting the result by Victor Stinner · 11 years ago
  86. 2dba23a asyncio: sync with Tulip by Victor Stinner · 11 years ago
  87. f951d28 asyncio: sync with Tulip, add a new asyncio.coroutines module by Victor Stinner · 11 years ago
  88. f328c7d asyncio, Tulip issue 171: BaseEventLoop.close() now raises an exception if the by Victor Stinner · 11 years ago
  89. f9e49dd Tulip issue 83, Python issue #21252: Fill some XXX docstrings in asyncio by Victor Stinner · 11 years ago
  90. 223a624 Issue #21119: asyncio now closes sockets on errors by Victor Stinner · 11 years ago
  91. 1fd03a4 Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError if by Victor Stinner · 11 years ago
  92. b4c9388 asyncio: remove unused imports and unused variables noticed by pyflakes by Victor Stinner · 11 years ago
  93. dec1a45 asyncio: Fix spelling and typos. by Yury Selivanov · 11 years ago
  94. 79a2952 asyncio, Tulip issue 143: UNIX domain methods, fix ResourceWarning and by Victor Stinner · 11 years ago
  95. 0ee29c2 asyncio, Tulip issue 139: Improve error messages on "fatal errors" by Victor Stinner · 11 years ago
  96. 3cb9914 asyncio.transports: Make _ProactorBasePipeTransport use _FlowControlMixin by Yury Selivanov · 11 years ago
  97. 569efa2 asyncio: New error handling API. Issue #20681. by Yury Selivanov · 11 years ago
  98. b057c52 asyncio: Add support for UNIX Domain Sockets. by Yury Selivanov · 11 years ago
  99. dc62b7e asyncio: Tulip issue 112: Inline make_handle() into Handle constructor by Victor Stinner · 12 years ago
  100. 915bcb0 Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess module by Victor Stinner · 12 years ago