COMMITS
/ Modules/arraymodule.c April 2, 2026
S
GH-145247: Use _PyTuple_FromPair in Modules (part 1) (#148000)
Sergey Miryanov committed
March 30, 2026
S
gh-146238: Support half-floats in the array module (#146242)
Sergey B Kirpichev committed
March 26, 2026
S
gh-146151: Add support for complex arrays in the array module (#146237)
Sergey B Kirpichev committed
March 25, 2026
S
gh-145633: Drop runtime checks for floatting-point formats in the array module (#146162)
Sergey B Kirpichev committed
March 24, 2026
K
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Karolina Surma committed
March 23, 2026
P
gh-146175: Soft-deprecate outdated macros; convert internal usage (GH-146178)
Petr Viktorin committed
February 2, 2026
January 26, 2026
J
gh-140557: Force alignment of empty `bytearray` and `array.array` buffers (GH-140559)
Jake Lishman committed
P
gh-144128: Fix crash in array.fromlist with reentrant __index__ (#144138)
Priyanshu Singh committed
October 23, 2025
S
gh-140474: Fix memory leak in `array.array` (GH-140478)
Stan Ulbrych committed
September 2, 2025
A
GH-135763: AC: Use ``Py_ssize_t(allow_negative=False)`` (#138394)
Adam Turner committed
September 1, 2025
P
gh-138342: Use a common utility for visiting an object's type (GH-138343)
Peter Bierma committed
August 18, 2025
A
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
Adam Turner committed
June 30, 2025
X
May 6, 2025
May 5, 2025
April 25, 2025
C
gh-132527: Added missing `w` typecode to array() error message (#132529)
Christian Veenhuis committed
March 11, 2025
V
gh-111178: Change Argument Clinic signature for METH_O (#130682)
Victor Stinner committed
February 28, 2025
S
Revert "gh-128942: make `array` module thread safe (#128943)" (#130707)
Sam Gross committed
February 27, 2025
T
gh-128942: make `array` module thread safe (#128943)
Tomasz Pytel committed
February 8, 2025
B
gh-111178: fix UBSan failures in `Modules/arraymodule.c` (GH-129772)
Bénédikt Tran committed
January 30, 2025
V
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Victor Stinner committed
January 20, 2025
E
gh-111178: Generate correct signature for most self converters (#128447)
Erlend E. Aasland committed
January 18, 2025
T
gh-128961: Fix exhausted array iterator crash in __setstate__() (#128962)
Tomasz Pytel committed
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
May 28, 2024
S
gh-117557: Improve error messages when a string, bytes or bytearray of length 1 are expected (GH-117631)
Serhiy Storchaka committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
March 8, 2024
N
gh-116447: Fix possible UB in `arraymodule` and `getargs` (#116459)
Nikita Sobolev committed
February 10, 2024
M
gh-114894: add array.array.clear() method (#114919)
Mike Zimin committed
October 25, 2023
S
gh-106320: Re-add some PyLong/PyDict C-API functions (GH-#111162)
scoder committed
October 17, 2023
V
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner committed
August 24, 2023
V
gh-106320: Remove private _PyEval function (#108433)
Victor Stinner committed
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
S
gh-86493: Modernize modules initialization code (GH-106858)
Serhiy Storchaka committed
July 12, 2023
S
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka committed
July 2, 2023
I
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki committed
June 27, 2023
V
gh-106084: Remove _PyObject_CallMethod() function (#106159)
Victor Stinner committed
June 11, 2023
E
gh-105375: Improve array.array exception handling (#105594)
Erlend E. Aasland committed
H
gh-80480: Emit DeprecationWarning for array's 'u' type code (#95760)
Hugo van Kemenade committed
June 4, 2023
I
gh-80480: array: Add 'w' typecode. (#105242)
Inada Naoki committed
June 1, 2023
V
gh-105156: Deprecate the old Py_UNICODE type in C API (#105157)
Victor Stinner committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
March 13, 2023
November 30, 2022
V
gh-99845: Use size_t type in __sizeof__() methods (#99846)
Victor Stinner committed
November 14, 2022
V
gh-99300: Use Py_NewRef() in Modules/ directory (#99468)
Victor Stinner committed
November 12, 2022
K
GH-81057: Remove static state from arraymodule (#99409)
Kumar Aditya committed
November 1, 2022
J
gh-98658: Add __class_getitem__ to array.array (#98661)
Jelle Zijlstra committed
June 14, 2022
S
gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
Serhiy Storchaka committed
March 28, 2022
P
bpo-47070: Add _PyBytes_Repeat() (GH-31999)
Pieter Eendebak committed