COMMITS
/ Modules/_testcapi/long.c April 2, 2026
V
gh-147988: Initialize digits in long_alloc() in debug mode (#147989)
Victor Stinner committed
June 19, 2025
S
gh-135709: Fix two compile warnings on WASM buildbot (#135712)
sobolevn 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
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 12, 2024
October 14, 2023
S
gh-110628: Add tests for PyLong C API (GH-110629)
Serhiy Storchaka committed
September 22, 2023
V
gh-109723: Disable Py_BUILD_CORE in _testcapi (#109727)
Victor Stinner committed
September 1, 2023
V
gh-106320: Remove private _PyLong_Sign() (#108743)
Victor Stinner committed
August 24, 2023
V
gh-108444: Add PyLong_AsInt() public function (#108445)
Victor Stinner committed
May 23, 2023
D
gh-104469: Convert _testcapi/long to use AC (gh-104720)
Dong-hee Na committed
May 21, 2023
M
GH-101291: Add low level, unstable API for pylong (GH-101685)
Mark Shannon committed
November 22, 2022
V
gh-99537: Use Py_SETREF() function in longobject C code (#99655)
Victor Stinner committed
November 17, 2022
E
gh-93649: Split float/long tests from _testcapimodule.c (GH-99549)
Erlend E. Aasland committed