index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_testcapi
/
long.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-116560: Add PyLong_GetSign() public function (#116561)
Sergey B Kirpichev
2024-06-03
1
-0/+14
*
gh-111140: PyLong_From/AsNativeBytes: Take *flags* rather than just *endianne...
Steve Dower
2024-04-05
1
-7/+7
*
gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bit platf...
Serhiy Storchaka
2024-03-20
1
-0/+12
*
gh-116417: Move limited C API long.c tests to _testlimitedcapi (#117001)
Victor Stinner
2024-03-19
1
-754/+1
*
gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes fun...
Steve Dower
2024-02-12
1
-1/+47
*
gh-110628: Add tests for PyLong C API (GH-110629)
Serhiy Storchaka
2023-10-14
1
-0/+222
*
gh-109723: Disable Py_BUILD_CORE in _testcapi (#109727)
Victor Stinner
2023-09-22
1
-53/+0
*
gh-106320: Remove private _PyLong_Sign() (#108743)
Victor Stinner
2023-09-01
1
-0/+5
*
gh-108444: Add PyLong_AsInt() public function (#108445)
Victor Stinner
2023-08-24
1
-0/+25
*
gh-104469: Convert _testcapi/long to use AC (gh-104720)
Dong-hee Na
2023-05-23
1
-35/+84
*
GH-101291: Add low level, unstable API for pylong (GH-101685)
Mark Shannon
2023-05-21
1
-0/+13
*
gh-99537: Use Py_SETREF() function in longobject C code (#99655)
Victor Stinner
2022-11-22
1
-8/+4
*
gh-93649: Split float/long tests from _testcapimodule.c (GH-99549)
Erlend E. Aasland
2022-11-17
1
-0/+561