summaryrefslogtreecommitdiffstatshomepage
path: root/tests/float/float1.py
Commit message (Expand)AuthorAge
* py: Implement mp_format_float for doubles and use where appropriatestijn2015-05-17
* py: Fix printing of "inf" and "nan" floating point values.Damien George2015-04-22
* tests: Add tests to exercise lexer; and some more complex number tests.Damien George2015-04-04
* tests: Add missing tests for builtins, and many other things.Damien George2015-04-04
* tests: Add tests for SyntaxError, TypeError, and other missing things.Damien George2015-03-25
* tests: Add tests for things that are not already tested.Damien George2015-03-12
* py: Parse big-int/float/imag constants directly in parser.Damien George2015-02-08
* tests: Split out those tests requiring float and import.Damien George2014-04-17