summaryrefslogtreecommitdiffstats
path: root/Include/cpython
Commit message (Expand)AuthorAgeFilesLines
...
* GH-104584: Don't call executors from JUMP_BACKWARD (GH-109347)Brandt Bucher2023-09-131-1/+1
* GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)Victor Stinner2023-09-081-10/+9
* GH-108716: Turn off deep-freezing of code objects. (GH-108722)Mark Shannon2023-09-081-1/+0
* gh-108753: Enhance pystats (#108754)Victor Stinner2023-09-062-0/+125
* GH-108390: Prevent non-local events being set with `sys.monitoring.set_local_...Mark Shannon2023-09-051-6/+11
* gh-106320: Remove private _PyErr_WriteUnraisableMsg() (#108863)Victor Stinner2023-09-041-4/+0
* gh-106320: Remove private _PyLong_Sign() (#108743)Victor Stinner2023-09-011-15/+0
* gh-108337: Add pyatomic.h header (#108701)Victor Stinner2023-08-314-0/+2821
* gh-106320: Remove private _PyErr_ChainExceptions() (#108713)Victor Stinner2023-08-312-6/+0
* gh-107149: Make PyUnstable_ExecutableKinds public (#108440)Victor Stinner2023-08-311-0/+8
* gh-106320: Remove private _Py_ForgetReference() (#108664)Victor Stinner2023-08-301-5/+0
* gh-106320: Remove private _PyErr_SetKeyError() (#108607)Victor Stinner2023-08-291-4/+0
* gh-106320: Remove private _PyLong_New() function (#108604)Victor Stinner2023-08-291-8/+0
* gh-106320: Remove private _PyGILState_GetInterpreterStateUnsafe() (#108603)Victor Stinner2023-08-291-9/+0
* gh-106320: Remove private _PyThread_at_fork_reinit() function (#108601)Victor Stinner2023-08-291-7/+0
* gh-106320: Remove private _Py_UniversalNewlineFgetsWithSize() (#108602)Victor Stinner2023-08-291-1/+0
* gh-106320: Remove private pythonrun API (#108599)Victor Stinner2023-08-291-24/+0
* gh-106320: Remove private _Py_Identifier API (#108593)Victor Stinner2023-08-291-42/+0
* gh-107149: Rename _PyUnstable_GetUnaryIntrinsicName() function (#108441)Victor Stinner2023-08-281-2/+2
* gh-106320: Remove private AC converter functions (#108505)Victor Stinner2023-08-261-10/+0
* gh-106320: Remove private _PyLong_FileDescriptor_Converter() (#108503)Victor Stinner2023-08-262-4/+0
* gh-106320: Remove private _PyLong converter functions (#108499)Victor Stinner2023-08-261-4/+0
* gh-108444: Remove _PyLong_AsInt() function (#108461)Victor Stinner2023-08-251-3/+0
* gh-106320: Remove private _PyTraceback functions (#108453)Victor Stinner2023-08-241-3/+0
* gh-108444: Add PyLong_AsInt() public function (#108445)Victor Stinner2023-08-241-1/+2
* gh-106320: Remove private _PySys functions (#108452)Victor Stinner2023-08-242-6/+1
* gh-106320: Remove private _PyDict functions (#108449)Victor Stinner2023-08-241-30/+0
* gh-106320: Remove private _PyList functions (#108451)Victor Stinner2023-08-241-3/+0
* 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