summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_capi/test_long.py
Commit message (Expand)AuthorAgeFilesLines
* [3.13] Refactor test_capi.test_long (GH-122113) (GH-122137)Miss Islington (bot)2024-07-231-179/+66
* gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)Miss Islington (bot)2024-06-281-2/+9
* gh-111140: PyLong_From/AsNativeBytes: Take *flags* rather than just *endianne...Steve Dower2024-04-051-7/+111
* gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bit platf...Serhiy Storchaka2024-03-201-0/+28
* gh-116417: Move limited C API long.c tests to _testlimitedcapi (#117001)Victor Stinner2024-03-191-20/+21
* gh-111140: Improve PyLong_AsNativeBytes API doc example & improve the test (#...Gregory P. Smith2024-02-221-5/+25
* gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes fun...Steve Dower2024-02-121-0/+145
* gh-110628: Add tests for PyLong C API (GH-110629)Serhiy Storchaka2023-10-141-17/+376
* gh-108444: Add PyLong_AsInt() public function (#108445)Victor Stinner2023-08-241-0/+30
* GH-101291: Add low level, unstable API for pylong (GH-101685)Mark Shannon2023-05-211-0/+39