summaryrefslogtreecommitdiff
path: root/tests/float/float1.py
AgeCommit message (Expand)Author
2022-02-02all: Update Python formatting to latest Black version 22.1.0.Damien George
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2020-02-11tests/basics: Add tests for equality between bool and int/float/complex.Damien George
2017-11-21py/objfloat: Allow float() to parse anything with the buffer protocol.Damien George
2017-10-10py/formatfloat: Don't print the negative sign of a NaN value.Damien George
2017-09-04py/obj: Fix comparison of float/complex NaN with itself.Damien George
2017-02-03tests/float: Add tests for zero to a negative power.Damien George
2016-12-21tests: Add tests to improve coverage of runtime.c.Rami Ali
2016-09-27tests/float: Add test for parsing a float from an empty string.Damien George
2015-09-07py/lexer: Properly classify floats that look like hex numbers.Damien George
2015-05-17py: Implement mp_format_float for doubles and use where appropriatestijn
2015-04-22py: Fix printing of "inf" and "nan" floating point values.Damien George
2015-04-04tests: Add tests to exercise lexer; and some more complex number tests.Damien George
2015-04-04tests: Add missing tests for builtins, and many other things.Damien George
2015-03-25tests: Add tests for SyntaxError, TypeError, and other missing things.Damien George
2015-03-12tests: Add tests for things that are not already tested.Damien George
2015-02-08py: Parse big-int/float/imag constants directly in parser.Damien George
2014-04-17tests: Split out those tests requiring float and import.Damien George