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
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
2025-06-23
py/runtime: Add support for using __all__ in star import.
Yoctopuce dev
2025-06-19
py/repl: Skip private variables when printing tab completion options.
Andrew Leech
2025-06-17
py/modio: Fix the case where write fails in BufferedWriter.flush.
Jeff Epler
2025-06-16
py: Fix undefined left shift operations.
Jeff Epler
2025-06-16
py/asmbase: Fix assertion error with viper code.
Jeff Epler
2025-06-16
py/mpprint: Remove unused "PF_FLAG_NO_TRAILZ" flag.
Jeff Epler
2025-06-16
py/objlist: Reduce code size in slice operations.
Jeff Epler
2025-06-16
py/mpz: Avoid undefined behavior decrementing NULL.
Jeff Epler
2025-06-11
py/objfloat: Change MSVC workaround for NAN being a constant.
Damien George
2025-06-10
py/parsenum: Fix parsing complex literals with negative real part.
Jeff Epler
2025-06-10
py/objarray: Allow extending array with any iterable.
Jeff Epler
2025-06-10
py/parsenum: Further reduce code size in check for inf/nan.
Jeff Epler
2025-06-10
py/parsenum: Reduce code size in check for inf/nan.
Jeff Epler
2025-06-10
py/dynruntime.mk: Enable single-precision float by default on armv6/7m.
Damien George
2025-06-10
py/asmthumb: Implement long jumps on Thumb/armv6m architecture.
Damien George
2025-06-10
py/asmxtensa: Extend BCC range to 18 bits.
Alessandro Gatti
2025-06-10
py/asmxtensa: Extend BCCZ range to 18 bits.
Alessandro Gatti
2025-06-10
py/asmarm: Give a proper name to the temporary register.
Alessandro Gatti
2025-06-10
py/asmarm: Extend int-indexed 32-bit load/store offset ranges.
Alessandro Gatti
2025-06-10
py/emitnative: Remove redundant RV32 Viper int-indexed code.
Alessandro Gatti
2025-06-10
py/asmxtensa: Extend existing specialised load/store operations range.
Alessandro Gatti
2025-06-10
py/asmthumb: Extend load/store generators with ARMv7-M opcodes.
Alessandro Gatti
2025-06-10
py/emitnative: Let Viper int-indexed code use appropriate operands.
Alessandro Gatti
[prev]
[next]