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