summaryrefslogtreecommitdiff
path: root/tests/cmdline
AgeCommit message (Expand)Author
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2020-02-04tests/cmdline: Add test for MICROPYINSPECT environment variable.David Lechner
2020-02-04tests/cmdline/repl_inspect: Add new test for -i option.David Lechner
2020-01-12lib/mp-readline: Add word-based move/delete EMACS key sequences.Yonatan Goldschmidt
2019-10-04py/compile: Disallow 'import *' outside module level.Petr Viktorin
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-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-26py: Add support for matmul operator @ as per PEP 465.Damien George
2019-08-30tests: Add tests for sys.settrace feature.Milan Rossa
2019-08-19py/compile: Improve the line numbering precision for comprehensions.Milan Rossa
2019-03-05py: Replace POP_BLOCK and POP_EXCEPT opcodes with POP_EXCEPT_JUMP.Damien George
2019-03-05py: Fix VM crash with unwinding jump out of a finally block.Damien George
2018-10-27tests/cmdline/cmd_showbc.py: Fix test to explicitly declare nonlocal.Damien George
2018-02-19py/repl: Generalise REPL autocomplete to use qstr probing.Damien George
2017-12-19tests: Add some more tests to improve coverage of py/parse.c.Damien George
2017-10-05py: Clean up unary and binary enum list to keep groups together.Damien George
2017-09-25py: Clarify which mp_unary_op_t's may appear in the bytecode.Paul Sokolovsky
2017-09-08py/runtime0.h: Put inplace arith ops in front of normal operations.Paul Sokolovsky
2017-09-07py/runtime0.h: Move MP_BINARY_OP_DIVMOD to the end of mp_binary_op_t.Paul Sokolovsky
2017-09-07py/runtime0.h: Move relational ops to the beginning of mp_binary_op_t.Paul Sokolovsky
2017-04-22tests: Add tests for calling super and loading a method directly.Damien George
2017-04-22py/compile: Refactor handling of special super() call.Damien George
2017-02-24py: Create str/bytes objects in the parser, not the compiler.Damien George
2017-02-17tests/cmdline/cmd_parsetree: Update to work with changes to grammar.Damien George
2017-02-16tests/cmdline: Update cmd_parsetree test for changes to grammar order.Damien George
2017-02-16tests/cmdline/cmd_showbc: Update to work with recent changes.Damien George
2017-02-16tests/cmdline: Update tests to pass with latest changes to bytecode.Damien George
2017-02-16py: Allow bytecode/native to put iter_buf on stack for simple for loops.Damien George
2016-12-29tests/cmdline: Improve repl.c autocomplete test coverage.Rami Ali
2016-12-22tests: Add a coverage test for printing the parse-tree.Damien George
2016-10-17tests/cmdline: Improve coverage test for printing bytecode.Damien George
2016-10-11tests: Improve test coverage of py/compile.c.Damien George
2016-10-05tests: Fix expected output of verbose cmdline teststijn
2016-09-27tests/cmdline/cmd_showbc: Fix test now that 1 value is stored on stack.Damien George
2016-09-20tests: Get cmdline verbose tests running again.Damien George
2016-08-26tests/cmdline: Add test for -O option to check optimisation value.Damien George
2016-02-17py/repl: Check for an identifier char after the keyword.Alex March
2015-10-12unix: Add exit and paste-mode hints to shell startup banner.Damien George
2015-10-12Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.Damien George
2015-09-19tests: Add escaped quotes tests for REPL.Alex March
2015-09-12unix: Enable REPL auto-indent.Damien George
2015-08-30tests: Consolidate all feature check snippets under feature_check/.Paul Sokolovsky
2015-08-08tests: Remove over-specification of startup bannerTom Soulanille
2015-08-06run-tests: Test REPL emacs keys, but only if present.Tom Soulanille
2015-07-26run-tests: Use PTY when running REPL tests.Tom Soulanille
2015-06-25py: Remove mp_load_const_bytes and instead load precreated bytes object.Damien George
2015-06-13py: Add MP_BINARY_OP_DIVMOD to simplify and consolidate divmod builtin.Damien George
2015-05-27unix: Add option to use uPy readline, and enable by default.Damien George