index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
cmathmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-116738: Statically initialize special constants in cmath module (gh-142161)
Alper
2025-12-04
1
-126/+99
*
gh-141004: soft-deprecate Py_INFINITY macro (#141033)
Sergey B Kirpichev
2025-11-12
1
-3/+3
*
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
Adam Turner
2025-08-18
1
-2/+4
*
gh-120026: soft deprecate Py_HUGE_VAL macro (#120027)
Sergey B Kirpichev
2024-11-01
1
-1/+1
*
gh-122681: remove m_atan2()/c_atan2() helpers (#122715)
Sergey B Kirpichev
2024-08-17
1
-2/+2
*
gh-121268: Remove workarounds for non-IEEE 754 systems in cmath (#122716)
Sergey B Kirpichev
2024-08-09
1
-14/+3
*
gh-122681: merge m_atan2() and c_atan2() helper functions (#122682)
Sergey B Kirpichev
2024-08-06
1
-32/+2
*
gh-122637: fix tanh(±0+infj) and tanh(±0+nanj) to return ±0+nanj (#122638)
Sergey B Kirpichev
2024-08-04
1
-2/+2
*
gh-121889: cmath.acosh(0+nanj) returns nan+pi/2j (#121892)
Sergey B Kirpichev
2024-08-04
1
-2/+2
*
gh-119613: Use C99+ functions instead of Py_IS_NAN/INFINITY/FINITE (#119619)
Sergey B Kirpichev
2024-05-29
1
-37/+35
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
1
-0/+1
*
gh-86493: Fix possible leaks in some modules initialization (GH-106768)
Serhiy Storchaka
2023-07-18
1
-8/+7
*
gh-106320: Add pycore_complexobject.h header file (#106339)
Victor Stinner
2023-07-02
1
-0/+1
*
gh-104263: Rely on Py_NAN and introduce Py_INFINITY (GH-104202)
Sebastian Berg
2023-05-10
1
-55/+6
*
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow
2023-05-05
1
-0/+1
*
Few coverage nitpicks for the cmath module (#102067)
Sergey B Kirpichev
2023-02-22
1
-2/+2
*
Add missing 'is' to `cmath.log()` docstring (#102049)
Owain Davies
2023-02-19
1
-2/+2
*
Revert "gh-89381: Fix invalid signatures of math/cmath.log (#101404)" (#101580)
Mark Dickinson
2023-02-05
1
-5/+4
*
gh-89381: Fix invalid signatures of math/cmath.log (#101404)
Sergey B Kirpichev
2023-01-29
1
-4/+5
*
bpo-46656: Remove Py_NO_NAN macro (GH-31160)
Victor Stinner
2022-02-25
1
-2/+2
*
bpo-45412: Add _PY_SHORT_FLOAT_REPR macro (GH-31171)
Victor Stinner
2022-02-23
1
-7/+8
*
bpo-45548: Remove _math.c workarounds for pre-C99 libm (GH-29179)
Christian Heimes
2021-10-25
1
-4/+6
*
bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157)
Christian Heimes
2021-10-22
1
-0/+4
*
bpo-1635741: Port cmath to multi-phase init (PEP 489) (GH-22165)
Mohamed Koubaa
2020-09-10
1
-30/+48
*
bpo-35081: Move dtoa.h header to the internal C API (GH-18489)
Victor Stinner
2020-02-12
1
-0/+1
*
bpo-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231)
Victor Stinner
2019-11-20
1
-11/+2
*
bpo-37206: Unrepresentable default values no longer represented as None. (GH-...
Serhiy Storchaka
2019-09-14
1
-4/+4
*
bpo-36908: 'This module is always available' isn't helpful. (#13297)
Ned Batchelder
2019-05-17
1
-2/+2
*
Issue 23229: add cmath.inf, cmath.nan, cmath.infj and cmath.nanj.
Mark Dickinson
2016-08-29
1
-0/+54
*
Issue #12345: Add mathemathcal constant tau to math and cmath.
Guido van Rossum
2016-08-15
1
-0/+1
*
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka
2016-07-07
1
-52/+52
*
Issue #26305: Argument Clinic now escapes braces. No need to double them.
Serhiy Storchaka
2016-06-09
1
-7/+7
*
Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().
Antoine Pitrou
2015-06-23
1
-1/+2
|
\
|
*
Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().
Antoine Pitrou
2015-06-23
1
-1/+2
*
|
Issue #19543: Implementation of isclose as per PEP 485
Tal Einat
2015-05-31
1
-0/+68
*
|
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka
2015-04-03
1
-2/+1
*
|
Regenerated Argument Clinic checksums.
Serhiy Storchaka
2015-02-20
1
-3/+3
*
|
Issue #21092: Merge from 3.4.
Mark Dickinson
2015-01-11
1
-3/+3
|
\
\
|
|
/
|
*
Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hy...
Mark Dickinson
2015-01-11
1
-3/+3
*
|
Issue #20152: Convert the cmath module to Argument Clinic.
Brett Cannon
2014-10-14
1
-222/+267
*
|
Fix compilation failure (followup to #21803)
Antoine Pitrou
2014-07-07
1
-3/+3
|
/
*
The function name for cmath.isinf in PyArg_ParseTuple() was wrong.
Brett Cannon
2014-01-31
1
-1/+1
*
Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath...
Mark Dickinson
2013-07-20
1
-0/+7
*
#11565: Merge with 3.1.
Ezio Melotti
2011-03-16
1
-1/+1
|
\
|
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
1
-1/+1
|
*
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou
2010-05-09
1
-810/+810
|
*
Merged revisions 74305 via svnmerge from
Mark Dickinson
2009-08-04
1
-1/+1
*
|
Issue #9165: Add math.isfinite and cmath.isfinite.
Mark Dickinson
2010-07-11
1
-0/+14
*
|
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-810/+810
*
|
Merged revisions 76978 via svnmerge from
Mark Dickinson
2009-12-21
1
-5/+6
[next]