COMMITS
/ Modules/mathmodule.c May 26, 2025
S
[3.13] gh-132876: workaround broken ldexp() on Windows 10 (GH-133135) (#134685)
Sergey B Kirpichev committed
May 12, 2025
M
September 30, 2024
S
[3.13] gh-123836: workaround fmod(x, y) bug on Windows (GH-124171) (#124187)
Sergey B Kirpichev committed
July 19, 2024
S
[3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012)
Serhiy Storchaka committed
May 8, 2024
T
gh-118671: Updated dead ActiveState links (#118730)
trag1c committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
March 17, 2024
V
gh-73468: Add math.fma() function (#116667)
Victor Stinner committed
February 3, 2024
J
gh-111417: Remove unused code block in math.trunc() and round() (GH-111454)
Jason Zhang committed
January 26, 2024
E
gh-114569: Use PyMem_* APIs for most non-PyObject uses (#114574)
Erlend E. Aasland committed
January 10, 2024
V
gh-111139: Optimize math.gcd(int, int) (#113887)
Victor Stinner committed
October 28, 2023
S
gh-111342: fix typo in math.sumprod (GH-111416)
Sergey B Kirpichev committed
October 6, 2023
S
gh-110489: Optimise math.ceil for known exact float (#108801)
Shantanu committed
September 3, 2023
S
gh-102837: improve test coverage for math module (#102523)
Sergey B Kirpichev committed
August 26, 2023
V
gh-106320: Remove private AC converter functions (#108505)
Victor Stinner committed
July 18, 2023
S
gh-86493: Fix possible leaks in some modules initialization (GH-106768)
Serhiy Storchaka committed
June 7, 2023
N
May 19, 2023
M
gh-94906: Support multiple steps in math.nextafter (#103881)
Matthias Görgens committed
May 10, 2023
S
gh-104263: Rely on Py_NAN and introduce Py_INFINITY (GH-104202)
Sebastian Berg committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
April 28, 2023
W
Fix typo in math.log docstring (#103943)
Wes Turner committed
April 27, 2023
E
gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)
Eric Snow committed
March 22, 2023
M
GH-101291: Rearrange the size bits in PyLongObject (GH-102464)
Mark Shannon committed
March 21, 2023
S
gh-102839: remove AC for math.log (GH-102863)
Sergey B Kirpichev committed
March 18, 2023
R
Add more comments to hypot() (GH-102817)
Raymond Hettinger committed
March 17, 2023
R
Simplify and improve accuracy for subnormals in hypot() (GH-102785)
Raymond Hettinger committed
March 15, 2023
R
Simplify and speed-up math.hypot() and math.dist() (GH-102734)
Raymond Hettinger committed
February 9, 2023
S
gh-101678: Merge math_1_to_whatever() and math_1() (#101730)
Sergey B Kirpichev committed
S
gh-101678: refactor the math module to use special functions from c11 (GH-101679)
Sergey B Kirpichev committed
February 5, 2023
M
Revert "gh-89381: Fix invalid signatures of math/cmath.log (#101404)" (#101580)
Mark Dickinson committed
February 4, 2023
R
GH-100485: Create an alternative code path when an accurate fma() implementation is not available (#101567)
Raymond Hettinger committed
January 29, 2023
S
gh-89381: Fix invalid signatures of math/cmath.log (#101404)
Sergey B Kirpichev committed
January 28, 2023
R
GH-100485: Add extended accuracy test. Switch to faster fma() based variant. GH-101383)
Raymond Hettinger committed
January 27, 2023
R
Speed-up and improve accuracy with Rump Algorithms (3.1) and (5.10) (GH-101366)
Raymond Hettinger committed
January 22, 2023
R
Sumprod(): Update citation. Reorder functions. Add final twosum() call. Improve comments. (#101249)
Raymond Hettinger committed
January 9, 2023
N
gh-100873: Fix "‘lo’ may be used uninitialized in this function" warning in `mathmodule.c` (#100881)
Nikita Sobolev committed
January 8, 2023
M
gh-100833: Remove 'volatile' qualifiers in fsum algorithm (#100845)
Mark Dickinson committed
R
GH-100485: Tweaks to sumprod() (GH-100857)
Raymond Hettinger committed
R
GH-100485: Convert from Fast2Sum to 2Sum (GH-100836)
Raymond Hettinger committed
January 7, 2023
R
GH-100485: Add math.sumprod() (GH-100677)
Raymond Hettinger committed
November 23, 2022
V
gh-99537: Use Py_SETREF(var, NULL) in C code (#99687)
Victor Stinner committed
November 22, 2022
V
gh-99537: Use Py_SETREF() function in C code (#99656)
Victor Stinner committed
November 14, 2022
V
gh-99300: Use Py_NewRef() in Modules/ directory (#99469)
Victor Stinner committed
November 1, 2022
K
GH-98897: fix memory leak if `math.dist` raises exception (GH-98898)
Kumar Aditya committed
June 12, 2022
D
Remove usage of _Py_IDENTIFIER from math module (#93739)
Dong-hee Na committed
June 3, 2022
P
remove redundant argument to log_helper (GH-93440)
Pieter Eendebak committed
May 3, 2022
V
gh-91320: Use _PyCFunction_CAST() (#92251)
Victor Stinner committed
April 6, 2022
R
Change parameter name from *x* for reals to *n* for integers. (GH-32377)
Raymond Hettinger committed
February 25, 2022
V
bpo-46656: Remove Py_NO_NAN macro (GH-31160)
Victor Stinner committed
February 23, 2022
V
bpo-45412: Add _PY_SHORT_FLOAT_REPR macro (GH-31171)
Victor Stinner committed
February 8, 2022