1. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  2. 6461e10 Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,62947-62949 via svnmerge from by Alexandre Vassalotti · 16 years ago
  3. a0de26c Make floating-point exception error messages slightly more verbose: in by Mark Dickinson · 16 years ago
  4. e57950f Merged revisions 62420-62421,62423-62424 via svnmerge from by Christian Heimes · 16 years ago
  5. a342c01 Merged revisions 62386-62387,62389-62393,62396,62400-62402,62407,62409-62410,62412-62414,62418-62419 via svnmerge from by Christian Heimes · 16 years ago
  6. 53876d9 Merged revisions 62380,62382-62383 via svnmerge from by Christian Heimes · 16 years ago
  7. 400adb0 Merged revisions 60475-60479,60481-60488 via svnmerge from by Christian Heimes · 17 years ago
  8. c215583 Make math.floor and math.ceil return ints instead of floats. by Jeffrey Yasskin · 17 years ago
  9. 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 17 years ago
  10. 13e05de Fix math.ceil() and math.floor() to fall back to __ceil__ and __floor__ by Guido van Rossum · 17 years ago
  11. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  12. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  13. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  14. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  15. 72a6ddb Expand log() tests to include long integers. by Raymond Hettinger · 22 years ago
  16. 866964c Apply SF patch 652930: Add optional base argument to math.log(x[, base]). by Raymond Hettinger · 22 years ago
  17. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  18. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  19. 8ac1495 Whitespace normalization. by Tim Peters · 22 years ago
  20. 64108af Adds tests for degrees() and radians() functions added to mathmodule. by Raymond Hettinger · 22 years ago
  21. a40c793 Rework the way we try to check for libm overflow, given that C99 no longer by Tim Peters · 23 years ago
  22. 4642cb9 Reverting the "unixware7" patch: atan2(0, 1) should be 0, regardless of by Tim Peters · 23 years ago
  23. 2242f2f Unixware 7 support by Billy G. Allie (SF patch 413011) by Guido van Rossum · 23 years ago
  24. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  25. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  26. 98c8184 Test for math.* exceptional behavior only in verbose mode, so that the by Tim Peters · 24 years ago
  27. cb5b5ba A Mystery: I somehow managed to delete the last two lines of my test_math.py by Tim Peters · 24 years ago
  28. 1d12061 Stop raising OverflowError on underflows reported by libm (errno==ERANGE and by Tim Peters · 24 years ago
  29. 10e1bf2 remove all occurence of math.rint() from the sources by Peter Schneider-Kamp · 24 years ago
  30. 8eded19 Trent Mick <trentm@activestate.com>: by Fred Drake · 24 years ago
  31. 71260b8 Added math.rint() -- round according to current IEEE754 mode by Guido van Rossum · 24 years ago
  32. 5ab007b Subtle hack so the eps printed is not dependent on the formatting by Guido van Rossum · 28 years ago
  33. fcce630 Added test for math module by Guido van Rossum · 28 years ago