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
/
longobject.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)
Steve Dower
2024-06-28
1
-2/+5
*
gh-116560: Add PyLong_GetSign() public function (#116561)
Sergey B Kirpichev
2024-06-03
1
-3/+7
*
gh-119336: Restore removed _PyLong_NumBits() function (#119418)
Ethan Smith
2024-05-30
1
-0/+9
*
gh-111140: PyLong_From/AsNativeBytes: Take *flags* rather than just *endianne...
Steve Dower
2024-04-05
1
-5/+19
*
gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes fun...
Steve Dower
2024-02-12
1
-1/+35
*
gh-112026: Restore removed private C API (#112115)
Victor Stinner
2023-11-15
1
-0/+5
*
gh-106320: Re-add some PyLong/PyDict C-API functions (GH-#111162)
scoder
2023-10-25
1
-0/+42
*
gh-106320: Remove private _PyLong_Sign() (#108743)
Victor Stinner
2023-09-01
1
-15/+0
*
gh-106320: Remove private _PyLong_FileDescriptor_Converter() (#108503)
Victor Stinner
2023-08-26
1
-2/+0
*
gh-106320: Remove private _PyLong converter functions (#108499)
Victor Stinner
2023-08-26
1
-4/+0
*
gh-108444: Remove _PyLong_AsInt() function (#108461)
Victor Stinner
2023-08-25
1
-3/+0
*
gh-108444: Add PyLong_AsInt() public function (#108445)
Victor Stinner
2023-08-24
1
-1/+2
*
gh-106320: Remove private PyLong C API functions (#108429)
Victor Stinner
2023-08-24
1
-69/+1
*
GH-101291: Add low level, unstable API for pylong (GH-101685)
Mark Shannon
2023-05-21
1
-0/+5
*
bpo-35134: Add Include/cpython/longobject.h (GH-29044)
Victor Stinner
2021-10-19
1
-0/+95