index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_complex.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #7988: Fix default alignment to be right aligned for complex.__format__...
Eric Smith
2010-02-22
1
-0
/
+2
*
Issue #5211: Fix complex type to avoid implicit calls to
Mark Dickinson
2010-02-21
1
-0
/
+55
*
Remove e assertIs definitions and use correct assert* methods.
Ezio Melotti
2010-02-20
1
-3
/
+0
*
Issue #3382: Make '%F' and float.__format__('F') convert results to upper cas...
Eric Smith
2009-11-29
1
-0
/
+19
*
Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod in
Mark Dickinson
2009-10-26
1
-1
/
+4
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-5
/
+5
*
Issue #5829: don't raise OverflowError for complex('1e500'). Backport of r72...
Mark Dickinson
2009-05-20
1
-0
/
+7
*
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
*
Fix typo in complex parsing code; expand tests.
Mark Dickinson
2009-04-25
1
-3
/
+19
*
Issue #5816:
Mark Dickinson
2009-04-24
1
-10
/
+66
*
Fixed complex.__getnewargs__() to not emit another complex object.
Alexandre Vassalotti
2008-06-04
1
-0
/
+8
*
Fixed repr() and str() of complex numbers. Complex suffered from the same pro...
Christian Heimes
2008-02-15
1
-0
/
+14
*
Issue #1678380. Fix a bug that identifies 0j and -0j when they appear
Mark Dickinson
2008-01-31
1
-0
/
+7
*
Patch # 1507 by Mark Dickinson. Make complex(x, -0) retain the sign of
Guido van Rossum
2007-11-27
1
-0
/
+13
*
Patch #1491866: change the complex() constructor to allow parthensized forms....
Collin Winter
2007-03-09
1
-0
/
+12
*
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
*
test_support: add a docstring to vereq().
Tim Peters
2001-12-29
1
-2
/
+1
*
SF Patch #497487 add test to compare conjugate of a complex number
Neal Norwitz
2001-12-29
1
-1
/
+4
*
SF Patch #494873 add tests for complex numbers including calls to int()/long()
Neal Norwitz
2001-12-29
1
-0
/
+21
*
Add a comment explaining what these tests are for, and where to look for
Fred Drake
2001-12-13
1
-0
/
+3
*
Reverting to rev 1.2. Apparently gcc doesn't use the extended-precision
Tim Peters
2001-09-06
1
-3
/
+16
*
Rewrite to use test_support's fine fcmp instead -- I didn't know that
Tim Peters
2001-09-06
1
-16
/
+3
*
This division test was too stringent in its accuracy expectations for
Tim Peters
2001-05-29
1
-4
/
+4
*
SF bug [ #409448 ] Complex division is braindead
Tim Peters
2001-03-18
1
-0
/
+65