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
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
2022-05-17
tests: Fix tests to use sys.implementation._mpy.
Damien George
2022-04-15
tests/micropython: Add tests that const tuples don't use the heap.
Damien George
2022-03-07
tests/micropython: Switch from set.pop to raise-0 to test exc strings.
Damien George
2022-02-24
py: Rework bytecode and .mpy file format to be mostly static data.
Damien George
2022-02-02
all: Update Python formatting to latest Black version 22.1.0.
Damien George
2021-11-17
tests/micropython/const.py: Add comment about required config for test.
jc_.kim
2021-09-16
all: Remove MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE.
Jim Mussared
2021-09-13
py/emitnative: Ensure load_subscr does not clobber existing REG_RET.
Damien George
2021-07-19
py/emitnative: Ensure stack settling is safe mid-branch.
Jim Mussared
2021-05-20
py/emitnative: Fix x86-64 emitter to generate correct 8/16-bit stores.
Damien George
2021-01-29
tests: Move native for test from pybnative to micropython.
Damien George
2020-10-29
tests/micropython/extreme_exc.py: Unlink alloc'd lists earlier in chain.
Damien George
2020-09-04
all: Rename "sys" module to "usys".
stijn
2020-08-02
py/persistentcode: Maintain root ptr list of imported native .mpy code.
Damien George
2020-07-26
tests/micropython: Improve .mpy import tests to run on more targets.
Damien George
2020-07-26
tests: Move .mpy import tests from import/ to micropython/ dir.
Damien George
2020-06-27
py/emitnative: Implement binary operations for viper uint operands.
Damien George
2020-05-03
py/parse: Support constant folding of power operator for integers.
Damien George
2020-04-09
py/parse: Remove unnecessary check in const folding for ** operator.
Damien George
2020-04-05
py/objexcept: Allow compression of exception message text.
Jim Mussared
2020-03-30
tests: Format all Python code with black, except tests in basics subdir.
David Lechner
2020-03-30
tests/micropython/heapalloc_fail_set.py: Remove extra trailing comma.
David Lechner
2020-03-11
py/modmicropython: Add heap_locked function to test state of heap.
Andrew Leech
2019-12-27
tests/micropython: Add test for yield-from while heap is locked.
Damien George
2019-10-22
tests: Rename "array" module to "uarray".
Damien George
2019-09-26
tests/micropython: Add test for native generators.
Damien George
2019-08-28
tests: Split out test for optimisation level and line-no printing.
Damien George
2019-08-06
py: Allow to pass in read-only buffers to viper and inline-asm funcs.
Damien George
2019-05-03
py/native: Improve support for bool type in viper functions.
Damien George
2019-04-18
tests/micropython: Add some tests for failed heap allocation.
Damien George
2018-09-27
tests/micropython: Test loading const objs in native and viper funcs.
Damien George
2018-09-20
py: Shorten error messages by using contractions and some rewording.
Damien George
2018-09-15
py/emitnative: Make viper funcs run with their correct globals context.
Damien George
[next]