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