Messages by Date
-
2026/05/11
[Python-checkins] gh-128110: Fix rfc2047 whitespace handling in email parser address headers (#130749)
bitdancer
-
2026/05/11
[Python-checkins] [3.15] gh-149614 - Restore deepcopiability of argparse.ArgumentParser… (#149693)
savannahostrowski
-
2026/05/11
[Python-checkins] [3.15] gh-145235: Make dict watcher API thread-safe for free-threaded builds (gh-145233) (#149690)
colesbury
-
2026/05/11
[Python-checkins] [3.13] gh-112821: Fix rlcompleter failures on objects with descriptors (GH-149577) (#149658)
mdboom
-
2026/05/11
[Python-checkins] [3.15] gh-112821: Fix rlcompleter failures on objects with descriptors (GH-149577) (#149656)
mdboom
-
2026/05/11
[Python-checkins] [3.14] gh-112821: Fix rlcompleter failures on objects with descriptors (GH-149577) (#149657)
mdboom
-
2026/05/11
[Python-checkins] gh-145235: Make dict watcher API thread-safe for free-threaded builds (gh-145233)
colesbury
-
2026/05/11
[Python-checkins] gh-149614 - Restore deepcopiability of argparse.ArgumentParser instances (#149617)
savannahostrowski
-
2026/05/11
[Python-checkins] Fix incorrect sentence in stable.rst (GH-149684)
encukou
-
2026/05/11
[Python-checkins] gh-149634: Fix removed docs from `TarFile.tarfile` to `TarInfo.tarfile` (#149680)
sobolevn
-
2026/05/11
[Python-checkins] gh-140924: In locale module, add missing names to __all__ (GH-140925)
serhiy-storchaka
-
2026/05/11
[Python-checkins] [3.15] gh-144957: Fix lazy imports + module __getattr__ (GH-149624) (#149678)
JelleZijlstra
-
2026/05/11
[Python-checkins] gh-144957: Fix lazy imports + module __getattr__ (GH-149624)
encukou
-
2026/05/11
[Python-checkins] gh-149402: Don't assume single-character type codes (struct/array/ctypes) (#149483)
vstinner
-
2026/05/11
[Python-checkins] [3.15] gh-149663: fix typo in `unittest` docs (GH-149670) (#149672)
sobolevn
-
2026/05/11
[Python-checkins] [3.14] gh-149663: fix typo in `unittest` docs (GH-149670) (#149673)
sobolevn
-
2026/05/11
[Python-checkins] gh-149663: fix typo in `unittest` docs (#149670)
sobolevn
-
2026/05/11
[Python-checkins] [3.15] gh-146061: Clarify indent=None in json docs (GH-146095) (GH-149667)
serhiy-storchaka
-
2026/05/11
[Python-checkins] [3.14] gh-146061: Clarify indent=None in json docs (GH-146095) (GH-149668)
serhiy-storchaka
-
2026/05/11
[Python-checkins] [3.13] gh-146061: Clarify indent=None in json docs (GH-146095) (GH-149669)
serhiy-storchaka
-
2026/05/11
[Python-checkins] gh-146061: Clarify indent=None in json docs (GH-146095)
serhiy-storchaka
-
2026/05/11
[Python-checkins] gh-149634: Remove deprecated and unused `tarfile.Tarfile.tarfile` attr (GH-149635)
encukou
-
2026/05/11
[Python-checkins] [3.14] gh-149486: tarfile.data_filter: validate written link target (GH-149487) (GH-149554)
encukou
-
2026/05/11
[Python-checkins] [3.13] gh-149486: tarfile.data_filter: validate written link target (GH-149487) (GH-149555)
encukou
-
2026/05/11
[Python-checkins] [3.15] gh-149486: tarfile.data_filter: validate written link target (GH-149487) (GH-149553)
encukou
-
2026/05/11
[Python-checkins] Fix typos in C API documentation (GH-149588)
encukou
-
2026/05/10
[Python-checkins] gh-112821: Fix rlcompleter failures on objects with descriptors (#149577)
mdboom
-
2026/05/10
[Python-checkins] gh-75723: Fix double evaluation of .pth and .site files in venvs (#149583)
warsaw
-
2026/05/10
[Python-checkins] gh-149598: Remove `strm` argument support from `logging` handlers (#149599)
sobolevn
-
2026/05/10
[Python-checkins] [3.15] gh-149083: use sentinel to fix _functools.reduce() signature (GH-149591) (#149653)
JelleZijlstra
-
2026/05/10
[Python-checkins] gh-149083: use sentinel to fix _functools.reduce() signature (#149591)
JelleZijlstra
-
2026/05/10
[Python-checkins] [3.15] gh-139489: Add is_valid_text to xml.__all__ (GH-149641) (#149652)
JelleZijlstra
-
2026/05/10
[Python-checkins] gh-139489: Add is_valid_text to xml.__all__ (#149641)
JelleZijlstra
-
2026/05/10
[Python-checkins] gh-149611: Explain return values for `Path.write_text()` and `Path.write_bytes()` (#149629)
nedbat
-
2026/05/10
[Python-checkins] gh-149018: Use `XML_SetHashSalt16Bytes` in `pyexpat`/`_elementtree` when possible (#149023)
StanFromIreland
-
2026/05/10
[Python-checkins] [3.15] gh-148441: Avoid integer overflow in Expat's CharacterDataHandler (GH-148904) (#149639)
picnixz
-
2026/05/10
[Python-checkins] [3.14] gh-148441: Avoid integer overflow in Expat's CharacterDataHandler (GH-148904) (#149638)
picnixz
-
2026/05/10
[Python-checkins] gh-148441: Avoid integer overflow in Expat's CharacterDataHandler (#148904)
picnixz
-
2026/05/10
[Python-checkins] Python 3.14.5
hugovk
-
2026/05/09
[Python-checkins] [3.14] gh-124111: Update macOS installer to use Tcl/Tk 9.0.3. (#149463)
ned-deily
-
2026/05/09
[Python-checkins] gh-149436: Speed up inspect.getattr_static for the common-metaclass case (#149437)
JelleZijlstra
-
2026/05/09
[Python-checkins] [3.14] gh-141388: Improve docs/tests for non-function callables as annotate functions (GH-142327) (#149304)
JelleZijlstra
-
2026/05/09
[Python-checkins] [3.15] gh-139871: Fix 3.15 bytearray.take_bytes example (GH-149520) (#149622)
JelleZijlstra
-
2026/05/09
[Python-checkins] [3.15] Fix minor typos in unicode.rst (GH-149587) (#149620)
JelleZijlstra
-
2026/05/09
[Python-checkins] gh-139871: Fix 3.15 bytearray.take_bytes example (#149520)
JelleZijlstra
-
2026/05/09
[Python-checkins] [3.14] Fix minor typos in unicode.rst (GH-149587) (#149621)
JelleZijlstra
-
2026/05/09
[Python-checkins] Fix minor typos in unicode.rst (#149587)
JelleZijlstra
-
2026/05/09
[Python-checkins] [3.15] gh-149388: Make asyncio `PipeHandle.close` idempotent (GH-149518) (#149605)
kumaraditya303
-
2026/05/09
[Python-checkins] [3.14] gh-149388: Make asyncio `PipeHandle.close` idempotent (GH-149518) (#149606)
kumaraditya303
-
2026/05/09
[Python-checkins] [3.13] gh-149388: Make asyncio `PipeHandle.close` idempotent (GH-149518) (#149607)
kumaraditya303
-
2026/05/09
[Python-checkins] gh-149388: Make asyncio `PipeHandle.close` idempotent (#149518)
kumaraditya303
-
2026/05/09
[Python-checkins] [3.15] gh-149430: Fix edge-cases in `profiling.sampling` outputs (GH-149431) (#149602)
pablogsal
-
2026/05/09
[Python-checkins] gh-149430: Fix edge-cases in `profiling.sampling` outputs (#149431)
pablogsal
-
2026/05/09
[Python-checkins] gh-149530: Remove `symtable.Class.get_methods` deprecated method (#149531)
sobolevn
-
2026/05/09
[Python-checkins] [3.15] gh-149083: Convert `_initial_missing` for pure py `reduce` to `sentinel` (GH-149536) (#149592)
sobolevn
-
2026/05/09
[Python-checkins] gh-149083: Convert `_initial_missing` for pure py `reduce` to `sentinel` (#149536)
sobolevn
-
2026/05/08
[Python-checkins] [3.15] gh-149474: use `Py_fopen` in `Binary{Reader,Writer}` for audit hook and path-like support (GH-149524) (#149586)
pablogsal
-
2026/05/08
[Python-checkins] gh-149474: use `Py_fopen` in `Binary{Reader,Writer}` for audit hook and path-like support (#149524)
pablogsal
-
2026/05/08
[Python-checkins] [3.15] gh-79638: Test other HTTP error codes besides 403 in test_robotparser (GH-149569) (GH-149580)
serhiy-storchaka
-
2026/05/08
[Python-checkins] [3.14] gh-79638: Test other HTTP error codes besides 403 in test_robotparser (GH-149569) (GH-149581)
serhiy-storchaka
-
2026/05/08
[Python-checkins] [3.13] gh-79638: Test other HTTP error codes besides 403 in test_robotparser (GH-149569) (GH-149582)
serhiy-storchaka
-
2026/05/08
[Python-checkins] gh-149496: Fix MacOSTest.test_default regression when BROWSER env var is set (GH-149579)
gpshead
-
2026/05/08
[Python-checkins] gh-79638: Test other HTTP error codes besides 403 in test_robotparser (#149569)
serhiy-storchaka
-
2026/05/08
[Python-checkins] [3.13] gh-148390: fix undefined behavior of `memoryview(...).cast("?")` (GH-148454) (GH-149299)
encukou
-
2026/05/08
[Python-checkins] gh-149537: Remove kw parameters from python version of `reduce` (#149538)
Eclips4
-
2026/05/08
[Python-checkins] [3.15] Rename fp unwind test module to C stack unwind (GH-149563) (#149565)
diegorusso
-
2026/05/08
[Python-checkins] Rename fp unwind test module to C stack unwind (#149563)
diegorusso
-
2026/05/08
[Python-checkins] [3.15] Skip GNU backtrace test on Arm 32-bit (GH-149493) (#149562)
diegorusso
-
2026/05/08
[Python-checkins] [3.15] Add Diego as author of PEP 831 (GH-149551) (#149561)
diegorusso
-
2026/05/08
[Python-checkins] Skip GNU backtrace test on Arm 32-bit (#149493)
diegorusso
-
2026/05/08
[Python-checkins] [3.14] gh-145176: Update CODEOWNERS for Emscripten migration to Platforms directory (GH-149544) (#149559)
hugovk
-
2026/05/08
[Python-checkins] gh-149486: tarfile.data_filter: validate written link target (GH-149487)
encukou
-
2026/05/08
[Python-checkins] Add Diego as author of PEP 831 (#149551)
pablogsal
-
2026/05/08
[Python-checkins] [3.15] gh-149459: Fix segfault when `_LOAD_SPECIAL` guard deoptimizes (GH-149478) (#149552)
kumaraditya303
-
2026/05/08
[Python-checkins] gh-149459: Fix segfault when `_LOAD_SPECIAL` guard deoptimizes (#149478)
kumaraditya303
-
2026/05/08
[Python-checkins] gh-100239: expose `sq_repeat` helpers for `BINARY_OP_EXTEND` (#148791)
kumaraditya303
-
2026/05/08
[Python-checkins] [3.15] gh-145176: Update CODEOWNERS for Emscripten migration to Platforms directory (GH-149544) (#149550)
hugovk
-
2026/05/08
[Python-checkins] gh-145176: Update CODEOWNERS for Emscripten migration to Platforms directory (#149544)
hugovk
-
2026/05/08
[Python-checkins] [3.14] docs: Clarify docs for error case of `PyDict_GetItemRef` (GH-149506) (#149547)
kumaraditya303
-
2026/05/08
[Python-checkins] [3.15] docs: Clarify docs for error case of `PyDict_GetItemRef` (GH-149506) (#149546)
kumaraditya303
-
2026/05/08
[Python-checkins] [3.13] docs: Clarify docs for error case of `PyDict_GetItemRef` (GH-149506) (#149548)
kumaraditya303
-
2026/05/08
[Python-checkins] docs: Clarify docs for error case of `PyDict_GetItemRef` (#149506)
kumaraditya303
-
2026/05/08
[Python-checkins] [3.15] gh-146445: Update CODEOWNERS for Android and iOS migration to Platforms directory (GH-149543) (#149545)
hugovk
-
2026/05/08
[Python-checkins] gh-146445: Update CODEOWNERS for Android and iOS migration to Platforms directory (#149543)
hugovk
-
2026/05/08
[Python-checkins] gh-149521: Do not update `last_profiled_frame` if it's not changed (#149522)
pablogsal
-
2026/05/07
[Python-checkins] gh-149528: Remove `annotationlib.ForwardRef._evaluate` for 3.16 (#149529)
sobolevn
-
2026/05/07
[Python-checkins] [3.15] gh-149481: skip `FOR_ITER` inline specialization for Python `__next__` (GH-149491) (#149523)
savannahostrowski
-
2026/05/07
[Python-checkins] gh-149481: skip `FOR_ITER` inline specialization for Python `__next__` (#149491)
savannahostrowski
-
2026/05/07
[Python-checkins] [3.15] Improve error messages when the WASI SDK can't be found (GH-149519)
zware
-
2026/05/07
[Python-checkins] Improve error messages when the WASI SDK can't be found (GH-149508)
zware
-
2026/05/07
[Python-checkins] gh-106693: Revert "Explicitly mark ob_sval as unsigned char to avoid UB (#106826)" (#149514)
hugovk
-
2026/05/07
[Python-checkins] gh-79638: Treat an unreachable robots.txt as "disallow all" (GH-138555)
serhiy-storchaka
-
2026/05/07
[Python-checkins] gh-106693: Explicitly mark ob_sval as unsigned char to avoid UB (#106826)
pablogsal
-
2026/05/07
[Python-checkins] gh-149499: Fixes for 3.16 bump (GH-149500)
zware
-
2026/05/07
[Python-checkins] gh-126910: Update 3.15 what's new to include GDB/backtrace integration (#149494)
hugovk
-
2026/05/07
[Python-checkins] gh-148937: revert process RSS based GC deferral (#149475)
hugovk
-
2026/05/07
[Python-checkins] gh-149202: Don't use -fno-omit-frame-pointer on ppc64le (#149485)
vstinner
-
2026/05/07
[Python-checkins] gh-149202: Fix frame pointer unwinding on ppc64le and armv7/clang (#149409)
encukou
-
2026/05/06
[Python-checkins] [3.14] gh-142295: Update macOS framework build Info.plist files. (#149482)
ned-deily
-
2026/05/06
[Python-checkins] gh-142295: Update macOS framework build Info.plist files. (#149479)
ned-deily
-
2026/05/06
[Python-checkins] gh-142295: Update CFBundleShortVersionString in Mac framework Info.plist (#143064)
ned-deily
-
2026/05/06
[Python-checkins] gh-149101: Implement PEP 788 (GH-149116)
ZeroIntensity
-
2026/05/06
[Python-checkins] Update Doc/pylock.toml (#149467)
nedbat
-
2026/05/06
[Python-checkins] gh-141560: Add annotation_format parameter to getfullargspec (#149457)
JelleZijlstra
-
2026/05/06
[Python-checkins] gh-148823: Avoid importing `_colorize` when creating an `ArgumentParser` (#148827)
savannahostrowski
-
2026/05/06
[Python-checkins] gh-148599: Update WSA `socket` error codes (#148033)
picnixz
-
2026/05/06
[Python-checkins] gh-133879: Copyedit "What's new in Python 3.15" (#149451)
hugovk
-
2026/05/06
[Python-checkins] gh-144384: Lazily import `_colorize` (#149318)
hugovk
-
2026/05/06
[Python-checkins] gh-124111: Only set TCLSH_NATIVE for AMD64/ARM64 (GH-149443)
zware
-
2026/05/06
[Python-checkins] [3.14] Rewrite RTD configuration to use build.jobs rather than build.commands (GH-149432)
zware
-
2026/05/06
[Python-checkins] Rewrite RTD configuration to use build.jobs rather than build.commands (GH-149429)
zware
-
2026/05/06
[Python-checkins] gh-149202: Fix frame pointer unwinding on s390x and ARM (GH-149362)
encukou
-
2026/05/06
[Python-checkins] gh-145559: Add PyUnstable_DumpTraceback() and PyUnstable_DumpTracebackThreads() (#148145)
vstinner
-
2026/05/06
[Python-checkins] gh-142307: deprecate legacy support for altering `IMAP4.file` (#142335)
hugovk
-
2026/05/06
[Python-checkins] gh-139489: Add xml.is_valid_text() (GH-149412)
serhiy-storchaka
-
2026/05/06
[Python-checkins] gh-148675: Optimize arraydescr structure: use char[3] (GH-149455)
encukou
-
2026/05/06
[Python-checkins] [3.14] gh-146270: Fix `PyMember_SetOne(..., NULL)` not being atomic (gh-148800) (#149460)
colesbury
-
2026/05/06
[Python-checkins] gh-137586: Replace 'osascript' with 'open' on macOS in webbrowser (#146439)
hugovk
-
2026/05/06
[Python-checkins] gh-146270: Fix `PyMember_SetOne(..., NULL)` not being atomic (gh-148800)
colesbury
-
2026/05/06
[Python-checkins] gh-148766: Add colour to Python help (#148767)
hugovk
-
2026/05/06
[Python-checkins] gh-146238: Add missing tests for 'e', 'Zf' and 'Zd' array type codes in test_buffer (#149345)
vstinner
-
2026/05/06
[Python-checkins] gh-100239: specialize mixed int/float inplace binary ops (GH-149413)
markshannon
-
2026/05/06
[Python-checkins] gh-149415: Replace `typing._LazyAnnotationLib` with `lazy import` (#149416)
JelleZijlstra
-
2026/05/06
[Python-checkins] Replace use of Python keyword in `issubclass` function documentation (#142357)
hugovk
-
2026/05/06
[Python-checkins] gh-148641: Flesh out PEP 829 for What's New (#149347)
hugovk
-
2026/05/06
[Python-checkins] Add the posix dependencies to Ubuntu JIT builds (#149422)
diegorusso
-
2026/05/06
[Python-checkins] Skip test_jit when the JIT backend is "interpreter" (GH-149423)
markshannon
-
2026/05/05
[Python-checkins] [3.14] gh-148615: Handle `--` separator in pdb argument parsing (GH-1… (#149442)
gaogaotiantian
-
2026/05/05
[Python-checkins] gh-148615: Handle `--` separator in pdb argument parsing (#148624)
gaogaotiantian
-
2026/05/05
[Python-checkins] gh-124111: Fix tclWin32Exe value in tcltk.props for Tcl 9 (GH-149441)
zware
-
2026/05/05
[Python-checkins] [3.13] gh-149096: Remove 'im_*' attribute reference from inspect module docstring (GH-149108) (#149440)
terryjreedy
-
2026/05/05
[Python-checkins] [3.14] gh-149096: Remove 'im_*' attribute reference from inspect module docstring (GH-149108) (#149439)
terryjreedy
-
2026/05/05
[Python-checkins] gh-149096: Remove 'im_*' attribute reference from inspect module docstring (#149108)
terryjreedy
-
2026/05/05
[Python-checkins] [3.14] gh-145736: Fix test_tkinter test_configure_values test case backport miss for Tk 9. (#149435)
ned-deily
-
2026/05/05
[Python-checkins] [3.14] gh-149425: Increase `test_write_without_source_date_epoch` assertion delta (GH-149426) (#149433)
brettcannon
-
2026/05/05
[Python-checkins] gh-149425: Increase `test_write_without_source_date_epoch` assertion delta (#149426)
brettcannon
-
2026/05/05
[Python-checkins] [3.14] gh-149410: Test that `typing.NoDefault` is final (GH-149411) (#149419)
sobolevn
-
2026/05/05
[Python-checkins] [3.13] gh-149410: Test that `typing.NoDefault` is final (GH-149411) (#149420)
sobolevn
-
2026/05/05
[Python-checkins] gh-149353: Preserve JIT shim object during PGO clean (#149387)
diegorusso
-
2026/05/05
[Python-checkins] gh-149410: Test that `typing.NoDefault` is final (#149411)
sobolevn
-
2026/05/05
[Python-checkins] gh-137855: Improve import time of `pathlib` (GH-146327)
encukou
-
2026/05/05
[Python-checkins] [3.14] gh-149403: Fix `NameError` in `Lib/test/test_capi/test_getargs.py` (GH-149404) (#149406)
sobolevn
-
2026/05/05
[Python-checkins] [3.13] gh-149403: Fix `NameError` in `Lib/test/test_capi/test_getargs.py` (GH-149404) (#149407)
sobolevn
-
2026/05/05
[Python-checkins] gh-149216: Notify type watchers on heap type deallocation (GH-149236)
markshannon
-
2026/05/05
[Python-checkins] gh-149403: Fix `NameError` in `Lib/test/test_capi/test_getargs.py` (#149404)
sobolevn
-
2026/05/05
[Python-checkins] Ignore `.jit-stamp` generated file (#149401)
sobolevn
-
2026/05/05
[Python-checkins] gh-148726: Add gc changes to What's New (#149398)
hugovk
-
2026/05/05
[Python-checkins] GH-126910: Add GNU backtrace support for unwinding JIT frames (#149104)
diegorusso
-
2026/05/05
[Python-checkins] gh-145378: Generate consistent colors for pdb commands (#149305)
gaogaotiantian
-
2026/05/05
[Python-checkins] gh-139489: Add xml.is_valid_name() (GH-139768)
serhiy-storchaka
-
2026/05/05
[Python-checkins] gh-140550: Single What's New highlight for PEPs 793, 803 and 820 (GH-149397)
encukou
-
2026/05/04
[Python-checkins] gh-137840: Document PEP 728 (#149207)
JelleZijlstra
-
2026/05/04
[Python-checkins] gh-130472: Use fancycompleter in import completions (#148188)
pablogsal
-
2026/05/04
[Python-checkins] [3.14] gh-137293: Ignore Exceptions when searching ELF File in Remote Debug (GH-137309) (#149391)
pablogsal
-
2026/05/04
[Python-checkins] gh-137293: Ignore Exceptions when searching ELF File in Remote Debug (#137309)
pablogsal
-
2026/05/04
[Python-checkins] gh-149009: Validate `thread_count` in `profiling.sampling` binary reader (#149147)
pablogsal
-
2026/05/04
[Python-checkins] gh-149230: `_remote_debugging`: Fix async-aware for tasks in non-main threads (#149235)
pablogsal
-
2026/05/04
[Python-checkins] gh-149202: Highlight PEP 831 in What's New for Python 3.15 (#149390)
pablogsal
-
2026/05/04
[Python-checkins] gh-146256: Add `--jsonl` collector to the `profiling.sampling` (#146257)
pablogsal
-
2026/05/04
[Python-checkins] gh-149342: `_remote_debugging`: Fix binary profile corruption when sampling a (temporarily) empty stack (#149343)
pablogsal
-
2026/05/04
[Python-checkins] gh-149300: `_remote_debugging`: clean up magic and duplicate consts in the binary format helper (#149301)
pablogsal
-
2026/05/04
[Python-checkins] gh-98894: Restore function entry/exit DTrace probes (#142397)
pablogsal
-
2026/05/04
[Python-checkins] [3.13] GH-130750: Restore quoting of choices in argparse error messag… (#149386)
savannahostrowski
-
2026/05/04
[Python-checkins] gh-146462: Add dict introspection debug offsets (#148633)
pablogsal
-
2026/05/04
[Python-checkins] gh-142389: Add support for backtick colorisation in argparse help text (#149375)
hugovk
-
2026/05/04
[Python-checkins] gh-142389: Add backticks to stdlib argparse help to display in colour (#149384)
hugovk
-
2026/05/04
[Python-checkins] [3.14] GH-130750: Restore quoting of choices in argparse error messag… (#149385)
savannahostrowski
-
2026/05/04
[Python-checkins] GH-130750: Restore quoting of choices in argparse error messages to match documentation and improve clarity (#144983)
savannahostrowski
-
2026/05/04
[Python-checkins] [3.14] gh-148178: Validate remote debug offset tables on load (GH-148187) (#148577)
pablogsal
-
2026/05/04
[Python-checkins] [3.14] gh-137030: Fix YIELD_VALUE bytecode assertion (#149184) (#149383)
vstinner
-
2026/05/04
[Python-checkins] gh-146406: Add cross-language method suggestions for builtin AttributeError (#146407)
vstinner
-
2026/05/04
[Python-checkins] GH-148726: Add heap_size to generational GC (#149195)
pablogsal
-
2026/05/04
[Python-checkins] [3.13] gh-149377: update bundled pip to 26.1.1 (GH-149378) (#149380)
hugovk
-
2026/05/04
[Python-checkins] [3.14] gh-149377: update bundled pip to 26.1.1 (GH-149378) (#149379)
hugovk
-
2026/05/04
[Python-checkins] Python 3.14.5rc1
hugovk
-
2026/05/04
[Python-checkins] gh-149377: update bundled pip to 26.1.1 (#149378)
hugovk
-
2026/05/04
[Python-checkins] [3.13] gh-138907: Support RFC 9309 in robotparser (GH-138908) (GH-149376)
serhiy-storchaka
-
2026/05/04
[Python-checkins] [3.14] gh-138907: Support RFC 9309 in robotparser (GH-138908) (GH-149374)
serhiy-storchaka
-
2026/05/04
[Python-checkins] gh-138907: Support RFC 9309 in robotparser (GH-138908)
serhiy-storchaka
-
2026/05/04
[Python-checkins] gh-149321: Fix stdlib imports with lazy imports disabled (#149338)
pablogsal
-
2026/05/04
[Python-checkins] gh-145917: Add MIME types for TTC and Haptics formats (#145918)
hugovk
-
2026/05/04
[Python-checkins] gh-148690: Build Windows freethreaded binaries into separate directory and include python3t.dll on GIL-enabled (GH-149218)
zooba
-
2026/05/04
[Python-checkins] gh-143732: add specialization for `FOR_ITER` (GH-148745)
markshannon
-
2026/05/04
[Python-checkins] gh-137030: Fix YIELD_VALUE bytecode assertion (#149184)
vstinner
-
2026/05/04
[Python-checkins] gh-149225: Expose Py_CriticalSection in Stable ABI (GH-149227)
encukou
-
2026/05/04
[Python-checkins] gh-148675: Remove F and D formats from array and memoryview (GH-149368)
encukou
-
2026/05/04
[Python-checkins] [3.14] gh-137337: Clarify import statement namespace binding (GH-144607) (GH-149369)
serhiy-storchaka
-
2026/05/04
[Python-checkins] [3.13] gh-137337: Clarify import statement namespace binding (GH-144607) (GH-149370)
serhiy-storchaka
-
2026/05/04
[Python-checkins] gh-137337: Clarify import statement namespace binding (GH-144607)
serhiy-storchaka
-
2026/05/04
[Python-checkins] gh-148292: Remove shutdown() test in test_ssl.test_got_eof() (#149366)
vstinner
-
2026/05/04
[Python-checkins] gh-148675: Add Zd/Zf formats to array, ctypes, memoryview, struct (#148676)
vstinner
-
2026/05/04
[Python-checkins] [3.14] gh-147998: Fix possible memory leak in _pop_preserved (crossinterp.c) (GH-147999) (GH-149365)
serhiy-storchaka
-
2026/05/04
[Python-checkins] [3.14] gh-148418: Fix a possible reference leak in a corrupted TYPE_CODE marshal stream (GH-148419) (GH-149363)
serhiy-storchaka
-
2026/05/04
[Python-checkins] [3.13] gh-148418: Fix a possible reference leak in a corrupted TYPE_CODE marshal stream (GH-148419) (GH-149364)
serhiy-storchaka
-
2026/05/04
[Python-checkins] gh-147998: Fix possible memory leak in _pop_preserved (crossinterp.c) (GH-147999)
serhiy-storchaka
-
2026/05/04
[Python-checkins] gh-149010: Improve reliability of inspect CLI (#149357)
ncoghlan
-
2026/05/04
[Python-checkins] gh-148418: Fix a possible reference leak in a corrupted TYPE_CODE marshal stream (GH-148419)
serhiy-storchaka
-
2026/05/04
[Python-checkins] gh-146063: Add PyObject_CallFinalizerFromDealloc() to the limited C API (#146172)
vstinner
-
2026/05/04
[Python-checkins] gh-148600: Add OpenSSL 4.0.0 support to test configurations (#149356)
hugovk
-
2026/05/04
[Python-checkins] [3.14] gh-87245: Improve IPv6Address.ipv4_mapped documentation (GH-92572) (#149360)
ncoghlan