1. a70232f bpo-32296: Implement asyncio.get_event_loop and _get_running_loop in C. (#4827) by Yury Selivanov · 8 years ago
  2. 7a6706b Fix couple typos (#4839) by Andrew Svetlov · 8 years ago
  3. 721e25c bpo-32101: Fix tests for PYTHONDEVMODE=1 (#4821) by Victor Stinner · 8 years ago
  4. abae67e Add asyncio.get_running_loop() function. (#4782) by Yury Selivanov · 8 years ago
  5. 3e97518 bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785) by Yury Selivanov · 8 years ago
  6. 6370f34 bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) by Yury Selivanov · 8 years ago
  7. c4d9df5 Skip test_read_pty_output test on macOS for poll and select. (#4774) by Yury Selivanov · 8 years ago
  8. 28d8d14 bpo-32253: Deprecate with statement and bare await for asyncio locks (GH-4764) by Andrew Svetlov · 8 years ago
  9. 5f841b5 bpo-32193: Convert asyncio to async/await usage (#4753) by Andrew Svetlov · 8 years ago
  10. cc83920 bpo-32166: Drop Python 3.4 code from asyncio (#4612) by Andrew Svetlov · 8 years ago
  11. ac577d7 bpo-32154: Remove asyncio.windows_utils.socketpair (#4609) by Victor Stinner · 8 years ago
  12. 4271dfd bpo-32154: Remove asyncio.selectors (#4605) by Victor Stinner · 8 years ago
  13. a10dc3e asyncio: use directly socket.socketpair() (#4597) by Victor Stinner · 8 years ago
  14. 92f9339 asyncio: Fix BaseSelectorEventLoopTests (#4595) by Victor Stinner · 8 years ago
  15. a6fba9b bpo-32126: Skip asyncio test when sem_open() is not functional (GH-4559) by xdegaye · 8 years ago
  16. 5742f67 bpo-28684: Remove useless import added by the previous commit (GH-4547) by xdegaye · 8 years ago
  17. 0f86cd3 bpo-28684: asyncio tests handle PermissionError raised on binding unix sockets (GH-4503) by xdegaye · 8 years ago
  18. 423fd36 bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be optional (#4447) by Yury Selivanov · 8 years ago
  19. 44862df bpo-32047: -X dev enables asyncio debug mode (#4418) by Victor Stinner · 8 years ago
  20. 51d546a bpo-32069: Drop legacy SSL transport (#4451) by Andrew Svetlov · 8 years ago
  21. 43605e6 bpo-32034: Make IncompleteReadError & LimitOverrunError pickleable #4409 by Yury Selivanov · 8 years ago
  22. e1d62e0 bpo-32015: Asyncio looping during simultaneously socket read/write an… (#4386) by Andrey Egorov · 8 years ago
  23. ce12629 bpo-28369: Enhance transport socket check in add_reader/writer (#4365) by Yury Selivanov · 8 years ago
  24. 4652bf2 Rewrite asyncio test to be more meaningful (#4363) by Yury Selivanov · 8 years ago
  25. c62f0cb bpo-31620: have asyncio/queues not leak memory when you've exceptions during waiting (#3813) by Suren Nihalani · 8 years ago
  26. 921e943 bpo-31970: Reduce performance overhead of asyncio debug mode. (#4314) by Antoine Pitrou · 8 years ago
  27. 69cfed1 Add asyncio.Handle.cancelled() method (#2388) by Marat Sharafutdinov · 8 years ago
  28. d1e3403 [asyncio] bpo-30423: add regression test for orphan future causes "RuntimeError: Event loop stopped before Future completed." (#3295) by jimmylai · 8 years ago
  29. fe4ea9c bpo-31245: Asyncio unix socket datagram (#3164) by Quentin Dawans · 8 years ago
  30. 525f40d bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051) by Antoine Pitrou · 8 years ago
  31. ea2ef5d bpo-31632: fix set_protocol() in _SSLProtocolTransport (#3817) (#3817) by jlacoline · 8 years ago
  32. ac31770 bpo-30406: Make async and await proper keywords (#1669) by Jelle Zijlstra · 8 years ago
  33. 4d07189 bpo-31556: asyncio.wait_for can cancel futures faster with timeout <= 0 (#3703) by Victor K · 8 years ago
  34. a170fa1 bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058) by Christian Heimes · 8 years ago
  35. b9b6900 bpo-31234: Add support.join_thread() helper (#3587) by Victor Stinner · 8 years ago
  36. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 8 years ago
  37. bca4939 bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076) by Serhiy Storchaka · 8 years ago
  38. e8a533f bpo-31250, test_asyncio: fix EventLoopTestsMixin.tearDown() (#3264) by Victor Stinner · 8 years ago
  39. 16432be bpo-31250, test_asyncio: fix dangling threads (#3252) by Victor Stinner · 8 years ago
  40. 5659a72 bpo-31008: Fix asyncio test_wait_for_handle on Windows (#3065) by Victor Stinner · 8 years ago
  41. de34cbe bpo-31061: fix crash in asyncio speedup module (GH-2966) by Alexander Mohr · 8 years ago
  42. 8300809 bpo-31034: Reliable signal handler for test_asyncio (#2867) by Victor Stinner · 8 years ago
  43. 833a3b0 bpo-30828: Fix out of bounds write in `asyncio.CFuture.remove_done_callback() (#2569) by Yury Selivanov · 8 years ago
  44. b903067 bpo-30280: Cleanup threads in ayncio tests (#2501) by Victor Stinner · 8 years ago
  45. 09663de Revert "bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (#409)" (#2111) by Yury Selivanov · 8 years ago
  46. 7ce1c6f bpo-30508: Don't log exceptions if Task/Future "cancel()" method called (#2050) by Yury Selivanov · 8 years ago
  47. a608d2d bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (#409) by Nikolay Kim · 8 years ago
  48. a0e3d2d Closing transport during handshake process leaks socket (#480) by Nikolay Kim · 8 years ago
  49. 894a654 Fix waiter cancellation in asyncio.Lock (#1031) by Mathieu Sornay · 8 years ago
  50. 7c278a5 bpo-30110: fix resource leak in test_asyncio.test_events (#1413) by Xiang Zhang · 8 years ago
  51. 991adca bpo-30048: asyncio: fix Task.cancel() was ignored. (GH-1097) by INADA Naoki · 8 years ago
  52. d6debb2 bpo-29919: Remove unused imports found by pyflakes (#137) by Victor Stinner · 8 years ago
  53. 2b27e2e bpo-29742: asyncio get_extra_info() throws exception (#525) by Nikolay Kim · 8 years ago
  54. 84af903 bpo-28963: Fix out of bound iteration in asyncio.Future.remove_done_callback/C (#408) by Yury Selivanov · 8 years ago
  55. 2f15645 asyncio: Fix trailing whitespace/code style by Yury Selivanov · 8 years ago
  56. 481cb70 bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405) by Seth M. Larson · 8 years ago
  57. 8d26aa9 bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (#406) by Yury Selivanov · 8 years ago
  58. ba7e1f9 bpo-29703: asyncio: Fix creating new event loops in child processes. (#404) by Yury Selivanov · 8 years ago
  59. 70d28a1 Remove unused imports. by Serhiy Storchaka · 9 years ago
  60. 11c1351 Merge 3.5 (issue #28990) by Yury Selivanov · 9 years ago
  61. b1461aa Issue #28990: Fix SSL hanging if connection is closed before handshake completed. by Yury Selivanov · 9 years ago
  62. c2c8fe1 Issue #28843: Fix asyncio C Task to handle exceptions __traceback__. by Yury Selivanov · 9 years ago
  63. 5cb0c09 Merge 3.5 (issue #28652) by Yury Selivanov · 9 years ago
  64. dab0584 Issue #28652: Partially rollback previous changes by Yury Selivanov · 9 years ago
  65. 21bb0e6 Merge 3.5 (issue #28704) by Yury Selivanov · 9 years ago
  66. d7c1518 Issue #28704: Fix create_unix_server to support Path-like objects by Yury Selivanov · 9 years ago
  67. 27182bb Merge 3.5 (issue #28703) by Yury Selivanov · 9 years ago
  68. 0ed20cd Issue #28703: Fix asyncio.iscoroutinefunction to handle Mock objects. by Yury Selivanov · 9 years ago
  69. 996fc1f correctly emulate error semantics of gen.throw in FutureIter_throw by Benjamin Peterson · 9 years ago
  70. 954c7dd Merge 3.5 (issue #28652) by Yury Selivanov · 9 years ago
  71. a1a8b7d Issue #28652: Make loop methods reject socket kinds they do not support. by Yury Selivanov · 9 years ago
  72. a054f40 Merge 3.5 (asyncio) by Yury Selivanov · 9 years ago
  73. 6cc495e asyncio: Fix _format_coroutine for coroutine-like objects w/o __name__ by Yury Selivanov · 9 years ago
  74. 1994dd3 Merge 3.5 (issue #28613) by Yury Selivanov · 9 years ago
  75. 6ea2b8f Issue #28613: Expose asyncio._get_running_loop() and _set_running_loop() by Yury Selivanov · 9 years ago
  76. 6130c02 Merge 3.5 (issue #28634) by Yury Selivanov · 9 years ago
  77. 49d6b8c Issue #28634: Fix asyncio.isfuture() to support mocks by Yury Selivanov · 9 years ago
  78. 69312fa Merge 3.5 (issue #28613) by Yury Selivanov · 9 years ago
  79. 600a349 Issue #28613: Fix get_event_loop() to return the current loop by Yury Selivanov · 9 years ago
  80. a6fbcd1 Merge 3.5 (issue #28600) by Yury Selivanov · 9 years ago
  81. 491a912 Issue #28600: Optimize loop.call_soon(). by Yury Selivanov · 9 years ago
  82. a0c1ba6 Issue #28544: Implement asyncio.Task in C. by Yury Selivanov · 9 years ago
  83. 01c521b asyncio: Increase asyncio.Future test coverage; test both implementations. by Yury Selivanov · 9 years ago
  84. e145efc Merge 3.5 (issue #26923) by Yury Selivanov · 9 years ago
  85. 3d67615 Issue #26923: Fix asyncio.Gather to refuse being cancelled once all children are done. by Yury Selivanov · 9 years ago
  86. a4b884f Issue #28492: Fix how StopIteration is raised in _asyncio.Future by Yury Selivanov · 9 years ago
  87. 4145c83 Issue #27972: Prohibit Tasks to await on themselves. by Yury Selivanov · 9 years ago
  88. 908d55d Issue #28399: Remove UNIX socket from FS before binding. by Yury Selivanov · 9 years ago
  89. 36e7e97 asyncio: Only allow Unix Stream sockets for loop.create_unix_server/connection by Yury Selivanov · 9 years ago
  90. 8dc3e43 Issue #28372: Fix asyncio to support formatting of non-python coroutines by Yury Selivanov · 9 years ago
  91. 0de3de6 Issue #28371: Deprecate passing asyncio.Handles to run_in_executor. by Yury Selivanov · 9 years ago
  92. 5b8d4f9 Issue #28369: Raise an error when transport's FD is used with add_reader by Yury Selivanov · 9 years ago
  93. 9eb6c67 Issue #28368: Refuse monitoring processes if the child watcher has no loop attached. by Yury Selivanov · 9 years ago
  94. 34b9d14 Issue #28283: Remove flaky test test_sock_connect_sock_write_race again by Berker Peksag · 9 years ago
  95. e3c65a7 Misc asyncio improvements from upstream by Guido van Rossum · 9 years ago
  96. 63461bc Issue #28283: Remove flaky test test_sock_connect_sock_write_race by Berker Peksag · 9 years ago
  97. 0256f42 test_asynico: fix test_sock_connect_sock_write_race() by Victor Stinner · 9 years ago
  98. bdcc8f9 Issue #28176: Increase timeout for test_sock_connect_sock_write_race by Berker Peksag · 9 years ago
  99. d6c6771 Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect. by Yury Selivanov · 9 years ago
  100. 4c5bf3b Issue #26909: Fix slow pipes IO in asyncio. by Yury Selivanov · 9 years ago