summaryrefslogtreecommitdiff
path: root/Lib/test/test_cmath.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27953: skip failing math and cmath tests for tan on OS X 10.4.Mark Dickinson2016-09-041-0/+20
* Issue 23229: add cmath.inf, cmath.nan, cmath.infj and cmath.nanj.Mark Dickinson2016-08-291-0/+17
* Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().Antoine Pitrou2015-06-231-10/+41
|\
| * Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().Antoine Pitrou2015-06-231-10/+41
* | Issue #19543: Implementation of isclose as per PEP 485Tal Einat2015-05-311-0/+42
* | Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+2
|/
* Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-271-1/+1
* Issue #15477: Add workaround for log1p(-0.0) on platforms where it's broken.Mark Dickinson2012-08-181-4/+0
* Issue #10624: Use support.requires_IEEE_754 in all appropriate tests.Eric Smith2010-12-041-7/+7
* Issue #9920: Skip tests for cmath.atan and cmath.atanh applied toMark Dickinson2010-11-201-0/+18
* Streamline a cmath test (and fix some overlong lines into the bargain).Mark Dickinson2010-11-131-4/+2
* Update assertComplexIdentical to handle nans correctly.Mark Dickinson2010-11-071-5/+32
* Issue #10337: skip tests of tanh() sign in test_math and test_cmath if tanh()Victor Stinner2010-11-071-1/+17
* assertEquals -> assertEqualMark Dickinson2010-07-111-1/+1
* Issue #9165: Add math.isfinite and cmath.isfinite.Mark Dickinson2010-07-111-0/+9
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-1/+0
* Merged revisions 78678,78680,78682 via svnmerge fromBenjamin Peterson2010-03-051-0/+0
* Merged revisions 76948 via svnmerge fromMark Dickinson2009-12-201-63/+50
* Merged revisions 76939,76941 via svnmerge fromMark Dickinson2009-12-201-2/+4
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-28/+28
* Issue 4910, patch 2 of (probably) 3: pave the way for renaming ofMark Dickinson2009-01-151-3/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 62380,62382-62383 via svnmerge fromChristian Heimes2008-04-191-24/+314
* Forgot to run the tests after making the places and msg argument keyword-only.Jeffrey Yasskin2007-09-071-4/+4
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-51/+195
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-3/+3
* 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