python-checkins
Thread
Date
Earlier messages
Messages by Date
2026/04/13
[Python-checkins] [3.13] gh-148370: prevent quadratic behavior in `configparser.ParsingError.combine` (GH-148452) (#148533)
picnixz
2026/04/13
[Python-checkins] [3.14] gh-148370: prevent quadratic behavior in `configparser.ParsingError.combine` (GH-148452) (#148532)
picnixz
2026/04/13
[Python-checkins] gh-148252: Fix stack depth calculation in binary reader on 32-bit platforms (#148253)
pablogsal
2026/04/13
[Python-checkins] gh-148370: prevent quadratic behavior in `configparser.ParsingError.combine` (#148452)
picnixz
2026/04/13
[Python-checkins] gh-148178: Validate remote debug offset tables on load (#148187)
pablogsal
2026/04/13
[Python-checkins] gh-144881: Add retry logic to asyncio debugging tools (#148530)
pablogsal
2026/04/13
[Python-checkins] [3.11] gh-148395: Fix a possible UAF in `{LZMA,BZ2}Decompressor` (GH-148396) (#148504)
pablogsal
2026/04/13
[Python-checkins] [3.10] gh-148395: Fix a possible UAF in `{LZMA,BZ2}Decompressor` (GH-148396) (#148505)
pablogsal
2026/04/13
[Python-checkins] [3.11] gh-148169: Fix webbrowser `%action` substitution bypass of dash-prefix check (GH-148170) (#148520)
pablogsal
2026/04/13
[Python-checkins] [3.10] gh-148169: Fix webbrowser `%action` substitution bypass of dash-prefix check (GH-148170) (#148521)
pablogsal
2026/04/13
[Python-checkins] gh-146445: Migrate Android build tools to the Platforms folder. (#148282)
freakboy3742
2026/04/13
[Python-checkins] [3.14] gh-146139: Disable `socketpair` authentication on WASI (GH-146140) (#148526)
vstinner
2026/04/13
[Python-checkins] [3.13] gh-146139: Disable `socketpair` authentication on WASI (GH-146140) (#148527)
vstinner
2026/04/13
[Python-checkins] gh-146139: Disable `socketpair` authentication on WASI (#146140)
vstinner
2026/04/13
[Python-checkins] gh-148169: Fix webbrowser `%action` substitution bypass of dash-prefix check (#148170)
StanFromIreland
2026/04/13
[Python-checkins] [3.14] InternalDocs: Correct struct path for latin1 singletons in `string_interning.md` (GH-148358) (#148492)
StanFromIreland
2026/04/13
[Python-checkins] [3.13] InternalDocs: Correct struct path for latin1 singletons in `string_interning.md` (GH-148358) (#148491)
StanFromIreland
2026/04/13
[Python-checkins] [3.14] gh-148393: Use acquire load for _ma_watcher_tag in dict notify event (gh-148509) (#148512)
colesbury
2026/04/13
[Python-checkins] [3.13] Fix "encodings" typo in argparse.FileType documentation (GH-148502) (#148514)
savannahostrowski
2026/04/13
[Python-checkins] [3.14] Fix "encodings" typo in argparse.FileType documentation (GH-148502) (#148513)
savannahostrowski
2026/04/13
[Python-checkins] Fix "encodings" typo in argparse.FileType documentation (#148502)
savannahostrowski
2026/04/13
[Python-checkins] gh-148393: Use acquire load for _ma_watcher_tag in dict notify event (gh-148509)
colesbury
2026/04/13
[Python-checkins] Minor improvement to statistics.pdf() (gh-148500)
rhettinger
2026/04/13
[Python-checkins] gh-131798: JIT: Optimize `_CHECK_IS_NOT_PY_CALLABLE_EX` and `_CHECK_IS_NOT_PY_CALLABLE_KW` (GH-148494)
Fidget-Spinner
2026/04/13
[Python-checkins] gh-131798: optimize through keyword and bound method calls in the JIT (GH-148466)
Fidget-Spinner
2026/04/13
[Python-checkins] gh-148483: Use Py_GCC_ATTRIBUTE(unused) for stop_tracing label (GH-148481)
Fidget-Spinner
2026/04/13
[Python-checkins] gh-148285: Allow recording uops after specializing uops (GH-148482)
Fidget-Spinner
2026/04/13
[Python-checkins] gh-96894: Do not turn echo off for subsequent commands in batch activators (GH-96895)
zooba
2026/04/13
[Python-checkins] InternalDocs: Correct struct path for latin1 singletons in `string_interning.md` (GH-148358)
encukou
2026/04/12
[Python-checkins] [3.14] gh-148395: Fix a possible UAF in `{LZMA,BZ2,_Zlib}Decompressor` (GH-148396) (#148480)
gpshead
2026/04/12
[Python-checkins] [3.13] gh-148395: Fix a possible UAF in `{LZMA,BZ2,_Zlib}Decompressor` (GH-148396) (#148479)
gpshead
2026/04/12
[Python-checkins] [3.14] tests: use errno.EBADF instead of hardcoded number in _close_file() (GH-148345) (#148410)
gpshead
2026/04/12
[Python-checkins] gh-148395: Fix a possible UAF in `{LZMA,BZ2,_Zlib}Decompressor` (GH-148396)
gpshead
2026/04/12
[Python-checkins] [3.13] tests: use errno.EBADF instead of hardcoded number in _close_file() (GH-148345) (#148411)
gpshead
2026/04/12
[Python-checkins] [3.14] gh-146450: Ensure Android gradle build uses custom cross-build dir (GH-148319) (#148470)
freakboy3742
2026/04/12
[Python-checkins] [3.13] gh-146450: Ensure Android gradle build uses custom cross-build dir (GH-148319) (#148471)
freakboy3742
2026/04/12
[Python-checkins] gh-121190: Emit a better error message from `importlib.resources.files()` when module spec is `None`" (#148460)
jaraco
2026/04/12
[Python-checkins] gh-146450: Ensure Android gradle build uses custom cross-build dir (#148319)
freakboy3742
2026/04/12
[Python-checkins] [3.14] gh-105936: Properly update closure cells for `__setattr__` and `__delattr__` in frozen dataclasses with slots (GH-144021) (#148469)
gpshead
2026/04/12
[Python-checkins] gh-105936: Properly update closure cells for `__setattr__` and `__delattr__` in frozen dataclasses with slots (GH-144021)
gpshead
2026/04/12
[Python-checkins] gh-148438: implement `_RECORD_BOUND_METHOD` in JIT (GH-148457)
Fidget-Spinner
2026/04/12
[Python-checkins] gh-131798: Split `_CHECK_AND_ALLOCATE_OBJECT` into smaller uops (GH-148433)
Fidget-Spinner
2026/04/12
[Python-checkins] gh-146261: JIT: protect against function version changes (#146300)
Fidget-Spinner
2026/04/12
[Python-checkins] [3.13] gh-146313: Fix multiprocessing ResourceTracker deadlock after os.fork() (GH-146316) (#148426)
gpshead
2026/04/12
[Python-checkins] [3.14] gh-146313: Fix multiprocessing ResourceTracker deadlock after os.fork() (GH-146316) (#148425)
gpshead
2026/04/12
[Python-checkins] gh-139551: add support for BaseExceptionGroup in IDLE (GH-139563)
gpshead
2026/04/12
[Python-checkins] [3.14] gh-148393: Use atomic ops on _ma_watcher_tag in free threading build (gh-148397) (#148451)
colesbury
2026/04/12
[Python-checkins] gh-148393: Use atomic ops on _ma_watcher_tag in free threading build (gh-148397)
colesbury
2026/04/12
[Python-checkins] gh-148398: add type watcher in `_CHECK_ATTR_CLASS` (GH-148399)
Fidget-Spinner
2026/04/12
[Python-checkins] gh-131798: Add `_CHECK_IS_NOT_PY_CALLABLE` to the JIT optimizer (GH-148434)
Fidget-Spinner
2026/04/11
[Python-checkins] [3.12] Default GHA permissions to `contents: read` (GH-148346) (#148388)
hugovk
2026/04/11
[Python-checkins] [3.10] Default GHA permissions to `contents: read` (GH-148346) (#148391)
hugovk
2026/04/11
[Python-checkins] [3.11] Default GHA permissions to `contents: read` (GH-148346) (#148389)
hugovk
2026/04/11
[Python-checkins] GH-148047: Check early whether tail-calling is possible for MSVC builds on Windows (#148036)
itamaro
2026/04/11
[Python-checkins] gh-146313: Fix multiprocessing ResourceTracker deadlock after os.fork() (GH-146316)
gpshead
2026/04/11
[Python-checkins] gh-89520: Load extension settings and keybindings from user config (GH-28713)
gpshead
2026/04/11
[Python-checkins] gh-100305: Deemphasize that `ast.literal_eval` is safe in `eval` documentation (#100326)
gpshead
2026/04/11
[Python-checkins] [3.13] gh-147965: Add shutdown() to multiprocessing.Queue excluded methods (GH-147970) (#148417)
gpshead
2026/04/11
[Python-checkins] [3.14] gh-148208: Fix recursion depth leak in `PyObject_Print` (GH-148209) (#148412)
gpshead
2026/04/11
[Python-checkins] [3.14] gh-147965: Add shutdown() to multiprocessing.Queue excluded methods (GH-147970) (#148416)
gpshead
2026/04/11
[Python-checkins] gh-147965: Add shutdown() to multiprocessing.Queue excluded methods (GH-147970)
gpshead
2026/04/11
[Python-checkins] gh-97032: avoid test_squeezer crash on macOS buildbots (gh-115508) (GH-148141)
gpshead
2026/04/11
[Python-checkins] gh-148208: Fix recursion depth leak in `PyObject_Print` (GH-148209)
gpshead
2026/04/11
[Python-checkins] gh-142831: Fix use-after-free in json encoder during re-entrant mutation (gh-142851)
gpshead
2026/04/11
[Python-checkins] [3.13] gh-148337: Document `importlib.resources` security model (GH-148340) (#148355)
gpshead
2026/04/11
[Python-checkins] [3.14] gh-148337: Document `importlib.resources` security model (GH-148340) (#148356)
gpshead
2026/04/11
[Python-checkins] [3.13] Default GHA permissions to `contents: read` (GH-148346) (#148387)
gpshead
2026/04/11
[Python-checkins] [3.14] Default GHA permissions to `contents: read` (GH-148346) (#148386)
gpshead
2026/04/11
[Python-checkins] [3.14] gh-146333: Fix quadratic regex backtracking in configparser option parsing (GH-146399) (#148287)
gpshead
2026/04/11
[Python-checkins] gh-146287: Fix signed/unsigned mismatch in _hashlib_hmac_digest_size (GH-148407)
gpshead
2026/04/11
[Python-checkins] tests: use errno.EBADF instead of hardcoded number in _close_file() (GH-148345)
gpshead
2026/04/11
[Python-checkins] [3.14] gh-145105: Fix crash in csv.reader with re-entrant iterator (GH-145106) (#148404)
gpshead
2026/04/11
[Python-checkins] [3.13] gh-145105: Fix crash in csv.reader with re-entrant iterator (GH-145106) (#148405)
gpshead
2026/04/11
[Python-checkins] gh-145244: Fix use-after-free on borrowed dict key in json encoder (GH-145245)
gpshead
2026/04/11
[Python-checkins] gh-127012: `Traversable.read_text` now allows/solicits an `errors` parameter. (#148401)
jaraco
2026/04/11
[Python-checkins] gh-145105: Fix crash in csv.reader with re-entrant iterator (GH-145106)
gpshead
2026/04/11
[Python-checkins] gh-145200: Fix EVP_MAC_CTX leak in hashlib HMAC on init failure (GH-145201)
gpshead
2026/04/11
[Python-checkins] [3.14] gh-146264: Use static HACL deps for static module builds (GH-146265) (#148403)
gpshead
2026/04/11
[Python-checkins] gh-146302: make Py_IsInitialized() thread-safe and reflect true init completion (GH-146303)
gpshead
2026/04/11
[Python-checkins] gh-94523: IDLE: Detect file if modified and prompt the user to refresh (GH-145625)
gpshead
2026/04/11
[Python-checkins] gh-146264: Use static HACL deps for static module builds (GH-146265)
gpshead
2026/04/11
[Python-checkins] gh-116738: Align bz2 unused_data getter to lzma implementation (GH-144351)
gpshead
2026/04/11
[Python-checkins] gh-137855: Improve import time of dataclasses by lazy importing `re` and `copy` modules (#148379)
hugovk
2026/04/11
[Python-checkins] [3.14] gh-142518: add thread safety docs for dict and set APIs (#148392)
kumaraditya303
2026/04/11
[Python-checkins] gh-131798: do not watch immutable types in JIT (#148383)
kumaraditya303
2026/04/11
[Python-checkins] Default GHA permissions to `contents: read` (#148346)
hugovk
2026/04/11
[Python-checkins] [3.14] gh-148320: document that `import sys.monitoring` raises `ModuleNotFoundError` (GH-148365) (#148385)
picnixz
2026/04/11
[Python-checkins] gh-148320: document that `import sys.monitoring` raises `ModuleNotFoundError` (#148365)
picnixz
2026/04/11
[Python-checkins] gh-131798: Add `_IS_NONE` to the JIT optimizer (GH-148369)
Fidget-Spinner
2026/04/11
[Python-checkins] gh-148374: Fix a bug in `_Py_uop_sym_get_type` (GH-148375)
Fidget-Spinner
2026/04/11
[Python-checkins] gh-148171: Convert `CALL_BUILTIN_CLASS` to leave arguments on the stack (gh-148381)
corona10
2026/04/11
[Python-checkins] gh-148276: Optimize object creation and method calls in the JIT by resolving __init__ at trace optimization time (GH-148277)
Fidget-Spinner
2026/04/11
[Python-checkins] gh-148211: decompose `_POP_TWO/_POP_CALL(_ONE/_TWO)` in JIT (GH-148377)
Fidget-Spinner
2026/04/11
[Python-checkins] gh-148211: decompose `[_POP_TWO/_INSERT_2]_LOAD_CONST_INLINE_BORROW` in JIT (GH-148357)
Fidget-Spinner
2026/04/11
[Python-checkins] Fix format string mismatch for `uint64_t` in `_remote_debugging/threads.c` (#148360)
StanFromIreland
2026/04/10
[Python-checkins] gh-148171: Convert variadic argument opcodes to leave their arguments on the stack (`CALL_BUILTIN_FAST_WITH_KEYWORDS`) (#148366)
Fidget-Spinner
2026/04/10
[Python-checkins] gh-148171: convert more variadic uops to leave input on stack in JIT (#148361)
kumaraditya303
2026/04/10
[Python-checkins] gh-142518: add thread safety docs for set C-APIs (#146562)
kumaraditya303
2026/04/10
[Python-checkins] gh-139038: Credit more people for JIT in 3.15 (GH-148359)
Fidget-Spinner
2026/04/10
[Python-checkins] gh-142518: annotate dict C-APIs for thread safety (#145875)
kumaraditya303
2026/04/10
[Python-checkins] [3.14] gh-148037: remove critical section from `PyCode_Addr2Line` (GH… (#148353)
kumaraditya303
2026/04/10
[Python-checkins] [3.14] gh-148284: Block inlining of gigantic functions in ceval.c for clang 22 (GH-148334) (GH-148349)
Fidget-Spinner
2026/04/10
[Python-checkins] gh-131798: split `_CALL_BUILTIN_CLASS` to smaller uops (#148094)
kumaraditya303
2026/04/10
[Python-checkins] gh-148284: Block inlining of gigantic functions in ceval.c for clang 22 (GH-148334)
Fidget-Spinner
2026/04/10
[Python-checkins] gh-148171: Convert CALL_BUILTIN_FAST to leave inputs on the stack for refcount elimination in JIT (GH-148172)
Fidget-Spinner
2026/04/10
[Python-checkins] Remove dead links to `pkg_resources` in `importlib` docs (#148344)
FFY00
2026/04/10
[Python-checkins] gh-148337: Document `importlib.resources` security model (#148340)
FFY00
2026/04/10
[Python-checkins] Fix mixed line endings with pre-commit (#148336)
hugovk
2026/04/10
[Python-checkins] [3.14] Fix mixed line endings with pre-commit (GH-148336) (#148338)
hugovk
2026/04/10
[Python-checkins] [3.13] Fix mixed line endings with pre-commit (GH-148336) (#148339)
hugovk
2026/04/10
[Python-checkins] gh-146211: Reject CR/LF in HTTP tunnel request headers (#146212)
sethmlarson
2026/04/10
[Python-checkins] gh-148211: decompose `[_POP_CALL_X/_SHUFFLE_2]_LOAD_CONST_INLINE_BORROW` in JIT (GH-148313)
Fidget-Spinner
2026/04/10
[Python-checkins] [3.13] gh-145831: email.quoprimime: `decode()` leaves stray `\r` when `eol='\r\n'` (GH-145832) (#148311)
bitdancer
2026/04/10
[Python-checkins] [3.14] gh-145831: email.quoprimime: `decode()` leaves stray `\r` when `eol='\r\n'` (GH-145832) (#148312)
bitdancer
2026/04/10
[Python-checkins] gh-148037: remove critical section from `PyCode_Addr2Line` (#148103)
kumaraditya303
2026/04/09
[Python-checkins] gh-145831: email.quoprimime: `decode()` leaves stray `\r` when `eol='\r\n'` (#145832)
bitdancer
2026/04/09
[Python-checkins] gh-148211: decompose `_INSERT_1_LOAD_CONST_INLINE(_BORROW)` in JIT (GH-148283)
Fidget-Spinner
2026/04/09
[Python-checkins] [3.14] gh-148091: clarify asyncio.Future.cancel(msg) behaviour (GH-148248) (#148299)
kumaraditya303
2026/04/09
[Python-checkins] [3.14] gh-148254: Use singular "sec" in timeit verbose output (GH-148290) (#148303)
hugovk
2026/04/09
[Python-checkins] [3.13] gh-148254: Use singular "sec" in timeit verbose output (GH-148290) (#148304)
hugovk
2026/04/09
[Python-checkins] [3.13] gh-148091: clarify asyncio.Future.cancel(msg) behaviour (GH-148248) (#148300)
kumaraditya303
2026/04/09
[Python-checkins] gh-148254: Use singular "sec" in timeit verbose output (#148290)
hugovk
2026/04/09
[Python-checkins] gh-134584 : Optimize and eliminate redundant ref-counting for `MAKE_FUNCTION` in the JIT (GH-144963)
Fidget-Spinner
2026/04/09
[Python-checkins] gh-148091: clarify asyncio.Future.cancel(msg) behaviour (#148248)
kumaraditya303
2026/04/09
[Python-checkins] [3.14] gh-148067: Fix typo in asyncio event loop docs: 'signals' -> 'signal' (GH-148073) (#148246)
hugovk
2026/04/09
[Python-checkins] [3.13] gh-148067: Fix typo in asyncio event loop docs: 'signals' -> 'signal' (GH-148073) (#148245)
hugovk
2026/04/09
[Python-checkins] [3.14] gh-148274: properly handle result from `PyObject_VisitManagedDict` (GH-148275) (#148295)
kumaraditya303
2026/04/09
[Python-checkins] [3.13] gh-106318: Add example for str.swapcase() method (GH-144575) (#148297)
hugovk
2026/04/09
[Python-checkins] [3.14] gh-106318: Add example for str.swapcase() method (GH-144575) (#148296)
hugovk
2026/04/09
[Python-checkins] gh-106318: Add example for str.swapcase() method (#144575)
hugovk
2026/04/09
[Python-checkins] gh-148274: properly handle result from `PyObject_VisitManagedDict` (#148275)
kumaraditya303
2026/04/09
[Python-checkins] [3.14] gh-148250: Mention str subclasses in PyUnicodeWriter_WriteStr() doc (GH-148251) (#148293)
vstinner
2026/04/09
[Python-checkins] gh-148250: Mention str subclasses in PyUnicodeWriter_WriteStr() doc (#148251)
vstinner
2026/04/09
[Python-checkins] gh-148241: Fix json serialization for str subclasses (#148249)
vstinner
2026/04/09
[Python-checkins] [3.14] gh-146646: Document that glob functions suppress OSError (GH-147996) (#148288)
vstinner
2026/04/09
[Python-checkins] [3.13] gh-146646: Document that glob functions suppress OSError (GH-147996) (#148289)
vstinner
2026/04/09
[Python-checkins] gh-146646: Document that glob functions suppress OSError (#147996)
vstinner
2026/04/09
[Python-checkins] gh-148286: Fail when new UB is found by CI UBSan (#148168)
StanFromIreland
2026/04/09
[Python-checkins] gh-131798: fold super method lookups in JIT (#148231)
kumaraditya303
2026/04/09
[Python-checkins] Update and expand the 'Fuzz Tests for CPython' README (#148270)
StanFromIreland
2026/04/08
[Python-checkins] gh-148211: refactor bool to explicit uops in JIT (GH-148258)
Fidget-Spinner
2026/04/08
[Python-checkins] [3.14] gh-70039: smtplib: store the server name in ._host in .connect() (GH-115259) (#148273)
bitdancer
2026/04/08
[Python-checkins] [3.13] Minor edit: Four space indent in example (gh-148264) (gh-148266)
rhettinger
2026/04/08
[Python-checkins] gh-148257: move wave whatsnew to correct section (#148262)
hugovk
2026/04/08
[Python-checkins] gh-148225: Validate profiling.sampling replay input (#148243)
pablogsal
2026/04/08
[Python-checkins] gh-148211: decompose `_POP_TOP_LOAD_CONST_INLINE(_BORROW)` in JIT (GH-148230)
Fidget-Spinner
2026/04/08
[Python-checkins] [3.13] gh-70039: smtplib: store the server name in ._host in .connect() (GH-115259) (#148272)
bitdancer
2026/04/08
[Python-checkins] gh-70039: smtplib: store the server name in ._host in .connect() (#115259)
bitdancer
2026/04/08
[Python-checkins] gh-148210: fix incorrect `_BINARY_OP_SUBSCR_DICT` JIT optimization (GH-148213)
Fidget-Spinner
2026/04/08
[Python-checkins] [3.14] Minor edit: Four space indent in example (gh-148264) (gh-148265)
rhettinger
2026/04/08
[Python-checkins] Minor edit: Four space indent in example (#148264)
rhettinger
2026/04/08
[Python-checkins] GH-115802: Remove no-plt for Linux AArch64 (#148238)
diegorusso
2026/04/08
[Python-checkins] gh-145866: Convert `_CALL_METHOD_DESCRIPTOR_NOARGS` to leave its inputs on the stack to be cleaned up by _POP_TOP (GH-148227)
Fidget-Spinner
2026/04/08
[Python-checkins] gh-37883: Safely skip test_resource file size tests when limits are strict (GH-145579)
encukou
2026/04/08
[Python-checkins] gh-146609: Add colour to `timeit` CLI output (#146610)
hugovk
2026/04/08
[Python-checkins] gh-146292: Add colour to `http.server` logs (GH-146293)
ambv
2026/04/08
[Python-checkins] [3.11] gh-145986: Avoid unbound C recursion in `conv_content_model` in `pyexpat.c` (CVE 2026-4224) (GH-145987) (#146000)
pablogsal
2026/04/08
[Python-checkins] [3.10] gh-145986: Avoid unbound C recursion in `conv_content_model` in `pyexpat.c` (CVE 2026-4224) (GH-145987) (#146002)
pablogsal
2026/04/08
[Python-checkins] [3.10] gh-146083: Upgrade bundled Expat to 2.7.5 (GH-146085) (#146608)
pablogsal
2026/04/08
[Python-checkins] [3.11] gh-146083: Upgrade bundled Expat to 2.7.5 (GH-146085) (#146607)
pablogsal
2026/04/08
[Python-checkins] gh-148235: remove duplicate uops `_LOAD_CONST_UNDER_INLINE(_BORROW)` in JIT (GH-148236)
Fidget-Spinner
2026/04/08
[Python-checkins] gh-145921: Add "_DuringGC" functions for tp_traverse (GH-145925)
encukou
2026/04/07
[Python-checkins] gh-146458: Fix REPL height and width tracking on resize (#146459)
vstinner
2026/04/07
[Python-checkins] [3.14] gh-146458: Fix REPL height and width tracking on resize (GH-146459) (#148232)
vstinner
2026/04/07
[Python-checkins] Python 3.13.13
Yhg1s
2026/04/07
[Python-checkins] gh-145846: Fix memory leak in _lsprof clearEntries() context chain (#145847)
vstinner
2026/04/07
[Python-checkins] gh-142518: add thread safety annotations for tuple C-API (#148012)
kumaraditya303
2026/04/07
[Python-checkins] [3.13] GH-146128: Remove the buggy AArch64 "33rx" relocation (#146263) (#148199)
Yhg1s
2026/04/07
[Python-checkins] gh-95004: specialize access to enums and fix scaling on free-threading (#148184)
kumaraditya303
2026/04/07
[Python-checkins] gh-146333: Fix quadratic regex backtracking in configparser option parsing (GH-146399)
encukou
2026/04/07
[Python-checkins] gh-148014: Accept a function name in -X presite option (#148015)
vstinner
2026/04/07
[Python-checkins] gh-146547: Use lazy imports in ctypes (GH-146548)
encukou
2026/04/07
[Python-checkins] gh-130273: Fix traceback color output with unicode characters (GH-142529)
ambv
2026/04/07
[Python-checkins] [3.14] gh-146121: Clarify security model of pkgutil.getdata (GH-148197) (GH-148206)
encukou
2026/04/07
[Python-checkins] [3.14] GH-146128: Remove the buggy AArch64 "33rx" relocation (GH-146263) (#148198)
hugovk
2026/04/07
[Python-checkins] [3.13] gh-146121: Clarify security model of pkgutil.getdata; revert checks (GH-148197) (#148205)
Yhg1s
2026/04/07
[Python-checkins] [3.13] gh-146613: Fix re-entrant use-after-free in `itertools._grouper` (GH-147962) (#148011)
Yhg1s
2026/04/07
[Python-checkins] [3.13] gh-144984: Fix crash in Expat's `ExternalEntityParserCreate` error paths (GH-144992) (#146142)
Yhg1s
2026/04/07
[Python-checkins] gh-146121: Clarify security model of pkgutil.getdata; revert checks (GH-148197)
encukou
2026/04/07
[Python-checkins] GH-145762: Fix test_ci_fuzz_stdlib for source archive builds (#145778)
hugovk
2026/04/07
[Python-checkins] gh-101178: Fix UB in `binascii.b2a_ascii85` (#148166)
StanFromIreland
2026/04/07
[Python-checkins] gh-146636: abi3t: Define Py_GIL_DISABLED but do not use it (GH-148142)
encukou
2026/04/06
[Python-checkins] [3.13] gh-144503: Pass sys.argv to forkserver as real argv elements (GH-148194) (#148196)
gpshead
2026/04/06
[Python-checkins] [3.14] gh-144503: Pass sys.argv to forkserver as real argv elements (GH-148194) (#148195)
gpshead
2026/04/06
[Python-checkins] gh-144503: Pass sys.argv to forkserver as real argv elements (GH-148194)
gpshead
2026/04/06
[Python-checkins] GH-146128: Remove the buggy AArch64 "33rx" relocation (#146263)
hugovk
2026/04/06
[Python-checkins] gh-112632: Add optional keyword-only argument `expand` to `pprint` (#136964)
hugovk
2026/04/06
[Python-checkins] Note out-of-date obmalloc comments (#148149)
tim-one
2026/04/06
[Python-checkins] [3.10] gh-137586: Open external osascript program with absolute path (GH-137584) (#148177)
hugovk
2026/04/06
[Python-checkins] [3.11] gh-137586: Open external osascript program with absolute path (GH-137584) (#148176)
hugovk
2026/04/06
[Python-checkins] [3.12] gh-137586: Open external osascript program with absolute path (GH-137584) (#148175)
hugovk
2026/04/06
[Python-checkins] [3.14] gh-137586: Open external osascript program with absolute path (GH-137584) (#148173)
hugovk
2026/04/06
[Python-checkins] [3.13] gh-137586: Open external osascript program with absolute path (GH-137584) (#148174)
hugovk
2026/04/06
[Python-checkins] gh-145844: Update WASI SDK from 30 to 32 (#145859)
brettcannon
2026/04/06
[Python-checkins] gh-73613: clarify padding= docs in for base64 & binascii modules (GH-148183)
gpshead
2026/04/06
[Python-checkins] gh-148110: Resolve lazy import filter names for relative imports (#148111)
pablogsal
2026/04/06
[Python-checkins] gh-137586: Open external osascript program with absolute path (GH-137584)
gpshead
2026/04/06
[Python-checkins] gh-148072: Cache pickle.dumps/loads per interpreter in XIData (GH-148125)
ZeroIntensity
2026/04/06
[Python-checkins] [3.14] gh-146613: Fix re-entrant use-after-free in `itertools._grouper` (GH-147962) (#148010)
hugovk
2026/04/06
[Python-checkins] gh-130472: Remove readline-only hacks from PyREPL completions (#148161)
pablogsal
Earlier messages