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-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
2018-12-10
extmod/moductypes: Add aliases for native C types.
Paul Sokolovsky
2018-12-07
py/obj: Add support for __int__ special method.
Paul Sokolovsky
2018-12-06
py/objboundmeth: Support loading generic attrs from the method.
Damien George
2018-12-04
py: Add option to reduce GC stack integer size to save RAM.
Ayke van Laethem
2018-12-04
py/py.mk: Fix broken Gmane URL.
Craig Younkins
2018-11-26
py/unicode: Fix check for valid utf8 being stricter about contn chars.
Damien George
2018-11-01
py/runtime: Fix qstr assumptions when handling "import *".
Paul Sokolovsky
2018-10-28
py/scope: Optimise scope_find_or_add_id to not need "added" arg.
Damien George
2018-10-28
py/compile: Remove unneeded variable from global/nonlocal stmt helpers.
Damien George
2018-10-28
py/compile: Fix case of eager implicit conversion of local to nonlocal.
Damien George
2018-10-27
py/py.mk: When building axtls use -Wno-all to prevent all warnings.
Damien George
2018-10-23
py/objmodule: Implement PEP 562's __getattr__ for modules.
Paul m. p. P
2018-10-22
py/objstr: Make str.count() method configurable.
Paul Sokolovsky
2018-10-18
py/objtype: Remove comment about catching exc from user __getattr__.
Damien George
2018-10-15
py/emitnative: Put None/False/True in global native const table.
Damien George
2018-10-15
py/emitnative: Push internal None rather than const obj where possible.
Damien George
2018-10-15
py/emitnative: Simplify viper mode handling in emit_native_import_name.
Damien George
2018-10-15
py/emitnative: Consolidate use of stacked immediate values to one func.
Damien George
2018-10-13
py/emitnative: Remove unused ptr argument from ASM_CALL_IND macro.
Damien George
2018-10-13
py/asmthumb: Remove unused fun_ptr arg from asm_thumb_bl_ind function.
Damien George
2018-10-13
py/asmarm: Simplify asm_arm_bl_ind to only load via index, not literal.
Damien George
2018-10-13
py/emitnative: Load native fun table ptr from const table for all archs.
Damien George
2018-10-13
py/asmx86: Change indirect calls to load fun ptr from the native table.
Damien George
2018-10-13
py/asmx86: Change stack management to reference locals by esp not ebp.
Damien George
2018-10-13
py/asmx64: Change indirect calls to load fun ptr from the native table.
Damien George
2018-10-13
py/asmx64: Change stack management to reference locals by rsp not rbp.
Damien George
2018-10-02
py/emitnative: Clean up unused macro and forward function declarations.
Damien George
2018-10-01
py/obj.h: Use uint64_t instead of mp_int_t in repr-D MP_OBJ_IS_x macros.
Damien George
2018-10-01
py/runtime: Remove comment in mp_import_name about level being 0.
Damien George
2018-10-01
py/runtime: Use mp_import_name to implement tail of mp_import_from.
Damien George
[prev]
[next]