You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Damien George
1783950311
py/compile: Implement PEP 572, assignment expressions with := operator.
The syntax matches CPython and the semantics are equivalent except that,
unlike CPython, MicroPython allows using := to assign to comprehension
iteration variables, because disallowing this would take a lot of code to
check for it.
The new compile-time option MICROPY_PY_ASSIGN_EXPR selects this feature and
is enabled by default, following MICROPY_PY_ASYNC_AWAIT.
4 years ago
..
cmd_optimise.py
tests/cmdline: Add test for -O option to check optimisation value.
8 years ago
cmd_optimise.py.exp
tests/cmdline: Add test for -O option to check optimisation value.
8 years ago
cmd_parsetree.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
cmd_parsetree.py.exp
py/compile: Implement PEP 572, assignment expressions with := operator.
4 years ago
cmd_showbc.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
cmd_showbc.py.exp
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
cmd_verbose.py
tests: Add ability to test uPy cmdline executable.
10 years ago
cmd_verbose.py.exp
py: Rework and compress second part of bytecode prelude.
5 years ago
repl_autocomplete.py
py/repl: Generalise REPL autocomplete to use qstr probing.
7 years ago
repl_autocomplete.py.exp
py/repl: Generalise REPL autocomplete to use qstr probing.
7 years ago
repl_basic.py
tests: Improve test coverage of py/compile.c.
8 years ago
repl_basic.py.exp
tests: Improve test coverage of py/compile.c.
8 years ago
repl_cont.py
py/repl: Check for an identifier char after the keyword.
9 years ago
repl_cont.py.exp
py/repl: Check for an identifier char after the keyword.
9 years ago
repl_emacs_keys.py
run-tests: Test REPL emacs keys, but only if present.
9 years ago
repl_emacs_keys.py.exp
unix: Add exit and paste-mode hints to shell startup banner.
9 years ago
repl_inspect.py
tests/cmdline/repl_inspect: Add new test for -i option.
5 years ago
repl_inspect.py.exp
tests/cmdline/repl_inspect: Add new test for -i option.
5 years ago
repl_micropyinspect
tests/cmdline: Add test for MICROPYINSPECT environment variable.
5 years ago
repl_micropyinspect.py
tests/cmdline: Add test for MICROPYINSPECT environment variable.
5 years ago
repl_micropyinspect.py.exp
tests/cmdline: Add test for MICROPYINSPECT environment variable.
5 years ago
repl_words_move.py
lib/mp-readline: Add word-based move/delete EMACS key sequences.
5 years ago
repl_words_move.py.exp
lib/mp-readline: Add word-based move/delete EMACS key sequences.
5 years ago