1. 2ef08d3 asyncio: Optimize _get_running_loop() to call getpid() only when there's a loop by Yury Selivanov · 7 years ago
  2. 604faba bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405) by Seth M. Larson · 7 years ago
  3. 01e5230 bpo-29703: asyncio: Fix creating new event loops in child processes. (#404) (#410) by Yury Selivanov · 7 years ago
  4. 6138432 Issue #29314: Merge with 3.5 by Mariatta Wijaya · 7 years ago
  5. 4e7ff8b Issue #29314: Set the stacklevel to two in asyncio.async() Deprecation Warning by Mariatta Wijaya · 7 years ago
  6. 11c1351 Merge 3.5 (issue #28990) by Yury Selivanov · 7 years ago
  7. b1461aa Issue #28990: Fix SSL hanging if connection is closed before handshake completed. by Yury Selivanov · 7 years ago
  8. 5cb0c09 Merge 3.5 (issue #28652) by Yury Selivanov · 8 years ago
  9. dab0584 Issue #28652: Partially rollback previous changes by Yury Selivanov · 8 years ago
  10. 21bb0e6 Merge 3.5 (issue #28704) by Yury Selivanov · 8 years ago
  11. d7c1518 Issue #28704: Fix create_unix_server to support Path-like objects by Yury Selivanov · 8 years ago
  12. 27182bb Merge 3.5 (issue #28703) by Yury Selivanov · 8 years ago
  13. 0ed20cd Issue #28703: Fix asyncio.iscoroutinefunction to handle Mock objects. by Yury Selivanov · 8 years ago
  14. 954c7dd Merge 3.5 (issue #28652) by Yury Selivanov · 8 years ago
  15. a1a8b7d Issue #28652: Make loop methods reject socket kinds they do not support. by Yury Selivanov · 8 years ago
  16. a054f40 Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  17. 6cc495e asyncio: Fix _format_coroutine for coroutine-like objects w/o __name__ by Yury Selivanov · 8 years ago
  18. 1994dd3 Merge 3.5 (issue #28613) by Yury Selivanov · 8 years ago
  19. 6ea2b8f Issue #28613: Expose asyncio._get_running_loop() and _set_running_loop() by Yury Selivanov · 8 years ago
  20. 6130c02 Merge 3.5 (issue #28634) by Yury Selivanov · 8 years ago
  21. 49d6b8c Issue #28634: Fix asyncio.isfuture() to support mocks by Yury Selivanov · 8 years ago
  22. 69312fa Merge 3.5 (issue #28613) by Yury Selivanov · 8 years ago
  23. 600a349 Issue #28613: Fix get_event_loop() to return the current loop by Yury Selivanov · 8 years ago
  24. c542049 asyncio: Sync with upstream by Yury Selivanov · 8 years ago
  25. a6fbcd1 Merge 3.5 (issue #28600) by Yury Selivanov · 8 years ago
  26. 491a912 Issue #28600: Optimize loop.call_soon(). by Yury Selivanov · 8 years ago
  27. a0c1ba6 Issue #28544: Implement asyncio.Task in C. by Yury Selivanov · 8 years ago
  28. 01c521b asyncio: Increase asyncio.Future test coverage; test both implementations. by Yury Selivanov · 8 years ago
  29. 6330f2a Merge 3.5 (issue #26796) by Yury Selivanov · 8 years ago
  30. e8a6045 Issue #26796: Don't configure the number of workers for default threadpool executor. by Yury Selivanov · 8 years ago
  31. e145efc Merge 3.5 (issue #26923) by Yury Selivanov · 8 years ago
  32. 3d67615 Issue #26923: Fix asyncio.Gather to refuse being cancelled once all children are done. by Yury Selivanov · 8 years ago
  33. ed05406 Issue #28500: Fix asyncio to handle async gens GC from another thread. by Yury Selivanov · 8 years ago
  34. a836362 Issue #28448: Fix C implemented asyncio.Future didn't work on Windows by INADA Naoki · 8 years ago
  35. c411a7d Issue #28452: Remove _asyncio._init_module function by INADA Naoki · 8 years ago
  36. 9f2ce25 Issue #28428: Rename _futures module to _asyncio. by INADA Naoki · 8 years ago
  37. 917c1c3 Merge 3.5 (issue #27972) by Yury Selivanov · 8 years ago
  38. 4145c83 Issue #27972: Prohibit Tasks to await on themselves. by Yury Selivanov · 8 years ago
  39. 88e8aca Merge 3.5 (issue #28399) by Yury Selivanov · 8 years ago
  40. 908d55d Issue #28399: Remove UNIX socket from FS before binding. by Yury Selivanov · 8 years ago
  41. 9e4e38e Issue #26801: Added C implementation of asyncio.Future. by INADA Naoki · 8 years ago
  42. 3df053e Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  43. 36e7e97 asyncio: Only allow Unix Stream sockets for loop.create_unix_server/connection by Yury Selivanov · 8 years ago
  44. a886142 Merge 3.5 (issue #23749) by Yury Selivanov · 8 years ago
  45. 92e7c7f asyncio: Add "call_connection_made" arg to SSLProtocol.__init__ by Yury Selivanov · 8 years ago
  46. 996dd4a Merge 3.5 (issue #28372) by Yury Selivanov · 8 years ago
  47. 8dc3e43 Issue #28372: Fix asyncio to support formatting of non-python coroutines by Yury Selivanov · 8 years ago
  48. d2c5fab Merge 3.5 (issue #28371) by Yury Selivanov · 8 years ago
  49. 0de3de6 Issue #28371: Deprecate passing asyncio.Handles to run_in_executor. by Yury Selivanov · 8 years ago
  50. 139914a Merge 3.5 (issue #28370) by Yury Selivanov · 8 years ago
  51. 3e56ff0 Issue #28370: Speedup asyncio.StreamReader.readexactly by Yury Selivanov · 8 years ago
  52. bb8eb92 Merge 3.5 (issue #28369) by Yury Selivanov · 8 years ago
  53. 5b8d4f9 Issue #28369: Raise an error when transport's FD is used with add_reader by Yury Selivanov · 8 years ago
  54. 67ea618 Merge 3.5 (issue #28368) by Yury Selivanov · 8 years ago
  55. 9eb6c67 Issue #28368: Refuse monitoring processes if the child watcher has no loop attached. by Yury Selivanov · 8 years ago
  56. 0035be3 Misc asyncio improvements from upstream (merge 3.5->3.6) by Guido van Rossum · 8 years ago
  57. e3c65a7 Misc asyncio improvements from upstream by Guido van Rossum · 8 years ago
  58. 50fe711 Merge 3.5 (issue #28176) by Yury Selivanov · 8 years ago
  59. d6c6771 Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect. by Yury Selivanov · 8 years ago
  60. b76968b Merge 3.5 (asyncio, issue #26909) by Yury Selivanov · 8 years ago
  61. 4c5bf3b Issue #26909: Fix slow pipes IO in asyncio. by Yury Selivanov · 8 years ago
  62. 62b81c3 Merge 3.5 (issue #26654) by Yury Selivanov · 8 years ago
  63. 45dccda Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__. by Yury Selivanov · 8 years ago
  64. 1b984ff Merge 3.5 (issue #28174) by Yury Selivanov · 8 years ago
  65. 5587d7c Issue #28174: Handle when SO_REUSEPORT isn't properly supported (asyncio) by Yury Selivanov · 8 years ago
  66. d070154 Merge 3.5 (issue #27906) by Yury Selivanov · 8 years ago
  67. a1b0e7d Issue #27906: Fix socket accept exhaustion during high TCP traffic. by Yury Selivanov · 8 years ago
  68. 4357cf6 Another asyncio sync. by Yury Selivanov · 8 years ago
  69. b26067a asyncio: Drop debug code by Yury Selivanov · 8 years ago
  70. 0a91d48 Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  71. f6d991d asyncio: Sync with the upstream by Yury Selivanov · 8 years ago
  72. 8987c9d Issue #26182: Raise DeprecationWarning for improper use of async/await keywords by Yury Selivanov · 8 years ago
  73. 503ba3e Merge 3.5 (issue #27456) by Yury Selivanov · 8 years ago
  74. 44c19ec Issue #27456: asyncio: Set TCP_NODELAY by default. by Yury Selivanov · 8 years ago
  75. 966321e Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  76. a05a6ef asyncio: Add set_protocol / get_protocol methods to Transports by Yury Selivanov · 8 years ago
  77. d048637 Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. by Christian Heimes · 8 years ago
  78. f1024f7 merge by Raymond Hettinger · 8 years ago
  79. 7b3b3dc Merge asyncio upstream. by Guido van Rossum · 8 years ago
  80. 7719d46 Rename Future._blocking to _asyncio_future_blocking. by Guido van Rossum · 8 years ago
  81. 1140a03 Rename Future._blocking to _asyncio_future_blocking. by Guido van Rossum · 8 years ago
  82. eb63645 Issue #28003: Implement PEP 525 -- Asynchronous Generators. by Yury Selivanov · 8 years ago
  83. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  84. 4786787 Fix ordering issues in UNIX read/write pipe transport constructors. by Guido van Rossum · 8 years ago
  85. 8b7918a Don't select for read on character devices in _UnixWritePipeTransport. by Guido van Rossum · 8 years ago
  86. 898ac56 Merge asyncio from 3.5 by Guido van Rossum · 8 years ago
  87. dd917f8 Closes #27904: Improved logging statements to defer formatting until needed. by Vinay Sajip · 8 years ago
  88. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  89. 83f5a38 In asyncio.locks.Lock.acquire(): Avoid deadlock when a cancelled future is in self._waiters. by Guido van Rossum · 8 years ago
  90. f06c7b6 In asyncio.locks.Lock.acquire(): Avoid deadlock when a cancelled future is in self._waiters. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  91. e824315 Merge 3.5 (issue #27392) by Yury Selivanov · 8 years ago
  92. 252e9ed Issue #27392: Add loop.connect_accepted_socket(). by Yury Selivanov · 8 years ago
  93. 5eef78b Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  94. 63bf487 asyncio: Use socket specs for getaddrinfo() in sock_connect() by Yury Selivanov · 8 years ago
  95. 7c6b3ea Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  96. 77bc04a asyncio: Fix NameError in sslproto _fatal_error() by Yury Selivanov · 8 years ago
  97. d35bf03 Merge 3.5 (issue #22970) by Yury Selivanov · 8 years ago
  98. c92bf83 Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait. by Yury Selivanov · 8 years ago
  99. 6588712 Merge 3.5 (issue #27223) by Yury Selivanov · 8 years ago
  100. ca2e0a4 Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost. by Yury Selivanov · 8 years ago