summaryrefslogtreecommitdiffstats
path: root/Include/cpython
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gh-106320: Remove more private _PyUnicode C API functions (#106382)Victor Stinner2023-07-031-69/+0
* gh-106320: Remove private _PyErr C API functions (#106356)Victor Stinner2023-07-031-42/+0
* gh-106320: Create pycore_modsupport.h header file (#106355)Victor Stinner2023-07-031-12/+0
* gh-106320: Move _PyUnicodeWriter to the internal C API (#106342)Victor Stinner2023-07-031-139/+0
* gh-106320: Add pycore_complexobject.h header file (#106339)Victor Stinner2023-07-021-21/+0
* gh-106320: Remove private _PyInterpreterState functions (#106325)Victor Stinner2023-07-021-57/+0
* gh-106320: Remove private _PyTraceMalloc C API functions (#106324)Victor Stinner2023-07-021-0/+26
* gh-106320: Remove _PyInterpreterState_Get() alias (#106321)Victor Stinner2023-07-011-4/+1
* gh-106316: Remove pytime.h header file (#106317)Victor Stinner2023-07-011-331/+0
* Fix duplicate word typos in comments (#106225)Md Sadman Chowdhury2023-07-011-1/+1
* gh-106023: Remove _PyObject_FastCall() function (#106265)Victor Stinner2023-06-301-6/+0
* gh-106023: Remove _PY_FASTCALL_SMALL_STACK constant (#106258)Victor Stinner2023-06-301-13/+0
* gh-106168: PyTuple_SET_ITEM() now checks the index (#106164)Victor Stinner2023-06-282-0/+4
* gh-106084: Remove _PyObject_CallMethod() function (#106159)Victor Stinner2023-06-271-73/+1
* gh-104584: Baby steps towards generating and executing traces (#105924)Guido van Rossum2023-06-271-0/+1
* gh-106084: Remove _PyObject_RealIsInstance() function (#106106)Victor Stinner2023-06-261-12/+4
* gh-106084: Remove _PyObject_HasLen() function (#106103)Victor Stinner2023-06-261-20/+0
* gh-105927: Deprecate PyWeakref_GetObject() function (#106006)Victor Stinner2023-06-261-1/+2
* gh-106084: Remove _PySequence_BytesToCharpArray() function (#106088)Victor Stinner2023-06-261-4/+0