index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-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
2025-09-11
all: Bump version to 1.26.1.
v1.26.1
origin/v1.26-release
Damien George
2025-08-09
all: Bump version to 1.26.0.
v1.26.0
Damien George
2025-08-03
py/parse: Fix missing nlr_pop call in complex path of binary_op_maybe.
Jeff Epler
2025-08-01
py/asmthumb: Don't corrupt base register in large offset store.
Chris Webb
2025-08-01
py/parse: Add support for math module constants and float folding.
Yoctopuce dev
2025-08-01
py/formatfloat: Improve accuracy of float formatting code.
Yoctopuce dev
2025-08-01
py/parsenum: Refactor float parsing code.
Yoctopuce dev
2025-07-31
py/objboundmeth: Add option to use mp_is_equal instead of == comparison.
Damien George
2025-07-30
py/mphal: Add stddef.h header for size_t.
Yanfeng Liu
2025-07-29
docs: Document PEP487 __set_name__ implementation.
Anson Mansfield
2025-07-29
py/objtype: Add support for PEP487 __set_name__.
Anson Mansfield
2025-07-29
py/objint_longlong: Fix longlong interoperability with floats.
Yoctopuce dev
2025-07-29
py/objint_longlong: Fix overflow check in mp_obj_int_get_checked.
Yoctopuce dev
2025-07-28
py/objint_mpz: Fix pow3 where third argument is zero.
Jeff Epler
2025-07-25
py/mpprint: Fix printing pointers with upper bit set.
Jeff Epler
2025-07-25
py/objcell: Fix printing of cell ID/pointer.
Jeff Epler
2025-07-25
py: Fix mp_printf integer size mismatches.
Jeff Epler
2025-07-25
py: Cast type names to qstr explicitly.
Jeff Epler
2025-07-25
py/mpconfig,ports: Define new HEX_FMT formatting macro.
Jeff Epler
2025-07-24
py/objint_longlong: Fix left shift of negative values.
Angus Gratton
2025-07-24
py/obj: Add new type flag to indicate subscr accepts slice-on-stack.
Damien George
2025-07-24
py/obj: Fix REPR_C bias toward zero.
Yoctopuce dev
2025-07-24
extmod/vfs_posix: Add MICROPY_VFS_POSIX_WRITABLE option.
Jeff Epler
2025-07-23
extmod/mbedtls: Implement recommended DTLS features, make optional.
Angus Gratton
2025-07-22
py/modsys: Add sys.implementation._thread attribute.
Damien George
2025-07-20
py/mkrules.mk: Mute blobless errors.
Yanfeng Liu
2025-07-18
py/objcode: Remove co_lnotab from v2 preview.
Anson Mansfield
2025-07-18
py/parsenum: Extend mp_parse_num_integer() to parse long long.
Angus Gratton
2025-07-18
py/smallint: Update mp_small_int_mul_overflow() to perform the multiply.
Angus Gratton
2025-07-18
py/objint_longlong: Add arithmetic overflow checks.
Angus Gratton
2025-07-16
py/mpprint: Rework integer vararg handling.
Jeff Epler
2025-07-16
py/vm: Avoid heap-allocating slices when subscripting built-ins.
Jim Mussared
2025-07-09
shared/timeutils: Standardize supported date range on all platforms.
Yoctopuce dev
2025-07-09
py/obj: Add functions to retrieve large integers from mp_obj_t.
Yoctopuce dev
2025-07-08
py/objcode: Implement co_lines method.
Anson Mansfield
2025-07-08
py/showbc: Use line-number decoding helper.
Anson Mansfield
2025-07-08
py/bc: Factor out helper for line-number decoding.
Anson Mansfield
2025-07-06
py/profile: Fix printing lineno in frame objects.
Jeff Epler
2025-07-06
py/runtime: Initialize profile fields in mp_thread_init_state.
Jeff Epler
2025-07-04
py/emitnative: Let emitters know the compiled entity's name.
Alessandro Gatti
2025-07-01
py/asmthumb: Clean up integer-indexed load/store emitters.
Alessandro Gatti
2025-07-01
py/asmx64: Implement the full set of Viper load/store operations.
Alessandro Gatti
2025-07-01
py/asmx86: Implement the full set of Viper load/store operations.
Alessandro Gatti
2025-07-01
py/asmthumb: Remove redundant load/store opcode implementations.
Alessandro Gatti
2025-07-01
py/asmxtensa: Implement the full set of Viper load/store operations.
Alessandro Gatti
2025-07-01
py/asmarm: Implement the full set of Viper load/store operations.
Alessandro Gatti
2025-07-01
py/asmrv32: Implement the full set of Viper load/store operations.
Alessandro Gatti
2025-07-01
py/misc: Introduce macros to check values' bits size.
Alessandro Gatti
2025-06-25
py/misc: Fix fallback implementation of mp_popcount.
Damien George
2025-06-24
py/obj: Fix nan handling in object REPR_C and REPR_D.
Yoctopuce dev
[next]