summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_complex.py
Commit message (Expand)AuthorAgeFilesLines
* 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