summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Python 3.14.1v3.14.1Hugo van Kemenade2025-12-021-2/+2
* [3.14] gh-140373: Correctly emit `PY_UNWIND` event when generator is closed (...Miss Islington (bot)2025-11-301-0/+1
* [3.14] gh-116008: Detect freed thread state in faulthandler (GH-141988) (#142...Miss Islington (bot)2025-11-271-0/+21
* [3.14] gh-125434: Display thread name in faulthandler on Windows (#142011)Victor Stinner2025-11-271-0/+2
* [3.14] gh-116738: Fix thread-safety issue in re module for free threading (gh...Miss Islington (bot)2025-11-261-0/+6
* [3.14] GH-139653: Only raise an exception (or fatal error) when the stack poi...Petr Viktorin2025-11-261-2/+5
* [3.14] gh-139653: Add PyUnstable_ThreadState_SetStackProtection() (GH-139668)...Petr Viktorin2025-11-253-0/+22
* [3.14] gh-116749: Fix code comment for _PyConfig_GIL_DEFAULT (gh-141804) (gh-...Miss Islington (bot)2025-11-241-4/+2
* [3.14] GH-139914: Handle stack growth direction on HPPA (GH-140028) (#141404)Stefano Rivera2025-11-233-0/+18
* [3.14] fix memory order of `_Py_atomic_store_uint_release` (GH-141562) (GH-14...Miss Islington (bot)2025-11-171-8/+8
* [3.14] gh-140815: Fix faulthandler for invalid/freed frame (GH-140921) (#140981)Miss Islington (bot)2025-11-043-6/+68
* [3.14] gh-90949: add Expat API to prevent XML deadly allocations (CVE-2025-59...Bénédikt Tran2025-11-021-0/+5
* [3.14] gh-131927: Do not emit PEP 765 warnings in ast.parse() (GH-139642) (GH...Miss Islington (bot)2025-10-301-1/+2
* [3.14] gh-140487: Fix Py_RETURN_NOTIMPLEMENTED in limited C API 3.11 (GH-1406...Miss Islington (bot)2025-10-271-2/+7
* [3.14] GH-139951: Fix major GC performance regression. Backport of GH-140262 ...Mark Shannon2025-10-231-4/+19
* [3.14] gh-140067: Fix memory leak in sub-interpreter creation (GH-140111) (#...Kumar Aditya2025-10-181-4/+1
* [3.14] gh-140153: Fix Py_REFCNT() definition on limited C API 3.11-3.13 (GH-1...Miss Islington (bot)2025-10-151-0/+2
* [3.14] gh-139640: Fix swallowing syntax warnings in different modules (GH-139...Miss Islington (bot)2025-10-141-6/+0
* [3.14] gh-125996: fix thread safety of `collections.OrderedDict` (GH-133734) ...Kumar Aditya2025-10-131-0/+6
* [3.14] gh-138264: Fix gcc 14 compiler warnings (GH-138265) (GH-138426)Serhiy Storchaka2025-10-071-1/+1
* [3.14] gh-137185: Fix `_Py_DumpStack()` async signal safety (gh-137187) (gh-1...Miss Islington (bot)2025-10-071-0/+1
* [3.14] gh-138661: fix data race in `PyCode_Addr2Line` (GH-138664) (#138834)Miss Islington (bot)2025-10-071-0/+2
* [3.14] gh-136823: Update documentation on excluded headers in Python.h (GH-13...Miss Islington (bot)2025-10-071-0/+1
* [3.14] gh-137400: Fix thread-safety issues when profiling all threads (gh-137...Sam Gross2025-10-072-3/+5
* [3.14] gh-137058: Sync _Py_NULL macro with the main branch (#137409)Victor Stinner2025-10-071-2/+3
* Post 3.14.0Hugo van Kemenade2025-10-071-1/+1
* Python 3.14.0v3.14.0Hugo van Kemenade2025-10-071-3/+3
* Post 3.14.0rc3Hugo van Kemenade2025-09-181-1/+1
* Python 3.14.0rc3v3.14.0rc3Hugo van Kemenade2025-09-181-2/+2
* [3.14] gh-128627: Use __builtin_wasm_test_function_pointer_signature for Emsc...Miss Islington (bot)2025-09-171-6/+0
* [3.14] gh-135755: Make Py_MAX_SCRIPT_PATH_SIZE private (GH-138350) (#138356)Miss Islington (bot)2025-09-162-3/+3
* [3.14] gh-138349: Fix crash when combining module-level annotation and listco...Victor Stinner2025-09-111-1/+2
* [3.14] gh-137883: Check the recursion limit for specialized keyword argument ...Peter Bierma2025-08-251-1/+1
* Post 3.14.0rc2Hugo van Kemenade2025-08-141-1/+1
* Python 3.14.0rc2v3.14.0rc2Hugo van Kemenade2025-08-141-2/+2
* [3.14] gh-137288: Update version in magic number log (GH-137665) (#137667)Petr Viktorin2025-08-121-1/+1
* [3.14] gh-137288: Fix bug where boolean expressions are not associated with t...Irit Katriel2025-08-121-1/+2
* Post 3.14.0rc1Hugo van Kemenade2025-07-221-1/+1
* Python 3.14.0rc1v3.14.0rc1Hugo van Kemenade2025-07-221-3/+3
* [3.14] gh-134009: Expose `PyMutex_IsLocked` in the public C API (gh-134365) (...Hugo van Kemenade2025-07-222-7/+11
* [3.14] gh-133296: Publicly expose critical section API that accepts PyMutex (...Miss Islington (bot)2025-07-222-12/+22
* [3.14] gh-136421: Load `_datetime` static types during interpreter initializa...Miss Islington (bot)2025-07-211-0/+1
* [3.14] GH-133136: Revise QSBR to reduce excess memory held (gh-135473) (#135912)Miss Islington (bot)2025-07-082-7/+26
* Post 3.14.0b4Hugo van Kemenade2025-07-081-1/+1
* Python 3.14.0b4v3.14.0b4Hugo van Kemenade2025-07-081-2/+2
* [3.14] gh-135906: Use `_PyObject_CAST` in internal headers (GH-135892) (GH-13...Miss Islington (bot)2025-07-072-3/+3
* [3.14] GH-133932: Tagged ints are heap safe (GH-134244) (#134494)Miss Islington (bot)2025-07-071-13/+7
* [3.14] gh-127705: Move Py_INCREF_MORTAL() to the internal C API (GH-136178) (...Miss Islington (bot)2025-07-033-18/+18
* [3.14] gh-130396: Move PYOS_LOG2_STACK_MARGIN to internal headers (GH-135928)...Miss Islington (bot)2025-07-013-24/+26
* [3.14] gh-135755: Use private names (_Py*) for header file guards new in 3.14...Miss Islington (bot)2025-07-013-9/+9