| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-06-10 | tests/basics: Convert "sys.exit()" to "raise SystemExit". | Paul Sokolovsky | |
| 2017-02-15 | tests/basic/: Make various tests skippable. | Paul Sokolovsky | |
| To run the testsuite on small ports. | |||
| 2014-10-26 | py: Fix memoryview referencing so it retains ptr to original buffer. | Damien George | |
| This way, if original parent object is GC'd, the memoryview still points to the underlying buffer data so that buffer is not GC'd. | |||
