summaryrefslogtreecommitdiffstats
path: root/Include/cpython/longobject.h
Commit message (Expand)AuthorAgeFilesLines
* 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