COMMITS
/ Lib/test/test_cmath.py April 27, 2026
M
gh-148868: Increase test coverage for `cmath.isinf` (#148869)
Manoj K M committed
March 25, 2026
S
gh-138573: Filter out failing math tests on Solaris (#146402)
Sergey B Kirpichev committed
September 8, 2024
S
gh-121039: add Floats/ComplexesAreIdenticalMixin to test.support.testcase (GH-121071)
Sergey B Kirpichev committed
May 10, 2023
S
gh-104263: Rely on Py_NAN and introduce Py_INFINITY (GH-104202)
Sebastian Berg committed
February 22, 2023
S
Few coverage nitpicks for the cmath module (#102067)
Sergey B Kirpichev committed
October 26, 2022
N
gh-98727: Remove old style classes from `test_cmath` (GH-98728)
Nikita Sobolev committed
November 1, 2021
C
bpo-45668: Fix PGO tests without test extensions (GH-29315)
Christian Heimes committed
April 4, 2021
I
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145)
Inada Naoki committed
July 1, 2019
V
Remove unused imports in tests (GH-14518)
Victor Stinner committed
June 1, 2019
S
bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)
Serhiy Storchaka committed
September 12, 2018
B
closes bpo-34640: Remove the TANH_PRESERVES_ZERO_SIGN configure check. (GH-9206)
Benjamin Peterson committed
September 4, 2016
M
Issue #27953: skip failing math and cmath tests for tan on OS X 10.4.
Mark Dickinson committed
August 29, 2016
M
Issue 23229: add cmath.inf, cmath.nan, cmath.infj and cmath.nanj.
Mark Dickinson committed
June 23, 2015
A
Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().
Antoine Pitrou committed
A
Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().
Antoine Pitrou committed
May 31, 2015
T
Issue #19543: Implementation of isclose as per PEP 485
Tal Einat committed
April 13, 2015
Z
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware committed
August 27, 2013
S
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka committed
August 18, 2012
M
Issue #15477: Add workaround for log1p(-0.0) on platforms where it's broken.
Mark Dickinson committed
December 4, 2010
E
Issue #10624: Use support.requires_IEEE_754 in all appropriate tests.
Eric Smith committed
November 20, 2010
M
Issue #9920: Skip tests for cmath.atan and cmath.atanh applied to
Mark Dickinson committed
November 13, 2010
M
Streamline a cmath test (and fix some overlong lines into the bargain).
Mark Dickinson committed
November 7, 2010
M
Update assertComplexIdentical to handle nans correctly.
Mark Dickinson committed
V
Issue #10337: skip tests of tanh() sign in test_math and test_cmath if tanh()
Victor Stinner committed
July 11, 2010
M
assertEquals -> assertEqual
Mark Dickinson committed
M
Issue #9165: Add math.isfinite and cmath.isfinite.
Mark Dickinson committed
March 14, 2010
G
Merged revisions 78093 via svnmerge from
Georg Brandl committed
March 5, 2010
B
Merged revisions 78678,78680,78682 via svnmerge from
Benjamin Peterson committed
December 20, 2009
M
Merged revisions 76948 via svnmerge from
Mark Dickinson committed
M
Merged revisions 76939,76941 via svnmerge from
Mark Dickinson committed
June 30, 2009
B
convert old fail* assertions to assert*
Benjamin Peterson committed
January 15, 2009
M
Issue 4910, patch 2 of (probably) 3: pave the way for renaming of
Mark Dickinson committed
May 20, 2008
B
#2621 rename test.test_support to test.support
Benjamin Peterson committed
April 19, 2008
C
Merged revisions 62380,62382-62383 via svnmerge from
Christian Heimes committed
September 7, 2007
J
Forgot to run the tests after making the places and msg argument keyword-only.
Jeffrey Yasskin committed
April 27, 2007
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
February 9, 2007
G
Fix most trivially-findable print statements.
Guido van Rossum committed
June 14, 2004
R
Patch #826074: cmath.log optional base argument, fixes #823209
Raymond Hettinger committed
July 23, 2002
B
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw committed
January 17, 2001
F
a bold attempt to fix things broken by MAL's verify patch: import
Fredrik Lundh committed
M
This patch removes all uses of "assert" in the regression test suite
Marc-André Lemburg committed
March 26, 1998
G
Mass check-in after untabifying all files that need it.
Guido van Rossum committed
December 20, 1996
R
Very very small comment change.
Roger E. Masse committed
R
Many scripts, but small changes. Update the way the scripts obtain the
Roger E. Masse committed
December 9, 1996
R
New test module for complex math module
Roger E. Masse committed