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-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
*
gh-106320: Remove private _PyObject C API (#107159)
Victor Stinner
2023-07-23
1
-12/+0
*
gh-106320: Remove _PyBytes_Join() C API (#107144)
Victor Stinner
2023-07-23
1
-16/+0
*
gh-106320: Remove private _PyObject C API (#107147)
Victor Stinner
2023-07-23
1
-22/+0
*
gh-106320: Remove _PyTuple_MaybeUntrack() C API (#107143)
Victor Stinner
2023-07-23
1
-3/+0
*
gh-106320: Remove _PyFunction_Vectorcall() API (#107071)
Victor Stinner
2023-07-22
1
-6/+0
*
GH-103082: Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS (#107069)
Victor Stinner
2023-07-22
1
-3/+3
*
gh-106320: Move _PyMethodWrapper_Type to internal C API (#107064)
Victor Stinner
2023-07-22
1
-2/+0
*
gh-106320: Remove private _PyInterpreterID C API (#107053)
Victor Stinner
2023-07-22
1
-11/+0
*
gh-106320: Remove _Py_SwappedOp from the C API (#107036)
Victor Stinner
2023-07-22
1
-5/+0
*
gh-106320: Move private _PySet API to the internal API (#107041)
Victor Stinner
2023-07-22
1
-5/+0
*
gh-106320: Remove _PyOS_ReadlineTState API (#107034)
Victor Stinner
2023-07-22
1
-1/+0
*
gh-106320: Move private _PyGen API to the internal C API (#107032)
Victor Stinner
2023-07-22
1
-6/+0
*
gh-106320: Move _PyNone_Type to the internal C API (#107030)
Victor Stinner
2023-07-22
1
-3/+0
*
gh-106320: Remove private _PyUnicode_AsString() alias (#107021)
Victor Stinner
2023-07-22
1
-5/+0
*
gh-105481: do not auto-generate pycore_intrinsics.h (#106913)
Irit Katriel
2023-07-20
1
-0/+2
*
Export _PyEval_SetProfile() as a function, not data (#106887)
Victor Stinner
2023-07-19
1
-1/+1
*
gh-105481: Generate the opcode lists in dis from data extracted from bytecode...
Irit Katriel
2023-07-18
1
-0/+4
*
gh-105481: expose opcode metadata via the _opcode module (#106688)
Irit Katriel
2023-07-14
1
-0/+6
*
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka
2023-07-12
1
-1/+0
*
gh-106521: Add PyObject_GetOptionalAttr() function (GH-106522)
Serhiy Storchaka
2023-07-11
1
-11/+1
*
gh-105227: Add PyType_GetDict() (GH-105747)
Eric Snow
2023-07-10
1
-0/+1
*
gh-106320: Remove _PyInterpreterState_HasFeature() (#106425)
Victor Stinner
2023-07-04
1
-32/+0
*
GH-106360: Support very basic superblock introspection (#106422)
Mark Shannon
2023-07-04
1
-0/+2
*
gh-106320: Remove private pylifecycle.h functions (#106400)
Victor Stinner
2023-07-04
1
-25/+2
*
gh-106320: Remove _PyUnicode_TransformDecimalAndSpaceToASCII() (#106398)
Victor Stinner
2023-07-04
1
-37/+0
*
gh-106320: Remove _PyBytesWriter C API (#106399)
Victor Stinner
2023-07-04
1
-80/+0
*
gh-106320: Remove private _PyUnicode codecs C API functions (#106385)
Victor Stinner
2023-07-04
1
-106/+0
*
gh-106320: Remove private _PyImport C API functions (#106383)
Victor Stinner
2023-07-03
1
-20/+0
[next]