index
:
micropython
docs/library/bluetooth
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
py
/
persistentcode.c
Commit message (
Expand
)
Author
Age
*
py/emitglue: When assigning bytecode only pass bytecode len if needed.
Damien George
2018-02-14
*
py/persistentcode: Bump .mpy version number to version 3.
Damien George
2017-10-05
*
all: Remove inclusion of internal py header files.
Damien George
2017-10-04
*
py/persistentcode: Define mp_raw_code_save_file() for any unix target.
Anton Patrushev
2017-09-25
*
py/persistentcode: Allow to compile with complex numbers disabled.
Damien George
2017-06-08
*
py: Add LOAD_SUPER_METHOD bytecode to allow heap-free super meth calls.
Damien George
2017-04-22
*
py: Allow lexer to raise exceptions during construction.
Damien George
2017-03-14
*
py/persistentcode: Bump .mpy version due to change in bytecode.
Damien George
2017-02-17
*
py/persistentcode: Replace mp_uint_t with size_t where appropriate.
Damien George
2017-02-16
*
py: Factor out persistent-code reader into separate files.
Damien George
2016-11-16
*
py: Factor persistent code load/save funcs into persistentcode.[ch].
Damien George
2016-11-16