1. 9e28107 Test case for latest complexobject fix. by Georg Brandl · 19 years ago
  2. c3647ac Make subclasses of int, long, complex, float, and unicode perform type by Brett Cannon · 19 years ago
  3. 70aa1f2 Fix repr for negative imaginary part. Fixes #1013908. by Martin v. Löwis · 20 years ago
  4. 5301d9c Remove useless import. by Walter Dörwald · 21 years ago
  5. b27cca6 Check both __div__ and __truediv__ in division tests. (From SF patch #543867) by Walter Dörwald · 21 years ago
  6. f393fc6 Add various test cases from SF patch 543867. by Walter Dörwald · 21 years ago
  7. 478c105 Whitespace normalization. by Tim Peters · 21 years ago
  8. 5edd785 Port test_complex.py to unittest. by Walter Dörwald · 21 years ago
  9. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  10. 7790297 test_support: add a docstring to vereq(). by Tim Peters · 23 years ago
  11. 5a0f010 SF Patch #497487 add test to compare conjugate of a complex number by Neal Norwitz · 23 years ago
  12. fc37af8 SF Patch #494873 add tests for complex numbers including calls to int()/long() by Neal Norwitz · 23 years ago
  13. 68773e7 Add a comment explaining what these tests are for, and where to look for by Fred Drake · 23 years ago
  14. c5b235c Reverting to rev 1.2. Apparently gcc doesn't use the extended-precision by Tim Peters · 23 years ago
  15. 419670d Rewrite to use test_support's fine fcmp instead -- I didn't know that by Tim Peters · 23 years ago
  16. 0b76d3a This division test was too stringent in its accuracy expectations for by Tim Peters · 23 years ago
  17. 0f33604 SF bug [ #409448 ] Complex division is braindead by Tim Peters · 23 years ago