index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_array.py
Commit message (
Expand
)
Author
Age
*
Revert "gh-128942: make `array` module thread safe (#128943)" (#130707)
Sam Gross
2025-02-28
*
gh-128942: make `array` module thread safe (#128943)
Tomasz Pytel
2025-02-27
*
gh-128961: Fix exhausted array iterator crash in __setstate__() (#128962)
Tomasz Pytel
2025-01-18
*
Fix typos in comments and docstring (#122720)
Xie Yanbo
2024-08-07
*
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...
Serhiy Storchaka
2024-07-19
*
gh-114894: add array.array.clear() method (#114919)
Mike Zimin
2024-02-10
*
gh-106162: array: suppress warning in test_array (#106404)
Inada Naoki
2023-07-05
*
gh-106162: fix test_array modifies warning filter (#106181)
Inada Naoki
2023-06-28
*
gh-80480: Emit DeprecationWarning for array's 'u' type code (#95760)
Hugo van Kemenade
2023-06-11
*
gh-80480: array: Add 'w' typecode. (#105242)
Inada Naoki
2023-06-04
*
bpo-45668: Fix PGO tests without test extensions (GH-29315)
Christian Heimes
2021-11-01
*
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
Serhiy Storchaka
2021-08-29
*
bpo-43988: Use check disallow instantiation helper (GH-26392)
Erlend Egeberg Aasland
2021-05-27
*
bpo-43988: Add test.support.check_disallow_instantiation() (GH-25757)
Erlend Egeberg Aasland
2021-05-26
*
bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION to selected types (GH-25748)
Erlend Egeberg Aasland
2021-04-30
*
bpo-43908: Make array.array type immutable (GH-25696)
Erlend Egeberg Aasland
2021-04-29
*
bpo-31956: Add start and stop parameters to array.index() (GH-25059)
Zackery Spytz
2021-04-03
*
Fix typo in test_array.py (GH-23189)
Ikko Ashimine
2020-11-10
*
bpo-29727: Register array.array as a MutableSequence (GH-21338)
Pablo Galindo
2020-07-05
*
bpo-40275: Use new test.support helper submodules in tests (GH-20849)
Hai Shi
2020-06-25
*
bpo-40443: Remove unused imports in tests (GH-19804)
Victor Stinner
2020-04-30
*
bpo-38916: array.array: remove fromstring() and tostring() (GH-17487)
Victor Stinner
2019-12-09
*
bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)
Zackery Spytz
2019-05-17
*
bpo-36285: Fix integer overflow in the array module. (GH-12317)
sth
2019-03-20
*
bpo-36048: Use __index__() instead of __int__() for implicit conversion if av...
Serhiy Storchaka
2019-02-25
*
Include the highest pickle protocol in a couple of tests. (GH-10735)
Zackery Spytz
2018-11-27
*
bpo-24700: Add a fast path for comparing array.array of equal type (#3009)
Adrian Wielgosik
2017-08-17
*
bpo-28298: make array 'Q', 'L' and 'I' accept big intables as elements (#570)
orenmn
2017-03-09
*
Issue #27570: Merge null pointer fixes from 3.5
Martin Panter
2016-09-07
|
\
|
*
Issue #27570: Avoid zero-length memcpy() calls with null source pointers
Martin Panter
2016-09-07
*
|
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka
2016-04-24
*
|
Issue #26492: Exhausted iterator of array.array now conforms with the behavior
Serhiy Storchaka
2016-03-30
|
/
*
Issue #26015: Added new tests for pickling iterators of mutable sequences.
Serhiy Storchaka
2016-03-06
*
Issue #14203: Remove obsolete support for view==NULL in bytesiobuf_getbuffer()
Stefan Krah
2015-02-03
*
Issue #22777: Test pickling with all protocols.
Serhiy Storchaka
2014-12-15
|
\
|
*
Issue #22777: Test pickling with all protocols.
Serhiy Storchaka
2014-12-15
*
|
Issue #20152: Port the array module to Argument Clinic.
Brett Cannon
2014-10-10
|
/
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
|
\
|
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
*
|
Issue 19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-08
|
\
|
|
*
Issue 19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-08
*
|
Issue #3693: Fix array obscure error message when given a str.
Alexandre Vassalotti
2013-11-29
*
|
Issue #19604: Use specific asserts in array tests.
Serhiy Storchaka
2013-11-17
|
\
|
|
*
Issue #19604: Use specific asserts in array tests.
Serhiy Storchaka
2013-11-17
|
*
Issue #18702: All skipped tests now reported as skipped.
Serhiy Storchaka
2013-11-03
*
|
Issue #18702: All skipped tests now reported as skipped.
Serhiy Storchaka
2013-11-03
*
|
(Merge 3.3) Issue #17223: the test is specific to 32-bit wchar_t type
Victor Stinner
2013-03-08
|
\
|
|
*
Issue #17223: the test is specific to 32-bit wchar_t type
Victor Stinner
2013-03-08
*
|
(Merge 3.3) Issue #17223: Fix test_array on Windows (16-bit wchar_t/Py_UNICODE)
Victor Stinner
2013-02-26
|
\
|
|
*
Issue #17223: Fix test_array on Windows (16-bit wchar_t/Py_UNICODE)
Victor Stinner
2013-02-26
[next]