COMMITS
/ Modules/mathmodule.c November 7, 2024
S
gh-122943: Rework support of var-positional parameter in Argument Clinic (GH-122945)
Serhiy Storchaka committed
November 5, 2024
L
gh-119793: Prefer `map(..., strict=True)` over starmap/zip in examples (#126407)
Lukas Geiger committed
November 1, 2024
S
gh-120026: soft deprecate Py_HUGE_VAL macro (#120027)
Sergey B Kirpichev committed
October 31, 2024
S
gh-101123: Adapt vararg functions in the math module to Argument Clinic (#126235)
Sergey B Kirpichev committed
September 29, 2024
S
gh-123497: New limit for Python integers on 64-bit platforms (GH-123724)
Serhiy Storchaka committed
September 17, 2024
S
gh-123836: workaround fmod(x, y) bug on Windows (#124171)
Sergey B Kirpichev committed
August 30, 2024
S
gh-121485: Always use 64-bit integers for integers bits count (GH-121486)
Serhiy Storchaka committed
August 17, 2024
S
gh-122681: remove m_atan2()/c_atan2() helpers (#122715)
Sergey B Kirpichev committed
August 6, 2024
S
gh-122681: merge m_atan2() and c_atan2() helper functions (#122682)
Sergey B Kirpichev committed
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
May 29, 2024
S
gh-119613: Use C99+ functions instead of Py_IS_NAN/INFINITY/FINITE (#119619)
Sergey B Kirpichev 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