1. 466e18e Remove unused imports in tests (GH-14518) (GH-14520) by Victor Stinner · 5 years ago
  2. bdbad71 bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108) by Serhiy Storchaka · 5 years ago
  3. 865c17f closes bpo-34640: Remove the TANH_PRESERVES_ZERO_SIGN configure check. (GH-9206) by Benjamin Peterson · 6 years ago
  4. 8574654 Issue #27953: skip failing math and cmath tests for tan on OS X 10.4. by Mark Dickinson · 8 years ago
  5. 84e6311 Issue 23229: add cmath.inf, cmath.nan, cmath.infj and cmath.nanj. by Mark Dickinson · 8 years ago
  6. a72f0cd Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). by Antoine Pitrou · 9 years ago
  7. 6bc217d Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). by Antoine Pitrou · 9 years ago
  8. d5519ed Issue #19543: Implementation of isclose as per PEP 485 by Tal Einat · 9 years ago
  9. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  10. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  11. 05d79e9 Issue #15477: Add workaround for log1p(-0.0) on platforms where it's broken. by Mark Dickinson · 12 years ago
  12. 3ab08ca Issue #10624: Use support.requires_IEEE_754 in all appropriate tests. by Eric Smith · 14 years ago
  13. 4ccc137 Issue #9920: Skip tests for cmath.atan and cmath.atanh applied to by Mark Dickinson · 14 years ago
  14. 5ccafba Streamline a cmath test (and fix some overlong lines into the bargain). by Mark Dickinson · 14 years ago
  15. a837aa6 Update assertComplexIdentical to handle nans correctly. by Mark Dickinson · 14 years ago
  16. be3da38 Issue #10337: skip tests of tanh() sign in test_math and test_cmath if tanh() by Victor Stinner · 14 years ago
  17. 68c5de6 assertEquals -> assertEqual by Mark Dickinson · 14 years ago
  18. 8e0c996 Issue #9165: Add math.isfinite and cmath.isfinite. by Mark Dickinson · 14 years ago
  19. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  20. 5a53fde Merged revisions 78678,78680,78682 via svnmerge from by Benjamin Peterson · 14 years ago
  21. 4d1e50d Merged revisions 76948 via svnmerge from by Mark Dickinson · 15 years ago
  22. da89245 Merged revisions 76939,76941 via svnmerge from by Mark Dickinson · 15 years ago
  23. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  24. cce2f21 Issue 4910, patch 2 of (probably) 3: pave the way for renaming of by Mark Dickinson · 16 years ago
  25. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  26. 53876d9 Merged revisions 62380,62382-62383 via svnmerge from by Christian Heimes · 16 years ago
  27. 48952d3 Forgot to run the tests after making the places and msg argument keyword-only. by Jeffrey Yasskin · 17 years ago
  28. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  29. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  30. b67ad7e Patch #826074: cmath.log optional base argument, fixes #823209 by Raymond Hettinger · 20 years ago
  31. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  32. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  33. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  34. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  35. f85f052 Very very small comment change. by Roger E. Masse · 28 years ago
  36. fab8ab8 Many scripts, but small changes. Update the way the scripts obtain the by Roger E. Masse · 28 years ago
  37. 3daddda New test module for complex math module by Roger E. Masse · 28 years ago