summaryrefslogtreecommitdiffstats
path: root/Python/dynload_mac.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/dynload_mac.c')
0 files changed, 0 insertions, 0 deletions
/commit/Lib/test/test_array.py?h=v3.14.0a3&id=a3dd8cce58fe2b27eea4eed572d086dc8a7e1bb8'>gh-106162: fix test_array modifies warning filter (#106181)Inada Naoki2023-06-281-0/+1 * gh-80480: Emit DeprecationWarning for array's 'u' type code (#95760)Hugo van Kemenade2023-06-111-1/+18 * gh-80480: array: Add 'w' typecode. (#105242)Inada Naoki2023-06-041-21/+28 * bpo-45668: Fix PGO tests without test extensions (GH-29315)Christian Heimes2021-11-011-2/+3 * bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)Serhiy Storchaka2021-08-291-0/+1 * bpo-43988: Use check disallow instantiation helper (GH-26392)Erlend Egeberg Aasland2021-05-271-2/+3 * bpo-43988: Add test.support.check_disallow_instantiation() (GH-25757)Erlend Egeberg Aasland2021-05-261-3/+3 * bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION to selected types (GH-25748)Erlend Egeberg Aasland2021-04-301-0/+6 * bpo-43908: Make array.array type immutable (GH-25696)Erlend Egeberg Aasland2021-04-291-0/+6 * bpo-31956: Add start and stop parameters to array.index() (GH-25059)Zackery Spytz2021-04-021-0/+11 * Fix typo in test_array.py (GH-23189)Ikko Ashimine2020-11-101-1/+1 * bpo-29727: Register array.array as a MutableSequence (GH-21338)Pablo Galindo2020-07-051-0/+66 * bpo-40275: Use new test.support helper submodules in tests (GH-20849)Hai Shi2020-06-251-9/+10 * bpo-40443: Remove unused imports in tests (GH-19804)Victor Stinner2020-04-301-1/+0 * bpo-38916: array.array: remove fromstring() and tostring() (GH-17487)Victor Stinner2019-12-091-20/+0 * bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)Zackery Spytz2019-05-171-2/+2 * bpo-36285: Fix integer overflow in the array module. (GH-12317)sth2019-03-201-0/+141 * bpo-36048: Use __index__() instead of __int__() for implicit conversion if av...Serhiy Storchaka2019-02-251-0/+2 * Include the highest pickle protocol in a couple of tests. (GH-10735)Zackery Spytz2018-11-271-1/+1 * bpo-24700: Add a fast path for comparing array.array of equal type (#3009)Adrian Wielgosik2017-08-171-0/+10 * bpo-28298: make array 'Q', 'L' and 'I' accept big intables as elements (#570)orenmn2017-03-091-15/+24 * Issue #27570: Merge null pointer fixes from 3.5Martin Panter2016-09-071-2/+12 |\ | * Issue #27570: Avoid zero-length memcpy() calls with null source pointersMartin Panter2016-09-07