summaryrefslogtreecommitdiff
path: root/py/frozenmod.h
AgeCommit message (Expand)Author
2019-05-17various: Update early copyright years to match actual edit history.Damien George
2019-05-17various: Add and update my copyright line based on git history.Paul Sokolovsky
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-18all: Unify header guard usage.Alexander Steffen
2017-06-28py/frozenmod.h: Add missing header guardsAlexander Steffen
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