1. b3be23a remove the svn:executable property from files that don't have shebang lines by Benjamin Peterson · 15 years ago
  2. a4f46e1 Remove unused imports in test modules. by Georg Brandl · 15 years ago
  3. 603ae9e Issue #7554: Various fixups in test_cmath.py: remove code duplication, by Mark Dickinson · 15 years ago
  4. 3e0bafe Fix for consistency with py3k keyword-only version of assertAlmostEqual by Mark Dickinson · 15 years ago
  5. 1d2ae21 Issue #7554: Fix incorrect usage of rAssertAlmostEqual. Thanks Florent Xicluna. by Mark Dickinson · 15 years ago
  6. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  7. 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
  8. 2b86994 Patch #1675423: PyComplex_AsCComplex() now tries to convert an object by Georg Brandl · 18 years ago
  9. b67ad7e Patch #826074: cmath.log optional base argument, fixes #823209 by Raymond Hettinger · 21 years ago
  10. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  11. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  12. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  13. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 27 years ago
  14. f85f052 Very very small comment change. by Roger E. Masse · 28 years ago
  15. fab8ab8 Many scripts, but small changes. Update the way the scripts obtain the by Roger E. Masse · 28 years ago
  16. 3daddda New test module for complex math module by Roger E. Masse · 28 years ago