This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
Watch
1
Star
0
Fork
0
You've already forked micropython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
micropython
/
tests
/
cmdline
History
Jim Mussared
4216bc7d13
tests: Replace umodule with module everywhere.
...
This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-06-08 17:54:24 +10:00
..
cmd_optimise.py
…
cmd_optimise.py.exp
…
cmd_parsetree.py
…
cmd_parsetree.py.exp
py/compile: Allow new qstrs to be allocated at all compiler passes.
2022-05-17 23:39:22 +10:00
cmd_showbc_const.py
py/parse: Allow const types other than int to optimise as true/false.
2022-09-23 16:04:13 +10:00
cmd_showbc_const.py.exp
py/parse: Allow const types other than int to optimise as true/false.
2022-09-23 16:04:13 +10:00
cmd_showbc_opt.py
py/emit: Suppress unreachable bytecode/native code that follows jump.
2022-06-20 22:28:18 +10:00
cmd_showbc_opt.py.exp
py/emit: Suppress unreachable bytecode/native code that follows jump.
2022-06-20 22:28:18 +10:00
cmd_showbc.py
py/emit: Suppress unreachable bytecode/native code that follows jump.
2022-06-20 22:28:18 +10:00
cmd_showbc.py.exp
py/emit: Suppress unreachable bytecode/native code that follows jump.
2022-06-20 22:28:18 +10:00
cmd_verbose.py
…
cmd_verbose.py.exp
py: Rework bytecode and .mpy file format to be mostly static data.
2022-02-24 18:08:43 +11:00
repl_autocomplete.py
…
repl_autocomplete.py.exp
…
repl_autoindent.py
tests/cmdline: Add test for REPL auto-indent.
2022-04-22 17:00:16 +10:00
repl_autoindent.py.exp
tests/cmdline: Add test for REPL auto-indent.
2022-04-22 17:00:16 +10:00
repl_basic.py
…
repl_basic.py.exp
…
repl_cont.py
…
repl_cont.py.exp
…
repl_emacs_keys.py
…
repl_emacs_keys.py.exp
…
repl_inspect.py
…
repl_inspect.py.exp
…
repl_micropyinspect
tests: Replace umodule with module everywhere.
2023-06-08 17:54:24 +10:00
repl_micropyinspect.py
…
repl_micropyinspect.py.exp
…
repl_sys_ps1_ps2.py
tests: Replace umodule with module everywhere.
2023-06-08 17:54:24 +10:00
repl_sys_ps1_ps2.py.exp
tests: Replace umodule with module everywhere.
2023-06-08 17:54:24 +10:00
repl_words_move.py
…
repl_words_move.py.exp
…