summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_complex.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-2/+2
* Merged revisions 83400 via svnmerge fromMark Dickinson2010-08-011-0/+10
* Issue #8748: Fix incorrect results from comparisons between an integerMark Dickinson2010-05-301-1/+18
* Issue #5211: Complete removal of implicit coercions for the complexMark Dickinson2010-05-301-0/+13
* Replace catch_warnings with check_warnings when it makes sense. Use assertRa...Florent Xicluna2010-03-311-13/+5
* Issue #7988: Fix default alignment to be right aligned for complex.__format__...Eric Smith2010-02-221-0/+2
* Issue #5211: Fix complex type to avoid implicit calls toMark Dickinson2010-02-211-0/+55
* Remove e assertIs definitions and use correct assert* methods.Ezio Melotti2010-02-201-3/+0
* Issue #3382: Make '%F' and float.__format__('F') convert results to upper cas...Eric Smith2009-11-291-0/+19
* Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod inMark Dickinson2009-10-261-1/+4
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-5/+5
* Issue #5829: don't raise OverflowError for complex('1e500'). Backport of r72...Mark Dickinson2009-05-201-0/+7
* 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
* Fix typo in complex parsing code; expand tests.Mark Dickinson2009-04-251-3/+19
* Issue #5816:Mark Dickinson2009-04-241-10/+66
* Fixed complex.__getnewargs__() to not emit another complex object.Alexandre Vassalotti2008-06-041-0/+8
* Fixed repr() and str() of complex numbers. Complex suffered from the same pro...Christian Heimes2008-02-151-0/+14
* Issue #1678380. Fix a bug that identifies 0j and -0j when they appearMark Dickinson2008-01-311-0/+7
* Patch # 1507 by Mark Dickinson. Make complex(x, -0) retain the sign ofGuido van Rossum2007-11-271-0/+13
* Patch #1491866: change the complex() constructor to allow parthensized forms....Collin Winter2007-03-091-0/+12
* Test case for latest complexobject fix.Georg Brandl2005-09-171-0/+2
* Make subclasses of int, long, complex, float, and unicode perform typeBrett Cannon2005-04-261-0/+22
* Fix repr for negative imaginary part. Fixes #1013908.Martin v. Löwis2004-08-221-0/+1
* Remove useless import.Walter Dörwald2003-08-051-1/+1
* Check both __div__ and __truediv__ in division tests.Walter Dörwald2003-08-051-1/+9
* Add various test cases from SF patch 543867.Walter Dörwald2003-07-151-1/+58
* Whitespace normalization.Tim Peters2003-06-291-1/+1
* Port test_complex.py to unittest.Walter Dörwald2003-06-181-89/+249
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* test_support: add a docstring to vereq().Tim Peters2001-12-291-2/+1
* SF Patch #497487 add test to compare conjugate of a complex numberNeal Norwitz2001-12-291-1/+4
* SF Patch #494873 add tests for complex numbers including calls to int()/long()Neal Norwitz2001-12-291-0/+21
* Add a comment explaining what these tests are for, and where to look forFred Drake2001-12-131-0/+3
* Reverting to rev 1.2. Apparently gcc doesn't use the extended-precisionTim Peters2001-09-061-3/+16
* Rewrite to use test_support's fine fcmp instead -- I didn't know thatTim Peters2001-09-061-16/+3
* This division test was too stringent in its accuracy expectations forTim Peters2001-05-291-4/+4
* SF bug [ #409448 ] Complex division is braindeadTim Peters2001-03-181-0/+65