COMMITS
/ Objects/clinic/complexobject.c.h March 27, 2025
M
gh-131525: Cache the result of tuple_hash (#131529)
Michael Droettboom committed
March 12, 2025
V
gh-111178: Change Argument Clinic signature for `@classmethod` (#131157)
Victor Stinner committed
January 20, 2025
E
gh-111178: Generate correct signature for most self converters (#128447)
Erlend E. Aasland committed
November 8, 2024
S
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
Serhiy Storchaka committed
July 15, 2024
S
gh-84978: Add float.from_number() and complex.from_number() (GH-26827)
Serhiy Storchaka committed
May 30, 2024
S
gh-109218: Improve documentation for the complex() constructor (GH-119687)
Serhiy Storchaka 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
June 1, 2023
V
gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208)
Victor Stinner committed
August 13, 2022
E
gh-90928: Improve static initialization of keywords tuple in AC (#95907)
Erlend E. Aasland committed
August 11, 2022
August 23, 2021
M
bpo-24234: implement complex.__complex__ (GH-27887)
Mark Dickinson committed
October 27, 2020
V
bpo-42161: Use _PyLong_GetZero() and _PyLong_GetOne() (GH-22995)
Victor Stinner committed
July 20, 2020
D
bpo-41343: Convert methods of complex to Argument Clinic (GH-21550)
Dong-hee Na committed
March 14, 2019
S
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058)
Serhiy Storchaka committed
April 5, 2017
S
Update Argument Clinic generated code for bpo-29878. (#1001)
Serhiy Storchaka committed
March 19, 2017
S
bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615)
Serhiy Storchaka committed