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