aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Include/pymath.h
Commit message (Expand)AuthorAge
* gh-120026: soft deprecate Py_HUGE_VAL macro (#120027)Sergey B Kirpichev2024-11-01
* gh-119613: Soft deprecate Py_IS_NAN/INFINITY/FINITE (#119701)Sergey B Kirpichev2024-05-29
* gh-104263: Rely on Py_NAN and introduce Py_INFINITY (GH-104202)Sebastian Berg2023-05-10
* bpo-46656: Remove Py_NO_NAN macro (GH-31160)Victor Stinner2022-02-25
* bpo-46640: Py_NAN now uses the C99 NAN constant (GH-31134)Victor Stinner2022-02-06
* bpo-45440: Require math.h isinf() to build (GH-28894)Victor Stinner2021-10-13
* bpo-45412: Move copysign() define to pycore_pymath.h (GH-28889)Victor Stinner2021-10-12
* bpo-45412: Move _Py_SET_53BIT_PRECISION_START to pycore_pymath.h (GH-28882)Victor Stinner2021-10-11
* bpo-45412: Remove Py_SET_ERRNO_ON_MATH_ERROR() macro (GH-28820)Victor Stinner2021-10-11
* bpo-45094: Add Py_NO_INLINE macro (GH-28140)Victor Stinner2021-09-03
* bpo-29782: Consolidate _Py_Bit_Length() (GH-20739)Niklas Fiekas2020-06-15
* bpo-31031: Unify duplicate bits_in_digit and bit_length (GH-2866)Niklas Fiekas2020-01-16
* Fix typos in comments, docs and test names (#15018)Min ho Kim2019-07-30
* bpo-31373: fix undefined floating-point demotions (#3396)Benjamin Peterson2017-09-07
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Raymond Hettinger2016-08-30
* Issue #12345: Add mathemathcal constant tau to math and cmath.Guido van Rossum2016-08-15
* Issue #25923: Added the const qualifier to static constant arrays.Serhiy Storchaka2015-12-25
* #21167: Fix definition of NAN when ICC used without -fp-model strict.R David Murray2015-08-13
* Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2Jesus Cea2011-03-14
* Merge branches/pep-0384.Martin v. Löwis2010-12-03
* Merged revisions 76978 via svnmerge fromMark Dickinson2009-12-21
* Merged revisions 73660 via svnmerge fromMark Dickinson2009-06-28
* Add check for C99 round function to configure, and defineMark Dickinson2009-04-18
* Issue #1580: use short float repr where possible.Mark Dickinson2009-04-16
* Merged revisions 69459 via svnmerge fromMark Dickinson2009-02-09
* Merged revisions 68311 via svnmerge fromMark Dickinson2009-01-05
* Merged revisions 68304 via svnmerge fromMark Dickinson2009-01-04
* Merged revisions 68302 via svnmerge fromMark Dickinson2009-01-04
* Merged revisions 68296,68299 via svnmerge fromMark Dickinson2009-01-04
* Merged revisions 65658,65869,65882 via svnmerge fromBenjamin Peterson2008-08-19
* Merged revisions 62380,62382-62383 via svnmerge fromChristian Heimes2008-04-19