COMMITS
/ Modules/clinic/_asynciomodule.c.h March 27, 2025
M
gh-131525: Cache the result of tuple_hash (#131529)
Michael Droettboom committed
March 11, 2025
V
gh-111178: Change Argument Clinic signature for METH_O (#130682)
Victor Stinner committed
February 6, 2025
K
gh-91048: fix thread safety for asyncio stack introspection APIs (#129399)
Kumar Aditya committed
January 22, 2025
Y
January 20, 2025
E
gh-111178: Generate correct signature for most self converters (#128447)
Erlend E. Aasland committed
January 4, 2025
K
gh-128002: fix many thread safety issues in asyncio (#128147)
Kumar Aditya committed
November 8, 2024
S
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
Serhiy Storchaka committed
June 22, 2024
K
GH-107803: double linked list implementation for asyncio tasks (GH-107804)
Kumar Aditya committed
February 5, 2024
E
gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016)
Erlend E. Aasland committed
October 17, 2023
V
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner committed
August 31, 2023
V
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Victor Stinner committed
May 1, 2023
I
gh-97696: asyncio eager tasks factory (#102853)
Itamar Ostricher committed
December 22, 2022
I
gh-100344: Add C implementation for `asyncio.current_task` (#100345)
Itamar Ostricher committed
December 6, 2022
S
gh-93453: No longer create an event loop in get_event_loop() (#98440)
Serhiy Storchaka committed
November 29, 2022
K
GH-91375: Port `_asyncio` static types to heap types and module state (#99122)
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
August 13, 2022
E
gh-90928: Improve static initialization of keywords tuple in AC (#95907)
Erlend E. Aasland committed
August 11, 2022
August 4, 2022
May 3, 2022
V
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Victor Stinner committed
April 1, 2022
A
bpo-47167: Allow overriding a future compliance check in asyncio.Task (GH-32197)
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 24, 2022
T
bpo-46771: Implement task cancel requests counter (GH-31513)
Tin Tvrtković committed
February 15, 2022
G
bpo-46752: Add TaskGroup; add Task..cancelled(),.uncancel() (GH-31270)
Guido van Rossum committed
April 25, 2021
S
bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-23554)
Serhiy Storchaka 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
September 14, 2019
S
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
Serhiy Storchaka committed
May 30, 2019
A
bpo-36999: Add asyncio.Task.get_coro() (GH-13680)
Alex Grönholm committed
March 14, 2019
S
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058)
Serhiy Storchaka committed
November 27, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. (GH-6748)
Serhiy Storchaka committed
August 8, 2018
A
bpo-34270: Make it possible to name asyncio tasks (GH-8547)
Alex Grönholm committed
January 24, 2018
Y
bpo-32643: Drop support for a few private Task and Future APIs. (#5293)
Yury Selivanov committed
January 23, 2018
Y
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov committed
December 25, 2017
Y
bpo-32363: Disable Task.set_exception() and Task.set_result() (#4923)
Yury Selivanov committed
December 23, 2017
Y
bpo-32415: Add asyncio.Task.get_loop() and Future.get_loop() (#4992)
Yury Selivanov committed
December 16, 2017
A
bpo-32250: Implement asyncio.current_task() and asyncio.all_tasks() (#4799)
Andrew Svetlov committed
December 15, 2017
S
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
Serhiy Storchaka committed
December 13, 2017
Y
bpo-32296: Implement asyncio.get_event_loop and _get_running_loop in C. (#4827)
Yury Selivanov committed
September 3, 2017
S
bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076)
Serhiy Storchaka committed
July 3, 2017
S
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Serhiy Storchaka committed
March 3, 2017
Y
bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (#406)
Yury Selivanov committed
January 17, 2017
V
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Victor Stinner committed
V
Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
Victor Stinner committed
October 28, 2016
Y
Issue #28544: Implement asyncio.Task in C.
Yury Selivanov committed