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