COMMITS
/ Lib/test/test_array.py 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
February 2, 2026
January 26, 2026
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
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
January 18, 2025
T
gh-128961: Fix exhausted array iterator crash in __setstate__() (#128962)
Tomasz Pytel committed
August 7, 2024
X
Fix typos in comments and docstring (#122720)
Xie Yanbo committed
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
February 10, 2024
M
gh-114894: add array.array.clear() method (#114919)
Mike Zimin committed
July 4, 2023
I
gh-106162: array: suppress warning in test_array (#106404)
Inada Naoki committed
June 28, 2023
I
gh-106162: fix test_array modifies warning filter (#106181)
Inada Naoki committed
June 11, 2023
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
November 1, 2021
C
bpo-45668: Fix PGO tests without test extensions (GH-29315)
Christian Heimes committed
August 29, 2021
S
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
Serhiy Storchaka committed
May 27, 2021
E
bpo-43988: Use check disallow instantiation helper (GH-26392)
Erlend Egeberg Aasland committed
May 26, 2021
E
bpo-43988: Add test.support.check_disallow_instantiation() (GH-25757)
Erlend Egeberg Aasland committed
April 30, 2021
E
bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION to selected types (GH-25748)
Erlend Egeberg Aasland committed
April 29, 2021
E
bpo-43908: Make array.array type immutable (GH-25696)
Erlend Egeberg Aasland committed
April 2, 2021
Z
bpo-31956: Add start and stop parameters to array.index() (GH-25059)
Zackery Spytz committed
November 10, 2020
I
Fix typo in test_array.py (GH-23189)
Ikko Ashimine committed
July 5, 2020
P
bpo-29727: Register array.array as a MutableSequence (GH-21338)
Pablo Galindo committed
June 25, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-20849)
Hai Shi committed
April 30, 2020
V
bpo-40443: Remove unused imports in tests (GH-19804)
Victor Stinner committed
December 9, 2019
V
bpo-38916: array.array: remove fromstring() and tostring() (GH-17487)
Victor Stinner committed
May 17, 2019
Z
bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)
Zackery Spytz committed
March 20, 2019
February 25, 2019
S
bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952)
Serhiy Storchaka committed
November 27, 2018
Z
Include the highest pickle protocol in a couple of tests. (GH-10735)
Zackery Spytz committed
August 17, 2017
A
bpo-24700: Add a fast path for comparing array.array of equal type (#3009)
Adrian Wielgosik committed
March 9, 2017
September 7, 2016
M
Issue #27570: Merge null pointer fixes from 3.5
Martin Panter committed
M
Issue #27570: Avoid zero-length memcpy() calls with null source pointers
Martin Panter committed
April 24, 2016
S
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka committed
March 30, 2016
S
Issue #26492: Exhausted iterator of array.array now conforms with the behavior
Serhiy Storchaka committed
March 6, 2016
S
Issue #26015: Added new tests for pickling iterators of mutable sequences.
Serhiy Storchaka committed
February 3, 2015
S
Issue #14203: Remove obsolete support for view==NULL in bytesiobuf_getbuffer()
Stefan Krah committed
December 15, 2014
S
Issue #22777: Test pickling with all protocols.
Serhiy Storchaka committed
S
Issue #22777: Test pickling with all protocols.
Serhiy Storchaka committed
October 10, 2014
B
Issue #20152: Port the array module to Argument Clinic.
Brett Cannon committed
January 16, 2014
S
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka committed
S
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka committed
December 8, 2013
Z
Issue 19572: More silently skipped tests explicitly skipped.
Zachary Ware committed
Z
Issue 19572: More silently skipped tests explicitly skipped.
Zachary Ware committed
November 30, 2013
A
Issue #3693: Fix array obscure error message when given a str.
Alexandre Vassalotti committed
November 16, 2013
S
Issue #19604: Use specific asserts in array tests.
Serhiy Storchaka committed
S
Issue #19604: Use specific asserts in array tests.
Serhiy Storchaka committed
November 3, 2013
S
Issue #18702: All skipped tests now reported as skipped.
Serhiy Storchaka committed