index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_complex.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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