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
*
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