COMMITS
/ Lib/test/test_capi/test_long.py April 2, 2026
V
gh-147988: Initialize digits in long_alloc() in debug mode (#147989)
Victor Stinner committed
March 31, 2026
S
gh-143050: Correct PyLong_FromString() to use _PyLong_Negate() (#145901)
Sergey B Kirpichev committed
March 13, 2025
C
March 5, 2025
P
gh-130824: Add tests for `NULL` in `PyLong_*AndOverflow` functions (GH-130828)
Peter Bierma committed
December 13, 2024
V
gh-102471, PEP 757: Add PyLong import and export API (#121339)
Victor Stinner committed
November 12, 2024
R
gh-126061: Add PyLong_IsPositive/Zero/Negative() functions (#126065)
RUANG (James Roy) committed
August 30, 2024
S
gh-121485: Always use 64-bit integers for integers bits count (GH-121486)
Serhiy Storchaka committed
August 28, 2024
V
gh-120389: Add PyLong_FromInt64() and PyLong_AsInt64() (#120390)
Victor Stinner committed
July 22, 2024
S
Refactor test_capi.test_long (GH-122113)
Serhiy Storchaka committed
June 28, 2024
S
gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)
Steve Dower committed
June 3, 2024
S
gh-116560: Add PyLong_GetSign() public function (#116561)
Sergey B Kirpichev committed
April 5, 2024
S
March 20, 2024
S
gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bit platforms (GH-117064)
Serhiy Storchaka committed
March 19, 2024
V
gh-116417: Move limited C API long.c tests to _testlimitedcapi (#117001)
Victor Stinner committed
February 22, 2024
G
gh-111140: Improve PyLong_AsNativeBytes API doc example & improve the test (#115380)
Gregory P. Smith committed
February 12, 2024
October 14, 2023
S
gh-110628: Add tests for PyLong C API (GH-110629)
Serhiy Storchaka committed
August 24, 2023
V
gh-108444: Add PyLong_AsInt() public function (#108445)
Victor Stinner committed
May 21, 2023
M
GH-101291: Add low level, unstable API for pylong (GH-101685)
Mark Shannon committed