summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-106905: Use separate structs to track recursion depth in each PyAST...Serhiy Storchaka2023-12-251-2/+2
* [3.12] gh-113297: Fix segfault in compiler for with statement with 19 context...Irit Katriel2023-12-231-1/+1
* [3.12] gh-112867: fix for WITH_PYMALLOC_RADIX_TREE=0 (GH-112885) (#113068)Miss Islington (bot)2023-12-131-0/+2
* [3.12] gh-110820: Disable test_signal.test_stress_modifying_handlers on macOS...Ronald Oussoren2023-12-091-1/+10
* Post 3.12.1Thomas Wouters2023-12-081-1/+1
* Python 3.12.1v3.12.1Thomas Wouters2023-12-071-2/+2
* [3.12] gh-112125: Fix None.__ne__(None) returning NotImplemented instead of â...Victor Stinner2023-12-071-0/+2
* [3.12] gh-106550: Fix sign conversion in pycore_code.h (GH-112613) (#112696)Miss Islington (bot)2023-12-041-10/+12
* [3.12] gh-106560: Fix redundant declarations in Include/ (#112611) (#112650)Victor Stinner2023-12-032-2/+2
* [3.12] gh-112367: Only free perf trampoline arenas at shutdown (GH-112368) (#...Pablo Galindo Salgado2023-12-011-0/+1
* [3.12] gh-111058: Change coro.cr_frame/gen.gi_frame to be None for a closed c...Miss Islington (bot)2023-12-011-0/+2
* [3.12] gh-111698: Restrict Py_mod_multiple_interpreters to 3.12+ Under Py_LIM...Miss Islington (bot)2023-11-281-1/+3
* [3.12] gh-109894: Fix initialization of static `MemoryError` in subinterprete...Miss Islington (bot)2023-11-281-0/+1
* [3.12] gh-110310: Add a Per-Interpreter XID Registry for Heap Types (gh-11031...Eric Snow2023-11-282-19/+29
* [3.12] gh-105716: Support Background Threads in Subinterpreters Consistently ...Eric Snow2023-11-282-0/+7
* [3.12] gh-109793: Allow Switching Interpreters During Finalization (gh-109794...Eric Snow2023-11-283-2/+41
* [3.12] gh-106931: Intern Statically Allocated Strings Globally (gh-107272) (g...Eric Snow2023-11-275-1/+12
* [3.12] gh-109853: Fix sys.path[0] For Subinterpreters (gh-109994) (gh-110701)Eric Snow2023-11-271-0/+5
* [3.12] gh-76785: Use Pending Calls When Releasing Cross-Interpreter Data (gh-...Eric Snow2023-11-271-0/+2
* [3.12] gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED was added to 3.12 (#11...Victor Stinner2023-11-011-5/+7
* [3.12] gh-107450: Check for overflow in the tokenizer and fix overflow test (...Lysandros Nikolaou2023-10-161-19/+19
* [3.12] gh-108987: Fix _thread.start_new_thread() race condition (#109135) (#1...Victor Stinner2023-10-041-0/+2
* [3.12] gh-109596: Ensure repeated rules in the grammar are not allowed and fi...Pablo Galindo Salgado2023-10-021-3/+0
* [3.12] gh-104690: thread_run() checks for tstate dangling pointer (#109056) (...Victor Stinner2023-10-021-0/+4
* Post 3.12.0Thomas Wouters2023-10-021-1/+1
* Python 3.12.0v3.12.0Thomas Wouters2023-10-021-3/+3
* Post 3.12.0rc3Thomas Wouters2023-09-191-1/+1
* Python 3.12.0rc3v3.12.0rc3Thomas Wouters2023-09-181-2/+2
* [3.12] gh-109496: Detect Py_DECREF() after dealloc in debug mode (GH-109539) ...Miss Islington (bot)2023-09-181-6/+4
* Post 3.12.0rc2Thomas Wouters2023-09-061-1/+1
* Python 3.12.0rc2v3.12.0rc2Thomas Wouters2023-09-051-2/+2
* [3.12] GH-108390: Prevent non-local events being set with `sys.monitoring.set...Mark Shannon2023-09-053-8/+15
* [3.12] gh-63760: Don't declare gethostname() on Solaris (#108817) (#108824)Victor Stinner2023-09-021-5/+0
* [3.12] gh-106242: Fix path truncation in os.path.normpath (GH-106816) (#107981)Steve Dower2023-08-161-1/+2
* [3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (#...Eric Snow2023-08-163-6/+23
* [3.12] gh-91051: fix segfault when using all 8 type watchers (GH-107853) (#10...Miss Islington (bot)2023-08-161-1/+1
* [3.12] GH-107724: Fix the signature of `PY_THROW` callback functions. (GH-107...Miss Islington (bot)2023-08-111-4/+0
* Post 3.12.0rc1Thomas Wouters2023-08-061-1/+1
* Python 3.12.0rc1v3.12.0rc1Thomas Wouters2023-08-051-3/+3
* [3.12] gh-107630: Revert "[3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under I...Eric Snow2023-08-053-22/+6
* [3.12] GH-107263: Increase C stack limit for most functions, except `_PyEval_...Miss Islington (bot)2023-08-041-1/+2
* [3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (g...Miss Islington (bot)2023-08-033-6/+22
* [3.12] gh-105699: Use a _Py_hashtable_t for the PyModuleDef Cache (gh-106974)...Eric Snow2023-07-283-17/+6
* [3.12] GH-106895: Raise a `ValueError` when attempting to disable events that...Mark Shannon2023-07-281-1/+2
* [3.12] GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291) (GH-10...Mark Shannon2023-07-282-4/+5
* [3.12] gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-...Miss Islington (bot)2023-07-273-15/+21
* [3.12] gh-107226: PyModule_AddObjectRef() should only be in the limited API 3...Miss Islington (bot)2023-07-251-0/+2
* [3.12] gh-105059: Fix MSCV compiler warning on PyObject union (GH-107239) (#1...Miss Islington (bot)2023-07-251-0/+11
* [3.12] gh-105059: Use GCC/clang extension for PyObject union (GH-107232) (#10...Miss Islington (bot)2023-07-251-0/+5
* [3.12] gh-102304: Rename _Py_IncRefTotal_DO_NOT_USE_THIS() (GH-107193) (#107199)Miss Islington (bot)2023-07-241-9/+4