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
/
mpconfig.h
Age
Commit message (
Expand
)
Author
2020-03-26
extmod/uasyncio: Add optional implementation of core uasyncio in C.
Damien George
2020-03-26
py/mpconfig.h: Enable MICROPY_MODULE_GETATTR by default.
Damien George
2020-03-25
all: Remove spaces between nested paren and inside function arg paren.
Damien George
2020-03-11
py/modmicropython: Add heap_locked function to test state of heap.
Andrew Leech
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-07
py/scheduler: Allow a port to specify attrs for mp_keyboard_interrupt.
Damien George
2020-01-12
py/mpconfig.h: Define BITS_PER_BYTE only if not already defined.
Yonatan Goldschmidt
2020-01-13
py/obj: Add MICROPY_OBJ_IMMEDIATE_OBJS option to reduce code size.
Damien George
2020-01-13
py/obj.h: Redefine qstr object encoding to add immediate obj encoding.
Damien George
2020-01-12
lib/mp-readline: Add word-based move/delete EMACS key sequences.
Yonatan Goldschmidt
2019-12-28
py/objslice: Add support for indices() method on slice objects.
Nicko van Someren
2019-12-28
lib/utils/pyexec: Introduce MICROPY_REPL_INFO, wrap debug prints in it.
Yonatan Goldschmidt
2019-12-20
all: Bump version to 1.12.
v1.12
Damien George
2019-10-22
py: Automatically provide weak links from "foo" to "ufoo" module name.
Damien George
2019-10-05
py: Add new Xtensa-Windowed arch for native emitter.
Damien George
2019-08-30
py: Integrate sys.settrace feature into the VM and runtime.
Milan Rossa
2019-08-19
extmod/modure: Make regex dump-code debugging feature optional.
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: Implement new sys.atexit feature.
Milan Rossa
2019-06-28
py: Define EMIT_MACHINE_CODE as EMIT_NATIVE || EMIT_INLINE_ASM.
Jun Wu
2019-05-29
py/nativeglue: Remove dependency on mp_fun_table in dyn-compiler mode.
Damien George
2019-05-29
all: Bump version to 1.11.
v1.11
Damien George
2019-05-14
py/objarray: Add support for memoryview.itemsize attribute.
stijn
2019-05-06
extmod/moducryptolib: Add AES-CTR support.
Yonatan Goldschmidt
2019-03-08
py: Add independent config for debugging sentinel object values.
Damien George
2019-03-01
py/compile: Add optimisation to compile OrderedDict inplace.
Damien George
2019-02-14
extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`.
Yonatan Goldschmidt
2019-02-06
py/mpconfig.h: Fix comments mentioning dangling file and variable names.
Yonatan Goldschmidt
2019-01-31
py/warning: Support categories for warnings.
Paul Sokolovsky
2019-01-27
py: Add optional support for 2-argument version of built-in next().
stijn
2019-01-27
py: Remove calls to file reader functions when these are disabled.
Sean Burton
2019-01-26
all: Bump version to 1.10.
v1.10
Damien George
2019-01-26
py/mpconfig.h: Remove parentheses from MICROPY_VERSION_xxx macros.
Damien George
2019-01-04
py: Get optional VM stack overflow check compiling and working again.
Damien George
2018-12-22
py/mpconfig: Move MICROPY_VERSION macros to static ones in mpconfig.h.
Damien George
2018-12-13
py/objdict: Make .fromkeys() method configurable.
Paul Sokolovsky
2018-12-10
extmod/moductypes: Add aliases for native C types.
Paul Sokolovsky
2018-12-04
py: Add option to reduce GC stack integer size to save RAM.
Ayke van Laethem
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-09-26
py/modmath: Add math.factorial, optimised and non-opt implementations.
Christopher Swenson
2018-09-20
py/objstr: Make % (__mod__) formatting operator configurable.
Paul Sokolovsky
2018-09-11
extmod/moduhashlib: Add md5 implementation, using axTLS.
Paul Sokolovsky
2018-08-02
py/mpconfig.h: Introduce MICROPY_DEBUG_PRINTER for debugging output.
Damien George
2018-07-02
extmod/modure: Add ure.sub() function and method, and tests.
Damien George
2018-07-02
extmod/modure: Add match.span(), start() and end() methods, and tests.
Damien George
2018-07-02
extmod/modure: Add match.groups() method, and tests.
Damien George
2018-06-27
extmod/moducryptolib: Optionally export MODE_* constants to Python.
Yonatan Goldschmidt
2018-06-27
extmod/moducryptolib: Add ucryptolib module with crypto functions.
Paul Sokolovsky
[next]