Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused internal macros (#102415) | Mark Dickinson | 2023-03-04 | 1 | -15/+0 |
* | gh-82616: Add Py_IS_TYPE_SIGNED() macro (#93178) | Victor Stinner | 2022-05-27 | 1 | -6/+2 |
* | bpo-46816: Remove declarations for non-__STDC__ compilers (GH-31466) | Oleg Iarygin | 2022-02-25 | 1 | -9/+0 |
* | bpo-45412: Add _PY_SHORT_FLOAT_REPR macro (GH-31171) | Victor Stinner | 2022-02-23 | 1 | -8/+57 |
* | bpo-45440: Remove pymath.c fallbacks (GH-28977) | Victor Stinner | 2021-10-15 | 1 | -18/+0 |
* | bpo-45440: Require math.h isinf() to build (GH-28894) | Victor Stinner | 2021-10-13 | 1 | -0/+3 |
* | bpo-45412: Move copysign() define to pycore_pymath.h (GH-28889) | Victor Stinner | 2021-10-11 | 1 | -0/+28 |
* | bpo-45412: Move _Py_SET_53BIT_PRECISION_START to pycore_pymath.h (GH-28882) | Victor Stinner | 2021-10-11 | 1 | -0/+91 |
* | bpo-45412: Update _Py_ADJUST_ERANGE1() comment (GH-28884) | Victor Stinner | 2021-10-11 | 1 | -2/+9 |
* | bpo-45412: Remove Py_SET_ERRNO_ON_MATH_ERROR() macro (GH-28820) | Victor Stinner | 2021-10-11 | 1 | -0/+73 |