1. c62ef8b Remove trailing whitespace. by Georg Brandl · 17 years ago
  2. 9de7298 remove redundant sentence by Benjamin Peterson · 17 years ago
  3. 4f6ec9d add headings by Benjamin Peterson · 17 years ago
  4. 2d54e72 copy sentence from docstring by Benjamin Peterson · 17 years ago
  5. 9481ba3 Fix markup. by Georg Brandl · 17 years ago
  6. dadcd1f Tone down math.fsum warning. by Mark Dickinson · 17 years ago
  7. 23957cb Add note about problems with math.fsum on x86 hardware. by Mark Dickinson · 17 years ago
  8. fef6b13 Rename math.sum to math.fsum by Mark Dickinson · 17 years ago
  9. 5da652e Add versionadded tags to new math functions. by Georg Brandl · 17 years ago
  10. f88f739 Typo fix by Mark Dickinson · 17 years ago
  11. ecbdd2e Issue #2138: Add math.factorial(). by Raymond Hettinger · 17 years ago
  12. cc858cc Docs for Issue 2819. by Raymond Hettinger · 17 years ago
  13. 173b739 Fix markup. by Georg Brandl · 17 years ago
  14. 47a84aa Move asinh documentation to the proper place. by Mark Dickinson · 17 years ago
  15. 48f7a4a Correct documentation for math.pow; by Mark Dickinson · 17 years ago
  16. 6f34109 I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math. by Christian Heimes · 17 years ago
  17. ca2b69f Move __builtins__.trunc() to math.trunc() per by Jeffrey Yasskin · 18 years ago
  18. 9749e15 Remove with_statement future imports from 2.6 docs. by Georg Brandl · 18 years ago
  19. 9871d8f Continue rolling back pep-3141 changes that changed behavior from 2.5. This by Jeffrey Yasskin · 18 years ago
  20. 54966a5 Fix markup by Andrew M. Kuchling · 18 years ago
  21. eebb79c Added copysign(x, y) function to the math module by Christian Heimes · 18 years ago
  22. e2ca424 Added math.isinf() and math.isnan() by Christian Heimes · 18 years ago
  23. 2f3c16b Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just by Jeffrey Yasskin · 18 years ago
  24. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago