summaryrefslogtreecommitdiffstatshomepage
path: root/tests/float/complex1.py
Commit message (Expand)AuthorAge
* py/parsenum: Fix parsing of complex "j" and also "nanj", "infj".Damien George2022-06-23
* py/parsenum: Support parsing complex numbers of the form "a+bj".Jim Mussared2022-06-23
* all: Update Python formatting to latest Black version 22.1.0.Damien George2022-02-02
* tests: Format all Python code with black, except tests in basics subdir.David Lechner2020-03-30
* tests/basics: Add tests for equality between bool and int/float/complex.Damien George2020-02-11
* py/formatfloat: Don't print the negative sign of a NaN value.Damien George2017-10-10
* py/objfloat: Support raising a negative number to a fractional power.Damien George2017-09-26
* py/obj: Fix comparison of float/complex NaN with itself.Damien George2017-09-04
* tests/float: Add tests for hashing float and complex numbers.Damien George2017-04-04
* tests/float/complex1: Split out intbig test.Paul Sokolovsky2017-03-06
* tests/float: Add tests for zero to a negative power.Damien George2017-02-03
* tests/float: Add test for assigning to attribute of complex number.Damien George2017-01-19
* tests: Add tests to improve coverage of runtime.c.Rami Ali2016-12-21
* py: Fix printing of complex number when imaginary part is nanstijn2015-05-13
* 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 some more tests for complex numbers and ure module.Damien George2015-03-14
* tests: Add tests for builtins: all, any, sum, abs.Damien George2015-03-02
* tests: Add tests for op special meths, ubinascii, complex.Damien George2015-03-02