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-08-22
py/bc0.h: Add comment that MP_BC_MAKE_CLOSURE/_DEFARGS take extra byte.
Damien George
2019-08-22
py/objgenerator: Move defn of mp_const_GeneratorExit_obj here.
Damien George
2019-08-22
py/runtime: Remove obsolete comment about mp_parse_compile_execute.
Damien George
2019-08-22
py/emitbc: Make all emit_write_bytecode_* funcs take a stack_adj arg.
Damien George
2019-08-22
py/emitbc: Rewrite switch in load_const_tok to reduce code size.
Damien George
2019-08-19
py/compile: Improve the line numbering precision for comprehensions.
Milan Rossa
2019-08-19
extmod/modure: Make regex dump-code debugging feature optional.
Damien George
2019-08-19
py/nlr: Use MP_UNREACHABLE at the end of arch-specific nlr_jump funcs.
Damien George
2019-08-19
py: Introduce MP_UNREACHABLE macro to annotate unreachable code.
Damien George
2019-08-17
py/modmath: Implement math.isclose() for non-complex numbers.
stijn
2019-08-15
py/objarray: Fix amount of free space in array when doing slice assign.
Damien George
2019-08-15
py: Implement new sys.atexit feature.
Milan Rossa
2019-08-06
py/showbc: Fix off-by-one when showing address of unknown opcode.
Milan Rossa
2019-08-06
py: Allow to pass in read-only buffers to viper and inline-asm funcs.
Damien George
2019-07-31
py/modio: Call mp_import_name to do resource stream import.
Paul m. p. P
2019-07-31
py/runtime: Allow to override builtins.__import__ with Python func.
Paul m. p. P
2019-07-31
py/builtinimport: Populate __file__ when importing frozen or mpy files.
Paul m. p. P
2019-07-30
py/objdict: Quote non-string types when used as keys in JSON output.
Eric Poulsen
2019-07-25
py/sequence: Fix grammar in comment about equality.
Yonatan Goldschmidt
2019-07-17
py/objstringio: Guard bytesio_stream_p struct w/ MICROPY_PY_IO_BYTESIO.
Paul m. p. P
2019-07-17
py/scheduler: Rename sched_stack to sched_queue.
Jim Mussared
2019-07-12
py/makeqstrdata.py: Allow using \r\n as a qstr if a port requires it.
Paul m. p. P
2019-07-12
py/asmarm: Use __builtin___clear_cache instead of __clear_cache.
David Lechner
2019-07-09
py/objgenerator: Add missing #if guard for PY_GENERATOR_PEND_THROW.
Laurens Valk
2019-07-03
py/nlrthumb: Check __thumb2__ instead of __ARM_ARCH_6M__.
David Lechner
2019-07-03
py/asmarm: Use __clear_cache on Linux/GCC when creating new asm code.
David Lechner
2019-07-01
py/persistentcode: Ensure prelude_offset is always initialised.
Paul m. p. P
2019-07-01
lib/utils/sys_stdio_mphal: Add support to poll sys.stdin and sys.stdout.
Damien George
2019-06-28
py/persistentcode: Fix compilation with load and save both enabled.
Jun Wu
2019-06-28
py: Define EMIT_MACHINE_CODE as EMIT_NATIVE || EMIT_INLINE_ASM.
Jun Wu
2019-06-25
py/mkrules.mk: Use $(CPP) not $(CC) -E for preprocessor rule.
Paul m. p. P
2019-06-19
py/nlrthumb: Save and restore VFP registers s16-s21 when CPU has them.
Damien George
2019-06-05
extmod: Factor out makefile rules from py.mk to new extmod.mk file.
Damien George
2019-06-05
py/obj: Optimise small-int comparison to 0 in mp_obj_is_true.
Yonatan Goldschmidt
2019-06-03
mpy-cross: Do not automatically build mpy-cross, rather do it manually.
Damien George
2019-05-29
py/nativeglue: Remove dependency on mp_fun_table in dyn-compiler mode.
Damien George
2019-05-29
py/nativeglue: Make private glue funs all static, remove commented code.
Damien George
2019-05-29
all: Bump version to 1.11.
v1.11
Damien George
2019-05-27
py/vm: Remove obsolete comments about matching of exception opcodes.
Damien George
2019-05-22
py/mkrules.mk: Remove unnecessary ; in makefile.
Sebastien Rinsoz
2019-05-22
py: Update makefiles to use $(TOUCH) instead of hard coded "touch".
Sebastien Rinsoz
2019-05-21
py: Update makefiles to use $(CAT) variable instead of hard coded "cat".
Sébastien Rinsoz
2019-05-21
py/objarray: Add decode method to bytearray.
stijn
2019-05-17
various: Update early copyright years to match actual edit history.
Damien George
2019-05-17
various: Add and update my copyright line based on git history.
Paul Sokolovsky
2019-05-14
py/objarray: Add support for memoryview.itemsize attribute.
stijn
2019-05-13
py/persistentcode: Change "len" type to size_t for mp_obj_str_get_data.
Henrik Vendelbo
2019-05-09
py/misc.h: Rename _MP_STRINGIFY to not use leading underscore in ident.
Damien George
2019-05-09
py/objgenerator: Remove unneeded forward decl and clean up white space.
Damien George
2019-05-09
py/objgenerator: Fix handling of None passed as 2nd arg to throw().
Damien George
[prev]
[next]