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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
GH-104584: Don't call executors from JUMP_BACKWARD (GH-109347)
Brandt Bucher
2023-09-13
1
-1/+1
*
GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)
Victor Stinner
2023-09-08
1
-10/+9
*
GH-108716: Turn off deep-freezing of code objects. (GH-108722)
Mark Shannon
2023-09-08
1
-1/+0
*
gh-108753: Enhance pystats (#108754)
Victor Stinner
2023-09-06
2
-0/+125
*
GH-108390: Prevent non-local events being set with `sys.monitoring.set_local_...
Mark Shannon
2023-09-05
1
-6/+11
*
gh-106320: Remove private _PyErr_WriteUnraisableMsg() (#108863)
Victor Stinner
2023-09-04
1
-4/+0
*
gh-106320: Remove private _PyLong_Sign() (#108743)
Victor Stinner
2023-09-01
1
-15/+0
*
gh-108337: Add pyatomic.h header (#108701)
Victor Stinner
2023-08-31
4
-0/+2821
*
gh-106320: Remove private _PyErr_ChainExceptions() (#108713)
Victor Stinner
2023-08-31
2
-6/+0
*
gh-107149: Make PyUnstable_ExecutableKinds public (#108440)
Victor Stinner
2023-08-31
1
-0/+8
*
gh-106320: Remove private _Py_ForgetReference() (#108664)
Victor Stinner
2023-08-30
1
-5/+0
*
gh-106320: Remove private _PyErr_SetKeyError() (#108607)
Victor Stinner
2023-08-29
1
-4/+0
*
gh-106320: Remove private _PyLong_New() function (#108604)
Victor Stinner
2023-08-29
1
-8/+0
*
gh-106320: Remove private _PyGILState_GetInterpreterStateUnsafe() (#108603)
Victor Stinner
2023-08-29
1
-9/+0
*
gh-106320: Remove private _PyThread_at_fork_reinit() function (#108601)
Victor Stinner
2023-08-29
1
-7/+0
*
gh-106320: Remove private _Py_UniversalNewlineFgetsWithSize() (#108602)
Victor Stinner
2023-08-29
1
-1/+0
*
gh-106320: Remove private pythonrun API (#108599)
Victor Stinner
2023-08-29
1
-24/+0
*
gh-106320: Remove private _Py_Identifier API (#108593)
Victor Stinner
2023-08-29
1
-42/+0
*
gh-107149: Rename _PyUnstable_GetUnaryIntrinsicName() function (#108441)
Victor Stinner
2023-08-28
1
-2/+2
*
gh-106320: Remove private AC converter functions (#108505)
Victor Stinner
2023-08-26
1
-10/+0
*
gh-106320: Remove private _PyLong_FileDescriptor_Converter() (#108503)
Victor Stinner
2023-08-26
2
-4/+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-106320: Remove private _PyTraceback functions (#108453)
Victor Stinner
2023-08-24
1
-3/+0
*
gh-108444: Add PyLong_AsInt() public function (#108445)
Victor Stinner
2023-08-24
1
-1/+2
*
gh-106320: Remove private _PySys functions (#108452)
Victor Stinner
2023-08-24
2
-6/+1
*
gh-106320: Remove private _PyDict functions (#108449)
Victor Stinner
2023-08-24
1
-30/+0
*
gh-106320: Remove private _PyList functions (#108451)
Victor Stinner
2023-08-24
1
-3/+0
*
gh-106320: Remove private _PyEval function (#108433)
Victor Stinner
2023-08-24
1
-10/+0
*
gh-106320: Remove private _PyContext_NewHamtForTests() (#108434)
Victor Stinner
2023-08-24
1
-4/+0
*
gh-106320: Remove private _PyManagedBuffer_Type (#108431)
Victor Stinner
2023-08-24
1
-2/+0
*
gh-106320: Remove private PyLong C API functions (#108429)
Victor Stinner
2023-08-24
1
-69/+1
*
gh-108314: Add PyDict_ContainsString() function (#108323)
Victor Stinner
2023-08-24
1
-0/+1
*
gh-106320: Remove _PyDict_GetItemStringWithError() function (#108313)
Victor Stinner
2023-08-22
1
-1/+0
*
gh-108113: Make it possible to create an optimized AST (#108154)
Irit Katriel
2023-08-21
1
-1/+2
*
gh-108014: Add Py_IsFinalizing() function (#108032)
Victor Stinner
2023-08-18
1
-0/+2
*
GH-108035: Remove the `_PyCFrame` struct as it is no longer needed for perfor...
Mark Shannon
2023-08-17
1
-23/+2
*
gh-107557: Setup abstract interpretation (#107847)
Ken Jin
2023-08-15
1
-1/+1
*
gh-91051: fix segfault when using all 8 type watchers (#107853)
Carl Meyer
2023-08-11
1
-1/+1
*
gh-106608: make uop trace variable length (#107531)
Ivin Lee
2023-08-05
1
-1/+1
*
GH-107263: Increase C stack limit for most functions, except `_PyEval_EvalFra...
Mark Shannon
2023-08-04
1
-1/+2
*
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-107359)
Eric Snow
2023-07-27
3
-0/+16
*
gh-106931: Intern Statically Allocated Strings Globally (gh-107272)
Eric Snow
2023-07-27
1
-1/+3
*
gh-107196: Remove _PyArg_VaParseTupleAndKeywordsFast() function (#107197)
Victor Stinner
2023-07-27
1
-2/+0
*
GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291)
Mark Shannon
2023-07-27
1
-2/+2
*
gh-98608: Move PyInterpreterConfig to pylifecycle.h (#107191)
Victor Stinner
2023-07-24
2
-39/+39
*
GH-96803: Move PyUnstable_InterpreterFrame_GetCode() to Python.h (#107188)
Victor Stinner
2023-07-24
2
-17/+17
*
gh-106320: Remove private _PyMem API (#107187)
Victor Stinner
2023-07-24
1
-12/+0
*
gh-106320: Remove private _PyUnicode C API (#107185)
Victor Stinner
2023-07-24
1
-36/+0
*
gh-106320: Remove private _PyDict C API (#107145)
Victor Stinner
2023-07-24
1
-13/+2
[prev]
[next]