index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
cmdline
Age
Commit message (
Expand
)
Author
2016-02-17
py/repl: Check for an identifier char after the keyword.
Alex March
2015-10-12
unix: Add exit and paste-mode hints to shell startup banner.
Damien George
2015-10-12
Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.
Damien George
2015-09-19
tests: Add escaped quotes tests for REPL.
Alex March
2015-09-12
unix: Enable REPL auto-indent.
Damien George
2015-08-30
tests: Consolidate all feature check snippets under feature_check/.
Paul Sokolovsky
2015-08-08
tests: Remove over-specification of startup banner
Tom Soulanille
2015-08-06
run-tests: Test REPL emacs keys, but only if present.
Tom Soulanille
2015-07-26
run-tests: Use PTY when running REPL tests.
Tom Soulanille
2015-06-25
py: Remove mp_load_const_bytes and instead load precreated bytes object.
Damien George
2015-06-13
py: Add MP_BINARY_OP_DIVMOD to simplify and consolidate divmod builtin.
Damien George
2015-05-27
unix: Add option to use uPy readline, and enable by default.
Damien George
2015-05-12
py: Convert hash API to use MP_UNARY_OP_HASH instead of ad-hoc function.
Damien George
2015-05-06
py: Fix naming of function arguments when function is a closure.
Damien George
2015-05-05
tests: Fix cmd_showbc now that LOAD_CONST_ELLIPSIS bytecode is gone.
Damien George
2015-04-24
py: Modify bytecode "with" behaviour so it doesn't use any heap.
Damien George
2015-04-07
py: Simplify bytecode prelude when encoding closed over variables.
Damien George
2015-04-04
tests: Add missing tests for builtins, and many other things.
Damien George
2015-03-20
tests: Adjust expected output, since Travis can't do git describe.
Damien George
2015-03-20
tests: Make cmdline tests more stable by using regex for matching.
Damien George
2015-03-14
tests: Don't try to verify amount of memory used in cmd_showbc test.
Damien George
2015-03-14
tests: Add cmdline test to test showbc code.
Damien George
2015-03-13
tests: Add ability to test uPy cmdline executable.
Damien George