Age | Commit message (Expand) | Author |
---|---|---|
7 days | py/parse: Add support for math module constants and float folding. | Yoctopuce dev |
2020-05-03 | py/parse: Support constant folding of power operator for integers. | Damien George |
2020-04-09 | py/parse: Remove unnecessary check in const folding for ** operator. | Damien George |
2020-03-30 | tests: Format all Python code with black, except tests in basics subdir. | David Lechner |
2016-09-27 | py/modmicropython: Add micropython.const, alias for identity function. | Damien George |
2015-03-25 | tests: Add tests for SyntaxError, TypeError, and other missing things. | Damien George |
2015-03-01 | tests: Add test for micropython const feature when it has a SyntaxError. | Damien George |