index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2019-10-21
tests/cpydiff: Fix typo in types_bytes_keywords.py doc comments.
clach04
2019-10-18
py/objtype: Add type.__bases__ attribute.
Josh Lloyd
2019-10-18
extmod/re1.5: Support escaping within RE classes.
Jim Mussared
2019-10-15
py/persistentcode: Make .mpy more compact with qstr directly in prelude.
Damien George
2019-10-15
tests/run-perfbench.py: Skip complex tests if target doesn't enable it.
Damien George
2019-10-15
tests/run-perfbench.py: Show error when truth check fails.
Jim Mussared
2019-10-15
tests/perf_bench: Add bm_fft test.
Jim Mussared
2019-10-04
tests/basics: Add test for throw into yield-from with normal return.
Damien George
2019-10-04
py/runtime: Fix PEP479 behaviour throwing StopIteration into yield from.
Damien George
2019-10-04
py/vm: Fix handling of unwind jump out of active finally.
Damien George
2019-10-04
py/compile: Disallow 'import *' outside module level.
Petr Viktorin
2019-10-01
tests/basics: Add test for getting name of func with closed over locals.
Damien George
2019-10-01
py: Rework and compress second part of bytecode prelude.
Damien George
2019-10-01
py: Compress first part of bytecode prelude.
Damien George
2019-10-01
unix/coverage: Add coverage tests for ringbuf.
Jim Mussared
2019-09-26
tests/micropython: Add test for native generators.
Damien George
2019-09-26
py/persistentcode: Bump .mpy version to 5.
Damien George
2019-09-26
py: Rename MP_QSTR_NULL to MP_QSTRnull to avoid intern collisions.
Josh Lloyd
2019-09-26
py: Split RAISE_VARARGS opcode into 3 separate ones.
Damien George
2019-09-26
tests: Update tests for changes to opcode ordering.
Damien George
2019-09-26
tests/basics: Add test for matmul operator.
Damien George
2019-09-26
py: Add support for matmul operator @ as per PEP 465.
Damien George
2019-09-02
py/bc: Fix size calculation of UNWIND_JUMP opcode in mp_opcode_format.
Damien George
2019-09-02
py/modstruct: Fix struct.pack_into with unaligned offset of native type.
Damien George
2019-09-02
py/modstruct: Fix struct.unpack with unaligned offset of native type.
Tom McDermott
2019-08-30
tests: Add tests for sys.settrace feature.
Milan Rossa
2019-08-28
tests: Split out test for optimisation level and line-no printing.
Damien George
2019-08-28
py/vm: Don't add traceback info for exceptions that are re-raised.
Damien George
2019-08-28
py/vm: Don't add traceback info for exc's propagated through a finally.
Damien George
2019-08-22
tests/extmod: Split json.loads of bytes/bytearray into separate test.
Damien George
2019-08-22
extmod/modujson: Support passing bytes/bytearray to json.loads.
Damien George
2019-08-20
qemu-arm: Add testing of frozen native modules.
Jim Mussared
2019-08-19
py/compile: Improve the line numbering precision for comprehensions.
Milan Rossa
2019-08-19
extmod/modure: Make regex dump-code debugging feature optional.
Damien George
2019-08-17
py/modmath: Implement math.isclose() for non-complex numbers.
stijn
2019-08-15
py/objarray: Fix amount of free space in array when doing slice assign.
Damien George
2019-08-15
tests/unix: Update extra_coverage expected output with new atexit func.
Damien George
2019-08-15
tests/misc/sys_atexit: Add test for new sys.atexit feature.
Milan Rossa
2019-08-06
py: Allow to pass in read-only buffers to viper and inline-asm funcs.
Damien George
2019-07-31
tests: Add tests for overriding builtins.__import__.
Damien George
2019-07-31
py/builtinimport: Populate __file__ when importing frozen or mpy files.
Paul m. p. P
2019-07-30
py/objdict: Quote non-string types when used as keys in JSON output.
Eric Poulsen
2019-07-19
tests/run-perfbench.py: Add --emit option to select emitter for tests.
Damien George
2019-07-17
tests/stress/recursive_iternext.py: Increase large depth to 5000.
Damien George
2019-06-28
tests/perf_bench: Add some viper performance benchmarks.
Damien George
2019-06-28
tests/perf_bench: Add some miscellaneous performance benchmarks.
Damien George
2019-06-28
tests/perf_bench: Add some benchmarks from python-performance.
Damien George
2019-06-28
tests: Add performance benchmarking test-suite framework.
Damien George
2019-06-28
tests: Rename "bench" tests to "internal_bench" and run-internalbench.py
Damien George
2019-05-21
py/objarray: Add decode method to bytearray.
stijn
[next]