aboutsummaryrefslogtreecommitdiff
path: root/tests/basics/memoryview1.py
AgeCommit message (Collapse)Author
2015-07-20py: Implement memoryview slice assignment.Delio Brignoli
Adds ability to do "memcpy" with memoryview objects, such as: m1[0:3] = m2[2:5].
2015-03-25tests: Add tests for SyntaxError, TypeError, and other missing things.Damien George
This is intended to improve coverage of the test suite.
2014-10-23py: Add builtin memoryview object (mostly using array code).Damien George