summaryrefslogtreecommitdiffstats
path: root/Include/cpython/longintrepr.h
Commit message (Expand)AuthorAgeFilesLines
* gh-135379: Move PyLong_CheckCompact to private header and rename it (GH-135707)Ken Jin2025-06-191-6/+0
* gh-135379: Add back const cast to _PyLong_IsCompact (GH-135706)Ken Jin2025-06-191-2/+2
* GH-135379: Specialize int operations for compact ints only (GH-135668)Mark Shannon2025-06-191-0/+6
* gh-127119: Faster check for small ints in long_dealloc (GH-127620)Pieter Eendebak2025-01-291-2/+2
* gh-128863: Deprecate _PyLong_FromDigits() function (#127939)Sergey B Kirpichev2025-01-241-1/+1
* gh-128863: Deprecate _PyLong_New() function (#129212)Sergey B Kirpichev2025-01-231-1/+1
* gh-102471, PEP 757: Add PyLong import and export API (#121339)Victor Stinner2024-12-131-0/+38
* gh-120593: Make _PyLong_CompactValue() parameter const again (#122367)Victor Stinner2024-07-281-4/+4
* gh-120593: Fix const qualifier in _PyLong_CompactValue() (#121053)Victor Stinner2024-06-261-2/+2
* gh-83754: Use the Py_TYPE() macro (#120599)Victor Stinner2024-06-171-2/+2
* gh-116869: Make C API compatible with ISO C90 (#116950)Victor Stinner2024-03-181-1/+2
* gh-113706: Update comment about long int representation (#113707)Michael Droettboom2024-02-261-10/+21
* gh-112026: Restore removed private C API (#112115)Victor Stinner2023-11-151-0/+10
* gh-106320: Remove private _PyLong_New() function (#108604)Victor Stinner2023-08-291-8/+0
* GH-101291: Avoid using macros with casts in low-level long API. (#104742)Mark Shannon2023-05-221-2/+3
* GH-101291: Add low level, unstable API for pylong (GH-101685)Mark Shannon2023-05-211-0/+26
* GH-101291: Rearrange the size bits in PyLongObject (GH-102464)Mark Shannon2023-03-221-1/+5
* GH-101291: Refactor the `PyLongObject` struct into object header and PyLongVa...Mark Shannon2023-01-301-2/+7
* gh-101037: Fix potential memory underallocation for zeros of int subtypes (#1...Mark Dickinson2023-01-211-0/+3
* bpo-46218: Change long_pow() to sliding window algorithm (GH-30319)Tim Peters2022-01-021-6/+0
* bpo-35134: Move classobject.h to Include/cpython/ (GH-28968)Victor Stinner2021-10-151-0/+99