python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Date
2025/06/25
[Python-checkins] [3.14] gh-131591: Make --without-remote-debug work (GH-135925) (GH-135931)
encukou
2025/06/25
[Python-checkins] gh-131591: Make --without-remote-debug work (GH-135925)
encukou
2025/06/25
[Python-checkins] gh-135755: Move SPECIAL_ constants to a private header (GH-135922)
encukou
2025/06/25
[Python-checkins] [3.13] gh-135839: Fix `module_traverse` and `module_clear` in `_interpchannelsmodule` (GH-135840) (#135919)
sobolevn
2025/06/25
[Python-checkins] [3.14] gh-135839: Fix `module_traverse` and `module_clear` in `_interpchannelsmodule` (GH-135840) (#135918)
sobolevn
2025/06/25
[Python-checkins] gh-135839: Fix `module_traverse` and `module_clear` in `_interpchannelsmodule` (#135840)
sobolevn
2025/06/25
[Python-checkins] [3.14] gh-135755: Docs: C API: Document missing `PyFunction_GET*` macros (GH-135762) (GH-135916)
encukou
2025/06/25
[Python-checkins] gh-135755: Docs: C API: Document missing `PyFunction_GET*` macros (GH-135762)
encukou
2025/06/25
[Python-checkins] GH-133136: Revise QSBR to reduce excess memory held (gh-135473)
nascheme
2025/06/24
[Python-checkins] gh-91555: Revert disabling of logger while handling log record. (GH-135858)
vsajip
2025/06/24
[Python-checkins] gh-135878: Fix crash in `types.SimpleNamespace.__repr__` (#135889)
sobolevn
2025/06/24
[Python-checkins] [3.13] gh-135487: fix `reprlib.Repr.repr_int` when given very large integers (GH-135506) (#135886)
picnixz
2025/06/24
[Python-checkins] GH-90117: Check for list and tuple before MappingView in pprint (GH-135779)
brandtbucher
2025/06/24
[Python-checkins] [3.13] gh-135855: Raise TypeError When Passing Non-dict Object to `_interpreters.set___main___attrs` (gh-135903)
ericsnowcurrently
2025/06/24
[Python-checkins] [3.14] gh-135855: Raise TypeError When Passing Non-dict Object to `_interpreters.set___main___attrs` (gh-135900)
ericsnowcurrently
2025/06/24
[Python-checkins] gh-135855: Raise TypeError When Passing Non-dict Object to `_interpreters.set___main___attrs` (gh-135856)
ericsnowcurrently
2025/06/24
[Python-checkins] gh-135805: Document the X option and env var for controlling thread-local bytecode (#135868)
mpage
2025/06/24
[Python-checkins] [3.13] gh-135878: Fix crash in `types.SimpleNamespace.__repr__` (GH-135889) (#135895)
sobolevn
2025/06/24
[Python-checkins] [3.14] gh-135878: Fix crash in `types.SimpleNamespace.__repr__` (GH-135889) (#135896)
sobolevn
2025/06/24
[Python-checkins] [3.13] gh-135494: Fix python -m test --pgo -x test_re (#135713) (#135881)
vstinner
2025/06/24
[Python-checkins] gh-135487: fix `reprlib.Repr.repr_int` when given very large integers (#135506)
picnixz
2025/06/24
[Python-checkins] [3.14] gh-135494: Fix python -m test --pgo -x test_re (GH-135713) (#135880)
vstinner
2025/06/24
[Python-checkins] GH-135106: Restrict trashcan to GC'ed objects (GH-135682)
markshannon
2025/06/24
[Python-checkins] gh-123299: Update 'What's New in Python 3.14' from `3.14` branch (#135616)
hugovk
2025/06/24
[Python-checkins] gh-135532: use `defining_class` for copying BLAKE-2 and SHA-3 objects (#135838)
picnixz
2025/06/24
[Python-checkins] [3.13] Bump mypy to 1.16.1 (GH-135720) (#135849)
hugovk
2025/06/23
[Python-checkins] [3.14] gh-135648: Document that `shutil.copyfileobj` doesn't flush (GH-135737) (#135873)
freakboy3742
2025/06/23
[Python-checkins] gh-135648: Document that `shutil.copyfileobj` doesn't flush (#135737)
freakboy3742
2025/06/23
[Python-checkins] [3.14] Fix example according to PEP 750 in "What's new in 3.14" (GH-134727) (GH-135870)
ZeroIntensity
2025/06/23
[Python-checkins] Fix example according to PEP 750 in "What's new in 3.14" (GH-134727)
ZeroIntensity
2025/06/23
[Python-checkins] [3.14] Docs: Use `arguments` to replace `args` in `argparse.rst` (GH-135510) (GH-135866)
ZeroIntensity
2025/06/23
[Python-checkins] [3.13] Docs: Use `arguments` to replace `args` in `argparse.rst` (GH-135510) (GH-135867)
ZeroIntensity
2025/06/23
[Python-checkins] Docs: Use `arguments` to replace `args` in `argparse.rst` (GH-135510)
ZeroIntensity
2025/06/23
[Python-checkins] gh-119786: Add InternalDocs/qsbr.md. (gh-135411)
nascheme
2025/06/23
[Python-checkins] [3.13] gh-135698: Fix Cross-interpreter Queue.full() With Negative/Default max_size (gh-135778)
ericsnowcurrently
2025/06/23
[Python-checkins] gh-131798: Optimize `_UNARY_NEGATIVE` (GH-135223)
Fidget-Spinner
2025/06/23
[Python-checkins] gh-134584: Specialize POP_TOP by reference and type in JIT (GH-135761)
Fidget-Spinner
2025/06/23
[Python-checkins] GH-124878: reenable `test_finalize_daemon_thread_hang` test under TSAN (#135793)
kumaraditya303
2025/06/23
[Python-checkins] [3.14] Bump mypy to 1.16.1 (GH-135720) (#135848)
hugovk
2025/06/23
[Python-checkins] Bump mypy to 1.16.1 (#135720)
hugovk
2025/06/23
[Python-checkins] add async generators section to asyncio internal docs (#135674)
kumaraditya303
2025/06/23
[Python-checkins] [3.14] gh-134986: Catch PermissionError when trying to call perf in tests (GH-134987) (#135841)
vstinner
2025/06/23
[Python-checkins] [3.13] gh-134986: Catch PermissionError when trying to call perf in tests (GH-134987) (#135842)
vstinner
2025/06/23
[Python-checkins] gh-135823: improve error message in `netrc` security checks (#135827)
picnixz
2025/06/23
[Python-checkins] [3.14] gh-89488: Add warning about `Py_BuildValue("p")` needing exact `int` (GH-135610) (GH-135843)
encukou
2025/06/23
[Python-checkins] gh-89488: Add warning about `Py_BuildValue("p")` needing exact `int` (GH-135610)
encukou
2025/06/23
[Python-checkins] gh-134986: Catch PermissionError when trying to call perf in tests (#134987)
vstinner
2025/06/23
[Python-checkins] [3.14] patchcheck: use URL paths to identify upstream remote (GH-135806) (#135808)
hugovk
2025/06/23
[Python-checkins] [3.13] patchcheck: use URL paths to identify upstream remote (GH-135806) (#135809)
hugovk
2025/06/22
[Python-checkins] [3.13] gh-135815: skip `netrc` security checks if `os.getuid` is missing (GH-135816) (#135826)
picnixz
2025/06/22
[Python-checkins] [3.14] gh-135815: skip `netrc` security checks if `os.getuid` is missing (GH-135816) (#135825)
picnixz
2025/06/22
[Python-checkins] gh-135532: cleanup clinic `module` directives for cryptographic modules (#135822)
picnixz
2025/06/22
[Python-checkins] gh-135815: skip `netrc` security checks if `os.getuid` is missing (#135816)
picnixz
2025/06/22
[Python-checkins] gh-135239: simpler use of mutexes in cryptographic modules (#135267)
picnixz
2025/06/21
[Python-checkins] patchcheck: use URL paths to identify upstream remote (GH-135806)
ncoghlan
2025/06/21
[Python-checkins] [3.14] gh-135557: use atomic stores in `heapq` operations in free-threading (GH-135601) (#135787)
kumaraditya303
2025/06/21
[Python-checkins] gh-130605: reenable `test_concurrent_futures` tests under TSAN (#135790)
kumaraditya303
2025/06/21
[Python-checkins] gh-135557: use atomic stores in `heapq` operations in free-threading (#135601)
kumaraditya303
2025/06/21
[Python-checkins] [3.14] Docs: Remove unnecessary trailing backslashes (GH-135781) (GH-135791)
ZeroIntensity
2025/06/21
[Python-checkins] Docs: Remove unnecessary trailing backslashes (GH-135781)
ZeroIntensity
2025/06/21
[Python-checkins] gh-135532: optimize calls to `PyMem_Malloc` in SHAKE digest computation (#135744)
picnixz
2025/06/21
[Python-checkins] [3.14] gh-127146: Skip test_os.test_mode for Emscripten (GH-135764) (#135784)
freakboy3742
2025/06/21
[Python-checkins] gh-135759: consistently reject negative sizes in SHAKE digests (#135767)
picnixz
2025/06/21
[Python-checkins] [3.14] gh-135645: Added `supports_isolated_interpreters` to `sys.implementation` (GH-135667) (#135786)
sobolevn
2025/06/21
[Python-checkins] gh-135645: Added `supports_isolated_interpreters` to `sys.implementation` (#135667)
sobolevn
2025/06/20
[Python-checkins] gh-127146: Skip test_os.test_mode for Emscripten (#135764)
freakboy3742
2025/06/20
[Python-checkins] [3.13] gh-135756: Fix nonexistent parameter in tkinter docs (GH-135770) (#135777)
terryjreedy
2025/06/20
[Python-checkins] [3.14] gh-135756: Fix nonexistent parameter in tkinter docs (GH-135770) (#135776)
terryjreedy
2025/06/20
[Python-checkins] gh-135756: Fix nonexistent parameter in tkinter docs (#135770)
terryjreedy
2025/06/20
[Python-checkins] [3.14] gh-135698: Fix Cross-interpreter Queue.full() With Negative/Default max_size (gh-135775)
ericsnowcurrently
2025/06/20
[Python-checkins] gh-135698: Fix Cross-interpreter Queue.full() With Negative/Default max_size (gh-135724)
ericsnowcurrently
2025/06/20
[Python-checkins] gh-135380: enhance critical section held assertions (#135381)
kumaraditya303
2025/06/20
[Python-checkins] gh-135721: skip `test_trashcan_python_class` on wasm buildbots with stack overflow (#135766)
sobolevn
2025/06/20
[Python-checkins] gh-135748: use argument clinic for more socket methods (#135749)
kumaraditya303
2025/06/20
[Python-checkins] gh-135532: use `_Py_strhex` in HACL-MD5's `hexdigest` (#135742)
picnixz
2025/06/20
[Python-checkins] gh-131798: JIT: Optimize _CALL_LEN when the length is known (#135260)
tomasr8
2025/06/20
[Python-checkins] [3.14] Docs: Document `PyExceptionClass` functions in the C API (GH-135697) (GH-135757)
ZeroIntensity
2025/06/20
[Python-checkins] [3.13] Docs: Document `PyExceptionClass` functions in the C API (GH-135697) (GH-135758)
ZeroIntensity
2025/06/20
[Python-checkins] Docs: Document `PyExceptionClass` functions in the C API (GH-135697)
ZeroIntensity
2025/06/20
[Python-checkins] gh-135379: fix MSVC warning: conversion from 'stwodigits' to 'digit' (GH-135714)
Fidget-Spinner
2025/06/20
[Python-checkins] [3.14] gh-89083: add links to RFC 9562 sections in UUID docs (GH-135684) (#135747)
picnixz
2025/06/20
[Python-checkins] gh-89083: add links to RFC 9562 sections in UUID docs (#135684)
picnixz
2025/06/20
[Python-checkins] [3.14] gh-135532: update `Modules/_hacl/python_hacl_namespaces.h` (GH-135741) (#135745)
picnixz
2025/06/20
[Python-checkins] gh-135532: update `Modules/_hacl/python_hacl_namespaces.h` (#135741)
picnixz
2025/06/20
[Python-checkins] [3.14] gh-135532: simplify handling of HACL* errors in `_hmac` (GH-135740) (#135743)
picnixz
2025/06/20
[Python-checkins] gh-135532: simplify handling of HACL* errors in `_hmac` (#135740)
picnixz
2025/06/20
[Python-checkins] [3.14] gh-135608: Add a null check for attribute promotion to fix a JIT crash (GH-135613) (#135739)
Fidget-Spinner
2025/06/19
[Python-checkins] gh-135608: Add a null check for attribute promotion to fix a JIT crash (GH-135613)
Fidget-Spinner
2025/06/19
[Python-checkins] [3.14] gh-127146: Add skip_emscripten_stack_overflow in a few places (GH-135722) (#135733)
freakboy3742
2025/06/19
[Python-checkins] gh-127146: Add skip_emscripten_stack_overflow in a few places (#135722)
freakboy3742
2025/06/19
[Python-checkins] gh-135543: Emit sys.remote_exec audit event when sys.remote_exec is called (GH-135544)
zooba
2025/06/19
[Python-checkins] gh-135543: Emit sys.remote_exec audit event when sys.remote_exec is called (GH-135544)
zooba
2025/06/19
[Python-checkins] Add tomasr8 as a codeowner for AST, gettext and the Tier 2 optimizer (#135727)
hugovk
2025/06/19
[Python-checkins] [3.14] gh-135561: ensure that the GIL is held when handling an HACL* error in `_hmac` (GH-135562) (#135725)
picnixz
2025/06/19
[Python-checkins] gh-135561: ensure that the GIL is held when handling an HACL* error in `_hmac` (#135562)
picnixz
2025/06/19
[Python-checkins] [3.14] gh-135709: Fix two compile warnings on WASM buildbot (GH-135712) (#135723)
sobolevn
2025/06/19
[Python-checkins] gh-135709: Fix two compile warnings on WASM buildbot (#135712)
sobolevn
2025/06/19
[Python-checkins] [3.14] gh-135273: Unify `ZoneInfo.from_file` signatures (GH-135274) (#135716)
picnixz
2025/06/19
[Python-checkins] [3.13] gh-135273: Unify `ZoneInfo.from_file` signatures (GH-135274) (#135715)
picnixz
2025/06/19
[Python-checkins] [3.13] Docs: Add missing lines between regex and text (GH-134505) (GH-135719)
ZeroIntensity
2025/06/19
[Python-checkins] [3.14] Docs: Add missing lines between regex and text (GH-134505) (GH-135718)
ZeroIntensity
2025/06/19
[Python-checkins] Docs: Add missing lines between regex and text (GH-134505)
ZeroIntensity
2025/06/19
[Python-checkins] gh-135273: Unify `ZoneInfo.from_file` signatures (#135274)
picnixz
2025/06/19
[Python-checkins] gh-135379: Move PyLong_CheckCompact to private header and rename it (GH-135707)
Fidget-Spinner
2025/06/19
[Python-checkins] [3.13] Docs: Emphasize parameter name in `pkgutil.iter_importers` (GH-135597) (GH-135711)
ZeroIntensity
2025/06/19
[Python-checkins] [3.14] Docs: Emphasize parameter name in `pkgutil.iter_importers` (GH-135597) (GH-135710)
ZeroIntensity
2025/06/19
[Python-checkins] Docs: Emphasize parameter name in `pkgutil.iter_importers` (GH-135597)
ZeroIntensity
2025/06/19
[Python-checkins] gh-133439: Fix the error message in the sqlite3 CLI (GH-133807)
encukou
2025/06/19
[Python-checkins] gh-135379: Add back const cast to _PyLong_IsCompact (GH-135706)
encukou
2025/06/19
[Python-checkins] gh-133934: Mention special commands in sqlite3 `.help` message (GH-135224)
encukou
2025/06/19
[Python-checkins] GH-135379: Specialize int operations for compact ints only (GH-135668)
markshannon
2025/06/19
[Python-checkins] [3.14] gh-126112: Fix test_os.TimerfdTests: use 10 ms resolution (GH-135681) (#135704)
vstinner
2025/06/19
[Python-checkins] [3.13] gh-126112: Fix test_os.TimerfdTests: use 10 ms resolution (GH-135681) (#135705)
vstinner
2025/06/19
[Python-checkins] gh-126112: Fix test_os.TimerfdTests: use 10 ms resolution (#135681)
vstinner
2025/06/19
[Python-checkins] gh-111758: Run UBSan in GitHub Actions (GH-135578)
encukou
2025/06/19
[Python-checkins] [3.13] Document that PyType_GetModuleByDef returns a borrowed reference (GH-135666) (GH-135702)
encukou
2025/06/19
[Python-checkins] [3.14] Document that PyType_GetModuleByDef returns a borrowed reference (GH-135666) (GH-135701)
encukou
2025/06/19
[Python-checkins] Document that PyType_GetModuleByDef returns a borrowed reference (GH-135666)
encukou
2025/06/18
[Python-checkins] [3.14] gh-133485: Use interpreters.Interpreter in InterpreterPoolExecutor (gh-135695)
ericsnowcurrently
2025/06/18
[Python-checkins] gh-133485: Use interpreters.Interpreter in InterpreterPoolExecutor (gh-133957)
ericsnowcurrently
2025/06/18
[Python-checkins] [3.14] gh-135450: Remove assertion in `_PyCode_CheckNoExternalState` (gh-135694)
ericsnowcurrently
2025/06/18
[Python-checkins] gh-135450: Remove assertion in `_PyCode_CheckNoExternalState` (gh-135466)
ericsnowcurrently
2025/06/18
[Python-checkins] gh-134538: Add link to shutil.rmtree example in function docs (GH-135540)
zooba
2025/06/18
[Python-checkins] gh-134538: Add link to shutil.rmtree example in function docs (GH-135540)
zooba
2025/06/18
[Python-checkins] gh-134538: Add link to shutil.rmtree example in function docs (GH-135540)
zooba
2025/06/18
[Python-checkins] [3.14] gh-135641: Fix flaky `test_capi.test_lock_two_threads` test case (gh-135642) (gh-135687)
colesbury
2025/06/18
[Python-checkins] [3.13] gh-135641: Fix flaky `test_capi.test_lock_two_threads` test case (gh-135642) (gh-135688)
colesbury
2025/06/18
[Python-checkins] gh-135641: Fix flaky `test_capi.test_lock_two_threads` test case (gh-135642)
colesbury
2025/06/18
[Python-checkins] [3.14] Docs: Fix markups for emphasis (GH-135598) (GH-135685)
ZeroIntensity
2025/06/18
[Python-checkins] [3.13] Docs: Fix markups for emphasis (GH-135598) (GH-135686)
ZeroIntensity
2025/06/18
[Python-checkins] Docs: Fix markups for emphasis (GH-135598)
ZeroIntensity
2025/06/18
[Python-checkins] gh-135639: fix `test_cycle` test (#135662)
kumaraditya303
2025/06/18
[Python-checkins] [3.14] gh-135376: Fix and improve test_random (GH-135377) (GH-135680)
serhiy-storchaka
2025/06/18
[Python-checkins] gh-135376: Fix and improve test_random (GH-135377)
serhiy-storchaka
2025/06/18
[Python-checkins] [3.14] gh-135676: lexical analysis: Improve section on Numeric literals (GH-134850) (GH-135677)
encukou
2025/06/18
[Python-checkins] gh-135676: lexical analysis: Improve section on Numeric literals (GH-134850)
encukou
2025/06/18
[Python-checkins] [3.14] gh-135646: Raise consistent `NameError` exceptions in `ForwardRef.evaluate()` (GH-135663) (#135673)
JelleZijlstra
2025/06/18
[Python-checkins] gh-135646: Raise consistent `NameError` exceptions in `ForwardRef.evaluate()` (#135663)
JelleZijlstra
2025/06/18
[Python-checkins] [3.14] gh-135335: flush stdout/stderr in forkserver after preloading modules (GH-135338) (#135670)
vstinner
2025/06/18
[Python-checkins] [3.13] gh-135335: flush stdout/stderr in forkserver after preloading modules (GH-135338) (#135671)
vstinner
2025/06/18
[Python-checkins] gh-135335: flush stdout/stderr in forkserver after preloading modules (#135338)
vstinner
2025/06/18
[Python-checkins] gh-133390: Document `SQLITE_KEYWORDS` (GH-135659)
encukou
2025/06/18
[Python-checkins] [3.14] gh-127146: Emscripten: Fix test failure due to missing os.link (GH-135626) (#135652)
freakboy3742
2025/06/18
[Python-checkins] [3.14] gh-135627: Remove documentation for LOAD_CONST_IMMORTAL opcode (GH-135632) (GH-135649)
Fidget-Spinner
2025/06/17
[Python-checkins] [3.14] gh-134632: Add iOS/Android test skip for C API check for headers. (GH-135656) (#135657)
freakboy3742
2025/06/17
[Python-checkins] gh-134632: Add iOS/Android test skip for C API check for headers. (#135656)
freakboy3742
2025/06/17
[Python-checkins] [3.14] gh-127146: Enable large files on Emscripten (GH-135635) (#135655)
freakboy3742
2025/06/17
[Python-checkins] gh-127146: Enable large files on Emscripten (#135635)
freakboy3742
2025/06/17
[Python-checkins] [3.14] gh-119180: Only fetch globals and locals if necessary in `annotationlib.get_annotations()` (GH-135644) (#135654)
JelleZijlstra
2025/06/17
[Python-checkins] [3.14] gh-127146: Emscripten: Fix pathlib glob_dotdot test (GH-135624) (#135653)
freakboy3742
2025/06/17
[Python-checkins] gh-119180: Only fetch globals and locals if necessary in `annotationlib.get_annotations()` (#135644)
JelleZijlstra
2025/06/17
[Python-checkins] [3.14] gh-127146: Emscripten: Skip test_url2pathname_resolve_host (GH-135634) (#135651)
freakboy3742
2025/06/17
[Python-checkins] gh-127146: Emscripten: Fix pathlib glob_dotdot test (#135624)
freakboy3742
2025/06/17
[Python-checkins] gh-127146: Emscripten: Fix test failure due to missing os.link (#135626)
freakboy3742
2025/06/17
[Python-checkins] [3.14] gh-127146: Allow ignored keys to be missing in test_sysconfig (GH-135622) (#135650)
freakboy3742
2025/06/17
[Python-checkins] gh-127146: Emscripten: Skip test_url2pathname_resolve_host (#135634)
freakboy3742
2025/06/17
[Python-checkins] gh-127146: Allow ignored keys to be missing in test_sysconfig (#135622)
freakboy3742
2025/06/17
[Python-checkins] gh-135627: Remove documentation for LOAD_CONST_IMMORTAL opcode (GH-135632)
Fidget-Spinner
2025/06/17
[Python-checkins] gh-133931: Introduce _PyObject_XSetRefDelayed to replace Py_XSETREF (gh-134377)
corona10
2025/06/17
[Python-checkins] [3.14] gh-132775: Fix Interpreter.call() __main__ Visibility (gh-135638)
ericsnowcurrently
2025/06/17
[Python-checkins] Initial internal asyncio docs (#135469)
gvanrossum
2025/06/17
[Python-checkins] gh-132775: Fix Interpreter.call() __main__ Visibility (gh-135595)
ericsnowcurrently
2025/06/17
[Python-checkins] Python 3.14.0b3
hugovk
2025/06/17
[Python-checkins] gh-134584: Decref elimination for float ops in the JIT (GH-134588)
Fidget-Spinner
2025/06/17
[Python-checkins] GH-135379: Support limited scalar replacement for replicated uops in the JIT code generator. (GH-135563)
markshannon
2025/06/17
[Python-checkins] [3.14] gh-132815: Add support for JUMP_BACKWARD in specialization stats (GH-135606) (#135612)
vstinner
2025/06/17
[Python-checkins] [3.14] gh-134262: Catch both URLError and ConnectionError in retries (GH-135365) (#135611)
hugovk
2025/06/17
[Python-checkins] gh-132815: Add support for JUMP_BACKWARD in specialization stats (#135606)
vstinner
2025/06/17
[Python-checkins] gh-134262: Catch both URLError and ConnectionError in retries (#135365)
hugovk
2025/06/17
[Python-checkins] [3.14] gh-134262: increase retries in `Tools/build/generate_sbom.py` … (#135596)
hugovk
2025/06/17
[Python-checkins] [3.14] gh-134632: Fix `build-details.json` to use `INCLUDEPY` path (GH-134633) (#135605)
FFY00
2025/06/17
[Python-checkins] gh-134632: Fix `build-details.json` to use `INCLUDEPY` path (#134633)
FFY00
2025/06/16
[Python-checkins] [3.14] gh-123299: Add PEP 779 to What's New in Python 3.14 (GH-135555) (#135602)
hugovk
2025/06/16
[Python-checkins] gh-123299: Add PEP 779 to What's New in Python 3.14 (#135555)
hugovk
2025/06/16
[Python-checkins] [3.13] gh-135489: Show verbose output for failing tests during PGO profiling step with `--enable-optimizations` (#135600)
ned-deily
2025/06/16
[Python-checkins] [3.14] gh-135489: Show verbose output for failing tests during PGO profiling step with `--enable-optimizations` (#135599)
ned-deily
2025/06/16
[Python-checkins] gh-135489: Show verbose output for failing tests during PGO profiling step with `--enable-optimizations` (#135512)
ned-deily
2025/06/16
[Python-checkins] [3.14] gh-135443: Sometimes Fall Back to __main__.__dict__ For Globals (gh-135593)
ericsnowcurrently
2025/06/16
[Python-checkins] [3.14] gh-119132: Update 'Using Python on macOS' documentation. (GH-135591) (#135594)
ned-deily
2025/06/16
[Python-checkins] [3.14] gh-128627: Emscripten: Add missing semicolon in ios detection code (GH-135590) (#135592)
freakboy3742
2025/06/16
[Python-checkins] gh-119132: Update 'Using Python on macOS' documentation. (#135591)
ned-deily
2025/06/16
[Python-checkins] gh-135443: Sometimes Fall Back to __main__.__dict__ For Globals (gh-135491)
ericsnowcurrently
2025/06/16
[Python-checkins] gh-128627: Emscripten: Add missing semicolon in ios detection code (#135590)
freakboy3742
2025/06/16
[Python-checkins] Add Peter Bierma as a codeowner for the object and runtime lifecycle (#135588)
AA-Turner
2025/06/16
[Python-checkins] Use replacements to update versions in "Using Python on macOS" (#130400)
ned-deily
2025/06/16
[Python-checkins] [3.13] Use replacements to update versions in "Using Python on macOS" (GH-130400) (#135587)
ned-deily
2025/06/16
[Python-checkins] [3.14] Use replacements to update versions in "Using Python on macOS" (GH-130400) (#135586)
ned-deily
2025/06/16
[Python-checkins] [3.13] gh-132617: Fix `dict.update()` mutation check (gh-134815) (gh-135582)
colesbury
2025/06/16
[Python-checkins] [3.14] gh-116738: Make _heapq module thread-safe (GH-135036) (gh-135309)
colesbury
2025/06/16
[Python-checkins] [3.14] gh-132617: Fix `dict.update()` mutation check (gh-134815) (gh-135581)
colesbury
2025/06/16
[Python-checkins] gh-132617: Fix `dict.update()` mutation check (gh-134815)
colesbury
2025/06/16
[Python-checkins] [3.14] gh-135513: Fix unused variable warning in `crossinterp.c` (GH-135514) (#135577)
vstinner
2025/06/16
[Python-checkins] gh-135513: Fix unused variable warning in `crossinterp.c` (#135514)
vstinner
2025/06/16
[Python-checkins] [3.14] gh-134160: Split extension module init from PyModule docs; emphasize multi-phase init (GH-135126) (#135470)
hugovk
2025/06/16
[Python-checkins] [3.14] gh-119132: Remove "experimental" tag from the CPython free-threading. (gh-135550) (gh-135565)
corona10
2025/06/16
[Python-checkins] [3.14] GH-135171: Revert async generator expressions behavior (#135352)
hugovk
2025/06/16
[Python-checkins] gh-119132: Remove "experimental" tag from the CPython free-threading. (gh-135550)
corona10
2025/06/16
[Python-checkins] [3.11] gh-127563: use `dk_log2_index_bytes=3` in empty dicts (GH-127568) (GH-127813) (#135463)
pablogsal
2025/06/16
[Python-checkins] [3.13] gh-132969: Fix error/hang when shutdown(wait=False) and task exited abnormally (GH-133222) (GH-135343)
encukou
2025/06/16
[Python-checkins] gh-120608: fix NEWS entry typo (#135535)
hugovk
Earlier messages
Later messages