1. ac8eb8f bpo-35545: Fix asyncio discarding IPv6 scopes (GH-11271) by Erwan Le Pape · 5 years ago
  2. 68b34a7 bpo-36921: Deprecate @coroutine for sake of async def (GH-13346) by Andrew Svetlov · 5 years ago
  3. fb7e750 bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779) by Paul Monson · 5 years ago
  4. 54b74fe bpo-36801: Temporarily fix regression in writer.drain() (#13330) by Andrew Svetlov · 5 years ago
  5. f12ba7c bpo-36916: asyncio: Swallow unhandled write() exception (GH-13313) by Andrew Svetlov · 5 years ago
  6. 79972f1 bpo-36884: Fix DeprecationWarning in test_asyncio StreamReader instantiation (GH-13243) by Xtreak · 5 years ago
  7. a076e4f bpo-36802: Drop awrite()/aclose(), support await write() and await close() instead (#13099) by Andrew Svetlov · 5 years ago
  8. 1cc0ee7 bpo-36801: Fix waiting in StreamWriter.drain for closing SSL transport (GH-13098) by Andrew Svetlov · 5 years ago
  9. b35acc5 bpo-35125: remove inner callback on outer cancellation in asyncio shield (GH-10340) by Romain Picard · 5 years ago
  10. 63deaa5 bpo-31922: Do not connect UDP sockets when broadcast is allowed (GH-423) by Vincent Michel · 5 years ago
  11. ad4ed87 Forbid creating of stream objects outside of asyncio (#13101) by Andrew Svetlov · 5 years ago
  12. 4737b92 bpo-24638: Improve the error message in asyncio.ensure_future() (#12848) by Zackery Spytz · 5 years ago
  13. 4461d70 bpo-36341: Fix tests calling bind() on AF_UNIX sockets (GH-12399) by xdegaye · 5 years ago
  14. 56065d4 bpo-34139: Remove unix datagram socket from FS before binding (GH-8323) by Quentin Dawans · 5 years ago
  15. eb7e29f bpo-35934: Add socket.create_server() utility function (GH-11784) by Giampaolo Rodola · 5 years ago
  16. c5c6cda asyncio: PendingDeprecationWarning -> DeprecationWarning (GH-12494) by Inada Naoki · 5 years ago
  17. f683f46 bpo-34745: Fix asyncio sslproto memory issues (GH-12386) by Fantix King · 5 years ago
  18. c24c6c2 bpo-35568: add 'raise_signal' function (GH-11335) by Vladimir Matveev · 6 years ago
  19. df8e1fb bpo-32710: test_asyncio: test_sendfile reset policy (GH-11461) by Victor Stinner · 6 years ago
  20. 67ba547 bpo-23057: Use 'raise' to emulate ctrl-c in proactor tests (#11274) by Vladimir Matveev · 6 years ago
  21. d51324a bpo-35602: Make sure the transport is always closed in SelectorEventLoopUnixSockSendfileTests (GH-11338) by Pablo Galindo · 6 years ago
  22. 5471420 bpo-35601: Alleviate race condition when waiting for SIGALRM in test_asyncio (GH-11337) by Pablo Galindo · 6 years ago
  23. b5c8cfa bpo-23057: add loop self socket as wakeup fd for signals (#11135) by Vladimir Matveev · 6 years ago
  24. 842acaa bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175) by Zackery Spytz · 6 years ago
  25. 2cf4c20 bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182) by Victor Stinner · 6 years ago
  26. 5344501 bpo-35394: Add empty slots to abstract asyncio protocols (#10889) by Andrew Svetlov · 6 years ago
  27. 3bc0eba bpo-35380: Enable TCP_NODELAY for proactor event loop (#10867) by Andrew Svetlov · 6 years ago
  28. 7212148 bpo-35352: Cleanup test_asyncio/utils.py (GH-10831) by Victor Stinner · 6 years ago
  29. b062ba7 bpo-35352: test_asyncio uses the certificate set from the test directory (GH-10826) by stratakis · 6 years ago
  30. 90d0cfb bpo-35202: Remove unused imports in tests. (GH-10561) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  31. 7438792 bpo-30064: Refactor sock_* asyncio API (#10419) by Andrew Svetlov · 6 years ago
  32. fd512d7 bpo-35065: Remove `StreamReaderProtocol._untrack_reader` (#10212) by Vincent Michel · 6 years ago
  33. f6a47f3 bpo-35031: Fix test_start_tls_server_1 on FreeBSD buildbots (GH-10011) by Pablo Galindo · 6 years ago
  34. 7cd2543 bpo-34890: Make iscoroutinefunction, isgeneratorfunction and isasyncgenfunction work with functools.partial (GH-9903) by Pablo Galindo · 6 years ago
  35. c880ffe bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716) by twisteroid ambassador · 6 years ago
  36. 2b2758d Extract sendfile tests into a separate test file (#9757) by Andrew Svetlov · 6 years ago
  37. 60d230c Extract tests for sock_*() functions into a separate file (GH-9761) by Andrew Svetlov · 6 years ago
  38. 0c797a6 bpo-34872: Fix self-cancellation in C implementation of asyncio.Task (GH-9679) by Elvis Pranskevichus · 6 years ago
  39. 9012a0f bpo-34728: Fix asyncio tests to run under "-Werror" (GH-9661) by Yury Selivanov · 6 years ago
  40. d5bd036 bpo-34849: Don't log wating for selector.select in asyncio loop iteration (GH-9641) by Andrew Svetlov · 6 years ago
  41. 6ea29c5 bpo-34687: Make asynico use ProactorEventLoop by default (GH-9538) by Victor Stinner · 6 years ago
  42. 558c49b bpo-34728: Remove deprecate *loop* argument in asyncio.sleep (GH-9415) by João Júnior · 6 years ago
  43. 11194c8 bpo-34666: Implement stream.awrite() and stream.aclose() (GH-9274) by Andrew Svetlov · 6 years ago
  44. 413118e Fix test_asyncio for AIX - do not call transport.get_extra_info('sockname') (#8907) by Michael Felt · 6 years ago
  45. a5d1eb8 bpo-34638: Store a weak reference to stream reader to break strong references loop (GH-9201) by Andrew Svetlov · 6 years ago
  46. 0baa72f bpo-34622: Extract asyncio exceptions into a separate module (GH-9141) by Andrew Svetlov · 6 years ago
  47. e6dac00 bpo-34542: Update test certs and keys (GH-8997) by Christian Heimes · 6 years ago
  48. aa4e4a4 Make regular expressions in test_tasks.py raw strings. (GH-8759) by Benjamin Peterson · 6 years ago
  49. cca4eec bpo-34270: Make it possible to name asyncio tasks (GH-8547) by Alex Grönholm · 6 years ago
  50. 9045199 bpo-33833: Fix ProactorSocketTransport AssertionError (#7893) by twisteroid ambassador · 6 years ago
  51. 22d2508 bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() (GH-8533) by Elvis Pranskevichus · 6 years ago
  52. d904c23 bpo-27500: Fix static version of getaddrinfo to resolve IPv6 (GH-7993) by Yury Selivanov · 6 years ago
  53. ff6c077 bpo-33694: Fix typo in helper function name (GH-7522) by Victor Stinner · 6 years ago
  54. 8f40429 bpo-33792: Add selector and proactor windows policies (GH-7487) by Yury Selivanov · 6 years ago
  55. 79790bc bpo-33694: Fix race condition in asyncio proactor (GH-7498) by Victor Stinner · 6 years ago
  56. 9f04f0d bpo-32676, test_asyncio: Fix warning in test_error_in_call_soon() (GH-7462) by Victor Stinner · 6 years ago
  57. 7ed61e9 bpo-33789, test_asyncio: Hide PendingDeprecationWarning (GH-7461) by Victor Stinner · 6 years ago
  58. 0eba7c3 bpo-33789: test_asyncio: Fix ResourceWarning (GH-7460) by Victor Stinner · 6 years ago
  59. 9602643 bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321) by Yury Selivanov · 6 years ago
  60. 8425de4 bpo-33562: Check the global asyncio event loop policy isn't set after any tests (GH-7328) by Brett Cannon · 6 years ago
  61. bb9474f Revert "A better fix for asyncio test_stdin_broken_pipe (GH-7221)" (GH-7235) by Yury Selivanov · 6 years ago
  62. ad74d50 A better fix for asyncio test_stdin_broken_pipe (#7221) by Yury Selivanov · 6 years ago
  63. 99279ad Revert "bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)" (#7232) by Yury Selivanov · 6 years ago
  64. 6f75bae bpo-32684: Fix nits in tests (GH-7225) by Yury Selivanov · 6 years ago
  65. e2b340a bpo-32751: Wait for task cancellation in asyncio.wait_for() (GH-7216) by Elvis Pranskevichus · 6 years ago
  66. 863b674 bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (GH-7209) by Yury Selivanov · 6 years ago
  67. 5d97b7b bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208) by Yury Selivanov · 6 years ago
  68. 4fadf0c Attempt to fix test_stdin_broken_pipe on Travis (#7210) by Yury Selivanov · 6 years ago
  69. 9551f77 bpo-33353: test_asyncio use set_write_buffer_limits() (GH-7200) by Victor Stinner · 6 years ago
  70. 2179022 bpo-33654: Support protocol type switching in SSLTransport.set_protocol() (#7194) by Yury Selivanov · 6 years ago
  71. 7165754 bpo-32410: Avoid blocking on file IO in sendfile fallback code (GH-7172) by Yury Selivanov · 6 years ago
  72. 416c1eb bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174) by Yury Selivanov · 6 years ago
  73. fdccfe0 bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171) by Yury Selivanov · 6 years ago
  74. 989b9e0 bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7161) by Yury Selivanov · 6 years ago
  75. 8267ea2 bpo-32458: Further tune start_tls tests (#7166) by Yury Selivanov · 6 years ago
  76. dbf1022 bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130) by Yury Selivanov · 6 years ago
  77. 23f587e bpo-31647: Fix write_eof() after close() for SelectorSocketTransport (GH-7149) by twisteroid ambassador · 6 years ago
  78. b97de3d bpo-33353: test_asyncio set SO_SNDBUF after connect (GH-7086) by Victor Stinner · 6 years ago
  79. 2932755 bpo-33353: test_asyncio uses smaller sendfile data (#7083) by Victor Stinner · 6 years ago
  80. 529525f bpo-33618: Enable TLS 1.3 in tests (GH-7079) by Christian Heimes · 6 years ago
  81. b7555ba Use IPv4 only to avoid IP address collision (#7030) by Andrew Svetlov · 6 years ago
  82. e253752 Fix asyncio flaky tests (#7023) by Andrew Svetlov · 6 years ago
  83. a84d0b3 bpo-33263: Fix FD leak in _SelectorSocketTransport (GH-6450) by Vlad Starostin · 6 years ago
  84. d361e99 bpo-32262: Fix typo in f-string (GH-7016) by Christian Heimes · 6 years ago
  85. 4151061 bpo-26819: Prevent proactor double read on resume (#6921) by CtrlZvi · 6 years ago
  86. e5f41d2 bpo-33522: Enable CI builds on Visual Studio Team Services (#6865) by Steve Dower · 6 years ago
  87. 9d3627e bpo-33332: Add signal.valid_signals() (GH-6581) by Antoine Pitrou · 6 years ago
  88. 8534d53 bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037) (GH-6113) by Ned Deily · 6 years ago
  89. 5e80a71 bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044) by Andrew Svetlov · 6 years ago
  90. 05d9fe3 bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (#5663) by Christian Heimes · 6 years ago
  91. a19fb3c bpo-32622: Native sendfile on windows (#5565) by Andrew Svetlov · 6 years ago
  92. 5746510 bpo-32841: Fix cancellation in awaiting asyncio.Condition (#5665) by Bar Harel · 6 years ago
  93. d019bc8 bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995) by Oren Milman · 6 years ago
  94. 2f79c01 bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) by Bar Harel · 6 years ago
  95. 3d4dbd8 Implement TimerHandle.when() (#5473) by Andrew Svetlov · 6 years ago
  96. 1e5b25b bpo-23749: Make start-tls tests more stable on win7 buildbot (GH-5409) by Yury Selivanov · 7 years ago
  97. 631fd38 bpo-32251: Implement asyncio.BufferedProtocol. (#4755) by Yury Selivanov · 7 years ago
  98. bec2372 bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392) by Yury Selivanov · 7 years ago
  99. 0f54e00 Fix tests if Python compiled without SSL (#5367) by Andrew Svetlov · 7 years ago
  100. b1a6ac4 bpo-32622: Enforce sendfile fallback policy for FALLBACK transports (#5364) by Yury Selivanov · 7 years ago