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
/
internal
/
pycore_long.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-112026: Restore removed private C API (#112115)
Victor Stinner
2023-11-15
1
-18/+0
*
gh-110481: Implement biased reference counting (gh-110764)
Sam Gross
2023-10-30
1
-1/+1
*
gh-106320: Re-add some PyLong/PyDict C-API functions (GH-#111162)
scoder
2023-10-25
1
-46/+0
*
gh-106320: Remove private _PyLong_Sign() (#108743)
Victor Stinner
2023-09-01
1
-0/+17
*
gh-106320: Remove private _PyLong_New() function (#108604)
Victor Stinner
2023-08-29
1
-0/+11
*
gh-106320: Remove private _PyLong_FileDescriptor_Converter() (#108503)
Victor Stinner
2023-08-26
1
-0/+10
*
gh-106320: Remove private _PyLong converter functions (#108499)
Victor Stinner
2023-08-26
1
-0/+7
*
gh-106320: Remove private PyLong C API functions (#108429)
Victor Stinner
2023-08-24
1
-3/+81
*
gh-107211: No longer export internal functions (6) (#108424)
Victor Stinner
2023-08-24
1
-1/+0
*
GH-84436: Skip refcounting for known immortals (GH-107605)
Brandt Bucher
2023-08-04
1
-3/+3
*
gh-107211: No longer export internal variables (#107218)
Victor Stinner
2023-07-25
1
-2/+2
*
gh-107211: No longer export internal functions (2) (#107214)
Victor Stinner
2023-07-25
1
-6/+6
*
gh-106320: Remove _PyBytesWriter C API (#106399)
Victor Stinner
2023-07-04
1
-1/+2
*
GH-101291: Add low level, unstable API for pylong (GH-101685)
Mark Shannon
2023-05-21
1
-20/+15
*
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo
2023-04-22
1
-1/+1
*
GH-101291: Rearrange the size bits in PyLongObject (GH-102464)
Mark Shannon
2023-03-22
1
-18/+146
*
gh-99761: Add `_PyLong_IsPositiveSingleDigit` function to check for single di...
Pieter Eendebak
2022-12-22
1
-0/+19
*
gh-95778: Correctly pre-check for int-to-str conversion (#96537)
Mark Dickinson
2022-09-04
1
-2/+2
*
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Gregory P. Smith
2022-09-02
1
-0/+35
*
GH-91432: Specialize FOR_ITER (GH-91713)
Dennis Sweeney
2022-06-21
1
-0/+2
*
bpo-47012: speed up iteration of bytes and bytearray (GH-31867)
Kumar Aditya
2022-03-23
1
-2/+8
*
bpo-46417: Finalize structseq types at exit (GH-30645)
Victor Stinner
2022-01-21
1
-0/+1
*
bpo-45953: Statically initialize the small ints. (gh-30092)
Eric Snow
2021-12-14
1
-3/+8
*
bpo-46008: Make runtime-global object/type lifecycle functions and state cons...
Eric Snow
2021-12-09
1
-3/+13
*
bpo-45510: Specialize BINARY_SUBTRACT (GH-29523)
Dong-hee Na
2021-11-18
1
-0/+1
*
bpo-45691: Make array of small ints static to fix use-after-free error. (GH-2...
Mark Shannon
2021-11-03
1
-15/+2
*
Store actual ints, not pointers to them in the interpreter state. (GH-29274)
Mark Shannon
2021-10-28
1
-1/+1
*
bpo-35134: Add Include/cpython/longobject.h (GH-29044)
Victor Stinner
2021-10-19
1
-0/+26
*
bpo-45367: Specialize BINARY_MULTIPLY (GH-28727)
Dennis Sweeney
2021-10-14
1
-0/+1
*
bpo-44945: Specialize BINARY_ADD (GH-27967)
Mark Shannon
2021-08-27
1
-0/+2
*
bpo-43687: Py_Initialize() creates singletons earlier (GH-25147)
Victor Stinner
2021-04-02
1
-2/+2
*
bpo-43268: Replace _PyThreadState_GET() with _PyInterpreterState_GET() (GH-24...
Victor Stinner
2021-02-19
1
-5/+2
*
bpo-42161: Add _PyLong_GetZero() and _PyLong_GetOne() (GH-22993)
Victor Stinner
2020-10-26
1
-0/+43