summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* gh-107557: Remove unnecessary SAVE_IP instructions (#108583)Guido van Rossum2023-08-291-195/+255
* gh-108635: Make parameters of some implementations of special methods positio...Serhiy Storchaka2023-08-294-6/+0
* gh-106320: Fix test_peg_generator: _Py_UniversalNewlineFgetsWithSize() (#108609)Victor Stinner2023-08-291-1/+2
* gh-106320: Remove private _PyObject_GetState() (#108606)Victor Stinner2023-08-292-6/+4
* gh-106320: Remove private _PyOS_IsMainThread() function (#108605)Victor Stinner2023-08-292-9/+11
* gh-106320: Remove private _PyErr_SetKeyError() (#108607)Victor Stinner2023-08-292-4/+4
* gh-106320: Remove private _PyLong_New() function (#108604)Victor Stinner2023-08-292-8/+11
* gh-106320: Remove private _PyGILState_GetInterpreterStateUnsafe() (#108603)Victor Stinner2023-08-292-9/+8
* gh-106320: Remove private _PyThread_at_fork_reinit() function (#108601)Victor Stinner2023-08-292-7/+8
* gh-106320: Remove private _Py_UniversalNewlineFgetsWithSize() (#108602)Victor Stinner2023-08-292-1/+2
* gh-106320: Remove private pythonrun API (#108599)Victor Stinner2023-08-292-24/+39
* gh-106320: Remove _PyAnextAwaitable_Type from the public C API (#108597)Victor Stinner2023-08-291-3/+0
* gh-108240: Add pycore_capsule.h internal header file (#108596)Victor Stinner2023-08-292-5/+17
* gh-106320: Remove private _Py_Identifier API (#108593)Victor Stinner2023-08-295-42/+57
* gh-107149: Rename _PyUnstable_GetUnaryIntrinsicName() function (#108441)Victor Stinner2023-08-281-2/+2
* gh-106320: Remove private AC converter functions (#108505)Victor Stinner2023-08-262-10/+7
* gh-106320: Remove private _PyLong_FileDescriptor_Converter() (#108503)Victor Stinner2023-08-264-4/+13
* gh-106320: Remove private _PyLong converter functions (#108499)Victor Stinner2023-08-262-4/+7
* gh-107901: add the HAS_EVAL_BREAK instruction flag (#108375)Irit Katriel2023-08-251-17/+19
* gh-108444: Remove _PyLong_AsInt() function (#108461)Victor Stinner2023-08-251-3/+0
* gh-106581: Split CALL_BOUND_METHOD_EXACT_ARGS into uops (#108462)Guido van Rossum2023-08-251-14/+27
* gh-106320: Remove private _PyTraceback functions (#108453)Victor Stinner2023-08-242-3/+6
* gh-108444: Add PyLong_AsInt() public function (#108445)Victor Stinner2023-08-242-1/+8
* gh-106320: Remove private _PySys functions (#108452)Victor Stinner2023-08-243-6/+7
* gh-106320: Remove private _PyDict functions (#108449)Victor Stinner2023-08-242-32/+44
* gh-106320: Remove private _PyList functions (#108451)Victor Stinner2023-08-242-4/+3
* gh-106320: Remove private _PyEval function (#108433)Victor Stinner2023-08-242-10/+17
* gh-107211: Fix test_peg_generator (#108435)Victor Stinner2023-08-241-45/+47
* gh-106320: Remove private _PyContext_NewHamtForTests() (#108434)Victor Stinner2023-08-242-4/+5
* gh-106320: Remove private float C API functions (#108430)Victor Stinner2023-08-242-9/+7
* gh-106320: Remove private _PyManagedBuffer_Type (#108431)Victor Stinner2023-08-242-2/+2
* gh-106320: Remove private PyLong C API functions (#108429)Victor Stinner2023-08-242-72/+82
* gh-107211: No longer export internal functions (5) (#108423)Victor Stinner2023-08-2410-39/+73
* gh-107211: No longer export internal functions (7) (#108425)Victor Stinner2023-08-248-42/+65
* gh-108308: Remove _PyDict_GetItemStringWithError() function (#108426)Victor Stinner2023-08-241-1/+0
* gh-107211: No longer export internal functions (6) (#108424)Victor Stinner2023-08-248-43/+45
* gh-107211: No longer export PyTime internal functions (#108422)Victor Stinner2023-08-241-118/+146
* gh-108314: Add PyDict_ContainsString() function (#108323)Victor Stinner2023-08-241-0/+1
* gh-108240: Add _PyCapsule_SetTraverse() internal function (#108339)Victor Stinner2023-08-231-0/+4
* gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#...Irit Katriel2023-08-233-42/+21
* gh-108113: Make it possible to optimize an AST (#108282)Irit Katriel2023-08-231-0/+8
* gh-106320: Remove _PyDict_GetItemStringWithError() function (#108313)Victor Stinner2023-08-222-1/+1
* Define _Py_NULL as nullptr on C23 and newer (#108244)Victor Stinner2023-08-221-3/+4
* gh-107211: No longer export pycore_strhex.h functions (#108229)Victor Stinner2023-08-211-2/+5
* gh-108216: Cleanup #include in internal header files (#108228)Victor Stinner2023-08-2127-69/+68
* gh-108220: Internal header files require Py_BUILD_CORE to be defined (#108221)Victor Stinner2023-08-2111-4/+42
* gh-108113: Make it possible to create an optimized AST (#108154)Irit Katriel2023-08-211-1/+2
* gh-95065, gh-107704: Argument Clinic: support multiple '/ [from ...]' and '* ...Serhiy Storchaka2023-08-214-0/+18
* gh-108014: Add Py_IsFinalizing() function (#108032)Victor Stinner2023-08-182-1/+2
* gh-107944: Improve error message for function calls with bad keyword argument...Pablo Galindo Salgado2023-08-171-1/+1