COMMITS
/ Modules/arraymodule.c 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
March 11, 2022
V
bpo-46906: Add PyFloat_Pack8() to the C API (GH-31657)
Victor Stinner committed
February 28, 2022
D
bpo-46541: Remove unnecessary Py_VISIT (GH-31608)
Dong-hee Na committed
February 17, 2022
D
bpo-46541: Remove usage of _Py_IDENTIFIER from array module (GH-31376)
Dong-hee Na committed
February 11, 2022
P
bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)
Petr Viktorin committed
February 8, 2022
November 8, 2021
C
bpo-45723: Prepare support for autoconf 2.71 (GH-29441)
Christian Heimes 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
September 21, 2021
M
[codemod] Fix non-matching bracket pairs (GH-28473)
Mohamad Mansour committed
September 12, 2021
S
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classes (GH-26456)
Serhiy Storchaka committed
June 17, 2021
E
bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351)
Erlend Egeberg Aasland committed
May 25, 2021
E
bpo-42972: Fully implement GC protocol for arraymodule types (GH-26114)
Erlend Egeberg Aasland committed
April 30, 2021
E
bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION to selected types (GH-25748)
Erlend Egeberg Aasland committed
M
bpo-43977: Use tp_flags for collection matching (GH-25723)
Mark Shannon committed
April 29, 2021
E
bpo-43908: Make array.array type immutable (GH-25696)
Erlend Egeberg Aasland committed
April 21, 2021
V
bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)
Victor Stinner committed
April 2, 2021
Z
bpo-31956: Add start and stop parameters to array.index() (GH-25059)
Zackery Spytz committed
January 3, 2021
E
bpo-40077: Add traverse/clear/free to arraymodule (GH-24066)
Erlend Egeberg Aasland committed
January 2, 2021
E
bpo-40077: Convert arraymodule to use heap types and establish module state (GH-23124)
Erlend Egeberg Aasland committed
December 1, 2020
V
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner committed
July 5, 2020
P
bpo-29727: Register array.array as a MutableSequence (GH-21338)
Pablo Galindo committed
June 23, 2020
W
bpo-41085: Fix array.array.index() on 64-bit Windows (GH-21071)
WildCard65 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
V
bpo-39573: Convert Py_REFCNT and Py_SIZE to functions (GH-20429)
Victor Stinner committed