summaryrefslogtreecommitdiffstats
path: root/Include/cpython
Commit message (Expand)AuthorAgeFilesLines
* gh-106320: Remove private _PyEval function (#108433)Victor Stinner2023-08-241-10/+0
* gh-106320: Remove private _PyContext_NewHamtForTests() (#108434)Victor Stinner2023-08-241-4/+0
* gh-106320: Remove private _PyManagedBuffer_Type (#108431)Victor Stinner2023-08-241-2/+0
* gh-106320: Remove private PyLong C API functions (#108429)Victor Stinner2023-08-241-69/+1
* gh-108314: Add PyDict_ContainsString() function (#108323)Victor Stinner2023-08-241-0/+1
* gh-106320: Remove _PyDict_GetItemStringWithError() function (#108313)Victor Stinner2023-08-221-1/+0
* gh-108113: Make it possible to create an optimized AST (#108154)Irit Katriel2023-08-211-1/+2
* gh-108014: Add Py_IsFinalizing() function (#108032)Victor Stinner2023-08-181-0/+2
* GH-108035: Remove the `_PyCFrame` struct as it is no longer needed for perfor...Mark Shannon2023-08-171-23/+2
* gh-107557: Setup abstract interpretation (#107847)Ken Jin2023-08-151-1/+1
* gh-91051: fix segfault when using all 8 type watchers (#107853)Carl Meyer2023-08-111-1/+1
* gh-106608: make uop trace variable length (#107531)Ivin Lee2023-08-051-1/+1
* GH-107263: Increase C stack limit for most functions, except `_PyEval_EvalFra...Mark Shannon2023-08-041-1/+2
* gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-107359)Eric Snow2023-07-273-0/+16
* gh-106931: Intern Statically Allocated Strings Globally (gh-107272)Eric Snow2023-07-271-1/+3
* gh-107196: Remove _PyArg_VaParseTupleAndKeywordsFast() function (#107197)Victor Stinner2023-07-271-2/+0
* GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291)Mark Shannon2023-07-271-2/+2
* gh-98608: Move PyInterpreterConfig to pylifecycle.h (#107191)Victor Stinner2023-07-242-39/+39
* GH-96803: Move PyUnstable_InterpreterFrame_GetCode() to Python.h (#107188)Victor Stinner2023-07-242-17/+17
* gh-106320: Remove private _PyMem API (#107187)Victor Stinner2023-07-241-12/+0
* gh-106320: Remove private _PyUnicode C API (#107185)Victor Stinner2023-07-241-36/+0
* gh-106320: Remove private _PyDict C API (#107145)Victor Stinner2023-07-241-13/+2
* gh-106320: Remove private _PyObject C API (#107159)Victor Stinner2023-07-231-12/+0
* gh-106320: Remove _PyBytes_Join() C API (#107144)Victor Stinner2023-07-231-16/+0
* gh-106320: Remove private _PyObject C API (#107147)Victor Stinner2023-07-231-22/+0
* gh-106320: Remove _PyTuple_MaybeUntrack() C API (#107143)Victor Stinner2023-07-231-3/+0
* gh-106320: Remove _PyFunction_Vectorcall() API (#107071)Victor Stinner2023-07-221-6/+0
* GH-103082: Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS (#107069)Victor Stinner2023-07-221-3/+3
* gh-106320: Move _PyMethodWrapper_Type to internal C API (#107064)Victor Stinner2023-07-221-2/+0
* gh-106320: Remove private _PyInterpreterID C API (#107053)Victor Stinner2023-07-221-11/+0
* gh-106320: Remove _Py_SwappedOp from the C API (#107036)Victor Stinner2023-07-221-5/+0
* gh-106320: Move private _PySet API to the internal API (#107041)Victor Stinner2023-07-221-5/+0
* gh-106320: Remove _PyOS_ReadlineTState API (#107034)Victor Stinner2023-07-221-1/+0
* gh-106320: Move private _PyGen API to the internal C API (#107032)Victor Stinner2023-07-221-6/+0
* gh-106320: Move _PyNone_Type to the internal C API (#107030)Victor Stinner2023-07-221-3/+0
* gh-106320: Remove private _PyUnicode_AsString() alias (#107021)Victor Stinner2023-07-221-5/+0
* gh-105481: do not auto-generate pycore_intrinsics.h (#106913)Irit Katriel2023-07-201-0/+2
* Export _PyEval_SetProfile() as a function, not data (#106887)Victor Stinner2023-07-191-1/+1
* gh-105481: Generate the opcode lists in dis from data extracted from bytecode...Irit Katriel2023-07-181-0/+4
* gh-105481: expose opcode metadata via the _opcode module (#106688)Irit Katriel2023-07-141-0/+6
* gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)Serhiy Storchaka2023-07-121-1/+0
* gh-106521: Add PyObject_GetOptionalAttr() function (GH-106522)Serhiy Storchaka2023-07-111-11/+1
* gh-105227: Add PyType_GetDict() (GH-105747)Eric Snow2023-07-101-0/+1
* gh-106320: Remove _PyInterpreterState_HasFeature() (#106425)Victor Stinner2023-07-041-32/+0
* GH-106360: Support very basic superblock introspection (#106422)Mark Shannon2023-07-041-0/+2
* gh-106320: Remove private pylifecycle.h functions (#106400)Victor Stinner2023-07-041-25/+2
* gh-106320: Remove _PyUnicode_TransformDecimalAndSpaceToASCII() (#106398)Victor Stinner2023-07-041-37/+0
* gh-106320: Remove _PyBytesWriter C API (#106399)Victor Stinner2023-07-041-80/+0
* gh-106320: Remove private _PyUnicode codecs C API functions (#106385)Victor Stinner2023-07-041-106/+0
* gh-106320: Remove private _PyImport C API functions (#106383)Victor Stinner2023-07-031-20/+0