python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Date
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
2026/04/29
[Python-checkins] [3.14] gh-148740: Fix `uuid` CLI with custom UUIDs for UUIDv3/v5 namespaces (GH-148741) (#149152)
picnixz
2026/04/29
[Python-checkins] [3.13] gh-149148: Upgrade bundled pip to 26.1 (GH-149150) (#149155)
hugovk
2026/04/29
[Python-checkins] gh-149148: Upgrade bundled pip to 26.1 (#149150)
hugovk
2026/04/29
[Python-checkins] [3.14] gh-149122: Fix segfault in compiler when certain builtin functions are passed a coroutine as arg (GH-149138) (#149151)
iritkatriel
2026/04/29
[Python-checkins] gh-148740: Fix `uuid` CLI with custom UUIDs for UUIDv3/v5 namespaces (#148741)
picnixz
2026/04/29
[Python-checkins] gh-149122: Fix segfault in compiler when certain builtin functions are passed a coroutine as arg (#149138)
iritkatriel
2026/04/29
[Python-checkins] gh-135528: Support more second-level domain names in http.cookiejar (#135820)
hugovk
2026/04/29
[Python-checkins] [3.14] GH-148726: Add heap_size to _gc_runtime_state (#149025)
hugovk
2026/04/29
[Python-checkins] [3.13] gh-97032: avoid test_squeezer crash on macOS buildbots (gh-115508) (GH-148141) (#148415)
hugovk
2026/04/29
[Python-checkins] [3.14] gh-97032: avoid test_squeezer crash on macOS buildbots (gh-115508) (GH-148141) (#148414)
hugovk
2026/04/29
[Python-checkins] [3.13] gh-148169: Fix webbrowser `%action` substitution bypass of dash-prefix check (GH-148170) (#148517)
hugovk
2026/04/29
[Python-checkins] [3.14] gh-148169: Fix webbrowser `%action` substitution bypass of dash-prefix check (GH-148170) (#148516)
hugovk
2026/04/29
[Python-checkins] [3.13] gh-140287: Handle `PYTHONSTARTUP` script exceptions in the asyncio REPL (GH-140288) (#148988)
hugovk
2026/04/29
[Python-checkins] [3.14] gh-140287: Handle `PYTHONSTARTUP` script exceptions in the asyncio REPL (GH-140288) (#148987)
hugovk
2026/04/29
[Python-checkins] gh-142927: Show module names instead of file paths in flamegraph (#146040)
pablogsal
2026/04/28
[Python-checkins] gh-148829: bump number of static types (#149121)
JelleZijlstra
2026/04/28
[Python-checkins] gh-149119: docs: mention that sentinel does not support subclassing (#149120)
JelleZijlstra
2026/04/28
[Python-checkins] Build docs from `pylock.toml` (#149058)
hugovk
2026/04/28
[Python-checkins] Replace deprecated action with RtD app (#149111)
hugovk
2026/04/28
[Python-checkins] gh-108951: document addition of TaskGroup.cancel() (#149031)
gvanrossum
2026/04/28
[Python-checkins] gh-142927: Fix inverted flamegraph width (#148568)
pablogsal
2026/04/28
[Python-checkins] [3.14] gh-149017: Upgrade bundled Expat to 2.8.0 (GH-149020) (#149073)
hugovk
2026/04/28
[Python-checkins] gh-148211: decompose `_SHUFFLE_3_LOAD_CONST_INLINE_BORROW` in JIT (GH-148816)
markshannon
2026/04/28
[Python-checkins] gh-148571: [JIT] Preserve family-head recorder layouts for specialized opcode families (GH-148730)
markshannon
2026/04/28
[Python-checkins] GH-83065: Fix import deadlock by implementing hierarchical module locking (GH-137196)
gpshead
2026/04/27
[Python-checkins] gh-125862: Keep ContextDecorator open across generator/coroutine execution (GH-136212)
gpshead
2026/04/27
[Python-checkins] [3.14] gh-149035: Modernize legacy Python patterns in `Doc/tutorial/stdlib2.rst` (GH-149036) (#149089)
hugovk
2026/04/27
[Python-checkins] [3.13] gh-149035: Modernize legacy Python patterns in `Doc/tutorial/stdlib2.rst` (GH-149036) (#149090)
hugovk
2026/04/27
[Python-checkins] gh-149035: Modernize legacy Python patterns in `Doc/tutorial/stdlib2.rst` (#149036)
hugovk
2026/04/27
[Python-checkins] gh-137600: Promote `ast` node constructor deprecation warnings to errors (#137601)
JelleZijlstra
2026/04/27
[Python-checkins] gh-148829: Implement PEP 661 (#148831)
JelleZijlstra
2026/04/27
[Python-checkins] gh-148252: Avoid overflow in `_remote_debugging` binary reader bounds checks (#148972)
pablogsal
2026/04/27
[Python-checkins] [3.13] gh-148529: Minor improvements of the struct module documentation (GH-148565) (GH-149072)
serhiy-storchaka
2026/04/27
[Python-checkins] gh-149017: Upgrade bundled Expat to 2.8.0 (#149020)
StanFromIreland
2026/04/27
[Python-checkins] [3.14] gh-148529: Minor improvements of the struct module documentation (GH-148565) (GH-149063)
serhiy-storchaka
2026/04/27
[Python-checkins] [3.14] gh-148663: Document that `calendar.IllegalMonthError` inherits from both `ValueError` and `IndexError` (GH-148664) (#148917)
StanFromIreland
2026/04/27
[Python-checkins] [3.14] gh-146581: Fix vulnerability in shutil.unpack_archive() for ZIP files on Windows (GH-146591) (GH-149064)
serhiy-storchaka
2026/04/27
[Python-checkins] [3.13] gh-146581: Fix vulnerability in shutil.unpack_archive() for ZIP files on Windows (GH-146591) (GH-149065)
serhiy-storchaka
2026/04/27
[Python-checkins] gh-146581: Fix vulnerability in shutil.unpack_archive() for ZIP files on Windows (GH-146591)
serhiy-storchaka
2026/04/27
[Python-checkins] gh-148529: Minor improvements of the struct module documentation (GH-148565)
serhiy-storchaka
2026/04/27
[Python-checkins] [3.14] Un-skip previously-broken `test_get_type_hints_modules_forward_ref` (#149053)
JelleZijlstra
2026/04/27
[Python-checkins] GH-146073: Add fitness to executor dumps. (GH-148959)
markshannon
2026/04/27
[Python-checkins] [3.14] Improve `hash()` builtin docstring with caveats. (GH-125229) (#149054)
gpshead
2026/04/27
[Python-checkins] Un-skip previously-broken `test_get_type_hints_modules_forwardref` (#149048)
JelleZijlstra
2026/04/27
[Python-checkins] [3.13] gh-82665 Mention that HTMLParser.handle_starttag value can be None (GH-134312) (#149038)
ezio-melotti
2026/04/27
[Python-checkins] [3.14] gh-82665 Mention that HTMLParser.handle_starttag value can be None (GH-134312) (#149037)
ezio-melotti
2026/04/27
[Python-checkins] GH-135357: Add socket.SO_PASSRIGHTS constant (#135355)
vstinner
2026/04/27
[Python-checkins] gh-148868: Increase test coverage for `cmath.isinf` (#148869)
picnixz
2026/04/27
[Python-checkins] Fix typo in `ceval.c` error message (#148860)
picnixz
2026/04/27
[Python-checkins] gh-82665 Mention that HTMLParser.handle_starttag value can be None (#134312)
ezio-melotti
2026/04/26
[Python-checkins] [3.14] Document that multiprocessing treats local same-user processes as trusted (GH-149001) (#149033)
gpshead
2026/04/26
[Python-checkins] [3.13] Document that multiprocessing treats local same-user processes as trusted (GH-149001) (#149034)
gpshead
2026/04/26
[Python-checkins] Document that multiprocessing treats local same-user processes as trusted (GH-149001)
gpshead
2026/04/26
[Python-checkins] gh-47798: Refactor the POSIX subprocess.Popen._communicate selector loop into helpers (GH-149032)
gpshead
2026/04/26
[Python-checkins] gh-148991: Add colour to `tokenize` CLI output (#148992)
hugovk
2026/04/26
[Python-checkins] [3.14] gh-146455: Fix O(N²) in add_const() after constant folding moved to CFG (GH-146456) (#149011)
Eclips4
2026/04/26
[Python-checkins] gh-146455: Fix O(N²) in add_const() after constant folding moved to CFG (#146456)
Eclips4
2026/04/26
[Python-checkins] gh-148981: Add color parameter to `ast.dump` (#148982)
StanFromIreland
2026/04/25
[Python-checkins] gh-137855: Lazy import `inspect` module in dataclasses (#144387)
JelleZijlstra
2026/04/25
[Python-checkins] [3.13] gh-105936: Properly update closure cells for __setattr__ and __delattr__ in frozen dataclasses with slots (GH-144021) (GH-148476)
gpshead
Earlier messages
Later messages