Commits
User selector
Commit History
Commits on Feb 25, 2022
bpo-46656: Remove Py_NO_NAN macro (GH-31160)
Show description for 1b2611eauthored
Commits on Feb 23, 2022
bpo-45412: Add _PY_SHORT_FLOAT_REPR macro (GH-31171)
Show description for 9bbdde2authored
Commits on Feb 8, 2022
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
Show description for 81c7204authored
Commits on Jan 15, 2022
Commits on Jan 9, 2022
Commits on Dec 31, 2021
bpo-37295: More direct computation of power-of-two factor in math.comb (GH-30313)
Show description for 0b58bacandauthored
Commits on Dec 28, 2021
Commits on Dec 9, 2021
Commits on Dec 5, 2021
bpo-37295: Optimize math.comb() and math.perm() (GH-29090)
Show description for 60c320cauthored
Commits on Nov 29, 2021
bpo-45917: Add math.exp2() method - return 2 raised to the power of x (GH-29829)
Show description for 6266e4aandauthored
Commits on Oct 25, 2021
bpo-45548: Remove _math.c workarounds for pre-C99 libm (GH-29179)
Show description for fa26245authored
Commits on Oct 22, 2021
bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157)
Show description for 03e9f5dauthored
Commits on Oct 12, 2021
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Show description for d943d19authored
Commits on Oct 11, 2021
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Show description for ce3489cauthored
Commits on Sep 28, 2021
Commits on Jun 12, 2021
bpo-44339: Fix math.pow corner case to comply with IEEE 754 (GH-26606)
Show description for 4a42cebauthored
Commits on Jun 10, 2021
bpo-44357:Add `math.cbrt()` function: Cube Root (GH-26622)
Show description for ac867f1authored
Commits on May 26, 2021
bpo-42161: mathmodule.c: move _PyLong_GetOne() loop invariant (GH-26391)
Show description for 3e7ee02authored
Commits on Mar 3, 2021
Commits on Jan 29, 2021
bpo-42323: Fix math.nextafter() on AIX (GH-24381)
Show description for 0837f99authored
Commits on Jan 20, 2021
Commits on Oct 27, 2020
bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998)
Show description for 3783413authored
Commits on Oct 2, 2020
Commits on Sep 23, 2020
Commits on Sep 19, 2020
Commits on Sep 14, 2020
Commits on Sep 6, 2020
Commits on Sep 2, 2020
Commits on Aug 30, 2020
Commits on Aug 29, 2020
Commits on Aug 26, 2020
Commits on Aug 25, 2020
Commits on Aug 16, 2020
Commits on Jun 23, 2020
Commits on Jun 15, 2020
bpo-29782: Consolidate _Py_Bit_Length() (GH-20739)
Show description for 794e7d1authored