1. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  2. a156e09 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60845 via svnmerge from by Christian Heimes · 17 years ago
  3. 400adb0 Merged revisions 60475-60479,60481-60488 via svnmerge from by Christian Heimes · 17 years ago
  4. 69a7963 Merged revisions 59202-59211 via svnmerge from by Christian Heimes · 17 years ago
  5. 3404b3c Check in some documentation tweaks for PEP 3141, add some tests, and implement by Jeffrey Yasskin · 17 years ago
  6. 09549f4 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  7. 39478e8 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  8. 9648d62 Make test_complex pass again now that floordiv and mod are illegal. by Guido van Rossum · 17 years ago
  9. c025714 Fix file test. by Walter Dörwald · 17 years ago
  10. 1f5947b Remove have_unicode checks and merge those tests into the by Walter Dörwald · 17 years ago
  11. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  12. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  13. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  14. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  15. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  16. 4886cc3 Get rid of most of the rest of coerce (slot is still there for now). by Neal Norwitz · 18 years ago
  17. bcc0db8 Get rid of remnants of integer division by Neal Norwitz · 18 years ago
  18. 9e28107 Test case for latest complexobject fix. by Georg Brandl · 19 years ago
  19. c3647ac Make subclasses of int, long, complex, float, and unicode perform type by Brett Cannon · 19 years ago
  20. 70aa1f2 Fix repr for negative imaginary part. Fixes #1013908. by Martin v. Löwis · 20 years ago
  21. 5301d9c Remove useless import. by Walter Dörwald · 21 years ago
  22. b27cca6 Check both __div__ and __truediv__ in division tests. (From SF patch #543867) by Walter Dörwald · 21 years ago
  23. f393fc6 Add various test cases from SF patch 543867. by Walter Dörwald · 21 years ago
  24. 478c105 Whitespace normalization. by Tim Peters · 21 years ago
  25. 5edd785 Port test_complex.py to unittest. by Walter Dörwald · 21 years ago
  26. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  27. 7790297 test_support: add a docstring to vereq(). by Tim Peters · 23 years ago
  28. 5a0f010 SF Patch #497487 add test to compare conjugate of a complex number by Neal Norwitz · 23 years ago
  29. fc37af8 SF Patch #494873 add tests for complex numbers including calls to int()/long() by Neal Norwitz · 23 years ago
  30. 68773e7 Add a comment explaining what these tests are for, and where to look for by Fred Drake · 23 years ago
  31. c5b235c Reverting to rev 1.2. Apparently gcc doesn't use the extended-precision by Tim Peters · 23 years ago
  32. 419670d Rewrite to use test_support's fine fcmp instead -- I didn't know that by Tim Peters · 23 years ago
  33. 0b76d3a This division test was too stringent in its accuracy expectations for by Tim Peters · 23 years ago
  34. 0f33604 SF bug [ #409448 ] Complex division is braindead by Tim Peters · 23 years ago