summaryrefslogtreecommitdiff
path: root/Lib/test/test_complex.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274)Miss Islington (bot)2018-07-131-0/+3
* bpo-29894: Deprecate returning an instance of complex subclass from __complex...Serhiy Storchaka2017-03-241-2/+3
* bpo-29602: fix signed zero handling in complex constructor. (#203)Mark Dickinson2017-02-201-0/+23
* Issue #28203: Merge from 3.5Mark Dickinson2016-09-241-0/+8
|\
| * Issue #28203: Fix incorrect type in error message from complex(1.0, {2:3}). P...Mark Dickinson2016-09-241-0/+8
* | Issue #26331: Implement the parsing part of PEP 515.Brett Cannon2016-09-091-0/+14
|/
* Issue #22604: Fix assertion error in debug mode when dividing a complex numbe...Antoine Pitrou2014-10-101-2/+7
* #17080: improve error message of float/complex when the wrong type is passed.Ezio Melotti2013-11-071-0/+1
* merge 3.3 (#19116)Benjamin Peterson2013-09-291-1/+0
|\
| * combine two tests to avoid duplicate names (closes #19116)Benjamin Peterson2013-09-291-1/+0
* | Issue #16290: __complex__ must now always return an instance of complex.Mark Dickinson2012-11-141-0/+2
|/
* Issue 10625: Add tests for negative zeros in complex str and repr.Eric Smith2010-12-041-0/+16
* Issue #10624: Use support.requires_IEEE_754 in all appropriate tests.Eric Smith2010-12-041-13/+10
* Removed static function complex_format, moved it into complex_repr. Modified ...Eric Smith2010-12-041-16/+20
* Issue #10557: Fixed error messages from float() and other numericAlexander Belopolsky2010-12-041-0/+3
* Issue #7094: Add alternate ('#') flag to __format__ methods for float, comple...Eric Smith2010-11-251-2/+22
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-2/+2
* Issue #9416: Fix some issues with complex formatting where theMark Dickinson2010-08-011-0/+10
* Issue #9011: Tests for Python 3.2's treatment of negated imaginary literals.Mark Dickinson2010-06-301-0/+17
* Issue #8748: Fix two issues with comparisons between complex and integerMark Dickinson2010-05-211-1/+24
* (partially)Florent Xicluna2010-04-021-5/+2
* Issue #7845: Make 1j.__le__(2j) return NotImplemented rather than raising Ty...Mark Dickinson2010-03-131-5/+14
* Merged revisions 78329 via svnmerge fromEric Smith2010-02-221-0/+2
* Merged revisions 78249 via svnmerge fromEzio Melotti2010-02-201-3/+0
* Remove length limitation on string arguments to complex()Mark Dickinson2009-10-261-1/+3
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-5/+5
* Issue #5829: complex('1e500') shouldn't raise OverflowErrorMark Dickinson2009-05-201-0/+7
* Issue #3382. float 'F' formatting no longer maps to 'f'. This only affects na...Eric Smith2009-05-061-0/+18
* Issue #5920: Changed format.__float__ and complex.__float__ to use a precisio...Eric Smith2009-05-051-0/+10
* Issue #1588: Add complex.__format__.Eric Smith2009-04-301-1/+60
* Merged revisions 71869 via svnmerge fromMark Dickinson2009-04-251-3/+19
* Make sure that complex parsing code and corresponding testsMark Dickinson2009-04-241-1/+13
* Issue #5816: Simplify code for parsing and printing of complex numbers.Mark Dickinson2009-04-231-11/+54
* Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,...Georg Brandl2008-06-101-0/+8
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-5/+5
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-161-0/+14
* Merged revisions 60475-60479,60481-60488 via svnmerge fromChristian Heimes2008-02-011-0/+7
* Merged revisions 59202-59211 via svnmerge fromChristian Heimes2007-11-281-0/+13
* Check in some documentation tweaks for PEP 3141, add some tests, and implementJeffrey Yasskin2007-09-071-7/+1
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-271-3/+3
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-271-1/+1
* Make test_complex pass again now that floordiv and mod are illegal.Guido van Rossum2007-08-031-12/+7
* Fix file test.Walter Dörwald2007-05-291-1/+1
* Remove have_unicode checks and merge those tests into theWalter Dörwald2007-05-221-5/+2
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-5/+5
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-3/+3
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-0/+12
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-10/+10
* Get rid of most of the rest of coerce (slot is still there for now).Neal Norwitz2006-08-211-3/+0