Paul Sokolovsky
|
f980c70997
|
tests/basic/: Make various tests skippable.
To run the testsuite on small ports.
|
2017-02-15 18:11:16 +03:00 |
|
Rami Ali
|
1731868ae7
|
tests: Add tests to improve coverage of objarray.c.
|
2016-12-21 18:21:41 +11:00 |
|
Delio Brignoli
|
32aba40830
|
py: Implement memoryview slice assignment.
Adds ability to do "memcpy" with memoryview objects, such as:
m1[0:3] = m2[2:5].
|
2015-07-20 15:53:22 +01:00 |
|
Damien George
|
214179b430
|
tests: Add tests for SyntaxError, TypeError, and other missing things.
This is intended to improve coverage of the test suite.
|
2015-03-25 23:10:09 +00:00 |
|
Damien George
|
dd4f4530ab
|
py: Add builtin memoryview object (mostly using array code).
|
2014-10-23 13:34:35 +01:00 |
|