COMMITS
/ Python/pymath.c October 15, 2021
V
bpo-45440: Remove pymath.c fallbacks (GH-28977)
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 _Py_SET_53BIT_PRECISION_START to pycore_pymath.h (GH-28882)
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
November 13, 2018
G
bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503)
Gregory P. Smith committed
November 12, 2018
G
bpo-35214: Initial clang MemorySanitizer support (GH-10479)
Gregory P. Smith committed
June 2, 2015
Y
Issue 24366: Indent code (thanks to li4ick for reporting).
Yury Selivanov committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
December 21, 2009
M
Merged revisions 76978 via svnmerge from
Mark Dickinson committed
April 18, 2009
M
The SSE2 detection and enabling could potentially cause
Mark Dickinson committed
M
Merged revisions 71705 via svnmerge from
Mark Dickinson committed
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
September 22, 2008
A
Merged revisions 66552-66553 via svnmerge from
Andrew MacIntyre committed
April 19, 2008
C
Merged revisions 62380,62382-62383 via svnmerge from
Christian Heimes committed