This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
github
/
micropython
mirror of
https://github.com/micropython/micropython.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
embedded
microcontroller
python
micropython
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.
15192
Commits
3
Branches
62
Tags
504 MiB
C
88.4%
Python
8.9%
Makefile
1.1%
C++
0.6%
CMake
0.4%
Other
0.5%
Tree:
1660c78795
master
parse-bytecode
v1.22-release
v1.0
v1.0-rc1
v1.0.1
v1.1
v1.1.1
v1.10
v1.11
v1.12
v1.13
v1.14
v1.15
v1.16
v1.17
v1.18
v1.19
v1.19.1
v1.2
v1.20.0
v1.21.0
v1.22.0
v1.22.0-preview
v1.22.1
v1.22.2
v1.23.0
v1.23.0-preview
v1.24.0-preview
v1.3
v1.3.1
v1.3.10
v1.3.2
v1.3.3
v1.3.4
v1.3.5
v1.3.6
v1.3.7
v1.3.8
v1.3.9
v1.4
v1.4.1
v1.4.2
v1.4.3
v1.4.4
v1.4.5
v1.4.6
v1.5
v1.5.1
v1.5.2
v1.6
v1.7
v1.8
v1.8.1
v1.8.2
v1.8.3
v1.8.4
v1.8.5
v1.8.6
v1.8.7
v1.9
v1.9.1
v1.9.2
v1.9.3
v1.9.4
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '1660c78795'
${ noResults }
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>
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: Replace umodule with module everywhere.
1 year 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
tests: Replace umodule with module everywhere.
1 year ago
repl_sys_ps1_ps2.py.exp
tests: Replace umodule with module everywhere.
1 year 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