summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/bytearray_slice_assign.py
Commit message (Expand)AuthorAge
* py/objarray: Fix use-after-free if extending a bytearray from itself.Angus Gratton2024-04-22
* py/objarray: Fix amount of free space in array when doing slice assign.Damien George2019-08-15
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* tests/basics: Convert "sys.exit()" to "raise SystemExit".Paul Sokolovsky2017-06-10
* tests/basics: Add tests for list and bytearray growing using themselves.Damien George2017-04-02
* py/objarray: Fix array slice assignment when array is reallocated.Damien George2016-03-14
* objarray: Support assignment of bytes to bytearray slice.Paul Sokolovsky2015-04-16
* tests: Add tests for SyntaxError, TypeError, and other missing things.Damien George2015-03-25
* tests: Add test for array slice assignment.Paul Sokolovsky2015-02-27