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