COMMITS
/ Modules/clinic/_struct.c.h February 1, 2026
S
gh-143904: Raise OverflowError instead of IndexError for too large offset in struct.pack_into() (GH-143905)
Serhiy Storchaka committed
January 16, 2026
S
gh-143672: Finish conversion of the struct module to Argument Clinic (GH-143857)
Serhiy Storchaka committed
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
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
November 26, 2023
M
gh-112358: Fix Python 3.12 regression with subclassing struct.Struct. (#112424)
Mark Dickinson committed
October 23, 2023
F
gh-67565: Remove redundant C-contiguity checks (GH-105521)
Furkan Onder 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
August 26, 2023
V
gh-106320: Remove private AC converter functions (#108505)
Victor Stinner committed
September 25, 2022
K
GH-78724: Initialize struct.Struct in __new__ (GH-94532)
Kumar Aditya committed
August 13, 2022
E
gh-90928: Improve static initialization of keywords tuple in AC (#95907)
Erlend E. Aasland committed
August 11, 2022
May 3, 2022
V
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Victor Stinner committed
November 19, 2020
C
bpo-1635741: Port _struct to multiphase initialization (GH-23398)
Christian Heimes committed
May 28, 2020
S
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
Serhiy Storchaka committed
May 26, 2020
S
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka committed
August 29, 2019
March 14, 2019
S
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058)
Serhiy Storchaka committed
January 11, 2019
S
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (GH-11313)
Serhiy Storchaka committed
December 25, 2018
S
bpo-23867: Argument Clinic: inline parsing code for a single positional parameter. (GH-9689)
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
March 10, 2018
X
bpo-30249: Improve struct.unpack_from() error messages (GH-6059)
Xiang Zhang committed
December 15, 2017
S
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
Serhiy Storchaka committed
July 3, 2017
S
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Serhiy Storchaka committed
June 10, 2017
S
February 4, 2017
S
Issue #29300: Use Argument Clinic for getting struct object from the format.
Serhiy Storchaka committed
February 2, 2017
V
Rename struct.unpack() 2nd parameter to "buffer"
Victor Stinner committed
V
Issue #29300: Convert _struct module to Argument Clinic
Victor Stinner committed