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
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
2018-10-01
py/emitnative: Implement yield and yield-from in native emitter.
Damien George
2018-10-01
py/emitnative: Reorder native state on C stack so nlr_buf_t is first.
Damien George
2018-10-01
py/asmxtensa: Use proper calculation for const table offset.
Damien George
2018-10-01
py/asmx64: Extend asm_x64_mov_reg_pcrel to accept high registers.
Damien George
2018-10-01
py/asmx86: Comment out unused asm_x86_nop to prevent compiler warnings.
Damien George
2018-09-30
py/asmthumb: Extend asm entry/exit to handle stack larger than 508 bytes
Damien George
2018-09-30
py/asmthumb: Clean up asm_thumb_bl_ind to use new optimised ldr helper.
Damien George
2018-09-30
py/asmthumb: Add wide ldr to handle larger offsets.
Damien George
2018-09-29
py/vm: When VM raises exception put exc obj at beginning of func state.
Damien George
2018-09-28
py/objtype: Support full object model for get/set/delitem special meths.
Damien George
2018-09-28
py/objtype: Remove TODO about storing attributes to classes.
Damien George
2018-09-28
py/runtime: Remove nlr protection when calling __next__ in mp_resume.
Damien George
2018-09-28
py/vm: Fix case of throwing GeneratorExit type into yield-from.
Damien George
2018-09-28
py/emitnative: Change type of const_table from uintptr_t to mp_uint_t.
Damien George
2018-09-27
py/asm*: Remove ASM_MOV_REG_ALIGNED_IMM emit macro, it's no longer used.
Damien George
2018-09-27
py/emitnative: Place const objs for native code in separate const table.
Damien George
2018-09-27
py/objfloat: Fix abs(-0.0) so it returns 0.0.
Damien George
2018-09-27
py/objgenerator: Remove TODO about returning gen being called again.
Damien George
2018-09-27
py/vm: Reword TODO about invalid ip/sp after an exception to a note.
Damien George
2018-09-27
py/objmodule: Remove TODO about checking store attr to a module.
Damien George
2018-09-27
py/objint: Remove TODO about checking of int() arg types with 2 args.
Damien George
2018-09-27
py/objdict: Reword TODO about inlining mp_obj_dict_get to a note.
Damien George
2018-09-27
py/objslice: Remove long-obsolete comment about enhancing slice object.
Damien George
2018-09-27
py/vm: Make small optimisation of BUILD_SLICE opcode.
Damien George
2018-09-26
py: Fix msvc C++ compiler warnings with MP_OBJ_FUN_MAKE_SIG macro.
stijn
[next]