Commit message (Expand) | Author | Age | |
---|---|---|---|
* | tests/basics: Split out memoryview slice-assign tests to separate file. | Damien George | 2020-07-21 |
* | py/objarray: Turn on MP_TYPE_FLAG_EQ_CHECKS_OTHER_TYPE for memoryview. | Jim Mussared | 2020-02-21 |
* | tests: Rename "array" module to "uarray". | Damien George | 2019-10-22 |
* | tests/basics: Add coverage tests for memoryview attributes. | Damien George | 2019-05-14 |
* | tests/basics: Convert "sys.exit()" to "raise SystemExit". | Paul Sokolovsky | 2017-06-10 |
* | py/objarray: Disallow slice-assignment to read-only memoryview. | Damien George | 2017-02-27 |
* | tests/basic/: Make various tests skippable. | Paul Sokolovsky | 2017-02-15 |
* | tests: Add tests to improve coverage of objarray.c. | Rami Ali | 2016-12-21 |
* | py: Implement memoryview slice assignment. | Delio Brignoli | 2015-07-20 |
* | tests: Add tests for SyntaxError, TypeError, and other missing things. | Damien George | 2015-03-25 |
* | py: Add builtin memoryview object (mostly using array code). | Damien George | 2014-10-23 |