aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/pymath.c
Commit message (Expand)AuthorAge
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-09
* Issue #7518: Move substitute definitions of C99 math functions fromMark Dickinson2009-12-21
* Issue #7117 (backport py3k float repr) continued:Mark Dickinson2009-10-24
* Backport r71704 (add configure check for C99 round function) to trunk.Mark Dickinson2009-04-18
* copysign shouldn't be declared as static in pymath.cMark Dickinson2009-04-18
* Issue #4575: fix Py_IS_INFINITY macro to work correctly on x87 FPUs.Mark Dickinson2009-02-09
* any platform without HAVE_LOG1P should have DBL_EPSILON in <float.h>Andrew MacIntyre2008-09-22
* I finally got the time to update and merge Mark's and my trunk-math branch. T...Christian Heimes2008-04-18