python-checkins
Thread
Date
Earlier messages
Messages by Date
2025/12/27
[Python-checkins] [3.13] gh-142557: fix UAF in `bytearray.__mod__` when object is mutated while formatting `%`-style arguments (GH-143213) (#143229)
picnixz
2025/12/27
[Python-checkins] [3.14] gh-142557: fix UAF in `bytearray.__mod__` when object is mutated while formatting `%`-style arguments (GH-143213) (#143227)
picnixz
2025/12/27
[Python-checkins] gh-142557: fix UAF in `bytearray.__mod__` when object is mutated while formatting `%`-style arguments (#143213)
picnixz
2025/12/27
[Python-checkins] [3.14] gh-142664: fix `PyObject_Hash` invokation post GH-143217 (GH-143223) (#143224)
picnixz
2025/12/27
[Python-checkins] [3.13] gh-142664: fix `PyObject_Hash` invokation post GH-143217 (GH-143223) (#143225)
picnixz
2025/12/27
[Python-checkins] gh-142664: fix `PyObject_Hash` invokation post GH-143217 (#143223)
picnixz
2025/12/27
[Python-checkins] [3.14] gh-143195: fix UAF in `{bytearray,memoryview}.hex(sep)` via re-entrant `sep.__len__` (GH-143209) (#143219)
picnixz
2025/12/27
[Python-checkins] [3.13] gh-142664: fix UAF in `memoryview.__hash__` via re-entrant data's `__hash__` (GH-143217) (#143222)
picnixz
2025/12/27
[Python-checkins] gh-131591: Do not free page caches that weren't allocated (#143205)
pablogsal
2025/12/27
[Python-checkins] [3.14] gh-142664: fix UAF in `memoryview.__hash__` via re-entrant data's `__hash__` (GH-143217) (#143221)
picnixz
2025/12/27
[Python-checkins] gh-142664: fix UAF in `memoryview.__hash__` via re-entrant data's `__hash__` (#143217)
picnixz
2025/12/27
[Python-checkins] [3.13] gh-143195: fix UAF in `{bytearray,memoryview}.hex(sep)` via re-entrant `sep.__len__` (GH-143209) (#143220)
picnixz
2025/12/27
[Python-checkins] gh-138122: fix AC warnings in `Modules/_remote_debugging/module.c` (#143218)
picnixz
2025/12/27
[Python-checkins] gh-143195: fix UAF in `{bytearray,memoryview}.hex(sep)` via re-entrant `sep.__len__` (#143209)
picnixz
2025/12/27
[Python-checkins] [3.14] no-issue: Fix override value in os.rst (gh-123522) (gh-143211)
corona10
2025/12/27
[Python-checkins] [3.13] no-issue: Fix override value in os.rst (gh-123522) (gh-143212)
corona10
2025/12/27
[Python-checkins] no-issue: Fix override value in os.rst (gh-123522)
corona10
2025/12/27
[Python-checkins] gh-63016: Add flags parameter on mmap.flush (#139553)
vstinner
2025/12/27
[Python-checkins] [3.14] Fix typos in docs (GH-143193) (#143207)
hugovk
2025/12/26
[Python-checkins] Fix typos in docs (#143193)
hugovk
2025/12/26
[Python-checkins] gh-143181: Fix 'overriden' -> 'overridden' in c-api/module.rst (#143182)
terryjreedy
2025/12/26
[Python-checkins] gh-140739: Fix missing exception on allocation failure in BinaryWriter (#143204)
pablogsal
2025/12/26
[Python-checkins] gh-143040: Exit taychon live mode gracefully and display profiled script errors (#143101)
pablogsal
2025/12/26
[Python-checkins] gh-134584: Eliminate redundant refcounting from `IS_OP` (GH-143171)
Fidget-Spinner
2025/12/26
[Python-checkins] gh-134584: Eliminate redundant refcounting from `_COMPARE_OP_X` (GH-143186)
Fidget-Spinner
2025/12/26
[Python-checkins] gh-140739: Fix crashes from corrupted remote memory (#143190)
pablogsal
2025/12/26
[Python-checkins] Remove redundant pycore_optimizer.h includes (#143184)
Fidget-Spinner
2025/12/25
[Python-checkins] gh-138122: Remove default duration for statistical profiling (#143174)
pablogsal
2025/12/25
[Python-checkins] gh-142927: Tachyon: Fix contrast ratio in top panel (#142936)
pablogsal
2025/12/25
[Python-checkins] gh-138122: Convert GIL/GC/exception stats from tiles to progress bars (#143177)
pablogsal
2025/12/25
[Python-checkins] [3.14] gh-143164: Fix incorrect error message for ctypes bitfield overflow (GH-143165) (GH-143176)
serhiy-storchaka
2025/12/25
[Python-checkins] [3.14] gh-143145: Fix possible reference leak in ctypes _build_result() (GH-143131) (GH-143169)
serhiy-storchaka
2025/12/25
[Python-checkins] [3.13] gh-143145: Fix possible reference leak in ctypes _build_result() (GH-143131) (GH-143170)
serhiy-storchaka
2025/12/25
[Python-checkins] gh-143164: Fix incorrect error message for ctypes bitfield overflow (GH-143165)
serhiy-storchaka
2025/12/25
[Python-checkins] [3.14] gh-142975: During GC, mark frozen objects with a merged zero refcount for destruction (GH-143156) (GH-143175)
ZeroIntensity
2025/12/25
[Python-checkins] gh-142975: During GC, mark frozen objects with a merged zero refcount for destruction (GH-143156)
ZeroIntensity
2025/12/25
[Python-checkins] gh-143145: Fix possible reference leak in ctypes _build_result() (GH-143131)
serhiy-storchaka
2025/12/25
[Python-checkins] [3.14] gh-140717: Add `exc_text` to LogRecord attributes table (GH-140718) (GH-143152)
vsajip
2025/12/25
[Python-checkins] [3.13] gh-140717: Add `exc_text` to LogRecord attributes table (GH-140718) (GH-143151)
vsajip
2025/12/25
[Python-checkins] [3.13] gh-143004: Fix possible use-after-free in collections.Counter.update() (GH-143044) (GH-143167)
serhiy-storchaka
2025/12/25
[Python-checkins] [3.14] gh-143004: Fix possible use-after-free in collections.Counter.update() (GH-143044) (GH-143166)
serhiy-storchaka
2025/12/25
[Python-checkins] gh-143103: Added pad parameter to base64.z85encode() (GH-143106)
serhiy-storchaka
2025/12/25
[Python-checkins] [3.13] gh-143135: Fix sys.flags.inspect when PYTHONINSPECT=0 (GH-143136) (GH-143168)
serhiy-storchaka
2025/12/25
[Python-checkins] gh-143004: Fix possible use-after-free in collections.Counter.update() (GH-143044)
serhiy-storchaka
2025/12/24
[Python-checkins] gh-143092: Make CALL_LIST_APPEND and BINARY_OP_INPLACE_ADD_UNICODE normal instructions (GH-143124)
Fidget-Spinner
2025/12/24
[Python-checkins] gh-120321: Fix TSan reported races on gi_frame_state (gh-143128)
colesbury
2025/12/24
[Python-checkins] [3.14] Move News for gh-142560 to Core and Builtins (GH-143154) (GH-143155)
serhiy-storchaka
2025/12/24
[Python-checkins] [3.13] gh-142560: prevent use-after-free in search-like methods by exporting buffer in bytearray (GH-142938) (GH-142986)
serhiy-storchaka
2025/12/24
[Python-checkins] Move News for gh-142560 to Core and Builtins (GH-143154)
serhiy-storchaka
2025/12/24
[Python-checkins] [3.14] gh-143135: Fix sys.flags.inspect when PYTHONINSPECT=0 (GH-143136) (GH-143153)
serhiy-storchaka
2025/12/24
[Python-checkins] [3.14] Correctly fold unknown-8bit originating from encoded words. (GH-142517) (#143146)
bitdancer
2025/12/24
[Python-checkins] [3.13] Correctly fold unknown-8bit originating from encoded words. (GH-142517) (#143147)
bitdancer
2025/12/24
[Python-checkins] gh-142517: Fix typo in news item. (#143150)
bitdancer
2025/12/24
[Python-checkins] gh-143135: Fix sys.flags.inspect when PYTHONINSPECT=0 (GH-143136)
serhiy-storchaka
2025/12/24
[Python-checkins] gh-140717: Add `exc_text` to LogRecord attributes table (GH-140718)
vsajip
2025/12/24
[Python-checkins] gh-138122: Extend binary profiling format with full source location and opcode (#143088)
pablogsal
2025/12/24
[Python-checkins] Correctly fold unknown-8bit originating from encoded words. (#142517)
bitdancer
2025/12/24
[Python-checkins] gh-138122: Replace --interval with --sampling-rate (#143085)
pablogsal
2025/12/24
[Python-checkins] [3.14] gh-143121: Skip test that leak threads under TSan (gh-143125) (#143141)
colesbury
2025/12/24
[Python-checkins] [3.13] gh-143121: Skip test that leak threads under TSan (gh-143125) (#143142)
colesbury
2025/12/24
[Python-checkins] [3.13] gh-142145: Avoid timing measurements in quadratic behavior test (gh-143105) (#143140)
colesbury
2025/12/24
[Python-checkins] [3.14] gh-142145: Avoid timing measurements in quadratic behavior test (gh-143105) (#143139)
colesbury
2025/12/24
[Python-checkins] gh-143100: Fix memcpy data race in setobject.c (gh-143127)
colesbury
2025/12/24
[Python-checkins] gh-143121: Skip test that leak threads under TSan (gh-143125)
colesbury
2025/12/24
[Python-checkins] gh-142145: Avoid timing measurements in quadratic behavior test (gh-143105)
colesbury
2025/12/24
[Python-checkins] gh-136186: Fix flaky tests in test_external_inspection (#143110)
pablogsal
2025/12/24
[Python-checkins] JIT: Move executor to a register (#143072)
diegorusso
2025/12/23
[Python-checkins] [3.14] gh-109263: Start process from spawn context in multiprocessing no longer have side effect (GH-135813) (#143115)
gpshead
2025/12/23
[Python-checkins] [3.13] gh-109263: Start process from spawn context in multiprocessing no longer have side effect (GH-135813) (#143116)
gpshead
2025/12/23
[Python-checkins] gh-143108: Don't instrument faulthandler.c for TSan (#143109)
Yhg1s
2025/12/23
[Python-checkins] gh-134584: Eliminate redundant refcounting from `_BINARY_OP_SUBSCR_TUPLE_INT` (GH-143094)
Fidget-Spinner
2025/12/23
[Python-checkins] gh-143100: Add temporary suppression for set_swap_bodies (gh-143114)
colesbury
2025/12/23
[Python-checkins] gh-109263: Start process from spawn context in multiprocessing no longer have side effect (GH-135813)
serhiy-storchaka
2025/12/23
[Python-checkins] [3.13] Update pre-commit with zizmor and Ruff fixes (GH-143095) (GH-143102) (#143113)
hugovk
2025/12/23
[Python-checkins] JIT: don't leak shim memory when shutting down the interpreter (#142984)
diegorusso
2025/12/23
[Python-checkins] GH-143026: Fix assertion error in executor management. (GH-143104)
Fidget-Spinner
2025/12/23
[Python-checkins] gh-134584: Eliminate redundant refcounting from `_CALL_TYPE_1` (GH-135818)
Fidget-Spinner
2025/12/23
[Python-checkins] [3.14] Update pre-commit with zizmor and Ruff fixes (GH-143095) (#143102)
hugovk
2025/12/23
[Python-checkins] gh-134584: Add another contributor to whats new 3.15 (GH-143107)
Fidget-Spinner
2025/12/23
[Python-checkins] [3.13] gh-84232: Fix `pydoc` docs.python.org link generation (GH-139995) (#143099)
hugovk
2025/12/23
[Python-checkins] [3.14] gh-84232: Fix `pydoc` docs.python.org link generation (GH-139995) (#143098)
hugovk
2025/12/23
[Python-checkins] Update pre-commit with zizmor and Ruff fixes (#143095)
hugovk
2025/12/23
[Python-checkins] gh-130796: Undeprecate locale.getdefaultlocale() (#143069)
vstinner
2025/12/23
[Python-checkins] gh-142448: Disable JIT tracing when monitoring is enabled (GH-142842)
Fidget-Spinner
2025/12/23
[Python-checkins] gh-142368: Fix transient error handling in inspection tests (#143093)
pablogsal
2025/12/23
[Python-checkins] gh-138122: Add blocking mode for accurate stack traces in Tachyon (#142998)
pablogsal
2025/12/23
[Python-checkins] gh-84232: Fix `pydoc` docs.python.org link generation (#139995)
hugovk
2025/12/22
[Python-checkins] [3.14] gh-122431: Correct the non-negative error message in `readline.append_history_file` (GH-143075) (GH-143090)
ZeroIntensity
2025/12/22
[Python-checkins] [3.13] gh-122431: Correct the non-negative error message in `readline.append_history_file` (GH-143075) (GH-143091)
ZeroIntensity
2025/12/22
[Python-checkins] gh-122431: Correct the non-negative error message in `readline.append_history_file` (GH-143075)
ZeroIntensity
2025/12/22
[Python-checkins] gh-134584: Eliminate redundant refcounting from `_LOAD_ATTR_WITH_HINT` (GH-143062)
Fidget-Spinner
2025/12/22
[Python-checkins] gh-139922: Add tail call for MSVC for whats new in 3.15 (GH-143087)
Fidget-Spinner
2025/12/22
[Python-checkins] GH-139922: Tail calling for MSVC (VS 2026) (GH-143068)
Fidget-Spinner
2025/12/22
[Python-checkins] gh-139109: Add terminator to JIT code when halting due to invalid dependencies (#143033)
Fidget-Spinner
2025/12/22
[Python-checkins] [3.14] gh-89152: Note truth testing exception in `stdtypes.rst` (GH-137640) (#143081)
JelleZijlstra
2025/12/22
[Python-checkins] gh-89152: Note truth testing exception in `stdtypes.rst` (#137640)
JelleZijlstra
2025/12/22
[Python-checkins] [3.14] gh-143010: Prevent a TOCTOU issue by only calling open once (GH-143011) (#143080)
bitdancer
2025/12/22
[Python-checkins] [3.13] gh-143010: Prevent a TOCTOU issue by only calling open once (GH-143011) (#143079)
bitdancer
2025/12/22
[Python-checkins] gh-143010: Prevent a TOCTOU issue by only calling open once (#143011)
bitdancer
2025/12/22
[Python-checkins] GH-142513: fix missing return in executor_clear (GH-143073)
Fidget-Spinner
2025/12/22
[Python-checkins] gh-129069: fix more thread safety issues in `list` (#143019)
kumaraditya303
2025/12/22
[Python-checkins] [3.14] gh-143057: avoid locking in `tracemalloc` C-APIs when it is not enabled (GH-143065) (#143071)
kumaraditya303
2025/12/22
[Python-checkins] gh-143057: avoid locking in `tracemalloc` C-APIs when it is not enabled (#143065)
kumaraditya303
2025/12/22
[Python-checkins] gh-142476: Fix Windows crashing with JIT (GH-143021)
Fidget-Spinner
2025/12/22
[Python-checkins] gh-142927: Tachyon: Comma separate thousands and fix singular/plurals (#142934)
pablogsal
2025/12/22
[Python-checkins] [3.12] Use ``sphinxext-opengraph`` v0.13.0 (GH-140425) (#140430)
Yhg1s
2025/12/22
[Python-checkins] [3.12] gh-136063: fix quadratic-complexity parsing in `email.message._parseparam` (GH-136072) (#140829)
Yhg1s
2025/12/22
[Python-checkins] [3.12] gh-119451: Fix a potential denial of service in http.client (GH-119454) (#142140)
Yhg1s
2025/12/22
[Python-checkins] [3.12] gh-119342: Fix a potential denial of service in plistlib (GH-119343) (#142149)
Yhg1s
2025/12/22
[Python-checkins] [3.12] gh-142145: Remove quadratic behavior in node ID cache clearing (GH-142146) (#142211)
Yhg1s
2025/12/22
[Python-checkins] [3.13] gh-139743: Avoid print twice verbose version for sqlite tests (GH-142850) (GH-142866)
serhiy-storchaka
2025/12/22
[Python-checkins] Remove unreachable code in mmapmodule error path on Windows (GH-143063)
encukou
2025/12/22
[Python-checkins] [3.13] gh-143046: Make asyncio REPL respect the `-q` flag (quiet mode) (GH-143047) (#143061)
kumaraditya303
2025/12/22
[Python-checkins] [3.14] gh-143046: Make asyncio REPL respect the `-q` flag (quiet mode) (GH-143047) (#143060)
kumaraditya303
2025/12/21
[Python-checkins] gh-143046: Make asyncio REPL respect the `-q` flag (quiet mode) (#143047)
kumaraditya303
2025/12/21
[Python-checkins] [3.13] gh-79986: Add parsing for References/In-Reply-To email headers (GH-137201) (#142574)
bitdancer
2025/12/21
[Python-checkins] [3.14] gh-79986: Add parsing for References/In-Reply-To email headers (GH-137201) (#142573)
bitdancer
2025/12/21
[Python-checkins] gh-80744: do not read .pdbrc twice when cwd == $home (#136816)
gaogaotiantian
2025/12/20
[Python-checkins] [3.13] gh-70647: Better promote how to safely parse yearless dates in datetime. (GH-116179) (#143038)
gpshead
2025/12/20
[Python-checkins] [3.14] gh-70647: Better promote how to safely parse yearless dates in datetime. (GH-116179) (#143037)
gpshead
2025/12/20
[Python-checkins] gh-70647: Better promote how to safely parse yearless dates in datetime. (GH-116179)
gpshead
2025/12/20
[Python-checkins] [3.14] gh-142145: relax the no-longer-quadratic test timing (GH-143030) (#143031)
gpshead
2025/12/20
[Python-checkins] [3.13] gh-142145: relax the no-longer-quadratic test timing (GH-143030) (#143032)
gpshead
2025/12/20
[Python-checkins] [3.13] gh-142754: Ensure that Element & Attr instances have the ownerDocument attribute (GH-142794) (#142819)
gpshead
2025/12/20
[Python-checkins] [3.14] gh-142754: Ensure that Element & Attr instances have the ownerDocument attribute (GH-142794) (#142818)
gpshead
2025/12/20
[Python-checkins] gh-142145: relax the no-longer-quadratic test timing (#143030)
gpshead
2025/12/20
[Python-checkins] gh-122581: Use parser mutex in default build for subinterpreters (gh-142959)
colesbury
2025/12/20
[Python-checkins] gh-120321: Avoid `-Wunreachable-code` warning on Clang (gh-143022)
colesbury
2025/12/20
[Python-checkins] gh-142834: pdb commands command should use last available breakpoint (#142835)
gaogaotiantian
2025/12/20
[Python-checkins] [3.13] gh-140373: Correctly emit PY_UNWIND event when generator is closed (GH-140767) (#140821)
hugovk
2025/12/20
[Python-checkins] [3.13] gh-141808: Don't remove the JIT stencils when building with PGO (GH-141809) (GH-142657) (#142955)
vstinner
2025/12/20
[Python-checkins] [3.14] gh-143012: use `Py_ssize_t` cast for `PyBytes_FromStringAndSize` (GH-143013) (#143014)
sobolevn
2025/12/20
[Python-checkins] [3.13] gh-143012: use `Py_ssize_t` cast for `PyBytes_FromStringAndSize` (GH-143013) (#143015)
sobolevn
2025/12/19
[Python-checkins] gh-143012: use `Py_ssize_t` cast for `PyBytes_FromStringAndSize` (#143013)
sobolevn
2025/12/19
[Python-checkins] [3.14] gh-142776: Ensure fp file descriptor is closed on all code paths in import.c (GH-142777) (#142988)
kumaraditya303
2025/12/19
[Python-checkins] [3.13] gh-142776: Ensure fp file descriptor is closed on all code paths in import.c (GH-142777) (#142989)
kumaraditya303
2025/12/19
[Python-checkins] gh-142927: Tachyon: Start with user's default light/dark theme (#142987)
pablogsal
2025/12/19
[Python-checkins] gh-129069: Fix listobject.c data races due to memmove (gh-142957)
colesbury
2025/12/19
[Python-checkins] gh-120321: Fix TSan reported race in gen_clear_frame (gh-142995)
colesbury
2025/12/19
[Python-checkins] gh-120321: Make gi_frame_state transitions atomic in FT build (gh-142599)
colesbury
2025/12/19
[Python-checkins] gh-142476: fix memory leak when creating JIT executors (GH-142492)
Fidget-Spinner
2025/12/19
[Python-checkins] gh-134584: JIT: Borrow references for immortal promoted globals (GH-142921)
Fidget-Spinner
2025/12/19
[Python-checkins] gh-142776: Ensure fp file descriptor is closed on all code paths in import.c (GH-142777)
brettcannon
2025/12/19
[Python-checkins] gh-142961: Fix constant folding len(tuple) in JIT (GH-142963)
Fidget-Spinner
2025/12/19
[Python-checkins] gh-134160: Start "Extending and embedding" with a Diataxis-style tutorial (GH-142314)
encukou
2025/12/19
[Python-checkins] [3.14] gh-142560: prevent use-after-free in search-like methods by exporting buffer in bytearray (GH-142938) (#142983)
vstinner
2025/12/19
[Python-checkins] JIT: Rename trampoline.c to shim.c (#142974)
diegorusso
2025/12/19
[Python-checkins] gh-136282: Configparser: create unnamed sections via mapping protocol access (GH-136313)
encukou
2025/12/19
[Python-checkins] [3.13] gh-142681: Move NormalizationTest-3.2.0.txt to more safe place. (GH-142935) (GH-142945)
encukou
2025/12/19
[Python-checkins] [3.13] gh-142527: Docs: Clarify that random.seed() discards the sign of an integer input (GH-142483) (#142971)
hauntsaninja
2025/12/19
[Python-checkins] [3.14] gh-142527: Docs: Clarify that random.seed() discards the sign of an integer input (GH-142483) (#142970)
hauntsaninja
2025/12/19
[Python-checkins] gh-142527: Docs: Clarify that random.seed() discards the sign of an integer input (#142483)
hauntsaninja
2025/12/19
[Python-checkins] gh-142560: prevent use-after-free in search-like methods by exporting buffer in bytearray (#142938)
kumaraditya303
2025/12/18
[Python-checkins] GH-134584: Remove redundant refcount for `BINARY_OP_SUBSCR_STR_INT` (#142844)
savannahostrowski
2025/12/18
[Python-checkins] [3.14] gh-118342: [Enum] update docs (GH-137290) (GH-142953)
ethanfurman
2025/12/18
[Python-checkins] [3.13] gh-118342: [Enum] update docs (GH-137290) (GH-142954)
ethanfurman
2025/12/18
[Python-checkins] gh-134584: Eliminate redundant refcounting from _BINARY_OP_SUBSCR_LIST_INT (GH-142926)
Fidget-Spinner
2025/12/18
[Python-checkins] gh-118342: [Enum] update docs (GH-137290)
encukou
2025/12/18
[Python-checkins] gh-129068: Make range iterators thread-safe (gh-142886)
colesbury
2025/12/18
[Python-checkins] gh-142681: Move NormalizationTest-3.2.0.txt to more safe place. (GH-142935)
encukou
2025/12/18
[Python-checkins] [3.13] gh-142784: make the asyncio REPL call `loop.close()` at exit (GH-142785) (#142932)
kumaraditya303
2025/12/18
[Python-checkins] [3.14] gh-142681: Move NormalizationTest-3.2.0.txt to more safe place. (GH-142935) (GH-142944)
encukou
2025/12/18
[Python-checkins] gh-142890: remove unnecessary interp parameter from dict functions and `_PyDict_NotifyEvent` (#142923)
kumaraditya303
2025/12/18
[Python-checkins] GH-142513: Reimplement executor management (GH-142931)
markshannon
2025/12/18
[Python-checkins] gh-142419: Add mmap.set_name method for user custom annotation (gh-142480)
corona10
2025/12/18
[Python-checkins] gh-76007: Deprecate `VERSION` in `xml.etree.ElementTree` & `version` in `xml.sax.expatreader` & `xml.sax.handler` (#142898)
hugovk
2025/12/18
[Python-checkins] [3.14] gh-142784: make the asyncio REPL call `loop.close()` at exit (GH-142785) (#142933)
kumaraditya303
2025/12/18
[Python-checkins] Fix typo in `format_string` docstring (GH-136742)
encukou
2025/12/18
[Python-checkins] gh-142784: make the asyncio REPL call `loop.close()` at exit (#142785)
kumaraditya303
2025/12/18
[Python-checkins] gh-124098: Fix incorrect inclusion of handler methods without protocol prefix in OpenerDirector (GH-136873)
encukou
2025/12/18
[Python-checkins] gh-134584: Remove redundant refcount from _BINARY_OP_ADD_UNICODE (gh-142825)
corona10
2025/12/18
[Python-checkins] [3.14] gh-137063: Document that ast node types replaced by Constant are no longer available (GH-137064) (GH-142930)
encukou
2025/12/18
[Python-checkins] gh-137063: Document that ast node types replaced by Constant are no longer available (#137064)
encukou
2025/12/18
[Python-checkins] gh-138122: Improve bytecode panel (#142910)
pablogsal
2025/12/17
[Python-checkins] gh-139757: Treat call specially in JIT assembly backend optimizer on x86-64 and AArch64 (GH-142907)
Fidget-Spinner
2025/12/17
[Python-checkins] gh-129748: Remove TSan suppression for mi_block_set_nextx (gh-142887)
colesbury
2025/12/17
[Python-checkins] [3.13] GH-100964: Fix reference cycle in exhausted generator frames (G… (#142904)
savannahostrowski
2025/12/17
[Python-checkins] [3.14] GH-100964: Fix reference cycle in exhausted generator frames (GH-141112) (#142902)
savannahostrowski
2025/12/17
[Python-checkins] GH-100964: Fix reference cycle in exhausted generator frames (#141112)
savannahostrowski
2025/12/17
[Python-checkins] [3.13] gh-142766: Clear frame when `generator.close()` is called (gh-142838) (#142900)
colesbury
2025/12/17
[Python-checkins] [3.14] gh-142766: Clear frame when `generator.close()` is called (gh-142838) (#142899)
colesbury
2025/12/17
[Python-checkins] [3.14] gh-142873: Do not check for `PyContextVar_CheckExact` twice in `PyContextVar_Set` (GH-142874) (#142893)
sobolevn
2025/12/17
[Python-checkins] gh-142766: Clear frame when `generator.close()` is called (gh-142838)
colesbury
2025/12/17
[Python-checkins] gh-91048: Refactor common data into context object in Modules/_remote_debugging (#142879)
pablogsal
2025/12/17
[Python-checkins] [3.13] gh-112127: Fix possible use-after-free in atexit.unregister() (GH-114092) (GH-142880)
serhiy-storchaka
2025/12/17
[Python-checkins] gh-142849: Fix segfault in `executor_to_gv` (GH-142885)
Fidget-Spinner
2025/12/17
[Python-checkins] [3.13] gh-142873: Do not check for `PyContextVar_CheckExact` twice in `PyContextVar_Set` (GH-142874) (#142894)
sobolevn
2025/12/17
[Python-checkins] [3.14] gh-142876: remove reference to thread in documentation of `asyncio.Queue.shutdown` (GH-142888) (#142891)
kumaraditya303
2025/12/17
[Python-checkins] [3.13] gh-142876: remove reference to thread in documentation of `asyncio.Queue.shutdown` (GH-142888) (#142892)
kumaraditya303
2025/12/17
[Python-checkins] gh-142873: Do not check for `PyContextVar_CheckExact` twice in `PyContextVar_Set` (#142874)
sobolevn
2025/12/17
[Python-checkins] gh-142876: remove reference to thread in documentation of `asyncio.Queue.shutdown` (#142888)
kumaraditya303
2025/12/17
[Python-checkins] [3.13] decimal docs: specification link and examples (GH-128698) (#142805)
kumaraditya303
2025/12/17
[Python-checkins] [3.14] decimal docs: specification link and examples (GH-128698) (#142804)
kumaraditya303
2025/12/17
[Python-checkins] [3.14] typo fixes in docs (GH-142683) (#142839)
kumaraditya303
2025/12/17
[Python-checkins] [3.14] gh-112127: Fix possible use-after-free in atexit.unregister() (GH-114092) (#142878)
kumaraditya303
2025/12/17
[Python-checkins] [3.13] Fix os.posix_spawn() error handling (GH-142532) (#142581)
vstinner
2025/12/17
[Python-checkins] gh-142225: Add PyABIInfo_VAR to to _testcapimodule & _testinternalcapi (GH-142833)
encukou
2025/12/17
[Python-checkins] gh-138122: Validate base frame before caching in remote debugging frame cache (#142852)
pablogsal
2025/12/17
[Python-checkins] gh-112127: Fix possible use-after-free in atexit.unregister() (GH-114092)
serhiy-storchaka
2025/12/17
[Python-checkins] [3.12] gh-90949: add Expat API to prevent XML deadly allocations (CVE-2025-59375) (GH-139234) (#139527)
Yhg1s
Earlier messages