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.
 
 
 
 
 
 
Angus Gratton 25ff5b52d9 py/parse: Allow const types other than int to optimise as true/false. 2 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 py: Implement partial PEP-498 (f-string) support. 3 years ago
cmd_parsetree.py.exp py/compile: Allow new qstrs to be allocated at all compiler passes. 3 years ago
cmd_showbc.py py/emit: Suppress unreachable bytecode/native code that follows jump. 2 years ago
cmd_showbc.py.exp py/emit: Suppress unreachable bytecode/native code that follows jump. 2 years ago
cmd_showbc_const.py py/parse: Allow const types other than int to optimise as true/false. 2 years ago
cmd_showbc_const.py.exp py/parse: Allow const types other than int to optimise as true/false. 2 years ago
cmd_showbc_opt.py py/emit: Suppress unreachable bytecode/native code that follows jump. 2 years ago
cmd_showbc_opt.py.exp py/emit: Suppress unreachable bytecode/native code that follows jump. 2 years ago
cmd_verbose.py tests: Add ability to test uPy cmdline executable. 10 years ago
cmd_verbose.py.exp py: Rework bytecode and .mpy file format to be mostly static data. 3 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_autoindent.py tests/cmdline: Add test for REPL auto-indent. 3 years ago
repl_autoindent.py.exp tests/cmdline: Add test for REPL auto-indent. 3 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 unix: Improve command line argument processing. 4 years ago
repl_inspect.py.exp unix: Improve command line argument processing. 4 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_sys_ps1_ps2.py py/modsys: Add optional mutable attributes sys.ps1/ps2 and use them. 3 years ago
repl_sys_ps1_ps2.py.exp py/modsys: Add optional mutable attributes sys.ps1/ps2 and use them. 3 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