summaryrefslogtreecommitdiff
path: root/py/frozenmod.h
AgeCommit message (Expand)Author
2017-08-10py: Pretend frozen files are stored under .frozen rather than the empty path.Scott Shawcroft
2017-05-03py/modio: Implement uio.resource_stream(package, resource_path).Paul Sokolovsky
2016-05-21py/{builtinimport,frozenmod}: Rework frozen modules support to support packages.Paul Sokolovsky
2016-04-13py: Add ability to have frozen persistent bytecode from .mpy files.Damien George
2015-01-20py: Implement very simple frozen modules support.Paul Sokolovsky