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
/
Include
/
cpython
/
longintrepr.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-120593: Make _PyLong_CompactValue() parameter const again (#122367)
Victor Stinner
2024-07-28
1
-4/+4
*
gh-120593: Fix const qualifier in _PyLong_CompactValue() (#121053)
Victor Stinner
2024-06-26
1
-2/+2
*
gh-83754: Use the Py_TYPE() macro (#120599)
Victor Stinner
2024-06-17
1
-2/+2
*
gh-116869: Make C API compatible with ISO C90 (#116950)
Victor Stinner
2024-03-18
1
-1/+2
*
gh-113706: Update comment about long int representation (#113707)
Michael Droettboom
2024-02-26
1
-10/+21
*
gh-112026: Restore removed private C API (#112115)
Victor Stinner
2023-11-15
1
-0/+10
*
gh-106320: Remove private _PyLong_New() function (#108604)
Victor Stinner
2023-08-29
1
-8/+0
*
GH-101291: Avoid using macros with casts in low-level long API. (#104742)
Mark Shannon
2023-05-22
1
-2/+3
*
GH-101291: Add low level, unstable API for pylong (GH-101685)
Mark Shannon
2023-05-21
1
-0/+26
*
GH-101291: Rearrange the size bits in PyLongObject (GH-102464)
Mark Shannon
2023-03-22
1
-1/+5
*
GH-101291: Refactor the `PyLongObject` struct into object header and PyLongVa...
Mark Shannon
2023-01-30
1
-2/+7
*
gh-101037: Fix potential memory underallocation for zeros of int subtypes (#1...
Mark Dickinson
2023-01-21
1
-0/+3
*
bpo-46218: Change long_pow() to sliding window algorithm (GH-30319)
Tim Peters
2022-01-02
1
-6/+0
*
bpo-35134: Move classobject.h to Include/cpython/ (GH-28968)
Victor Stinner
2021-10-15
1
-0/+99