index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/upload-artifact-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
Age
Commit message (
Expand
)
Author
2019-12-27
py/asmx86: Fix stack to be 16-byte aligned for entry and sub-call.
Damien George
2019-12-23
py/nlrx86: Silence possible warnings about unused nlr argument.
Damien George
2019-12-21
py/objobject: Add object.__delattr__ function.
Yonatan Goldschmidt
2019-12-21
py/objobject: Add object.__setattr__ function.
Yonatan Goldschmidt
2019-12-20
py/obj.h: Remove comments about additional mp_buffer_info_t entries.
Damien George
2019-12-20
py: Remove commented-out debug printf's from emitbc and objlist.
Damien George
2019-12-20
all: Bump version to 1.12.
v1.12
Damien George
2019-12-20
py/profile: Fix debug opcode decoding of MP_BC_RAISE_xxx opcodes.
Damien George
2019-12-20
py/vm: Fix comment to refer to MP_BC_RAISE_OBJ instead of RAISE_VARARGS.
Damien George
2019-12-17
py/persistentcode: Move loading of rodata/bss to before obj/raw-code.
Damien George
2019-12-13
py/dynruntime: Implement uint new/get, mp_obj_len and mp_obj_subscr.
Damien George
2019-12-12
py/dynruntime: Add support for float API to make/get floats.
Damien George
2019-12-12
py/nativeglue: Add float new/get functions with both single and double.
Damien George
2019-12-12
py/persistentcode: Make ARM Thumb archs support multiple sub-archs.
Damien George
2019-12-12
tools/mpy_ld.py: Add new mpy_ld.py tool and associated build files.
Damien George
2019-12-12
py/nativeglue: Add funcs/types to native glue table for dynamic runtime.
Damien George
2019-12-12
py/nativeglue: Add new header file with native function table typedef.
Damien George
2019-12-12
py/persistentcode: Add ability to relocate loaded native code.
Damien George
2019-12-09
py/objenumerate: Check for valid args in enumerate constructor.
Emil Renner Berthing
2019-11-26
py: Remove 3 obsolete commented-out lines from header files.
Damien George
2019-11-26
py/objstringio: Slightly optimize stringio_copy_on_write for code size.
Yonatan Goldschmidt
2019-11-26
py/qstr: Raise exception in qstr_from_strn if str to intern is too long.
Léa Saviot
2019-11-26
py/builtinimport: Raise exception on empty module name.
Léa Saviot
2019-11-21
py/compile: Coalesce error message for break/continue outside loop.
Petr Viktorin
2019-11-21
py/ringbuf: Add peek16 method.
Jim Mussared
2019-11-13
py/objdict: Support ujson.dump() of OrderedDict objects.
Andrew Leech
2019-11-07
py/emitnx86: Make mp_f_n_args table match order of mp_fun_kind_t.
Damien George
2019-11-07
py/emitnative: Fix typo, REG_PARENT_ARG_RET should be REG_PARENT_RET.
Thea Flowers
2019-11-05
all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x).
Damien George
2019-11-04
py/modsys: Report .mpy version in sys.implementation.
Damien George
2019-11-04
py/persistentcode: Move declarations for .mpy header from .c to .h file.
Damien George
2019-11-04
py/objgenerator: Allow pend_throw to an unstarted generator.
Jim Mussared
2019-11-04
py/objgenerator: Remove globals from mp_obj_gen_instance_t.
Jim Mussared
2019-11-01
py/nativeglue: Remove unused mp_obj_new_cell from mp_fun_table.
Damien George
2019-10-31
py/stream.h: Add MP_STREAM_POLL_NVAL constant.
Damien George
2019-10-29
py/runtime: Reorder some binary ops so they don't require conditionals.
Damien George
2019-10-29
extmod: Add VFS littlefs bindings.
Damien George
2019-10-29
extmod/vfs_blockdev: Factor out block device interface code.
Damien George
2019-10-22
powerpc: Add initial port to bare metal PowerPC arch.
Michael Neuling
2019-10-22
extmod/modbluetooth: Rename module to "ubluetooth".
Jim Mussared
2019-10-22
py/modarray: Rename "array" module to "uarray".
Damien George
2019-10-22
py: Automatically provide weak links from "foo" to "ufoo" module name.
Damien George
2019-10-22
py/objstr: Size-optimise failure path for mp_obj_str_get_buffer.
Jim Mussared
2019-10-21
py/mkrules.mk: Add warning/error for invalid frozen config.
Jim Mussared
2019-10-21
tools/makemanifest.py: Eval relative paths w.r.t. current manifest file.
Jim Mussared
2019-10-18
py/objtype: Add type.__bases__ attribute.
Josh Lloyd
2019-10-15
tools: Add mechanism to provide a manifest of frozen files.
Damien George
2019-10-15
ports: Add new make target "submodules" which inits required modules.
Damien George
2019-10-15
py/persistentcode: Make .mpy more compact with qstr directly in prelude.
Damien George
2019-10-05
py: Add new Xtensa-Windowed arch for native emitter.
Damien George
[prev]
[next]