index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
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
2020-04-05
py/objexcept: Allow compression of exception message text.
Jim Mussared
2020-04-05
py: Implement "common word" compression scheme for error messages.
Jim Mussared
2020-04-05
py/dynruntime.mk: Set MICROPY_ENABLE_DYNRUNTIME instead of per module.
Jim Mussared
2020-04-05
py: Use preprocessor to detect error reporting level (terse/detailed).
Jim Mussared
2020-03-30
all: Fix implicit casts of float/double, and signed comparison.
David Lechner
2020-03-28
all: Remove spaces inside and around parenthesis.
Damien George
2020-03-26
extmod/uasyncio: Add optional implementation of core uasyncio in C.
Damien George
2020-03-26
py/pairheap: Add helper function to initialise a new node.
Damien George
2020-03-26
py/pairheap: Properly unlink node on pop and delete.
Damien George
2020-03-26
py/mpconfig.h: Enable MICROPY_MODULE_GETATTR by default.
Damien George
2020-03-25
py/stream.h: Include sys/types.h to get size_t and off_t for POSIX API.
David Lechner
2020-03-25
all: Remove spaces between nested paren and inside function arg paren.
Damien George
2020-03-18
all: Convert exceptions to use mp_raise_XXX helpers in remaining places.
Damien George
2020-03-11
py/modmicropython: Add heap_locked function to test state of heap.
Andrew Leech
2020-03-11
py/objstringio: Expose tell() on StringIO and BytesIO objects.
Andrew Leech
2020-03-11
tools/codeformat.py: Eliminate need for sizeof fixup.
David Lechner
2020-03-11
py/objstr: Remove duplicate % in error string.
Tom Collins
2020-02-28
py/builtinevex: Support passing in a bytearray/buffer to eval/exec.
Damien George
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-28
all: Add *FORMAT-OFF* in various places.
Damien George
2020-02-28
py/parse: Add parenthesis around calculated bit-width in struct.
Damien George
2020-02-28
py: Un-nest configuration #if/#endif's for selection of complex code.
Damien George
2020-02-28
py/malloc: Put { on separate line for funcs that have selective sigs.
Damien George
2020-02-28
py/builtinimport: Adjust if-block order in find_file to clean up #if's.
Damien George
2020-02-28
py/bc0.h: Shift comment to start of line to improve format consistency.
Damien George
2020-02-28
py: Removing dangling "else" to improve code format consistency.
Damien George
2020-02-21
py/objarray: Turn on MP_TYPE_FLAG_EQ_CHECKS_OTHER_TYPE for memoryview.
Jim Mussared
2020-02-21
py/dynruntime.h: Add implementation of mp_obj_cast_to_native_base.
Damien George
2020-02-21
py/objtype: Allow mp_instance_cast_to_native_base to take native obj.
Damien George
2020-02-20
py/objtuple: Remove code that handles tuple-subclass equality test.
Damien George
2020-02-18
py/objexcept: Rename mp_obj_new_exception_msg_varg2 to ..._vlist.
Damien George
2020-02-18
py: Factor out definition of mp_float_union_t to one location.
Damien George
2020-02-13
py/obj.h: Remove TODO idea comment about truncated mp_map_t.
David Lechner
2020-02-13
py: Add mp_raise_msg_varg helper and use it where appropriate.
Damien George
2020-02-13
py: Add mp_raise_type helper macro and use it where appropriate.
Damien George
2020-02-11
py/objmodule.h: Remove obsolete mp_builtin_module_weak_links_map decl.
Damien George
2020-02-11
py: Expand type equality flags to 3 separate ones, fix bool/namedtuple.
Damien George
2020-02-07
py/scheduler: Move clearing of kbd traceback to mp_keyboard_interrupt.
Damien George
2020-02-07
py/scheduler: Allow a port to specify attrs for mp_keyboard_interrupt.
Damien George
2020-02-07
py/scheduler: Move mp_keyboard_interrupt from lib/utils to py core.
Damien George
2020-02-07
py/scheduler: Add "raise_exc" argument to mp_handle_pending.
Damien George
2020-02-06
py/compile: Allow 'return' outside function in minimal builds.
Petr Viktorin
2020-01-31
py/modthread: Fix spelling error in comment.
David Lechner
2020-01-30
py: Support non-boolean results for equality and inequality tests.
Nicko van Someren
2020-01-30
py/objtype: Make mp_obj_type_t.flags constants public, moved to obj.h.
Damien George
2020-01-29
py/mpthread.h: Use strong type for mp_thread_set_state() argument.
David Lechner
2020-01-27
py/nativeglue: Fix typo about where the native fun table enum is.
Jim Mussared
2020-01-27
py/emitnative: Stop after finding an unwind target.
Jim Mussared
2020-01-27
py/emitnative: Use NULL for pending exception (not None).
Jim Mussared
2020-01-26
py: Release GIL during syscalls in reader and writer code.
David Lechner
[next]