python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Date
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
2026/05/04
[Python-checkins] [3.13] gh-87245: Improve IPv6Address.ipv4_mapped documentation (GH-92572) (#149361)
ncoghlan
2026/05/04
[Python-checkins] gh-87245: Improve IPv6Address.ipv4_mapped documentation (#92572)
ncoghlan
2026/05/04
[Python-checkins] [3.14] gh-149351: Avoid possible broken macOS framework install names when DESTDIR is specified during builds (GH-149352) (#149354)
ned-deily
2026/05/04
[Python-checkins] gh-148352: Add more colour to `calendar` CLI output (#148354)
hugovk
2026/05/04
[Python-checkins] [3.13] gh-149351: Avoid possible broken macOS framework install names when DESTDIR is specified during builds (GH-149352) (#149355)
ned-deily
2026/05/04
[Python-checkins] gh-149351: Avoid possible broken macOS framework install names when DESTDIR is specified during builds (#149352)
ned-deily
2026/05/04
[Python-checkins] gh-148292: Update _ssl._SSLSocket for OpenSSL 4 (#149102)
vstinner
2026/05/04
[Python-checkins] gh-149231: tomllib: Limit the number of parts in a key (GH-149233)
encukou
2026/05/04
[Python-checkins] [3.14] gh-148093: Raise binascii.Error from binascii.a2b_uu() on empty input (GH-149077) (GH-149350)
serhiy-storchaka
2026/05/04
[Python-checkins] [3.13] gh-148093: Raise binascii.Error from binascii.a2b_uu() on empty input (GH-149077) (GH-149349)
serhiy-storchaka
2026/05/04
[Python-checkins] gh-148849: Deprecate http.cookies.BaseCookie.js_output() (GH-148978)
serhiy-storchaka
2026/05/04
[Python-checkins] gh-148093: Raise binascii.Error from binascii.a2b_uu() on empty input (GH-149077)
serhiy-storchaka
2026/05/04
[Python-checkins] gh-146609: Use argparse for colour help timeit CLI (#149334)
hugovk
2026/05/04
[Python-checkins] gh-143732: allow dict subclasses to be specialized (GH-148128)
markshannon
2026/05/04
[Python-checkins] gh-142389: Add colour to regrtest and pdb's help descriptions (#149332)
hugovk
2026/05/03
[Python-checkins] [3.14] GH-146475: Block Apple Clang for building JIT stencils (#149188) (#149339)
savannahostrowski
2026/05/03
[Python-checkins] [3.13] GH-146475: Block Apple Clang for building JIT stencils (#149188) (#149340)
savannahostrowski
2026/05/03
[Python-checkins] gh-149296: Add `dump` subcommand to sampling profiler for one-shot stack snapshots (#149297)
pablogsal
2026/05/03
[Python-checkins] gh-145521: Add 'infer_variance' parameter to ParamSpec class (#145522)
JelleZijlstra
2026/05/03
[Python-checkins] gh-133956 fix bug where `dataclass` wouldn't detect `ClassVar` fields if `ClassVar` was re-exported from a module other than `typing` (#140541)
JelleZijlstra
2026/05/03
[Python-checkins] [3.13] gh-149254: Update CI to use latest OpenSSL versions (GH-149336)
zware
2026/05/03
[Python-checkins] [3.14] gh-149254: Update CI to use latest OpenSSL versions (GH-149333)
zware
2026/05/03
[Python-checkins] [3.13] gh-149254: Update Windows builds to OpenSSL 3.0.20 (GH-149331)
zware
2026/05/03
[Python-checkins] gh-149254: Update CI to use latest OpenSSL and AWS-LC versions (GH-149330)
zware
2026/05/03
[Python-checkins] [3.14] gh-149254: Update Windows builds to OpenSSL 3.0.20 (GH-149327)
zware
2026/05/03
[Python-checkins] gh-149254: Update Windows builds to use OpenSSL 3.5.6 (GH-149326)
zware
2026/05/03
[Python-checkins] gh-148641: Implement PEP 829 - startup configuration files (#149109)
warsaw
2026/05/03
[Python-checkins] gh-135056: Fix teardown order for Windows in `test_httpservers` (#149320)
hugovk
2026/05/03
[Python-checkins] [3.13] gh-148663: Document that `calendar.IllegalMonthError` inherits from both `ValueError` and `IndexError` (GH-148664) (#148918)
StanFromIreland
2026/05/03
[Python-checkins] [3.14] gh-149267: Document ast.Constant.kind attribute (GH-149268) (#149293)
JelleZijlstra
2026/05/03
[Python-checkins] [3.14] gh-148063: documentation: move ast.compare from "Compiler flags" to "ast helpers" (GH-147954) (#149291)
StanFromIreland
2026/05/03
[Python-checkins] gh-135056: Add a `--header` CLI option to `http.server` (#135057)
picnixz
2026/05/03
[Python-checkins] gh-149243: Check for recursion limits in `CALL_ALLOC_AND_ENTER_INIT` (#149310)
sobolevn
2026/05/03
[Python-checkins] gh-143231: Do not swallow not matched warnings in assertWarns*() (GH-149229)
serhiy-storchaka
2026/05/03
[Python-checkins] gh-149217: Avoid adding dependencies on immutable, immortal classes in the JIT (GH149256)
markshannon
2026/05/03
[Python-checkins] [3.14] Ignore `/jit_unwind_info*.h` from git (GH-149311) (#149314)
sobolevn
2026/05/03
[Python-checkins] [3.13] Ignore `/jit_unwind_info*.h` from git (GH-149311) (#149315)
sobolevn
2026/05/03
[Python-checkins] gh-143231: Add the module attribute to warnings.WarningMessage (GH-149298)
serhiy-storchaka
2026/05/03
[Python-checkins] Ignore `/jit_unwind_info*.h` from git (#149311)
sobolevn
2026/05/02
[Python-checkins] GH-148189: Fix miscalculation of type-specific free list memory use (#148190)
tim-one
2026/05/02
[Python-checkins] gh-141388: Improve docs/tests for non-function callables as annotate functions (#142327)
JelleZijlstra
2026/05/02
[Python-checkins] [3.14] gh-149221: Sync random.py with main branch (#149288)
JelleZijlstra
2026/05/02
[Python-checkins] gh-139167: Allow users to hook gen_colors function to pyrepl Reader (#141619)
gaogaotiantian
2026/05/02
[Python-checkins] gh-148871: extend and improve `LOAD_COMMON_CONSTANT` (GH-148971)
markshannon
2026/05/02
[Python-checkins] gh-149171: Make TypeAliasType __module__ writable (#149172)
JelleZijlstra
2026/05/02
[Python-checkins] [3.13] gh-149267: Document ast.Constant.kind attribute (GH-149268) (#149294)
JelleZijlstra
2026/05/02
[Python-checkins] gh-149267: Document ast.Constant.kind attribute (#149268)
JelleZijlstra
2026/05/02
[Python-checkins] gh-148063: documentation: move ast.compare from "Compiler flags" to "ast helpers" (#147954)
JelleZijlstra
2026/05/02
[Python-checkins] gh-116021: Deprecate support for instantiating abstract AST nodes (#137865)
JelleZijlstra
2026/05/02
[Python-checkins] [3.14] gh-149285: Increase recursion depth for `test_xml_etree` from 150k to 500k (GH-149286) (#149287)
JelleZijlstra
2026/05/02
[Python-checkins] gh-149285: Increase recursion depth for `test_xml_etree` from 150k to 500k (#149286)
JelleZijlstra
2026/05/02
[Python-checkins] gh-149282: Fix `gc.c` compilation with `--enable-pystats` (#149283)
sobolevn
2026/05/02
[Python-checkins] gh-146527: Remove private module entry from what's new (#149284)
pablogsal
2026/05/02
[Python-checkins] GH-146527: Add get_gc_stats function to _remote_debugging (#148071)
pablogsal
2026/05/02
[Python-checkins] gh-148380: remove all uses of `_PyType_LookupByVersion` in `optimizer_bytecodes.c` (GH-148394)
Fidget-Spinner
2026/05/02
[Python-checkins] gh-149214: Fix non ascii characters in remote debugging (#149228)
pablogsal
2026/05/02
[Python-checkins] gh-149221: Minor comment edit (gh-149278)
rhettinger
2026/05/02
[Python-checkins] [3.14]gh-149221:Fix binomialvariate Function for random module (gh-149276)
rhettinger
2026/05/02
[Python-checkins] gh-149221:Fix binomialvariate Function for random module (gh-149222)
rhettinger
2026/05/02
[Python-checkins] [3.13] gh-111264: Add a note about untrusted input to tomllib docs (#149226)
StanFromIreland
2026/05/02
[Python-checkins] [3.13] gh-148914: Fix memoization of in-band PickleBuffer in the Python implementation (GH-149052) (GH-149275)
serhiy-storchaka
2026/05/02
[Python-checkins] [3.14] gh-148914: Fix memoization of in-band PickleBuffer in the Python implementation (GH-149052) (GH-149274)
serhiy-storchaka
2026/05/02
[Python-checkins] GH-148932: Improve error message if profiling.sampling run from venv on Windows platform (#149247)
pablogsal
2026/05/02
[Python-checkins] gh-148914: Fix memoization of in-band PickleBuffer in the Python implementation (GH-149052)
serhiy-storchaka
2026/05/02
[Python-checkins] [3.13] gh-149254: Bump OpenSSL version for Android. (#149273)
freakboy3742
2026/05/02
[Python-checkins] [3.14] gh-149254: Bump OpenSSL versions for iOS and Android. (#149272)
freakboy3742
2026/05/02
[Python-checkins] gh-149254: Bump OpenSSL versions for iOS and Android. (#149270)
freakboy3742
2026/05/01
[Python-checkins] [3.13] gh-149254: Update macOS installer to use OpenSSL 3.0.20. (GH-149263) (#149265)
ned-deily
2026/05/01
[Python-checkins] gh-149244 Document statistics functions that require sequence inputs. (gh-149264)
rhettinger
2026/05/01
[Python-checkins] statistics: Fix geometric_mean() error message for negative inputs (#149246)
rhettinger
2026/05/01
[Python-checkins] [3.14] gh-149254: Update macOS installer to use OpenSSL 3.0.20. (#149263)
ned-deily
2026/05/01
[Python-checkins] gh-149254: Update macOS installer to use OpenSSL 3.5.6. (#149262)
ned-deily
2026/05/01
[Python-checkins] [3.14] gh-149117: Set `ImportError.name` on errors from `runpy.run_module`/`run_path` (gh-149159) (#149257)
ncoghlan
2026/05/01
[Python-checkins] [3.13] gh-149117: Set `ImportError.name` on errors from `runpy.run_module`/`run_path` (gh-149159) (#149258)
ncoghlan
2026/05/01
[Python-checkins] gh-149117: Set `ImportError.name` on errors from `runpy.run_module`/`run_path` (gh-149159)
ncoghlan
2026/05/01
[Python-checkins] GH-149252: Update WASI SDK version from 32 to 33 (#149253)
brettcannon
2026/05/01
[Python-checkins] gh-75707: tarfile: Add optional open() argument "mtime" (GH-138117)
ethanfurman
2026/05/01
[Python-checkins] gh-124397: Add free-threading support for iterators. (gh-148894)
rhettinger
2026/05/01
[Python-checkins] gh-149202: Implement PEP 831 – Frame Pointers Everywhere: Enabling System-Level Observability for Python (#149201)
pablogsal
2026/05/01
[Python-checkins] [3.14] gh-149242: Heap size should be added at end of the struct (#149241)
DinoV
2026/05/01
[Python-checkins] gh-149083: Change several other docs examples to use `sentinel()` (#149213)
sobolevn
2026/05/01
[Python-checkins] [3.13] Fix source link in `Doc/howto/descriptor.rst` (GH-149215) (#149251)
hugovk
2026/05/01
[Python-checkins] [3.14] Fix source link in `Doc/howto/descriptor.rst` (GH-149215) (#149250)
hugovk
2026/05/01
[Python-checkins] Fix source link in `Doc/howto/descriptor.rst` (#149215)
hugovk
2026/05/01
[Python-checkins] Clarify `max_length` in zstd & zlib decompressor documentation (#143805)
emmatyping
2026/05/01
[Python-checkins] [3.14] gh-148726: Document the GC change in What's New in Python 3.14 (GH-149209) (#149249)
hugovk
2026/05/01
[Python-checkins] gh-148726: Document the GC change in What's New in Python 3.14 (#149209)
hugovk
2026/05/01
[Python-checkins] gh-139038: Update final JIT figures for 3.15rc1 (#149210)
hugovk
2026/05/01
[Python-checkins] Build mpdecimal from source to workaround unreliable launchpad.net (#149248)
hugovk
2026/05/01
[Python-checkins] gh-81074: Allow non-ASCII addr_spec in email.headerregistry.Address (#122477)
bitdancer
2026/05/01
[Python-checkins] gh-83938, gh-122476: Stop incorrectly RFC 2047 encoding non-ASCII email addresses (#122540)
bitdancer
2026/05/01
[Python-checkins] [3.14] gh-148390: fix undefined behavior of `memoryview(...).cast("?")` (GH-148454) (GH-148667)
encukou
2026/05/01
[Python-checkins] gh-148850: Fix memory sanitizer false positive in os.getrandom (GH-148851)
encukou
2026/05/01
[Python-checkins] [3.14] gh-148967: Fix FFI type pointer handling for C complex support in set_stginfo_ffi_type_pointer (GH-148969) (GH-149224)
encukou
2026/05/01
[Python-checkins] [3.14] gh-111264: Add a note about untrusted input to tomllib docs (GH-146209) (GH-149223)
encukou
2026/05/01
[Python-checkins] gh-148967: Fix FFI type pointer handling for C complex support in set_stginfo_ffi_type_pointer (GH-148969)
encukou
2026/05/01
[Python-checkins] gh-149204: add `_RROT_3` uop to reduce stack moves (GH-149205)
markshannon
2026/05/01
[Python-checkins] gh-133560: Clarified `parser.md` doc for pegen parser issue in using the existing `Grammar/python.gram` file. (GH-139194)
encukou
2026/05/01
[Python-checkins] gh-145497: Use same size of static_types array in all builds (GH-149139)
encukou
2026/04/30
[Python-checkins] gh-149173: Fix inverted PYTHON_BASIC_REPL environment check in _pyrepl_available() (#149174)
gaogaotiantian
2026/04/30
[Python-checkins] [3.14] gh-148518 fix index error in local part attribute (GH-148522) (#149200)
bitdancer
2026/04/30
[Python-checkins] [3.13] gh-148518 fix index error in local part attribute (GH-148522) (#149199)
bitdancer
2026/04/30
[Python-checkins] GH-146475: Block Apple Clang for building JIT stencils (#149188)
savannahostrowski
2026/04/30
[Python-checkins] gh-148518 fix index error in local part attribute (#148522)
bitdancer
2026/04/30
[Python-checkins] [3.10] gh-141707: Skip TarInfo DIRTYPE normalization during GNU long name handling (#145816)
pablogsal
2026/04/30
[Python-checkins] [3.11] gh-141707: Skip TarInfo DIRTYPE normalization during GNU long name handling (#145815)
pablogsal
2026/04/30
[Python-checkins] [3.11] gh-145506: Fixes CVE-2026-2297 by ensuring SourcelessFileLoader uses io.open_code (GH-145507) (#145515)
pablogsal
2026/04/30
[Python-checkins] [3.10] gh-145506: Fixes CVE-2026-2297 by ensuring SourcelessFileLoader uses io.open_code (GH-145507) (#145516)
pablogsal
2026/04/30
[Python-checkins] gh-144319: Use transparent huge pages via `madvise(MADV_HUGEPAGE)` in pymalloc (#144353)
pablogsal
2026/04/30
[Python-checkins] [3.14] Remove dead links to `pkg_resources` in `importlib` docs (GH-148344) (#148964)
StanFromIreland
2026/04/30
[Python-checkins] gh-149028: Revert gh-92936 changes (GH-149182)
serhiy-storchaka
2026/04/30
[Python-checkins] GH-148726: Forward-port generational GC. (GH-148746)
nascheme
2026/04/30
[Python-checkins] [3.13] bpo-39100: _header_value_parser: do not treat a Group as invalid-mailbox (GH-24872) (#149192)
bitdancer
2026/04/30
[Python-checkins] [3.14] bpo-39100: _header_value_parser: do not treat a Group as invalid-mailbox (GH-24872) (#149191)
bitdancer
2026/04/30
[Python-checkins] bpo-39100: _header_value_parser: do not treat a Group as invalid-mailbox (#24872)
bitdancer
2026/04/30
[Python-checkins] gh-147991: Speed up tomllib import time (GH-147992)
encukou
2026/04/30
[Python-checkins] gh-149083: Use `sentinel` in `functools.rst` docs (#149176)
sobolevn
2026/04/30
[Python-checkins] gh-113471: Add custom default Content-Type to http.server (#113475)
hugovk
2026/04/30
[Python-checkins] gh-148829: Move sentinelobject.h to Include/cpython/ (#149186)
vstinner
2026/04/30
[Python-checkins] gh-111264: Add a note about untrusted input to tomllib docs (GH-146209)
encukou
2026/04/30
[Python-checkins] gh-149085: Add `max_threads` keyword to `faulthandler.dump_traceback()` (GH-149106)
ZeroIntensity
2026/04/30
[Python-checkins] [3.14] gh-149122: Fix refleak in codegen (GH-149179) (#149181)
kumaraditya303
2026/04/30
[Python-checkins] [3.13] gh-135944: Add a "Runtime Components" Section to the Execution Model Docs (gh-135945) (#139510)
pablogsal
2026/04/30
[Python-checkins] gh-149122: Fix refleak in codegen (GH-149179)
encukou
2026/04/30
[Python-checkins] gh-149049: Fix jit binary op stack underflow (GH-149076)
markshannon
2026/04/30
[Python-checkins] Revert pylock.toml change to make MSI builds pass (#149175)
encukou
2026/04/29
[Python-checkins] GH-145378: Use PyREPL as the default input console for pdb (#145379)
gaogaotiantian
2026/04/29
[Python-checkins] gh-149083: Convert dataclasses.MISSING and dataclasses.KW_ONLY to sentinels (#149086)
JelleZijlstra
2026/04/29
[Python-checkins] gh-149026: Add colour to `pickletools` CLI output (#149027)
hugovk
2026/04/29
[Python-checkins] [3.14] gh-149148: Upgrade bundled pip to 26.1 (GH-149150) (#149154)
hugovk
Earlier messages
Later messages