summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-128605: Add branch protections for x86_64 in asm_trampoline.S (GH-1...Miss Islington (bot)2025-06-032-0/+27
* [3.13] GH-128161: Fix refleak introduced in GH-134788 (GH-134799)Mark Shannon2025-05-271-1/+3
* [3.13] gh-128161: Remove redundant GET_ITER from list comprehension code (bac...Mark Shannon2025-05-271-17/+2
* [3.13] gh-134100: Fix use-after-free in `PyImport_ImportModuleLevelObject` (G...Miss Islington (bot)2025-05-181-1/+3
* [3.13] gh-133441: Fix STORE_ATTR_WITH_HINT bytecode (#133446)Victor Stinner2025-05-112-2/+3
* gh-133597: Fix memory leak if error occurred in _sys_getwindowsversion_from_k...Miss Islington (bot)2025-05-081-0/+3
* [3.13] GH-127682: Backport GH-132351 (GH-132384)Mark Shannon2025-04-291-3/+1
* [3.13] gh-132909: handle overflow for `'K'` format in `do_mkvalue` (GH-132911...Bénédikt Tran2025-04-251-1/+2
* [3.13] gh-130070: Fix `exec(<string>, closure=<non-None>)` unexpected path (G...Bartosz Sławecki2025-04-171-0/+1
* [3.13] gh-124476: Fix decoding from the locale encoding in the C.UTF-8 locale...Serhiy Storchaka2025-04-141-9/+1
* [3.13] gh-131927: Prevent emitting compiler warnings twice (GH-131993) (GH-13...Tomas R.2025-04-132-2/+24
* [3.13] gh-131998: Fix `NULL` dereference when using an unbound method descrip...Peter Bierma2025-04-083-0/+18
* [3.13] gh-130775: Allow negative locations in `ast` (GH-130795) (#132243)sobolevn2025-04-081-4/+2
* [3.13] GH-127953: Make line number lookup O(1) regardless of the size of the ...Mark Shannon2025-04-072-152/+198
* [3.13] gh-131988: Fix a multithreaded scaling regression (#131989)Sam Gross2025-04-071-2/+2
* [3.13] gh-132011: Fix crash on invalid `CALL_LIST_APPEND` deoptimization (GH-...sobolevn2025-04-062-2/+2
* [3.13] gh-130115: fix thread identifiers for 32-bit musl (GH-130391) (GH-132089)Miss Islington (bot)2025-04-041-9/+21
* [3.13] gh-128632: fix segfault on nested __classdict__ type param (GH-128744)...Tomasz Pytel2025-04-042-13/+32
* [3.13] gh-132002: Fix crash of `ContextVar` on unhashable `str` subtype (GH-1...Miss Islington (bot)2025-04-021-7/+6
* [3.13] gh-131818: Add imply `-P` in `-I`'s help message (GH-131819) (#131822)Miss Islington (bot)2025-03-281-1/+1
* [3.13] gh-131740: Update PyUnstable_GC_VisitObjects to traverse perm … (gh-...Donghee Na2025-03-261-10/+20
* [3.13] gh-131670: Fix crash in `anext()` when `__anext__` is sync and raises ...Miss Islington (bot)2025-03-241-0/+3
* [3.13] gh-117657: Fix TSAN data race in _PyEval_SetTrace assertion (gh-131561...Miss Islington (bot)2025-03-211-1/+1
* [3.13] gh-130382: add missing `_PyReftracerTrack` to ceval `Py_DECREF` (GH-13...Sam Gross2025-03-141-0/+1
* [3.13] gh-131141: fix data race in instrumentation while registering callback...Kumar Aditya2025-03-131-3/+4
* [3.13] gh-130940: Remove PyConfig.use_system_logger (#131129)Russell Keith-Magee2025-03-132-34/+12
* [3.13] gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (GH-131044) (#13...Miss Islington (bot)2025-03-112-2/+6
* [3.13] gh-117174: Add a new route in linecache to fetch interactive source co...Miss Islington (bot)2025-03-101-1/+1
* [3.13] gh-130794: Process interpreter QSBR queue in _PyMem_AbandonDelayed. (g...Sam Gross2025-03-041-0/+1
* [3.13] gh-130740: Move some `stdbool.h` includes after `Python.h` (#130738) (...Bénédikt Tran2025-03-032-5/+4
* [3.13] Postpone <stdbool.h> inclusion after Python.h (#130641) (#130675)Victor Stinner2025-02-283-6/+5
* [3.13] gh-130163: Fix crashes related to PySys_GetObject() (GH-130503) (GH-13...Serhiy Storchaka2025-02-2511-140/+371
* [3.13] Update manpage environment variables and command line arguments (GH-12...Miss Islington (bot)2025-02-131-0/+2
* [3.13] gh-129533: Update PyGC_Enable/Disable/IsEnabled to use atomic operatâ...Donghee Na2025-02-061-11/+7
* [3.13] gh-129732: Fix race on `shared->array` in qsbr code under free-threadi...Sam Gross2025-02-061-6/+6
* [3.13] gh-126108: Fix potential null pointer dereference in `PySys_AddWarnOpt...Miss Islington (bot)2025-01-311-3/+4
* [3.13] gh-128799: Add frame of except* to traceback when wrapping a naked exc...Irit Katriel2025-01-301-0/+12
* [3.13] gh-128679: Clear the ref tracer in _PyTraceMalloc_Stop() (#129258)Victor Stinner2025-01-241-0/+2
* [3.13] gh-129185: Fix PyTraceMalloc_Untrack() at Python exit (#129191) (#129217)Victor Stinner2025-01-232-6/+29
* [3.13] gh-128679: Fix tracemalloc.stop() race conditions (#128897)Victor Stinner2025-01-182-109/+137
* [3.13] gh-128717: Stop-the-world when setting the recursion limit (GH-128741)...Peter Bierma2025-01-141-0/+4
* [3.13] gh-128146: Exclude os/log.h import on older macOS versions. (GH-128165...Miss Islington (bot)2025-01-071-11/+22
* [3.13] gh-128049: Fix type confusion bug with the return value of a custom Ex...Miss Islington (bot)2024-12-201-2/+19
* [3.13] gh-128030: Avoid error from PyModule_GetFilenameObject for non-module ...Miss Islington (bot)2024-12-201-1/+1
* [3.13] gh-126742: Add _PyErr_SetLocaleString, use it for gdbm & dlerror messa...Miss Islington (bot)2024-12-171-0/+9
* [3.13] Free arena on _PyCompile_AstOptimize failure in Py_CompileStringObject...Miss Islington (bot)2024-12-161-0/+1
* [3.13] gh-127865: Fix build failure for systems without thread local support ...Miss Islington (bot)2024-12-121-4/+4
* [3.13] gh-126076: Account for relocated objects in tracemalloc (GH-126077) (#...Pablo Galindo Salgado2024-12-111-5/+1
* [3.13] gh-127651: Use __file__ in diagnostics if origin is missing (#127660) ...Shantanu2024-12-101-3/+19
* [3.13] gh-126925: Modify how iOS test results are gathered (GH-127592) (#127754)Russell Keith-Magee2024-12-093-0/+99