aboutsummaryrefslogtreecommitdiff
path: root/py/frozenmod.c
AgeCommit message (Expand)Author
2022-02-24py: Rework bytecode and .mpy file format to be mostly static data.Damien George
2021-12-18py: Only search frozen modules when '.frozen' is found in sys.path.Jim Mussared
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-05-03py/modio: Implement uio.resource_stream(package, resource_path).Paul Sokolovsky
2016-05-23py: Allow to stat and import frozen mpy files using new frozen "VFS".Damien George
2016-05-21py/{builtinimport,frozenmod}: Rework frozen modules support to support packages.Paul Sokolovsky
2016-04-17py/frozenmod: Pass the source name of the frozen module to the lexer.Damien George
2016-04-13py: Add ability to have frozen persistent bytecode from .mpy files.Damien George
2016-03-16py/frozenmod: Allow port to override lexer to use for frozen modules.Paul Sokolovsky
2016-01-03py/frozenmod: Store frozen module names together, to quickly scan them.Paul Sokolovsky
2016-01-01py/frozenmod: Make frozen module content be 0-terminated.Paul Sokolovsky
2015-05-31frozenmod: Include header with function prototypes.Paul Sokolovsky
2015-01-20py: Implement very simple frozen modules support.Paul Sokolovsky