summaryrefslogtreecommitdiff
path: root/tests/basics/array_add.py
AgeCommit message (Expand)Author
2025-06-10py/objarray: Allow extending array with any iterable.Jeff Epler
2023-06-08tests: Replace umodule with module everywhere.Jim Mussared
2019-10-22tests: Rename "array" module to "uarray".Damien George
2017-06-10tests/basics: Convert "sys.exit()" to "raise SystemExit".Paul Sokolovsky
2017-01-07tests/array*: Allow to skip test if "array" is unavailable.Paul Sokolovsky
2014-11-30py: Implement +, += and .extend for bytearray and array objs.Damien George