COMMITS
/ Lib/asyncio/events.py July 9, 2025
J
gh-134657: Remove newly added private names from asyncio.__all__ (#134665)
Jelle Zijlstra committed
April 12, 2025
K
gh-130322: drop deprecation of `asyncio.set_event_loop` (#132349)
Kumar Aditya committed
January 20, 2025
T
gh-128308: pass `**kwargs` to asyncio task_factory (#128768)
Thomas Grainger committed
January 6, 2025
K
gh-128340: add thread safe handle for `loop.call_soon_threadsafe` (#128369)
Kumar Aditya committed
December 24, 2024
K
gh-127949: deprecate `asyncio.set_event_loop` (#128218)
Kumar Aditya committed
K
gh-127949: deprecate asyncio policy classes (#128216)
Kumar Aditya committed
December 18, 2024
K
gh-127949: deprecate `asyncio.get_event_loop_policy` (#128053)
Kumar Aditya committed
K
gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)
Kumar Aditya committed
November 4, 2024
K
gh-126353: remove implicit creation of loop from `asyncio.get_event_loop` (#126354)
Kumar Aditya committed
June 23, 2024
K
GH-120804: Remove `get_child_watcher` and `set_child_watcher` from asyncio (#120818)
Kumar Aditya committed
March 18, 2024
P
gh-113538: Add asycio.Server.{close,abort}_clients (redo) (#116784)
Pierre Ossman (ThinLinc team) committed
March 12, 2024
G
gh-113538: Revert "gh-113538: Add asycio.Server.{close,abort}_clients (#114432)" (#116632)
Guido van Rossum committed
March 11, 2024
P
gh-113538: Add asycio.Server.{close,abort}_clients (#114432)
Pierre Ossman (ThinLinc team) committed
February 28, 2024
P
gh-112997: Don't log arguments in asyncio unless debugging (#115667)
Pierre Ossman (ThinLinc team) committed
January 12, 2024
A
gh-95649: Document that asyncio contains uvloop code (#107536)
Alois Klink committed
December 13, 2023
B
gh-101336: Add keep_alive keyword arg for asyncio create_server() (#112485)
beavailable committed
July 13, 2023
C
gh-106634: Corrected minor asyncio doc issues (#106671)
Chris Brett committed
January 13, 2023
S
gh-100160: Restore and deprecate implicit creation of an event loop (GH-100410)
Serhiy Storchaka committed
December 21, 2022
K
GH-100363: Speed up `asyncio.get_running_loop` (#100364)
Kumar Aditya committed
December 6, 2022
S
gh-93453: No longer create an event loop in get_event_loop() (#98440)
Serhiy Storchaka committed
November 27, 2022
K
GH-66285: fix forking in asyncio (#99769)
Kumar Aditya committed
November 24, 2022
K
GH-66285: Revert "fix forking in asyncio" (#99756)
Kumar Aditya committed
K
GH-66285: fix forking in `asyncio` (#99539)
Kumar Aditya committed
October 5, 2022
G
GH-96704: Add {Task,Handle}.get_context(), use it in call_exception_handler() (#96756)
Guido van Rossum committed
March 14, 2022
A
bpo-46994: Accept explicit contextvars.Context in asyncio create_task() API (GH-31837)
Andrew Svetlov committed
March 13, 2022
A
bpo-46805: Add low level UDP socket functions to asyncio (GH-31455)
Alex Grönholm committed
February 15, 2022
K
bpo-44011: New asyncio ssl implementation (#31275)
Kumar Aditya committed
January 6, 2022
K
bpo-46278: fix typo introduced in GH-30427 (GH-30430)
Kumar Aditya committed
A
Reflect 'context' arg in 'AbstractEventLoop.call_*()' methods (GH-30427)
Andrew Svetlov committed
December 6, 2021
K
bpo-23819: asyncio: Replace AssertionError with TypeError where it makes sense (GH-29894)
Kumar Aditya committed
October 6, 2021
C
Fix typos in the Lib directory (GH-28775)
Christian Clauss committed
May 3, 2021
P
bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848)
Pablo Galindo committed
May 2, 2021
A
bpo-44011: New asyncio ssl implementation (#17975)
Andrew Svetlov committed
April 25, 2021
S
bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-23554)
Serhiy Storchaka committed
November 26, 2020
A
bpo-41332: Added missing connect_accepted_socket() to AbstractEventLoop (GH-21533)
Alex Grönholm committed
August 17, 2020
April 30, 2020
V
bpo-40443: Remove unused imports in the stdlib (GH-19803)
Victor Stinner committed
April 14, 2020
G
Fix typo from Lib/asyncio/events.py (GH-19410)
Galden committed
December 5, 2019
H
bpo-38951: Use threading.main_thread() check in asyncio (GH-17433)
Hill Ma committed
October 3, 2019
I
September 19, 2019
K
bpo-34037: Fix test_asyncio failure and add loop.shutdown_default_executor() (GH-15735)
Kyle Stanley committed
August 8, 2019
S
bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)
Serhiy Storchaka committed
May 27, 2019
Y
bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528)
Yury Selivanov committed
May 5, 2019
T
bpo-33530: Implement Happy Eyeballs in asyncio, v2 (GH-7237)
twisteroid ambassador committed
September 11, 2018
A
bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)
Andrew Svetlov committed
August 8, 2018
A
bpo-34270: Make it possible to name asyncio tasks (GH-8547)
Alex Grönholm committed
June 4, 2018
Y
bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321)
Yury Selivanov committed
May 30, 2018
Y
Revert "bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)" (#7232)
Yury Selivanov committed
May 29, 2018
Y
bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)
Yury Selivanov committed
March 28, 2018
S
Fix senfile typo (#6265)
Sam Dunster committed