index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
Age
Commit message (
Expand
)
Author
2019-03-08
py: Update and rework build system for including external C modules.
Andrew Leech
2019-03-08
py: Implement a module system for external, user C modules.
Ayke van Laethem
2019-03-08
py: Allow registration of modules at their definition.
Andrew Leech
2019-03-08
py/persistentcode: Bump .mpy version to 4.
Damien George
2019-03-08
py: Add support to save native, viper and asm code to .mpy files.
Damien George
2019-03-08
py/emitglue: Remove union in mp_raw_code_t to combine bytecode & native.
Damien George
2019-03-08
py/emitnative: Adjust accounting of size of const_table.
Damien George
2019-03-08
py/emitnative: Provide concentrated points of qstr emit.
Damien George
2019-03-08
py/emitnative: Consolidate where HASCONSTS is set to load-const-obj fun.
Damien George
2019-03-08
py: Add independent config for debugging sentinel object values.
Damien George
2019-03-05
py/persistentcode: Define static qstr set to reduce size of mpy files.
Damien George
2019-03-05
py/persistentcode: Pack qstrs directly in bytecode to reduce mpy size.
Damien George
2019-03-05
py/persistentcode: Add a qstr window to save mpy files more efficiently.
Damien George
2019-03-05
py: Replace POP_BLOCK and POP_EXCEPT opcodes with POP_EXCEPT_JUMP.
Damien George
2019-03-05
py/vm: Remove currently_in_except_block variable.
Damien George
2019-03-05
py: Fix VM crash with unwinding jump out of a finally block.
Damien George
2019-03-04
py/py.mk: Update lwip build config to work with latest lwip version.
Damien George
2019-03-04
py/objexcept: Fix hash of exc str created in mp_obj_new_exception_msg.
Tom Collins
2019-03-01
py/compile: Add optimisation to compile OrderedDict inplace.
Damien George
2019-02-26
py/compile: Fix handling of unwinding BaseException in async with.
Damien George
2019-02-25
py: Eliminate warnings about unused arguments when debugging disabled.
Damien George
2019-02-20
py/objfun: Make fun_data arg of mp_obj_new_fun_asm() a const pointer.
Damien George
2019-02-20
py/obj.h: Remove obsolete mp_obj_new_fun_viper() declaration.
Damien George
2019-02-19
py/qstr: Evaluate find_qstr only once then pass to Q_GET_HASH macro.
Damien George
2019-02-14
extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`.
Yonatan Goldschmidt
2019-02-12
py/mkenv.mk: Change default PYTHON variable from "python" to "python3".
Damien George
2019-02-12
py: Downcase MP_xxx_SLOT_IS_FILLED inline functions.
Damien George
2019-02-12
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
Damien George
2019-02-06
py/mpconfig.h: Fix comments mentioning dangling file and variable names.
Yonatan Goldschmidt
2019-02-06
py/builtinhelp: Only print help re FS modules if external import enabled
Yonatan Goldschmidt
2019-02-06
py: Update my copyright info on some files.
Paul Sokolovsky
2019-01-31
py/warning: Support categories for warnings.
Paul Sokolovsky
2019-01-27
py/compile: Swap order of pop_block/pop_except in "except as" handler.
Damien George
2019-01-27
py: Add optional support for 2-argument version of built-in next().
stijn
2019-01-27
py: Remove calls to file reader functions when these are disabled.
Sean Burton
2019-01-26
all: Bump version to 1.10.
Damien George
2019-01-26
py/mpconfig.h: Remove parentheses from MICROPY_VERSION_xxx macros.
Damien George
2019-01-25
py/obj.h: Explicitly cast args to uint32_t in MP_OBJ_FUN_MAKE_SIG.
Damien George
2019-01-10
py/modio: Make iobase_singleton object const so it goes in ROM.
Damien George
2019-01-04
py: Fix location of VM returned exception in invalid opcode and comments
Damien George
2019-01-04
py: Get optional VM stack overflow check compiling and working again.
Damien George
2018-12-27
py/runtime: Unlock the GIL in mp_deinit function.
Damien George
2018-12-22
py/mpconfig: Move MICROPY_VERSION macros to static ones in mpconfig.h.
Damien George
2018-12-20
py/gc: Adjust gc_alloc() signature to be able to accept multiple flags.
Paul Sokolovsky
2018-12-20
py/objarray: Introduce "memview_offset" alias for "free" field of object
Paul Sokolovsky
2018-12-15
py/qstr: Put a lower bound on new qstr pool allocation.
Damien George
2018-12-13
py/bc: Fix calculation of opcode size for opcodes with map caching.
Damien George
2018-12-13
py/objdict: Make .fromkeys() method configurable.
Paul Sokolovsky
2018-12-10
py/objexcept: Make sure mp_obj_new_exception_msg doesn't copy/format msg
Damien George
2018-12-10
py/objexcept: Use macros to make offsets in emergency exc buf clearer.
Damien George
[next]