COMMITS
/ Modules/_struct.c October 10, 2024
S
gh-125118: don't copy arbitrary values to _Bool in the struct module (GH-125169)
Sergey B Kirpichev committed
October 7, 2024
S
gh-121249: Support _Complex types in the struct module (#121613)
Sergey B Kirpichev committed
September 20, 2024
B
gh-124248: Fix crash in struct when processing 0p fields (#124251)
Brian Schubert committed
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
June 27, 2024
V
gh-121040: Use __attribute__((fallthrough)) (#121044)
Victor Stinner committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
February 12, 2024
November 27, 2023
S
gh-111789: Use PyDict_GetItemRef() in Modules/_struct.c (gh-112076)
Serhiy Storchaka committed
November 26, 2023
M
gh-112358: Fix Python 3.12 regression with subclassing struct.Struct. (#112424)
Mark Dickinson committed
November 15, 2023
R
gh-112062: Make `_struct` module thread-safe in `--disable-gil` builds (#112094)
Radislav Chugunov committed
September 15, 2023
N
Add missing `PyDoc_STR` calls (#109393)
Nikita Sobolev committed
September 3, 2023
V
gh-108765: Python.h no longer includes <ctype.h> (#108831)
Victor Stinner committed
S
August 28, 2023
S
gh-108494: Argument Clinic: fix support of Limited C API (GH-108536)
Serhiy Storchaka committed
August 26, 2023
D
gh-107406: Add better `struct.Struct` repr (#107407)
denballakh committed
August 24, 2023
V
gh-106320: Remove private PyLong C API functions (#108429)
Victor Stinner committed
July 25, 2023
V
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner committed
July 4, 2023
V
gh-106320: Remove _PyBytesWriter C API (#106399)
Victor Stinner committed
July 2, 2023
I
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki committed
May 9, 2023
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
December 4, 2022
F
gh-98248: Normalizing the error messages in function struct.pack (GH-98252)
Felix Ye committed
November 30, 2022
V
gh-99845: Use size_t type in __sizeof__() methods (#99846)
Victor Stinner committed
November 23, 2022
V
gh-99537: Use Py_SETREF(var, NULL) in C code (#99687)
Victor Stinner committed
November 14, 2022
V
gh-99300: Use Py_NewRef() in Modules/ directory (#99468)
Victor Stinner committed
September 25, 2022
K
GH-78724: Initialize struct.Struct in __new__ (GH-94532)
Kumar Aditya committed
M
gh-96735: Fix undefined behaviour in struct unpacking functions (#96739)
Mark Dickinson committed
June 26, 2022
K
GH-94254: Make _struct module types immutable (#94269)
Kumar Aditya committed
June 25, 2022
M
gh-94207: Fix struct module leak (GH-94239)
Mark Dickinson committed
May 3, 2022
V
gh-91320: Use _PyCFunction_CAST() (#92251)
Victor Stinner committed
March 11, 2022
V
bpo-46906: Add PyFloat_Pack8() to the C API (GH-31657)
Victor Stinner committed
February 11, 2022
P
bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)
Petr Viktorin committed
February 7, 2022
V
bpo-46670: Remove unused macros in the Modules directory (GH-31194)
Victor Stinner committed
October 22, 2021
C
bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157)
Christian Heimes committed
October 14, 2021
V
bpo-35134: Add Include/cpython/floatobject.h (GH-28957)
Victor Stinner committed
October 8, 2021
J
bpo-45407: Remove outdated XXX comment from Struct___init___impl (GH-28805)
Jeong YunWon committed
September 7, 2021
N
bpo-45034: Fix how upper limit is formatted for `struct.pack("H", ...)` (GH-28178)
Nikita Sobolev committed
April 21, 2021
V
bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)
Victor Stinner committed
December 28, 2020
P
Use Py_NewRef in Modules/_struct.c (GH-23981)
Pablo Galindo committed
December 1, 2020
V
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner committed
November 19, 2020
D
bpo-1635741: Fix _struct for build bot error (GH-23402)
Dong-hee Na committed
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 27, 2020
May 25, 2020
Z
bpo-35714: Reject null characters in struct format strings (GH-16928)
Zackery Spytz committed
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
April 12, 2020
S
bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (GH-19472)
Serhiy Storchaka committed
March 24, 2020
S
bpo-39689: Do not use native packing for format "?" with standard size (GH-18969)
Stefan Krah committed
March 16, 2020
February 17, 2020
D
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
Dong-hee Na committed