summaryrefslogtreecommitdiff
path: root/py/frozenmod.c
AgeCommit message (Expand)Author
2018-07-28merge finishedDan Halbert
2017-09-01Fix issue #207, esp8266 file operations problems (#222)Dan Halbert
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
2017-08-11Turn on Rosie CI testing to test new builds on real hardware.Scott Shawcroft
2017-08-10py: Pretend frozen files are stored under .frozen rather than the empty path.Scott Shawcroft
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