summaryrefslogtreecommitdiff
path: root/tests/float/complex1.py
AgeCommit message (Expand)Author
2017-10-10py/formatfloat: Don't print the negative sign of a NaN value.Damien George
2017-09-26py/objfloat: Support raising a negative number to a fractional power.Damien George
2017-09-04py/obj: Fix comparison of float/complex NaN with itself.Damien George
2017-04-04tests/float: Add tests for hashing float and complex numbers.Damien George
2017-03-06tests/float/complex1: Split out intbig test.Paul Sokolovsky
2017-02-03tests/float: Add tests for zero to a negative power.Damien George
2017-01-19tests/float: Add test for assigning to attribute of complex number.Damien George
2016-12-21tests: Add tests to improve coverage of runtime.c.Rami Ali
2015-05-13py: Fix printing of complex number when imaginary part is nanstijn
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-14tests: Add some more tests for complex numbers and ure module.Damien George
2015-03-02tests: Add tests for builtins: all, any, sum, abs.Damien George
2015-03-02tests: Add tests for op special meths, ubinascii, complex.Damien George