COMMITS
/ Include/pymath.h November 12, 2025
S
gh-141004: soft-deprecate Py_INFINITY macro (#141033)
Sergey B Kirpichev committed
November 10, 2025
S
gh-141004: Deprecate Py_MATH_El and Py_MATH_PIl macros (#141035)
Sergey B Kirpichev committed
September 10, 2025
B
gh-136006: fix `Py_NAN` expansion on Solaris systems (#136575)
Bénédikt Tran committed
November 1, 2024
S
gh-120026: soft deprecate Py_HUGE_VAL macro (#120027)
Sergey B Kirpichev committed
May 29, 2024
S
gh-119613: Soft deprecate Py_IS_NAN/INFINITY/FINITE (#119701)
Sergey B Kirpichev committed
May 10, 2023
S
gh-104263: Rely on Py_NAN and introduce Py_INFINITY (GH-104202)
Sebastian Berg committed
February 25, 2022
V
bpo-46656: Remove Py_NO_NAN macro (GH-31160)
Victor Stinner committed
February 6, 2022
V
bpo-46640: Py_NAN now uses the C99 NAN constant (GH-31134)
Victor Stinner committed
October 13, 2021
V
bpo-45440: Require math.h isinf() to build (GH-28894)
Victor Stinner committed
October 11, 2021
V
bpo-45412: Move copysign() define to pycore_pymath.h (GH-28889)
Victor Stinner committed
V
bpo-45412: Move _Py_SET_53BIT_PRECISION_START to pycore_pymath.h (GH-28882)
Victor Stinner committed
V
bpo-45412: Remove Py_SET_ERRNO_ON_MATH_ERROR() macro (GH-28820)
Victor Stinner committed
September 3, 2021
V
bpo-45094: Add Py_NO_INLINE macro (GH-28140)
Victor Stinner committed
June 15, 2020
N
bpo-29782: Consolidate _Py_Bit_Length() (GH-20739)
Niklas Fiekas committed
January 16, 2020
N
bpo-31031: Unify duplicate bits_in_digit and bit_length (GH-2866)
Niklas Fiekas committed
July 30, 2019
M
Fix typos in comments, docs and test names (#15018)
Min ho Kim committed
September 7, 2017
B
bpo-31373: fix undefined floating-point demotions (#3396)
Benjamin Peterson committed
August 30, 2016
R
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger committed
August 15, 2016
G
Issue #12345: Add mathemathcal constant tau to math and cmath.
Guido van Rossum committed
December 25, 2015
S
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka committed
August 13, 2015
R
#21167: Fix definition of NAN when ICC used without -fp-model strict.
R David Murray committed
March 14, 2011
J
Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2
Jesus Cea committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
December 21, 2009
M
Merged revisions 76978 via svnmerge from
Mark Dickinson committed
June 28, 2009
M
Merged revisions 73660 via svnmerge from
Mark Dickinson committed
April 18, 2009
M
Add check for C99 round function to configure, and define
Mark Dickinson committed
April 16, 2009
M
Issue #1580: use short float repr where possible.
Mark Dickinson committed
February 9, 2009
M
Merged revisions 69459 via svnmerge from
Mark Dickinson committed
January 5, 2009
M
Merged revisions 68311 via svnmerge from
Mark Dickinson committed
January 4, 2009
M
Merged revisions 68304 via svnmerge from
Mark Dickinson committed
M
Merged revisions 68302 via svnmerge from
Mark Dickinson committed
M
Merged revisions 68296,68299 via svnmerge from
Mark Dickinson committed
August 19, 2008
B
Merged revisions 65658,65869,65882 via svnmerge from
Benjamin Peterson committed
April 19, 2008
C
Merged revisions 62380,62382-62383 via svnmerge from
Christian Heimes committed