| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Changes in anticipation of stricter str vs. bytes enforcement. | Guido van Rossum | 2007-08-27 | 1 | -1/+1 |
|
|
* | Make test_complex pass again now that floordiv and mod are illegal. | Guido van Rossum | 2007-08-03 | 1 | -12/+7 |
|
|
* | Fix file test. | Walter Dörwald | 2007-05-29 | 1 | -1/+1 |
|
|
* | Remove have_unicode checks and merge those tests into the | Walter Dörwald | 2007-05-22 | 1 | -5/+2 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -5/+5 |
|
|
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -3/+3 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -0/+12 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
|
|
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 | 1 | -10/+10 |
|
|
* | Get rid of most of the rest of coerce (slot is still there for now). | Neal Norwitz | 2006-08-21 | 1 | -3/+0 |
|
|
* | Get rid of remnants of integer division | Neal Norwitz | 2006-03-24 | 1 | -6/+2 |
|
|
* | Test case for latest complexobject fix. | Georg Brandl | 2005-09-17 | 1 | -0/+2 |
|
|
* | Make subclasses of int, long, complex, float, and unicode perform type | Brett Cannon | 2005-04-26 | 1 | -0/+22 |
|
|
* | Fix repr for negative imaginary part. Fixes #1013908. | Martin v. Löwis | 2004-08-22 | 1 | -0/+1 |
|
|
* | Remove useless import. | Walter Dörwald | 2003-08-05 | 1 | -1/+1 |
|
|
* | Check both __div__ and __truediv__ in division tests. | Walter Dörwald | 2003-08-05 | 1 | -1/+9 |
|
|
* | Add various test cases from SF patch 543867. | Walter Dörwald | 2003-07-15 | 1 | -1/+58 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-06-29 | 1 | -1/+1 |
|
|
* | Port test_complex.py to unittest. | Walter Dörwald | 2003-06-18 | 1 | -89/+249 |
|
|
* | Complete the absolute import patch for the test suite. All relative | Barry Warsaw | 2002-07-30 | 1 | -1/+1 |
|
|