1. abd8a33 Whitespace normalization. by Tim Peters · 19 years ago
  2. 92911bf Add tests for basic argument errors. by Walter Dörwald · 19 years ago
  3. 2f03760 Convert test_math to unittest. by Georg Brandl · 19 years ago
  4. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  5. 72a6ddb Expand log() tests to include long integers. by Raymond Hettinger · 23 years ago
  6. 866964c Apply SF patch 652930: Add optional base argument to math.log(x[, base]). by Raymond Hettinger · 23 years ago
  7. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 23 years ago
  8. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  9. 8ac1495 Whitespace normalization. by Tim Peters · 23 years ago
  10. 64108af Adds tests for degrees() and radians() functions added to mathmodule. by Raymond Hettinger · 23 years ago
  11. a40c793 Rework the way we try to check for libm overflow, given that C99 no longer by Tim Peters · 24 years ago
  12. 4642cb9 Reverting the "unixware7" patch: atan2(0, 1) should be 0, regardless of by Tim Peters · 24 years ago
  13. 2242f2f Unixware 7 support by Billy G. Allie (SF patch 413011) by Guido van Rossum · 24 years ago
  14. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 25 years ago
  15. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  16. 98c8184 Test for math.* exceptional behavior only in verbose mode, so that the by Tim Peters · 25 years ago
  17. cb5b5ba A Mystery: I somehow managed to delete the last two lines of my test_math.py by Tim Peters · 25 years ago
  18. 1d12061 Stop raising OverflowError on underflows reported by libm (errno==ERANGE and by Tim Peters · 25 years ago
  19. 10e1bf2 remove all occurence of math.rint() from the sources by Peter Schneider-Kamp · 25 years ago
  20. 8eded19 Trent Mick <trentm@activestate.com>: by Fred Drake · 25 years ago
  21. 71260b8 Added math.rint() -- round according to current IEEE754 mode by Guido van Rossum · 25 years ago
  22. 5ab007b Subtle hack so the eps printed is not dependent on the formatting by Guido van Rossum · 29 years ago
  23. fcce630 Added test for math module by Guido van Rossum · 29 years ago