COMMITS
/ Lib/asyncio/tasks.py August 4, 2022
April 1, 2022
A
bpo-47167: Allow overriding a future compliance check in asyncio.Task (GH-32197)
Andrew Svetlov committed
March 23, 2022
A
bpo-46829: Deprecate passing a message into Future.cancel() and Task.cancel() (GH-31840)
Andrew Svetlov committed
March 17, 2022
A
bpo-34790: Remove passing coroutine objects to asyncio.wait() (GH-31964)
Andrew Svetlov committed
A
bpo-47039: Normalize repr() of asyncio future and task objects (GH-31950)
Andrew Svetlov 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-46995: Deprecate missing asyncio.Task.set_name() for third-party task implementations (GH-31838)
Andrew Svetlov committed
February 28, 2022
G
bpo-46771: Remove two controversial lines from Task.cancel() (GH-31623)
Guido van Rossum committed
February 24, 2022
T
bpo-46771: Implement task cancel requests counter (GH-31513)
Tin Tvrtković committed
February 20, 2022
N
bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187)
Nikita Sobolev committed
February 15, 2022
G
bpo-46752: Add TaskGroup; add Task..cancelled(),.uncancel() (GH-31270)
Guido van Rossum committed
January 28, 2022
K
January 22, 2022
K
bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777)
Kumar Aditya committed
November 29, 2021
S
bpo-37658: Actually return result in race condition (GH-29202)
Sam Bull committed
April 25, 2021
S
bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-23554)
Serhiy Storchaka committed
December 18, 2020
R
bpo-41891: ensure asyncio.wait_for waits for task completion (#22461)
Richard Kojedzinszky committed
December 6, 2020
S
bpo-42582: Remove asyncio._all_tasks_compat(). (GH-23664)
Serhiy Storchaka committed
November 28, 2020
Y
bpo-42392: Remove loop parameter from asyncio.tasks and asyncio.subprocess (GH-23521)
Yurii Karabas committed
November 24, 2020
Y
bpo-42392: Remove loop parameter form asyncio locks and Queue (#23420)
Yurii Karabas committed
November 10, 2020
D
bpo-42140: Improve asyncio.wait function (GH-22938)
Diogo Dutra committed
November 2, 2020
J
bpo-42230: Improve asyncio documentation regarding accepting sets vs iterables (GH-23073)
Jakub Stasiak committed
August 26, 2020
E
bpo-37658: Fix asyncio.wait_for() to respect waited task status (#21894)
Elvis Pranskevichus committed
E
bpo-32751: Wait for task cancel in asyncio.wait_for() when timeout <= 0 (#21895)
Elvis Pranskevichus committed
July 20, 2020
V
bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15312)
Vinay Sharma committed
July 2, 2020
R
May 18, 2020
C
bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951)
Chris Jerdonek committed
May 15, 2020
C
bpo-31033: Add a msg argument to Future.cancel() and Task.cancel() (GH-19979)
Chris Jerdonek committed
December 30, 2019
K
bpo-34790: Implement deprecation of passing coroutines to asyncio.wait() (GH-16977)
Kyle Stanley committed
December 7, 2019
B
bpo-38978: Implement __class_getitem__ for asyncio objects (GH-17491)
Batuhan Taşkaya committed
September 25, 2019
Y
bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330)
Yury Selivanov committed
September 12, 2019
A
bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033)
Andrew Svetlov committed
June 11, 2019
A
bpo-36607: Eliminate RuntimeError raised by asyncio.all_tasks() (GH-13971)
Andrew Svetlov committed
May 30, 2019
A
bpo-36999: Add asyncio.Task.get_coro() (GH-13680)
Alex Grönholm committed
May 27, 2019
Y
bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528)
Yury Selivanov committed
May 21, 2019
M
bpo-36932: use proper deprecation-removed directive (GH-13349)
Matthias Bussonnier committed
May 16, 2019
A
bpo-36921: Deprecate @coroutine for sake of async def (GH-13346)
Andrew Svetlov committed
May 7, 2019
R
bpo-35125: remove inner callback on outer cancellation in asyncio shield (GH-10340)
Romain Picard committed
May 3, 2019
Z
bpo-24638: Improve the error message in asyncio.ensure_future() (#12848)
Zackery Spytz committed
G
bpo-36613: call remove_done_callback if exception (GH-12800)
gescheit committed
March 22, 2019
I
asyncio: PendingDeprecationWarning -> DeprecationWarning (GH-12494)
Inada Naoki committed
October 13, 2018
A
bpo-34970: Protect tasks weak set manipulation in asyncio.all_tasks() (GH-9837)
Andrew Svetlov committed
September 25, 2018
Y
asyncio/docs: Replace Python 4.0 -> 3.10 (GH-9579)
Yury Selivanov committed
September 24, 2018
J
bpo-34728: Remove deprecate *loop* argument in asyncio.sleep (GH-9415)
João Júnior 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
May 29, 2018
E
bpo-32751: Wait for task cancellation in asyncio.wait_for() (GH-7216)
Elvis Pranskevichus committed
Y
bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (GH-7209)
Yury Selivanov committed
May 28, 2018
Y
bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174)
Yury Selivanov committed
J