| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-08-15 | py/objarray: Fix amount of free space in array when doing slice assign. | Damien George | |
| Prior to this patch the amount of free space in an array (including bytearray) was not being maintained correctly for the case of slice assignment which changed the size of the array. Under certain cases (as encoded in the new test) it was possible that the array could grow beyond its allocated memory block and corrupt the heap. Fixes issue #4127. | |||
| 2017-07-31 | all: Use the name MicroPython consistently in comments | Alexander Steffen | |
| There were several different spellings of MicroPython present in comments, when there should be only one. | |||
| 2017-06-10 | tests/basics: Convert "sys.exit()" to "raise SystemExit". | Paul Sokolovsky | |
| 2017-04-02 | tests/basics: Add tests for list and bytearray growing using themselves. | Damien George | |
| 2016-03-14 | py/objarray: Fix array slice assignment when array is reallocated. | Damien George | |
| Addresses issue #1898. | |||
| 2015-04-16 | objarray: Support assignment of bytes to bytearray slice. | Paul Sokolovsky | |
| 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. | |||
| 2015-02-27 | tests: Add test for array slice assignment. | Paul Sokolovsky | |
