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