index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
frozenmod.c
Age
Commit message (
Expand
)
Author
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2018-07-28
merge finished
Dan Halbert
2017-09-01
Fix issue #207, esp8266 file operations problems (#222)
Dan Halbert
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-08-11
Turn on Rosie CI testing to test new builds on real hardware.
Scott Shawcroft
2017-08-10
py: Pretend frozen files are stored under .frozen rather than the empty path.
Scott Shawcroft
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-05-03
py/modio: Implement uio.resource_stream(package, resource_path).
Paul Sokolovsky
2016-05-23
py: Allow to stat and import frozen mpy files using new frozen "VFS".
Damien George
2016-05-21
py/{builtinimport,frozenmod}: Rework frozen modules support to support packages.
Paul Sokolovsky
2016-04-17
py/frozenmod: Pass the source name of the frozen module to the lexer.
Damien George
2016-04-13
py: Add ability to have frozen persistent bytecode from .mpy files.
Damien George
2016-03-16
py/frozenmod: Allow port to override lexer to use for frozen modules.
Paul Sokolovsky
2016-01-03
py/frozenmod: Store frozen module names together, to quickly scan them.
Paul Sokolovsky
2016-01-01
py/frozenmod: Make frozen module content be 0-terminated.
Paul Sokolovsky
2015-05-31
frozenmod: Include header with function prototypes.
Paul Sokolovsky
2015-01-20
py: Implement very simple frozen modules support.
Paul Sokolovsky