index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tests
/
float
/
float1.py
Commit message (
Expand
)
Author
Age
*
tests/float: Add tests for zero to a negative power.
Damien George
2017-02-03
*
tests: Add tests to improve coverage of runtime.c.
Rami Ali
2016-12-21
*
tests/float: Add test for parsing a float from an empty string.
Damien George
2016-09-27
*
py/lexer: Properly classify floats that look like hex numbers.
Damien George
2015-09-07
*
py: Implement mp_format_float for doubles and use where appropriate
stijn
2015-05-17
*
py: Fix printing of "inf" and "nan" floating point values.
Damien George
2015-04-22
*
tests: Add tests to exercise lexer; and some more complex number tests.
Damien George
2015-04-04
*
tests: Add missing tests for builtins, and many other things.
Damien George
2015-04-04
*
tests: Add tests for SyntaxError, TypeError, and other missing things.
Damien George
2015-03-25
*
tests: Add tests for things that are not already tested.
Damien George
2015-03-12
*
py: Parse big-int/float/imag constants directly in parser.
Damien George
2015-02-08
*
tests: Split out those tests requiring float and import.
Damien George
2014-04-17