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
2021-06-24
py/mperrno: Add MP_ECANCELED error code.
David Lechner
2021-06-24
all: Fix signed shifts and NULL access errors from -fsanitize=undefined.
Jeff Epler
2021-06-19
py/mpstate: Schedule KeyboardInterrupt on main thread.
David Lechner
2021-06-19
py/mpstate: Make exceptions thread-local.
David Lechner
2021-06-18
all: Bump version to 1.16.
v1.16
Damien George
2021-06-18
py/gc: Only use no_sanitize_address attribute for GCC 4.8 and above.
Damien George
2021-06-05
py/stackctrl: Prevent unused-var warning when stack checking disabled.
Damien George
2021-06-05
py/emitglue: Always flush caches when assigning native ARM code.
Damien George
2021-05-30
py/builtinimport: Change relative import's ValueError to ImportError.
Damien George
2021-05-30
py/repl: Don't read past the end of import_str.
Jeff Epler
2021-05-30
py/gc: Access the list of root pointers in an asan-compatible way.
Jeff Epler
2021-05-30
py/compile: Raise an error on async with/for outside an async function.
Jeff Epler
2021-05-26
py/asmarm: Use builtin func to flush I- and D-cache on ARM 7 archs.
Damien George
2021-05-23
py/mkrules.cmake: Add MPY_LIB_DIR and BOARD_DIR to makemanifest call.
Damien George
2021-05-20
py/emitnative: Fix x86-64 emitter to generate correct 8/16-bit stores.
Damien George
2021-05-20
py/asmx64: Support use of top 8 regs in src_r64 argument.
Damien George
2021-05-18
py/nlrx64: Correct the detection of Darwin ABI.
Bob Abeles
2021-05-18
py/nlraarch64: Add underscore prefix to function symbols for Darwin ABI.
Bob Abeles
2021-05-18
py/objarray: Fix constructing a memoryview from a memoryview.
Damien George
2021-05-18
py/objarray: Use mp_obj_memoryview_init helper in mp_obj_new_memoryview.
Damien George
2021-05-13
py/objarray: Implement more/less comparisons for array.
stijn
2021-05-13
py/objarray: Prohibit comparison of mismatching types.
stijn
2021-05-12
py/mkenv.mk: Don't emit info about BUILD_VERBOSE if it's set.
Damien George
2021-05-10
py/gc: Make gc_lock_depth have a count per thread.
Damien George
2021-05-02
py/repl: Autocomplete builtin modules.
Artyom Skrobov
2021-05-02
py/repl: Refactor autocomplete, extracting reusable parts.
Artyom Skrobov
2021-05-02
py/repl: Refactor autocomplete to reduce nesting.
Artyom Skrobov
2021-05-02
py/repl: Enter four spaces when there are no matches.
scottbelden
2021-05-02
py/repl: Filter private methods from tab completion.
Kathryn Lingel
2021-05-01
py/scheduler: Add missing MICROPY_WRAP_MP_SCHED_EXCEPTION usage.
Damien George
2021-04-30
py/runtime: Remove commented-out code from mp_deinit().
Damien George
2021-04-30
py/scheduler: Add optional port hook for when something is scheduled.
Damien George
2021-04-30
all: Rename mp_keyboard_interrupt to mp_sched_keyboard_interrupt.
Damien George
2021-04-30
py/scheduler: Add mp_sched_exception() to schedule a pending exception.
Damien George
2021-04-30
py/profile: Use mp_handle_pending() to raise pending exception.
Damien George
2021-04-28
py/dynruntime.h: Add mp_obj_get_array() function.
Damien George
2021-04-27
py: Add option to compile without any error messages at all.
Damien George
2021-04-23
py/objexcept: Support errno attribute on OSError exceptions.
Damien George
2021-04-19
all: Bump version to 1.15.
v1.15
Damien George
2021-04-12
py/runtime: Make sys.modules preallocate to a configurable size.
matejcik
2021-04-12
py/profile: Resolve name collision with STATIC unset.
matejcik
2021-04-09
py/py.cmake: Introduce MICROPY_INC_CORE as a list with core includes.
Damien George
2021-04-09
py/py.cmake: Move qstr helper code to micropy_gather_target_properties.
Damien George
2021-03-31
rp2: Add support for USER_C_MODULES to CMake build system.
Phil Howard
2021-03-26
py: Rename remaining object types to be of the form mp_type_xxx.
Damien George
2021-03-17
py/vm: For tracing use mp_printf, and print state when thread enabled.
Damien George
2021-03-11
py/nlrx64: Fix typo in comment.
Yonatan Goldschmidt
2021-03-11
py/nlr: Implement NLR for AArch64.
Yonatan Goldschmidt
2021-02-21
py/mkrules.cmake: Add MICROPY_QSTRDEFS_PORT to qstr build process.
Damien George
2021-02-21
py/mkrules.cmake: Rename QSTR_DEFS variables to QSTRDEFS.
Damien George
[next]