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
/
tests
/
micropython
Age
Commit message (
Expand
)
Author
2025-11-22
tests/run-tests.py: Add general newline normalization function.
Andrew Leech
2025-10-24
tests/micropython: Extend MPY import tests for RV32.
Alessandro Gatti
2025-10-24
py/modsys: Add architecture flags to MicroPython metadata.
Alessandro Gatti
2025-10-04
all: Replace legacy name with MicroPython and MPy as applicable.
Angus Gratton
2025-10-01
tests/micropython: Improve skipping of tests using micropython module.
Damien George
2025-09-28
tests: Use OBJ_REPR_B compatible mpy file headers.
Jeff Epler
2025-09-28
extmod/vfs_reader: Check that open() resulted in a file-like object.
Jeff Epler
2025-08-26
tests/micropython: Make tests behave in low memory condition.
Alessandro Gatti
2025-08-19
py/asmthumb: Fix T3 encoding of conditional branches.
Alessandro Gatti
2025-08-15
py/objringio: Detect incorrect constructor calls.
Jeff Epler
2025-08-15
tests: Add .native.exp output files for tests that differ with native.
Damien George
2025-08-15
tests/micropython/opt_level_lineno.py: Force test func to use bytecode.
Damien George
2025-08-11
tests/micropython: Remove big ints dependence for viper boundary tests.
Alessandro Gatti
2025-08-01
tests/micropython: Test that viper offset stores don't clobber base reg.
Chris Webb
2025-08-01
py/parse: Add support for math module constants and float folding.
Yoctopuce dev
2025-07-24
tests/micropython: Rename viper boundary tests that depend on big int.
Angus Gratton
2025-07-16
py/vm: Avoid heap-allocating slices when subscripting built-ins.
Jim Mussared
2025-07-12
tests/micropython: Add missing SystemExit after printing SKIP.
Damien George
2025-07-01
tests/micropython: Improve viper ptr boundary tests.
Alessandro Gatti
2025-05-21
tests/micropython/viper_ptr: Add tests for arch edge cases.
Alessandro Gatti
2025-02-11
py/objfun: Implement function.__code__ and function constructor.
Damien George
2024-12-20
tests: Fix all file ioctl's to support only MP_STREAM_CLOSE.
Damien George
2024-10-22
tests/micropython: Tweak ringio test for targets with terse errors.
Damien George
2024-09-26
py/persistentcode: Explicitly track native BSS/rodata when needed.
Damien George
2024-09-19
py/objringio: Add micropython.RingIO() interface for general use.
Andrew Leech
2024-05-24
py/dynruntime: Export mp_load_method_maybe and mp_arg_parse_all* funcs.
Brian Pugh
2024-05-14
tests/micropython/import_mpy_invalid.py: Skip if target cant import mpy.
Damien George
2024-03-28
py/persistentcode: Bump .mpy sub-version to 6.3.
Damien George
2024-03-19
py/emitnative: Implement viper unary ops positive, negative and invert.
Damien George
2024-02-07
tests: Use vfs module instead of os.
Damien George
2023-10-16
py/persistentcode: Bump .mpy sub-version.
Damien George
2023-10-12
py/builtinevex: Handle invalid filenames for execfile.
Jim Mussared
2023-09-01
py/dynruntime.h: Implement MP_OBJ_NEW_QSTR.
Jim Mussared
2023-06-08
tests: Replace umodule with module everywhere.
Jim Mussared
2023-02-09
tests/micropython: Split viper_misc test into two files.
Damien George
2023-02-02
top: Update Python formatting to black "2023 stable style".
Jim Mussared
2022-11-11
py/emitnative: Ensure load_subscr does not clobber existing REG_ARG_2.
Damien George
2022-11-08
py/objarray: Detect bytearray(str) without an encoding.
Jim Mussared
2022-09-19
py/persistentcode: Introduce .mpy sub-version.
Jim Mussared
2022-07-12
py/emitnative: Fix STORE_ATTR viper code-gen when value is not a pyobj.
Jim Mussared
2022-06-29
tests/micropython: Add test for builtin execfile() function.
Damien George
2022-06-25
py/objfun: Support function attributes on native functions.
Damien George
2022-06-07
py/persistentcode: Remove remaining native qstr linking support.
Damien George
2022-05-26
tests: Move native while test from pybnative to micropython.
Damien George
2022-05-26
tests/micropython: Make import_mpy_native test run on all architectures.
Damien George
2022-05-26
tests/micropython: Make import_mpy_native_gc run on ARMv6-M and above.
Damien George
2022-05-18
py/parse: Allow all constant objects to be used in "X = const(o)".
Damien George
2022-05-18
tests/micropython: Add more test cases for native generators.
Damien George
2022-05-18
tests/micropython: Fully unlink nested list in extreme exc test.
Damien George
2022-05-17
py/persistentcode: Remove unicode feature flag from .mpy file.
Damien George
[next]