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