aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_complex.py
Commit message (Expand)AuthorAge
* gh-119372: Recover inf's and zeros in _Py_c_quot (GH-119457)Sergey B Kirpichev2024-06-29
* gh-109218: Deprecate weird cases in the complex() constructor (GH-119620)Serhiy Storchaka2024-05-30
* gh-109218: Refactor tests for the complex() constructor (GH-119635)Serhiy Storchaka2024-05-30
* gh-109802: Add coverage test for complex_abs() (GH-117449)Sergey B Kirpichev2024-04-04
* gh-109802: Increase test coverage for complexobject.c (GH-112452)Sergey B Kirpichev2023-11-28
* gh-104263: Rely on Py_NAN and introduce Py_INFINITY (GH-104202)Sebastian Berg2023-05-10
* gh-99320: remove tests for old-style class from `test_complex` (#99321)Nikita Sobolev2022-11-10
* bpo-45229: Remove test_main in many tests (GH-28405)Serhiy Storchaka2021-09-19
* bpo-24234: implement complex.__complex__ (GH-27887)Mark Dickinson2021-08-23
* bpo-44698: Restore complex pow behaviour for small integral exponents (GH-27772)Mark Dickinson2021-08-17
* bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278)T. Wouters2021-07-26
* bpo-41974: Remove complex.__float__, complex.__floordiv__, etc (GH-22593)Serhiy Storchaka2020-10-09
* bpo-41055: Remove outdated tests for the tp_print slot. (GH-21006)Serhiy Storchaka2020-06-21
* Re-enable the OverflowError test for test_truediv on test_complex (GH-16591)Dong-hee Na2019-10-10
* bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)Serhiy Storchaka2019-06-02
* bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274)INADA Naoki2018-07-14
* bpo-29894: Deprecate returning an instance of complex subclass from __complex...Serhiy Storchaka2017-03-24
* bpo-29602: fix signed zero handling in complex constructor. (#203)Mark Dickinson2017-02-20
* Issue #28203: Merge from 3.5Mark Dickinson2016-09-24
|\
| * Issue #28203: Fix incorrect type in error message from complex(1.0, {2:3}). P...Mark Dickinson2016-09-24
* | Issue #26331: Implement the parsing part of PEP 515.Brett Cannon2016-09-09
|/
* Issue #22604: Fix assertion error in debug mode when dividing a complex numbe...Antoine Pitrou2014-10-10
* #17080: improve error message of float/complex when the wrong type is passed.Ezio Melotti2013-11-07
* merge 3.3 (#19116)Benjamin Peterson2013-09-29
|\
| * combine two tests to avoid duplicate names (closes #19116)Benjamin Peterson2013-09-29
* | Issue #16290: __complex__ must now always return an instance of complex.Mark Dickinson2012-11-14
|/
* Issue 10625: Add tests for negative zeros in complex str and repr.Eric Smith2010-12-04
* Issue #10624: Use support.requires_IEEE_754 in all appropriate tests.Eric Smith2010-12-04
* Removed static function complex_format, moved it into complex_repr. Modified ...Eric Smith2010-12-04
* Issue #10557: Fixed error messages from float() and other numericAlexander Belopolsky2010-12-04
* Issue #7094: Add alternate ('#') flag to __format__ methods for float, comple...Eric Smith2010-11-25
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-20
* Issue #9416: Fix some issues with complex formatting where theMark Dickinson2010-08-01
* Issue #9011: Tests for Python 3.2's treatment of negated imaginary literals.Mark Dickinson2010-06-30
* Issue #8748: Fix two issues with comparisons between complex and integerMark Dickinson2010-05-21
* (partially)Florent Xicluna2010-04-02
* Issue #7845: Make 1j.__le__(2j) return NotImplemented rather than raising Ty...Mark Dickinson2010-03-13
* Merged revisions 78329 via svnmerge fromEric Smith2010-02-22
* Merged revisions 78249 via svnmerge fromEzio Melotti2010-02-20
* Remove length limitation on string arguments to complex()Mark Dickinson2009-10-26
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* Issue #5829: complex('1e500') shouldn't raise OverflowErrorMark Dickinson2009-05-20
* Issue #3382. float 'F' formatting no longer maps to 'f'. This only affects na...Eric Smith2009-05-06
* Issue #5920: Changed format.__float__ and complex.__float__ to use a precisio...Eric Smith2009-05-05
* Issue #1588: Add complex.__format__.Eric Smith2009-04-30
* Merged revisions 71869 via svnmerge fromMark Dickinson2009-04-25
* Make sure that complex parsing code and corresponding testsMark Dickinson2009-04-24
* Issue #5816: Simplify code for parsing and printing of complex numbers.Mark Dickinson2009-04-23
* Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,...Georg Brandl2008-06-10
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20