summaryrefslogtreecommitdiffstats
path: root/Include/cpython/longobject.h
Commit message (Expand)AuthorAgeFilesLines
* gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)Steve Dower2024-06-281-2/+5
* gh-116560: Add PyLong_GetSign() public function (#116561)Sergey B Kirpichev2024-06-031-3/+7
* gh-119336: Restore removed _PyLong_NumBits() function (#119418)Ethan Smith2024-05-301-0/+9
* gh-111140: PyLong_From/AsNativeBytes: Take *flags* rather than just *endianne...Steve Dower2024-04-051-5/+19
* gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes fun...Steve Dower2024-02-121-1/+35
* gh-112026: Restore removed private C API (#112115)Victor Stinner2023-11-151-0/+5
* gh-106320: Re-add some PyLong/PyDict C-API functions (GH-#111162)scoder2023-10-251-0/+42
* gh-106320: Remove private _PyLong_Sign() (#108743)Victor Stinner2023-09-011-15/+0
* gh-106320: Remove private _PyLong_FileDescriptor_Converter() (#108503)Victor Stinner2023-08-261-2/+0
* gh-106320: Remove private _PyLong converter functions (#108499)Victor Stinner2023-08-261-4/+0
* gh-108444: Remove _PyLong_AsInt() function (#108461)Victor Stinner2023-08-251-3/+0
* gh-108444: Add PyLong_AsInt() public function (#108445)Victor Stinner2023-08-241-1/+2
* gh-106320: Remove private PyLong C API functions (#108429)Victor Stinner2023-08-241-69/+1
* GH-101291: Add low level, unstable API for pylong (GH-101685)Mark Shannon2023-05-211-0/+5
* bpo-35134: Add Include/cpython/longobject.h (GH-29044)Victor Stinner2021-10-191-0/+95