summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Python 3.12.11v3.12.11Thomas Wouters2025-06-031-2/+2
* [3.12] gh-133767: Fix use-after-free in the unicode-escape decoder with an er...Serhiy Storchaka2025-05-262-0/+17
* Post 3.12.10Thomas Wouters2025-04-081-1/+1
* Python 3.12.10v3.12.10Thomas Wouters2025-04-081-2/+2
* [3.12] gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (#131044) (#131085)Victor Stinner2025-03-111-2/+4
* [3.12] gh-129296: Fix `pythread.h` include paths (#129320) (#130668)Victor Stinner2025-02-281-1/+1
* [3.12] gh-130163: Fix crashes related to PySys_GetObject() (GH-130503) (GH-13...Serhiy Storchaka2025-02-261-0/+5
* Post 3.12.9Thomas Wouters2025-02-041-1/+1
* Python 3.12.9v3.12.9Thomas Wouters2025-02-041-2/+2
* [3.12] gh-128679: Fix tracemalloc.stop() race conditions (#128897) (#129022)Victor Stinner2025-01-191-1/+1
* [3.12] gh-127599: Fix _Py_RefcntAdd missing calls to _Py_INCREF_STAT_INC/_Py_...Ed Nutting2025-01-181-0/+5
* [3.12] gh-126742: Add _PyErr_SetLocaleString, use it for gdbm & dlerror messa...Bénédikt Tran2024-12-171-0/+12
* [3.12] gh-127906: Declare timeval struct in pytime.h on Windows (#127908)Victor Stinner2024-12-131-1/+1
* [3.12] gh-107249: Implement Py_UNUSED() for MSVC (GH-107250) (#127907)Miss Islington (bot)2024-12-131-0/+9
* [3.12] gh-127902: Make sure `extern "C"` is closed when using Py_LIMITED_API ...Dmitry Shachnev2024-12-131-1/+1
* [3.12] Add `extern "C"` around `PyTraceMalloc_` functions. (#127772) (#127817)Victor Stinner2024-12-111-1/+6
* Post 3.12.8Thomas Wouters2024-12-031-1/+1
* Python 3.12.8v3.12.8Thomas Wouters2024-12-031-2/+2
* [3.12] gh-116510: Fix a Crash Due to Shared Immortal Interned Strings (gh-125...Miss Islington (bot)2024-12-032-8/+7
* [3.12] gh-127208: Reject null character in _imp.create_dynamic() (#127400) (#...Victor Stinner2024-11-291-0/+3
* [3.12] gh-126303: Fix pickling and copying of os.sched_param objects (GH-1263...Serhiy Storchaka2024-11-051-0/+2
* Post 3.12.7Thomas Wouters2024-10-011-1/+1
* Python 3.12.7v3.12.7Thomas Wouters2024-10-011-2/+2
* [3.12] gh-113993: Make interned strings mortal (GH-120520, GH-121364, GH-1219...Petr Viktorin2024-09-276-763/+1478
* Post 3.12.6Thomas Wouters2024-09-061-1/+1
* Python 3.12.6v3.12.6Thomas Wouters2024-09-061-2/+2
* Post 3.12.5Thomas Wouters2024-08-071-1/+1
* Python 3.12.5v3.12.5Thomas Wouters2024-08-061-2/+2
* [3.12] gh-118124: fix assert related C++ checks on Solaris/Illumos (GH-121974...Jakub Kulík2024-07-221-4/+4
* [3.12] gh-121905: Consistently use "floating-point" instead of "floating poin...Serhiy Storchaka2024-07-191-1/+1
* [3.12] gh-119447: Fix build with _PY_SHORT_FLOAT_REPR == 0 (#121178) (#121180)Victor Stinner2024-06-301-7/+3
* [3.12] Fix typos in comments (GH-120481) (#120775)Terry Jan Reedy2024-06-201-1/+1
* [3.12] gh-119897: Revert buggy optimization which was removed in 3.13 (#120467)Irit Katriel2024-06-181-3/+0
* Post 3.12.4Thomas Wouters2024-06-061-1/+1
* Python 3.12.4v3.12.4Thomas Wouters2024-06-061-2/+2
* [3.12] gh-119311: Fix name mangling with PEP 695 generic classes (#119464) (#...Jelle Zijlstra2024-06-041-0/+2
* [3.12] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpre...Eric Snow2024-05-224-0/+6
* [3.12] gh-118997: Fix _Py_ClearImmortal() assertion (#119001)Victor Stinner2024-05-181-1/+1
* [3.12] gh-118272: Clear generator frame's locals when the generator is closed...Irit Katriel2024-05-021-0/+3
* [3.12] gh-116767: fix crash on 'async with' with many context managers (GH-11...Irit Katriel2024-05-011-1/+1
* [3.12] gh-118207: Rename the COMMON_FIELDS macro in funcobject.h and undef it...Miss Islington (bot)2024-04-261-3/+5
* [3.12] gh-112536: Define `_Py_THREAD_SANITIZER` on GCC when TSan is enabled (...Miss Islington (bot)2024-04-101-0/+3
* Post 3.12.3Thomas Wouters2024-04-091-1/+1
* Python 3.12.3v3.12.3Thomas Wouters2024-04-091-2/+2
* [3.12] gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bi...Serhiy Storchaka2024-03-202-4/+21
* [3.12] gh-116869: Make C API compatible with ISO C90 (GH-116950) (#117011)Miss Islington (bot)2024-03-192-3/+3
* [3.12] gh-112536: Add support for thread sanitizer (TSAN) (gh-112648) (#116924)Antoine Pitrou2024-03-171-0/+5
* [3.12] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) ...Sebastian Pipping2024-03-061-1/+3
* [3.12] chore: fix typos (#116345) (#116370)Terry Jan Reedy2024-03-052-2/+2
* [3.12] GH-112215: Backport C recursion changes (GH-115083)Mark Shannon2024-02-131-4/+16