summaryrefslogtreecommitdiffstats
path: root/Include/cpython
Commit message (Expand)AuthorAgeFilesLines
* gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)Donghee Na2023-10-101-0/+2
* gh-110397: Add Py_IsFinalizing() to the stable ABI (#110441)Victor Stinner2023-10-071-2/+0
* gh-85283: Add PySys_AuditTuple() function (#108965)Victor Stinner2023-10-051-1/+5
* gh-109549: Add new states to PyThreadState to support PEP 703 (gh-109915)Sam Gross2023-10-051-0/+4
* gh-109329: Add stat for "trace too short" (GH-110402)Michael Droettboom2023-10-051-0/+1
* GH-109329: Add tier 2 stats (GH-109913)Michael Droettboom2023-10-041-4/+24
* GH-109369: Merge all eval-breaker flags and monitoring version into one word....Mark Shannon2023-10-041-1/+1
* gh-108867: Add PyThreadState_GetUnchecked() function (#108870)Victor Stinner2023-10-032-2/+2
* gh-109860: Use a New Thread State When Switching Interpreters, When Necessary...Eric Snow2023-10-031-0/+9
* gh-105716: Support Background Threads in Subinterpreters Consistently (gh-109...Eric Snow2023-10-021-0/+1
* gh-109853: Fix sys.path[0] For Subinterpreters (gh-109994)Eric Snow2023-10-021-0/+3
* gh-107073: Make PyObject_VisitManagedDict() public (#108763)Victor Stinner2023-10-021-2/+2
* gh-110014: Remove PY_TIMEOUT_MAX from limited C API (#110217)Victor Stinner2023-10-021-0/+8
* gh-110014: Include explicitly <unistd.h> header (#110155)Victor Stinner2023-09-301-7/+23
* gh-110024: Fix Pointer Type Warnings (gh-110053)Eric Snow2023-09-291-8/+16
* gh-109793: Allow Switching Interpreters During Finalization (gh-109794)Eric Snow2023-09-271-0/+17
* gh-76785: Use Pending Calls When Releasing Cross-Interpreter Data (gh-109556)Eric Snow2023-09-191-0/+1
* gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)Sam Gross2023-09-192-7/+4
* 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