1. f345170 asyncio: use dict instead of OrderedDict (GH-11710) by Inada Naoki · 5 years ago
  2. c9f872b bpo-23846: Fix ProactorEventLoop._write_to_self() (GH-11566) by Victor Stinner · 6 years ago
  3. b91140f bpo-11555: Enhance IocpProactor.close() log again (GH-11563) by Victor Stinner · 6 years ago
  4. b1e4573 bpo-34323: Enhance IocpProactor.close() log (GH-11555) by Victor Stinner · 6 years ago
  5. fb2c346 asyncio: __del__() keep reference to warnings.warn (GH-11491) by Victor Stinner · 6 years ago
  6. 9b07681 IocpProactor: prevent modification if closed (GH-11494) by Victor Stinner · 6 years ago
  7. 80fda71 bpo-35682: Fix _ProactorBasePipeTransport._force_close() (GH-11462) by Victor Stinner · 6 years ago
  8. 67ba547 bpo-23057: Use 'raise' to emulate ctrl-c in proactor tests (#11274) by Vladimir Matveev · 6 years ago
  9. b5c8cfa bpo-23057: add loop self socket as wakeup fd for signals (#11135) by Vladimir Matveev · 6 years ago
  10. 5344501 bpo-35394: Add empty slots to abstract asyncio protocols (#10889) by Andrew Svetlov · 6 years ago
  11. 3bc0eba bpo-35380: Enable TCP_NODELAY for proactor event loop (#10867) by Andrew Svetlov · 6 years ago
  12. 70f61b9 bpo-35202: Remove unused imports in Lib directory (GH-10450) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  13. 7438792 bpo-30064: Refactor sock_* asyncio API (#10419) by Andrew Svetlov · 6 years ago
  14. fd512d7 bpo-35065: Remove `StreamReaderProtocol._untrack_reader` (#10212) by Vincent Michel · 6 years ago
  15. 97cf082 bpo-34970: Protect tasks weak set manipulation in asyncio.all_tasks() (GH-9837) by Andrew Svetlov · 6 years ago
  16. c880ffe bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716) by twisteroid ambassador · 6 years ago
  17. d5bd036 bpo-34849: Don't log wating for selector.select in asyncio loop iteration (GH-9641) by Andrew Svetlov · 6 years ago
  18. fad6af2 asyncio/docs: Replace Python 4.0 -> 3.10 (GH-9579) by Yury Selivanov · 6 years ago
  19. 6ea29c5 bpo-34687: Make asynico use ProactorEventLoop by default (GH-9538) by Victor Stinner · 6 years ago
  20. 558c49b bpo-34728: Remove deprecate *loop* argument in asyncio.sleep (GH-9415) by João Júnior · 6 years ago
  21. 11194c8 bpo-34666: Implement stream.awrite() and stream.aclose() (GH-9274) by Andrew Svetlov · 6 years ago
  22. 0dd7180 bpo-34630: Skip logging SSL certificate errors by asyncio code (GH-9169) by Andrew Svetlov · 6 years ago
  23. a5d1eb8 bpo-34638: Store a weak reference to stream reader to break strong references loop (GH-9201) by Andrew Svetlov · 6 years ago
  24. 0baa72f bpo-34622: Extract asyncio exceptions into a separate module (GH-9141) by Andrew Svetlov · 6 years ago
  25. cca4eec bpo-34270: Make it possible to name asyncio tasks (GH-8547) by Alex Grönholm · 6 years ago
  26. 944451c bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532) by MartinAltmayer · 6 years ago
  27. 9045199 bpo-33833: Fix ProactorSocketTransport AssertionError (#7893) by twisteroid ambassador · 6 years ago
  28. 22d2508 bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() (GH-8533) by Elvis Pranskevichus · 6 years ago
  29. d904c23 bpo-27500: Fix static version of getaddrinfo to resolve IPv6 (GH-7993) by Yury Selivanov · 6 years ago
  30. 12f482e bpo-30805: Avoid race condition with debug logging (GH-7545) by Yury Selivanov · 6 years ago
  31. ff6c077 bpo-33694: Fix typo in helper function name (GH-7522) by Victor Stinner · 6 years ago
  32. 8f40429 bpo-33792: Add selector and proactor windows policies (GH-7487) by Yury Selivanov · 6 years ago
  33. 79790bc bpo-33694: Fix race condition in asyncio proactor (GH-7498) by Victor Stinner · 6 years ago
  34. 415bc46 bpo-33769: start_tls: Fix error message; cancel callbacks on error (GH-7403) by Yury Selivanov · 6 years ago
  35. 9602643 bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321) by Yury Selivanov · 6 years ago
  36. 0a28c0d bpo-33238: Add InvalidStateError to concurrent.futures. (GH-7056) by jhaydaman · 6 years ago
  37. 99279ad Revert "bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)" (#7232) by Yury Selivanov · 6 years ago
  38. e2b340a bpo-32751: Wait for task cancellation in asyncio.wait_for() (GH-7216) by Elvis Pranskevichus · 6 years ago
  39. 863b674 bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (GH-7209) by Yury Selivanov · 6 years ago
  40. 5d97b7b bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208) by Yury Selivanov · 6 years ago
  41. 9551f77 bpo-33353: test_asyncio use set_write_buffer_limits() (GH-7200) by Victor Stinner · 6 years ago
  42. 2179022 bpo-33654: Support protocol type switching in SSLTransport.set_protocol() (#7194) by Yury Selivanov · 6 years ago
  43. f295587 bpo-33674: Pause the transport as early as possible (#7192) by Yury Selivanov · 6 years ago
  44. be00a55 bpo-33674: asyncio: Fix SSLProtocol race (GH-7175) by Victor Stinner · 6 years ago
  45. 7165754 bpo-32410: Avoid blocking on file IO in sendfile fallback code (GH-7172) by Yury Selivanov · 6 years ago
  46. 416c1eb bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174) by Yury Selivanov · 6 years ago
  47. fdccfe0 bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171) by Yury Selivanov · 6 years ago
  48. 989b9e0 bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7161) by Yury Selivanov · 6 years ago
  49. dbf1022 bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130) by Yury Selivanov · 6 years ago
  50. e549c4b bpo-33505: Optimize asyncio.ensure_future by reordering if conditions (GH-6836) by jimmylai · 6 years ago
  51. 23f587e bpo-31647: Fix write_eof() after close() for SelectorSocketTransport (GH-7149) by twisteroid ambassador · 6 years ago
  52. a84d0b3 bpo-33263: Fix FD leak in _SelectorSocketTransport (GH-6450) by Vlad Starostin · 6 years ago
  53. d361e99 bpo-32262: Fix typo in f-string (GH-7016) by Christian Heimes · 6 years ago
  54. 6655354 bpo-33584: Fix several minor bugs in asyncio. (GH-7003) by Serhiy Storchaka · 6 years ago
  55. 4151061 bpo-26819: Prevent proactor double read on resume (#6921) by CtrlZvi · 6 years ago
  56. 9d3627e bpo-33332: Add signal.valid_signals() (GH-6581) by Antoine Pitrou · 6 years ago
  57. bac2d5b Fix duplicating words words. (GH-6296) by Serhiy Storchaka · 6 years ago
  58. 65a3470 Fix senfile typo (#6265) by Sam Dunster · 6 years ago
  59. 5e80a71 bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044) by Andrew Svetlov · 6 years ago
  60. a19fb3c bpo-32622: Native sendfile on windows (#5565) by Andrew Svetlov · 6 years ago
  61. 5746510 bpo-32841: Fix cancellation in awaiting asyncio.Condition (#5665) by Bar Harel · 6 years ago
  62. 2f79c01 bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) by Bar Harel · 6 years ago
  63. 3d4dbd8 Implement TimerHandle.when() (#5473) by Andrew Svetlov · 6 years ago
  64. 07627e9 bpo-32251: Fix docs (#5408) by Yury Selivanov · 6 years ago
  65. 631fd38 bpo-32251: Implement asyncio.BufferedProtocol. (#4755) by Yury Selivanov · 6 years ago
  66. bec2372 bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392) by Yury Selivanov · 6 years ago
  67. 2a2247c bpo-32622: Normalize ENOTCONN to ConnectionError on macOS (GH-5369) by Yury Selivanov · 6 years ago
  68. b1a6ac4 bpo-32622: Enforce sendfile fallback policy for FALLBACK transports (#5364) by Yury Selivanov · 6 years ago
  69. 7c68407 bpo-32622: Implement loop.sendfile() (#5271) by Andrew Svetlov · 6 years ago
  70. 61d478c bpo-31399: Let OpenSSL verify hostname and IP address (#3462) by Christian Heimes · 6 years ago
  71. c47dacb bpo-32574: Fix leaks in asyncio.Queue.put() and .get() (#5208) by José Melero Fernández · 6 years ago
  72. c9070d0 bpo-32662: Implement Server.start_serving() and Server.serve_forever() (#5312) by Yury Selivanov · 6 years ago
  73. fe133aa bpo-32391: Implement StreamWriter.wait_closed() (#5281) by Andrew Svetlov · 6 years ago
  74. fb5a7ad bpo-32636: Fix @asyncio.coroutine debug mode bug exposed by gh-5250 (#5291) by Nathaniel J. Smith · 6 years ago
  75. 22feeb8 bpo-32643: Drop support for a few private Task and Future APIs. (#5293) by Yury Selivanov · 6 years ago
  76. f23746a bpo-32436: Implement PEP 567 (#5027) by Yury Selivanov · 6 years ago
  77. a4afcdf bpo-32314: Fix asyncio.run() to cancel runinng tasks on shutdown (#5262) by Yury Selivanov · 6 years ago
  78. fc2f407 bpo-32591: Add native coroutine origin tracking (#5250) by Nathaniel J. Smith · 6 years ago
  79. 7464e87 bpo-32410: Make SendfileNotAvailableError exception public (#5243) by Andrew Svetlov · 7 years ago
  80. 6b5a279 bpo-32410: Implement loop.sock_sendfile() (#4976) by Andrew Svetlov · 7 years ago
  81. ffcb4c0 bpo-32418: Postfix, raise NotImplementdError and close resources in tests (#5052) by Andrew Svetlov · 7 years ago
  82. 1634fc2 bpo-32418: Add get_loop() method on Server, AbstractServer classes (#4997) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 7 years ago
  83. f111b3d bpo-23749: Implement loop.start_tls() (#5039) by Yury Selivanov · 7 years ago
  84. a8f4e15 bpo-26133: Fix typos (#5010) by Andrew Svetlov · 7 years ago
  85. e0aef4f bpo-31721: Allow Future._log_traceback to only be set to False (#5009) by Yury Selivanov · 7 years ago
  86. 0cf16f9 bpo-32363: Disable Task.set_exception() and Task.set_result() (#4923) by Yury Selivanov · 7 years ago
  87. 4f146f9 bpo-26133: Clear signals list on interpreter finalizing (#5002) by Andrew Svetlov · 7 years ago
  88. ca9b36c bpo-32415: Add asyncio.Task.get_loop() and Future.get_loop() (#4992) by Yury Selivanov · 7 years ago
  89. 4a02543 bpo-26133: Dont unsubscribe signals in UNIX even loop on interpreter shutdown (#4956) by Andrew Svetlov · 7 years ago
  90. 51eb1c6 bpo-29970: Make ssh_handshake_timeout None by default (#4939) by Andrew Svetlov · 7 years ago
  91. f7686c1 bpo-29970: Add timeout for SSL handshake in asyncio by Neil Aspinall · 7 years ago
  92. 319c034 bpo-29711: Fix stop_serving in proactor loop kill all listening servers (#431) by Julien Duponchelle · 7 years ago
  93. 36c2c04 bpo-32355: Optimize asyncio.gather() (#4913) by Yury Selivanov · 7 years ago
  94. a9d7e55 bpo-32357: Optimize asyncio.iscoroutine() for non-native coroutines (#4915) by Yury Selivanov · 7 years ago
  95. a7bd64c bpo-27456: Simplify sock type checks (#4922) by Yury Selivanov · 7 years ago
  96. d757aaf bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914) by Yury Selivanov · 7 years ago
  97. 5382c05 bpo-32351: Use fastpath in asyncio.sleep if delay<0 (#4908) by Andrew Svetlov · 7 years ago
  98. 44d1a59 bpo-32250: Implement asyncio.current_task() and asyncio.all_tasks() (#4799) by Andrew Svetlov · 7 years ago
  99. e796b2f bpo-27456: Ensure TCP_NODELAY is set on linux (#4231) by Yury Selivanov · 7 years ago
  100. f74ef45 bpo-32311: Implement asyncio.create_task() shortcut (#4848) by Andrew Svetlov · 7 years ago