Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-11 | tests: Improve test coverage of py/compile.c. | Damien George | |
2015-05-27 | unix: Add option to use uPy readline, and enable by default. | Damien George | |
This gets uPy readline working with unix port, with tab completion and history. GNU readline is still supported, configure using MICROPY_USE_READLINE variable. | |||
2015-03-13 | tests: Add ability to test uPy cmdline executable. | Damien George | |
This allows to test options passed to cmdline executable, as well as the behaviour of the REPL. |