COMMITS
/ Modules/_asynciomodule.c April 1, 2022
A
bpo-47167: Allow overriding a future compliance check in asyncio.Task (GH-32197)
Andrew Svetlov committed
March 29, 2022
March 23, 2022
A
bpo-46829: Deprecate passing a message into Future.cancel() and Task.cancel() (GH-31840)
Andrew Svetlov committed
March 19, 2022
A
bpo-47057: Use FASTCALL convention for FutureIter.throw() (GH-31973)
Andrew Svetlov committed
March 17, 2022
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
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 21, 2022
A
bpo-45390: Propagate CancelledError's message from cancelled task to its awaiter (GH-31383)
Andrew Svetlov committed
February 15, 2022
G
bpo-46752: Add TaskGroup; add Task..cancelled(),.uncancel() (GH-31270)
Guido van Rossum committed
February 8, 2022
January 22, 2022
K
bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777)
Kumar Aditya committed
January 7, 2022
E
bpo-46070: Fix asyncio initialisation guard (GH-30423)
Erlend Egeberg Aasland committed
December 17, 2021
I
bpo-45711: Remove type and traceback from exc_info (GH-30122)
Irit Katriel committed
December 3, 2021
November 10, 2021
I
bpo-45711: Use _PyErr_ClearExcState instead of setting only exc_value to NULL (GH-29404)
Irit Katriel committed
October 22, 2021
C
bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157)
Christian Heimes committed
October 13, 2021
V
pycore_pystate.h no longer redefines PyThreadState_GET() (GH-28921)
Victor Stinner committed
October 7, 2021
M
bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796)
Matthias Reichl committed
July 23, 2021
P
bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TAG no-op (GH-27260)
Petr Viktorin committed
April 25, 2021
S
bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-23554)
Serhiy Storchaka committed
November 11, 2020
A
Fix memory leak introduced by GH-22780 (GH-23237)
Andrew Svetlov committed
November 10, 2020
V
bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#22780)
Vladimir Matveev committed
October 22, 2020
V
Delete TaskWakeupMethWrapper_Type and use PyCFunction instead (#22875)
Vladimir Matveev committed
October 10, 2020
V
bpo-41756: Add PyIter_Send function (#22443)
Vladimir Matveev committed
September 19, 2020
V
bpo-41756: Introduce PyGen_Send C API (GH-22196)
Vladimir Matveev committed
July 8, 2020
T
bpo-41247: asyncio.set_running_loop() cache running loop holder (GH-21401)
Tony Solomonik committed
July 2, 2020
R
May 30, 2020
Z
bpo-40061: Fix a possible refleak in _asynciomodule.c (GH-19748)
Zackery Spytz committed
May 22, 2020
C
bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287)
Chris Jerdonek committed
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
May 8, 2020
C
bpo-40559: Add Py_DECREF to _asynciomodule.c:task_step_impl() (GH-19990)
Chris Jerdonek committed
April 17, 2020
J
bpo-40294: Fix _asyncio when module is loaded/unloaded multiple times (GH-19542)
Jeffrey Quesnelle committed
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
March 25, 2020
V
bpo-39947: Add PyThreadState_GetID() function (GH-19163)
Victor Stinner committed
V
bpo-39947: Add _PyThreadState_GetDict() function (GH-19160)
Victor Stinner committed
March 24, 2020
D
bpo-40024: Update C extension modules to use PyModule_AddType() (GH-19119)
Dong-hee Na committed
March 4, 2020
A
bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601)
Andy Lester committed
February 17, 2020
D
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
Dong-hee Na committed
February 11, 2020
P
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin committed
February 7, 2020
V
bpo-39573: Use Py_SET_SIZE() function (GH-18402)
Victor Stinner committed
December 7, 2019
A
Make repr of C accelerated TaskWakeupMethWrapper the same as of pure Python version (GH-17484)
Andrew Svetlov committed
B
bpo-38978: Implement __class_getitem__ for asyncio objects (GH-17491)
Batuhan Taşkaya committed
November 16, 2019
B
bpo-38823: Clean up refleaks in _asyncio initialization. (GH-17195)
Brandt Bucher committed
November 13, 2019
A
bpo-38785: Prevent asyncio from crashing (GH-17144)
Andrew Svetlov committed
October 7, 2019
B
bpo-36356: Fix memory leak in _asynciomodule.c (GH-16598)
Ben Harper committed
September 30, 2019
V
bpo-38321: Fix _asynciomodule.c compiler warning (GH-16493)
Victor Stinner committed
September 25, 2019
Y
bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330)
Yury Selivanov committed
August 4, 2019
S
bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904)
Serhiy Storchaka committed