summaryrefslogtreecommitdiffstats
path: root/Python/pymath.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-45440: Remove pymath.c fallbacks (GH-28977)Victor Stinner2021-10-151-48/+0
* bpo-45440: Require math.h isinf() to build (GH-28894)Victor Stinner2021-10-131-13/+0
* bpo-45412: Move _Py_SET_53BIT_PRECISION_START to pycore_pymath.h (GH-28882)Victor Stinner2021-10-111-5/+4
* bpo-29782: Consolidate _Py_Bit_Length() (GH-20739)Niklas Fiekas2020-06-151-15/+0
* bpo-31031: Unify duplicate bits_in_digit and bit_length (GH-2866)Niklas Fiekas2020-01-161-0/+15
* bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503)Gregory P. Smith2018-11-131-1/+1
* bpo-35214: Initial clang MemorySanitizer support (GH-10479)Gregory P. Smith2018-11-121-1/+3
* Issue 24366: Indent code (thanks to li4ick for reporting).Yury Selivanov2015-06-021-1/+1
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-24/+24
* Merged revisions 76978 via svnmerge fromMark Dickinson2009-12-211-199/+0
* The SSE2 detection and enabling could potentially causeMark Dickinson2009-04-181-5/+1
* Merged revisions 71705 via svnmerge fromMark Dickinson2009-04-181-1/+1
* Add check for C99 round function to configure, and defineMark Dickinson2009-04-181-0/+13
* Issue #1580: use short float repr where possible.Mark Dickinson2009-04-161-0/+22
* Merged revisions 69459 via svnmerge fromMark Dickinson2009-02-091-0/+13
* Merged revisions 66552-66553 via svnmerge fromAndrew MacIntyre2008-09-221-0/+2
* Merged revisions 62380,62382-62383 via svnmerge fromChristian Heimes2008-04-191-0/+232