summaryrefslogtreecommitdiff
path: root/tests/micropython/import_mpy_native_x64.py
AgeCommit message (Expand)Author
2022-05-26tests/micropython: Make import_mpy_native test run on all architectures.Damien George
2022-05-17py/persistentcode: Remove unicode feature flag from .mpy file.Damien George
2022-02-24py: Rework bytecode and .mpy file format to be mostly static data.Damien George
2022-02-02all: Update Python formatting to latest Black version 22.1.0.Damien George
2021-09-16all: Remove MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE.Jim Mussared
2020-09-04all: Rename "sys" module to "usys".stijn
2020-07-26tests/micropython: Improve .mpy import tests to run on more targets.Damien George
2020-07-26tests: Move .mpy import tests from import/ to micropython/ dir.Damien George