summaryrefslogtreecommitdiff
path: root/Lib/test/test_cmath.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().Antoine Pitrou2015-06-231-10/+41
* Issue #19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-101-1/+1
* remove the svn:executable property from files that don't have shebang linesBenjamin Peterson2010-03-051-0/+0
* Remove unused imports in test modules.Georg Brandl2010-02-071-1/+0
* Issue #7554: Various fixups in test_cmath.py: remove code duplication,Mark Dickinson2009-12-201-63/+50
* Fix for consistency with py3k keyword-only version of assertAlmostEqualMark Dickinson2009-12-201-4/+4
* Issue #7554: Fix incorrect usage of rAssertAlmostEqual. Thanks Florent Xicl...Mark Dickinson2009-12-201-2/+2
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-28/+28
* I finally got the time to update and merge Mark's and my trunk-math branch. T...Christian Heimes2008-04-181-22/+314
* Patch #1675423: PyComplex_AsCComplex() now tries to convert an objectGeorg Brandl2007-03-171-51/+195
* Patch #826074: cmath.log optional base argument, fixes #823209Raymond Hettinger2004-06-141-2/+19
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-16/+16
* Very very small comment change.Roger E. Masse1996-12-201-1/+1
* Many scripts, but small changes. Update the way the scripts obtain theRoger E. Masse1996-12-201-16/+29
* New test module for complex math moduleRoger E. Masse1996-12-091-0/+22