Messages by Date
-
2026/03/30
[Python-checkins] gh-146587: fix type slot assignment incase of multiple slots for same name (#146593)
kumaraditya303
-
2026/03/30
[Python-checkins] [3.14] gh-146416: Emscripten: Improve standard stream handling in node_entry.mjs (GH-146417) (#146630)
vstinner
-
2026/03/30
[Python-checkins] gh-138122: Add differential flame graph (#145785)
pablogsal
-
2026/03/30
[Python-checkins] gh-146416: Emscripten: Improve standard stream handling in node_entry.mjs (#146417)
vstinner
-
2026/03/30
[Python-checkins] [3.14] gh-146444: Don't package as part of iOS 'build hosts' target (GH-146628) (#146629)
vstinner
-
2026/03/30
[Python-checkins] gh-146444: Don't package as part of iOS 'build hosts' target (#146628)
vstinner
-
2026/03/30
[Python-checkins] gh-138850: Add --disable-epoll to configure (GH-145768)
encukou
-
2026/03/30
[Python-checkins] [3.14] gh-146444: Make Platforms/Apple/ compatible with Python 3.9 (GH-146624) (#146627)
vstinner
-
2026/03/30
[Python-checkins] gh-146444: Make Platforms/Apple/ compatible with Python 3.9 (#146624)
vstinner
-
2026/03/30
[Python-checkins] gh-138577: Fix keyboard shortcuts in getpass with echo_char (#141597)
vstinner
-
2026/03/30
[Python-checkins] [3.14] gh-146579: _zstd: Fix decompression options dict error message (GH-146577) (#146611)
emmatyping
-
2026/03/29
[Python-checkins] [3.14] gh-146556: Fix infinite loop in annotationlib.get_annotations() on circular __wrapped__ (GH-146557) (#146622)
JelleZijlstra
-
2026/03/29
[Python-checkins] gh-146556: Fix infinite loop in annotationlib.get_annotations() on circular __wrapped__ (#146557)
JelleZijlstra
-
2026/03/29
[Python-checkins] gh-146579: _zstd: Fix decompression options dict error message (#146577)
emmatyping
-
2026/03/29
[Python-checkins] [3.13] gh-146083: Upgrade bundled Expat to 2.7.5 (GH-146085) (#146604)
StanFromIreland
-
2026/03/29
[Python-checkins] [3.14] gh-146083: Upgrade bundled Expat to 2.7.5 (GH-146085) (#146603)
StanFromIreland
-
2026/03/29
[Python-checkins] gh-146083: Upgrade bundled Expat to 2.7.5 (#146085)
StanFromIreland
-
2026/03/29
[Python-checkins] [3.13] gh-146090: fix memory management of internal `sqlite3` callback contexts (GH-146569) (#146596)
picnixz
-
2026/03/29
[Python-checkins] [3.14] gh-146090: fix memory management of internal `sqlite3` callback contexts (GH-146569) (#146595)
picnixz
-
2026/03/29
[Python-checkins] [3.13] gh-146080: fix a crash in SNI callbacks when the SSL object is gone (GH-146573) (#146598)
picnixz
-
2026/03/29
[Python-checkins] [3.14] gh-146080: fix a crash in SNI callbacks when the SSL object is gone (GH-146573) (#146597)
picnixz
-
2026/03/29
[Python-checkins] gh-146080: fix a crash in SNI callbacks when the SSL object is gone (#146573)
picnixz
-
2026/03/29
[Python-checkins] gh-146090: fix memory management of internal `sqlite3` callback contexts (#146569)
picnixz
-
2026/03/29
[Python-checkins] gh-145876: Do not mask KeyErrors raised during dictionary unpacking in call (GH-146472)
serhiy-storchaka
-
2026/03/28
[Python-checkins] [3.14] gh-146004: fix test_args_from_interpreter_flags on windows (GH-146580) (#146585)
kumaraditya303
-
2026/03/28
[Python-checkins] gh-146004: fix test_args_from_interpreter_flags on windows (#146580)
kumaraditya303
-
2026/03/28
[Python-checkins] gh-139003: Use frozenset for module level attributes in _pyrepl.utils (#139004)
pablogsal
-
2026/03/28
[Python-checkins] GH-146527: Add more data to GC statistics and add it to PyDebugOffsets (#146532)
pablogsal
-
2026/03/28
[Python-checkins] `_pyrepl/pager.py`: call `less` with `--clear-screen` (#146382)
pablogsal
-
2026/03/28
[Python-checkins] [3.14] gh-146544: Fix `asyncio.Queue` docstring ambiguity (GH-146545) (#146567)
kumaraditya303
-
2026/03/28
[Python-checkins] [3.13] gh-146544: Fix `asyncio.Queue` docstring ambiguity (GH-146545) (#146568)
kumaraditya303
-
2026/03/28
[Python-checkins] gh-146544: Fix `asyncio.Queue` docstring ambiguity (#146545)
kumaraditya303
-
2026/03/28
[Python-checkins] [3.13] Docs: don't rely on implicit 'above' directions in socket docs (GH-146426) (#146561)
nedbat
-
2026/03/28
[Python-checkins] Docs: don't rely on implicit 'above' directions in socket docs (#146426)
nedbat
-
2026/03/28
[Python-checkins] [3.13] gh-145616: Detect Android sysconfig ABI correctly on 32-bit ARM Android on 64-bit ARM kernel (GH-145617) (#146539)
vstinner
-
2026/03/27
[Python-checkins] [3.14] gh-146004: propagate all -X options to multiprocessing child processes (GH-146005) (#146552)
gpshead
-
2026/03/27
[Python-checkins] gh-146004: propagate all -X options to multiprocessing child processes (GH-146005)
gpshead
-
2026/03/27
[Python-checkins] gh-146381: Constant-fold frozendict subscript lookups via REPLACE_OPCODE_IF_EVALUATES_PURE (gh-146490)
corona10
-
2026/03/27
[Python-checkins] GH-145247: Use _PyTuple_FromPair[Steal] in Objects (#145884)
vstinner
-
2026/03/27
[Python-checkins] [3.14] Fix possible memory leak in OrderedDict popitem (GH-145247) (#146537)
vstinner
-
2026/03/27
[Python-checkins] [3.13] Fix possible memory leak in OrderedDict popitem (GH-145247) (#146538)
vstinner
-
2026/03/27
[Python-checkins] gh-145059: Record lazy modules without submodules in `sys.lazy_modules` (#146081)
DinoV
-
2026/03/27
[Python-checkins] gh-145057: Fix test names and comments to reflect `sys.lazy_modules` is a dict, not a set (#146084)
DinoV
-
2026/03/27
[Python-checkins] [3.14] gh-146310: Fix ensurepip to treat empty WHEEL_PKG_DIR as unset (GH-146357) (#146534)
vstinner
-
2026/03/27
[Python-checkins] [3.13] gh-146310: Fix ensurepip to treat empty WHEEL_PKG_DIR as unset (GH-146357) (#146535)
vstinner
-
2026/03/27
[Python-checkins] gh-146310: Fix ensurepip to treat empty WHEEL_PKG_DIR as unset (#146357)
vstinner
-
2026/03/27
[Python-checkins] [3.14] gh-145616: Detect Android sysconfig ABI correctly on 32-bit ARM Android on 64-bit ARM kernel (GH-145617) (#146464)
vstinner
-
2026/03/27
[Python-checkins] gh-126910: Verify that JIT stencils preserve frame pointer (GH-146524)
Fidget-Spinner
-
2026/03/27
[Python-checkins] GH-126910: avoid reading the FP for getting the SP (GH-146521)
Fidget-Spinner
-
2026/03/27
[Python-checkins] GH-126910: reserve FP on AArch64 when generating JIT stencils (GH-146520)
Fidget-Spinner
-
2026/03/27
[Python-checkins] [3.14] Mention _Float16 (type from Annex H of the C23) in the struct docs (GH-146243) (#146529)
hugovk
-
2026/03/27
[Python-checkins] [3.13] Mention _Float16 (type from Annex H of the C23) in the struct docs (GH-146243) (#146530)
hugovk
-
2026/03/27
[Python-checkins] Mention _Float16 (type from Annex H of the C23) in the struct docs (#146243)
hugovk
-
2026/03/27
[Python-checkins] gh-145866: Convert `LIST_EXTEND` to leave its inputs on the stack to be cleaned up by `_POP_TOP` be cleaned up by `_POP_TOP` (GH-146383)
Fidget-Spinner
-
2026/03/27
[Python-checkins] gh-146507: cache the buffer size for `SelectorTransport.get_write_buffer_size()` (#146518)
kumaraditya303
-
2026/03/27
[Python-checkins] gh-146388: Add null check for `sym_new(ctx)` in `make_bottom` (GH-146389)
Fidget-Spinner
-
2026/03/27
[Python-checkins] gh-85332: Support cross-compiling for GNU/Hurd (#146094)
vstinner
-
2026/03/27
[Python-checkins] gh-123471: Make `itertools.zip_longest` safe in the FT build (#146033)
kumaraditya303
-
2026/03/27
[Python-checkins] gh-146250: Fix memory leak in re-initialization of `SyntaxError` (#146251)
kumaraditya303
-
2026/03/27
[Python-checkins] [3.14] gh-142518: add thread safety annotations for bytearray C-API (GH-146514) (#146516)
kumaraditya303
-
2026/03/27
[Python-checkins] gh-142518: add thread safety annotations for bytearray C-API (#146514)
kumaraditya303
-
2026/03/27
[Python-checkins] [3.13] gh-146480: Add tests on _PyErr_SetKeyError() (#146486) (#146512)
vstinner
-
2026/03/27
[Python-checkins] [3.14] gh-142518: add thread safety docs on bytes C-API (GH-146415) (#146515)
kumaraditya303
-
2026/03/27
[Python-checkins] gh-142518: add thread safety docs on bytes C-API (#146415)
kumaraditya303
-
2026/03/27
[Python-checkins] [3.14] gh-146480: Override the exception in _PyErr_SetKeyError() (GH-146486) (#146511)
vstinner
-
2026/03/27
[Python-checkins] GH-139922: update 3.15 whatsnew: Windows 64-bit binaries now use the tail-calling interpreter (#146391)
hugovk
-
2026/03/27
[Python-checkins] gh-146480: Override the exception in _PyErr_SetKeyError() (#146486)
vstinner
-
2026/03/27
[Python-checkins] gh-146440: Add array_hook parameter to JSON decoders (#146441)
vstinner
-
2026/03/27
[Python-checkins] [3.13] gh-146059: Cleanup pickle fast_save_enter() test (GH-146481) (#146510)
vstinner
-
2026/03/27
[Python-checkins] gh-138580: Revert sys.float_info.iec_60559 boolean flag (#146501)
vstinner
-
2026/03/27
[Python-checkins] [3.13] gh-146059: Call fast_save_leave() in pickle save_frozenset() (GH-146173) (#146474)
vstinner
-
2026/03/27
[Python-checkins] [3.14] gh-146059: Cleanup pickle fast_save_enter() test (GH-146481) (#146509)
vstinner
-
2026/03/27
[Python-checkins] gh-146059: Cleanup pickle fast_save_enter() test (#146481)
vstinner
-
2026/03/26
[Python-checkins] gh-146444: Move the Apple folder to the Platforms directory (#146497)
freakboy3742
-
2026/03/26
[Python-checkins] [3.14] gh-146244: Fix initconfig.c SET_ITEM macro leaks dict on expression failure (GH-146246) (GH-146432)
serhiy-storchaka
-
2026/03/26
[Python-checkins] [3.14] gh-146498: Ensure binary content is correctly processed in multi-arch iOS XCframeworks (GH-146499) (#146502)
freakboy3742
-
2026/03/26
[Python-checkins] gh-146498: Ensure binary content is correctly processed in multi-arch iOS XCframeworks (#146499)
freakboy3742
-
2026/03/26
[Python-checkins] [3.14] gh-144837: Improve documentation for more collection methods (GH-144841) (GH-146483)
serhiy-storchaka
-
2026/03/26
[Python-checkins] [3.13] gh-144837: Improve documentation for more collection methods (GH-144841) (GH-146484)
serhiy-storchaka
-
2026/03/26
[Python-checkins] gh-146410: Add --pythoninfo to make testios (#146494)
vstinner
-
2026/03/26
[Python-checkins] [3.14] gh-146446: Miscellaneous improvements to iOS XCframework build script (GH-146447) (#146496)
freakboy3742
-
2026/03/26
[Python-checkins] gh-146446: Miscellaneous improvements to iOS XCframework build script (#146447)
freakboy3742
-
2026/03/26
[Python-checkins] [3.13] gh-138891: fix star-unpack in get_annotations (GH-138951) (#146491)
JelleZijlstra
-
2026/03/26
[Python-checkins] gh-144837: Improve documentation for more collection methods (GH-144841)
serhiy-storchaka
-
2026/03/26
[Python-checkins] [3.14] gh-146059: Call fast_save_leave() in pickle save_frozenset() (GH-146173) (#146473)
vstinner
-
2026/03/26
[Python-checkins] [3.14] gh-146318: Document that signal.SIGSTOP is Unix-only (GH-146319) (#146468)
vstinner
-
2026/03/26
[Python-checkins] gh-146059: Call fast_save_leave() in pickle save_frozenset() (#146173)
vstinner
-
2026/03/26
[Python-checkins] [3.13] gh-146318: Document that signal.SIGSTOP is Unix-only (GH-146319) (#146469)
vstinner
-
2026/03/26
[Python-checkins] gh-146318: Document that signal.SIGSTOP is Unix-only (#146319)
vstinner
-
2026/03/26
[Python-checkins] gh-146151: Add support for complex arrays in the array module (#146237)
vstinner
-
2026/03/26
[Python-checkins] gh-146151: memoryview supports 'F' and 'D' format types (complex) (#146241)
vstinner
-
2026/03/26
[Python-checkins] gh-145876: Do not mask AttributeErrors raised during dictionary unpacking (GH-145906)
serhiy-storchaka
-
2026/03/26
[Python-checkins] gh-145650: Add `logging.{Formatter,Filter}.__repr__` (GH-145652)
vsajip
-
2026/03/26
[Python-checkins] gh-145616: Detect Android sysconfig ABI correctly on 32-bit ARM Android on 64-bit ARM kernel (GH-145617)
encukou
-
2026/03/26
[Python-checkins] [3.13] gh-145633: Fix struct.pack('f') on s390x (#146422) (#146461)
vstinner
-
2026/03/26
[Python-checkins] gh-145866: Convert `DICT_UPDATE` to leave its inputs on the stack to be cleaned up by `_POP_TOP` (GH-146190)
Fidget-Spinner
-
2026/03/26
[Python-checkins] [3.14] gh-145633: Fix struct.pack('f') on s390x (GH-146422) (#146460)
vstinner
-
2026/03/26
[Python-checkins] gh-145633: Fix struct.pack('f') on s390x (#146422)
vstinner
-
2026/03/26
[Python-checkins] gh-146410: Run tests with with --pythoninfo on iOS (#146457)
vstinner
-
2026/03/26
[Python-checkins] gh-GH-131798: optimize jit attribute loads on immutable types (#146449)
kumaraditya303
-
2026/03/26
[Python-checkins] gh-146410: Add --pythoninfo option to regrtest (#146413)
vstinner
-
2026/03/26
[Python-checkins] gh-145866: Convert `_CALL_INTRINSIC_2` to leave its inputs on the stack to be cleaned up by `_POP_TOP` (GH-146262)
Fidget-Spinner
-
2026/03/26
[Python-checkins] gh-146453: fix `_PyType_LookupByVersion` for types with fixed pre-defined version tags (#146454)
kumaraditya303
-
2026/03/25
[Python-checkins] [3.14] gh-138573: Filter out failing math tests on Solaris (GH-146402) (#146438)
vstinner
-
2026/03/25
[Python-checkins] gh-138573: Filter out failing math tests on Solaris (#146402)
vstinner
-
2026/03/25
[Python-checkins] [3.13] gh-146244: Fix initconfig.c SET_ITEM macro leaks dict on expression failure (GH-146246) (GH-146433)
serhiy-storchaka
-
2026/03/25
[Python-checkins] gh-146244: Fix initconfig.c SET_ITEM macro leaks dict on expression failure (GH-146246)
serhiy-storchaka
-
2026/03/25
[Python-checkins] [3.14] Fix typo in 3.14 What's New tail call interpreter docs (GH-146425) (GH-146430)
ZeroIntensity
-
2026/03/25
[Python-checkins] Fix typo in 3.14 What's New tail call interpreter docs (GH-146425)
ZeroIntensity
-
2026/03/25
[Python-checkins] [3.14] gh-146358: Fix warnings.catch_warnings on Free Threading (GH-146374) (#146418)
vstinner
-
2026/03/25
[Python-checkins] gh-146358: Fix warnings.catch_warnings on Free Threading (#146374)
vstinner
-
2026/03/25
[Python-checkins] gh-146386: fix missing `va_end` in `_abiinfo_raise` in `modsupport.c` (#146387)
kumaraditya303
-
2026/03/25
[Python-checkins] [3.14] gh-145098: Run Apple Silicon macOS CI on macos-26 (Tahoe) (GH-145099) (#146412)
hugovk
-
2026/03/25
[Python-checkins] [3.14] gh-146352: In Emscripten pyrepl test, pick port dynamically (GH-146375) (#146411)
vstinner
-
2026/03/25
[Python-checkins] gh-145098: Run Apple Silicon macOS CI on macos-26 (Tahoe) (#145099)
hugovk
-
2026/03/25
[Python-checkins] gh-146369: Ensure `PYTHON_LAZY_IMPORTS=none` overrides `__lazy_modules__` (#146371)
pablogsal
-
2026/03/25
[Python-checkins] gh-146352: In Emscripten pyrepl test, pick port dynamically (#146375)
freakboy3742
-
2026/03/24
[Python-checkins] gh-146207: Add support for OpenSSL 4.0.0 alpha1 (#146217)
vstinner
-
2026/03/24
[Python-checkins] gh-146355: Fix `main_module` ref leak in `_PyRun_SimpleStringFlagsWithName` (#146356)
vstinner
-
2026/03/24
[Python-checkins] gh-145633: Remove remnants of the "unknown_format" (floats) in the struct module (#146189)
vstinner
-
2026/03/24
[Python-checkins] gh-145633: Drop runtime checks for floatting-point formats in the array module (#146162)
vstinner
-
2026/03/24
[Python-checkins] [3.14] gh-146041: Avoid lock in sys.intern() for already interned strings (gh-146072) (#146390)
colesbury
-
2026/03/24
[Python-checkins] [3.14] gh-146308: Fix error handling issues in _remote_debugging module (GH-146309) (#146398)
pablogsal
-
2026/03/24
[Python-checkins] gh-146041: Avoid lock in sys.intern() for already interned strings (gh-146072)
colesbury
-
2026/03/24
[Python-checkins] [3.10] gh-143930: Reject leading dashes in webbrowser URLs (GH-143931) (GH-146359)
ambv
-
2026/03/24
[Python-checkins] [3.11] gh-143930: Reject leading dashes in webbrowser URLs (GH-143931) (GH-146364)
ambv
-
2026/03/24
[Python-checkins] GH-126910: Allow most native profilers and debuggers to unwind through JIT frames (GH-143548)
Fidget-Spinner
-
2026/03/24
[Python-checkins] gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
vstinner
-
2026/03/24
[Python-checkins] gh-144984: Skip test under tracerefs (GH-146218)
encukou
-
2026/03/24
[Python-checkins] gh-138580: Add sys.float_info.iec_60559 boolean flag (#138811)
vstinner
-
2026/03/24
[Python-checkins] gh-145866: Convert `DICT_MERGE` to leave its inputs on the stack to be cleaned up by `_POP_TOP` (GH-146329)
Fidget-Spinner
-
2026/03/24
[Python-checkins] gh-133879: Copyedit "What's new in Python 3.15" (#146345)
hugovk
-
2026/03/23
[Python-checkins] [3.13] Fix unlikely potential reference leak in _locale._getdefaultlocale (GH-145250) (GH-145303)
serhiy-storchaka
-
2026/03/23
[Python-checkins] [3.13] gh-74955: Document that __all__ must contain strings in normalization form NFKC (GH-144504) (GH-144520)
serhiy-storchaka
-
2026/03/23
[Python-checkins] [3.13] gh-145305: Update ocert.org URLs in docs from http to https (GH-145304) (GH-145323)
ambv
-
2026/03/23
[Python-checkins] [3.13] gh-140196: Add constructor behavior changes in ast.rst for python 3.13 (GH-140243) (GH-146354)
ambv
-
2026/03/23
[Python-checkins] [3.13] Bump pre-commit hooks (GH-144576) (GH-144593)
ambv
-
2026/03/23
[Python-checkins] [3.13] gh-129259: Fix AIX build failures caused by incorrect struct alignment (GH-144917)
ambv
-
2026/03/23
[Python-checkins] [3.14] gh-140196: Added constructor behavior changes in ast.rst for python 3.13 (GH-140243) (GH-146351)
ambv
-
2026/03/23
[Python-checkins] [3.13] gh-144475: Fix reference management in partial_repr (GH-145362) (#145882)
Yhg1s
-
2026/03/23
[Python-checkins] Remove inactive CODEOWNERS (#145930)
ezio-melotti
-
2026/03/23
[Python-checkins] gh-140196: Added constructor behavior changes in ast.rst for python 3.13 (GH-140243)
ambv
-
2026/03/23
[Python-checkins] [3.14] gh-146202: Create tmp_dir in regrtest worker (GH-146347) (#146349)
vstinner
-
2026/03/23
[Python-checkins] [3.13] gh-146202: Create tmp_dir in regrtest worker (GH-146347) (#146350)
vstinner
-
2026/03/23
[Python-checkins] [3.13] gh-145264: Do not ignore excess Base64 data after the first padded quad (GH-145267) (GH-146326) (GH-146348)
ambv
-
2026/03/23
[Python-checkins] gh-146202: Create tmp_dir in regrtest worker (#146347)
vstinner
-
2026/03/23
[Python-checkins] [3.14] gh-145870: Fix Format.SOURCE reference in get_annotations docstring (GH-145889) (GH-146036)
ambv
-
2026/03/23
[Python-checkins] [3.14] gh-136728: Combine OpenSSL and AWS-LC CI configurations (GH-144805) (GH-145397)
ambv
-
2026/03/23
[Python-checkins] [3.14] GH-131296: Suppress clang-cl warnings in socketmodule.c (GH-131821) (GH-146339)
ambv
-
2026/03/23
[Python-checkins] [3.14] GH-131296: Fix clang-cl warning on Windows in socketmodule.h (GH-131832) (GH-146340)
ambv
-
2026/03/23
[Python-checkins] [3.14] gh-145264: Do not ignore excess Base64 data after the first padded quad (GH-145267) (GH-146326)
ambv
-
2026/03/23
[Python-checkins] [3.13] gh-143930: Reject leading dashes in webbrowser URLs (GH-146215)
ambv
-
2026/03/23
[Python-checkins] [3.14] gh-143930: Reject leading dashes in webbrowser URLs (GH-146214)
ambv
-
2026/03/23
[Python-checkins] [3.14] gh-146197: Add Emscripten to CI (GH-146198) (GH-146331)
ambv
-
2026/03/23
[Python-checkins] [3.14] docs: fix f-string in ExceptionGroup example (GH-146108) (GH-146126)
ambv
-
2026/03/23
[Python-checkins] [3.13] docs: fix f-string in ExceptionGroup example (GH-146108) (GH-146127)
ambv
-
2026/03/23
[Python-checkins] gh-144319: obtain SeLockMemoryPrivilege on Windows (#144928)
pablogsal
-
2026/03/23
[Python-checkins] gh-146199: Fix error handling in `code_richcompare` when `PyObject_RichCompareBool` fails (#146200)
vstinner
-
2026/03/23
[Python-checkins] [3.14] gh-145305: Update ocert.org URLs in docs from http to https (GH-145304) (GH-145322)
ambv
-
2026/03/23
[Python-checkins] [3.14] gh-141732: Fix ExceptionGroup repr changing when original exception sequence is mutated (GH-141736) (GH-144445)
ambv
-
2026/03/23
[Python-checkins] gh-146197: Include a bit more information in sys._emscripten_info.runtime (#146346)
vstinner
-
2026/03/23
[Python-checkins] gh-135871: Reload lock internal state while spinning in `PyMutex_LockTimed` (gh-146064)
colesbury
-
2026/03/23
[Python-checkins] [3.13] gh-136672: Docs: Move parts of Enum HOWTO to API Docs (GH-139176) (GH-144803)
ambv
-
2026/03/23
[Python-checkins] [3.14] gh-136672: Docs: Move parts of Enum HOWTO to API Docs (GH-139176) (GH-144802)
ambv
-
2026/03/23
[Python-checkins] gh-145719: Add `.efi` file detection in `mimetypes` (#145720)
hugovk
-
2026/03/23
[Python-checkins] [3.14] gh-146197: Run -m test.pythoninfo on the Emscripten CI (#146332) (#146336)
vstinner
-
2026/03/23
[Python-checkins] gh-146325: Use `test.support.requires_fork` in test_fastpath_cache_cleared_in_forked_child (#146330)
hugovk
-
2026/03/23
[Python-checkins] gh-146197: Add Emscripten to CI (#146198)
hugovk
-
2026/03/23
[Python-checkins] gh-143387: Raise an exception instead of returning None when metadata file is missing. (#146234)
jaraco
-
2026/03/23
[Python-checkins] [3.14] gh-108907: ctypes: Document _type_ codes (GH-145837) (GH-146328)
encukou
-
2026/03/23
[Python-checkins] gh-108907: ctypes: Document _type_ codes (GH-145837)
encukou
-
2026/03/23
[Python-checkins] gh-146175: Soft-deprecate outdated macros; convert internal usage (GH-146178)
encukou
-
2026/03/23
[Python-checkins] gh-146056: Rework ref counting in treebuilder_handle_end() (#146167)
vstinner
-
2026/03/22
[Python-checkins] Add a warning about untrusted input to `configparser` docs (#146276)
jaraco
-
2026/03/22
[Python-checkins] gh-145264: Do not ignore excess Base64 data after the first padded quad (GH-145267)
serhiy-storchaka
-
2026/03/22
[Python-checkins] gh-146308: Fix error handling issues in _remote_debugging module (#146309)
pablogsal
-
2026/03/22
[Python-checkins] gh-146192: Add base32 support to binascii (GH-146193)
serhiy-storchaka
-
2026/03/22
[Python-checkins] gh-135953: Properly obtain main thread identifier in Gecko Collector (#146045)
pablogsal
-
2026/03/22
[Python-checkins] gh-143414: Implement unique reference tracking for JIT, optimize unpacking of such tuples (GH-144300)
Fidget-Spinner
-
2026/03/22
[Python-checkins] gh-146261: Fix bug in `_Py_uop_sym_set_func_version` (GH-146291)
Fidget-Spinner
-
2026/03/22
[Python-checkins] [3.13] gh-145144: Add more tests for UserList, UserDict, etc (GH-145145) (GH-146296)
serhiy-storchaka
-
2026/03/22
[Python-checkins] [3.14] gh-145144: Add more tests for UserList, UserDict, etc (GH-145145) (GH-146290)
serhiy-storchaka
-
2026/03/22
[Python-checkins] [3.14] gh-143959: Fix test_datetime if _datetime is unavailable (GH-145248) (GH-146288)
serhiy-storchaka
-
2026/03/22
[Python-checkins] [3.13] gh-143959: Fix test_datetime if _datetime is unavailable (GH-145248) (GH-146289)
serhiy-storchaka
-
2026/03/22
[Python-checkins] gh-145144: Add more tests for UserList, UserDict, etc (GH-145145)
serhiy-storchaka
-
2026/03/22
[Python-checkins] gh-143959: Fix test_datetime if _datetime is unavailable (GH-145248)
serhiy-storchaka
-
2026/03/22
[Python-checkins] [3.14] gh-146245: Fix reference and buffer leaks via audit hook in socket module (GH-146248) (GH-146274)
serhiy-storchaka
-
2026/03/22
[Python-checkins] [3.13] gh-146245: Fix reference and buffer leaks via audit hook in socket module (GH-146248) (GH-146275)
serhiy-storchaka
-
2026/03/22
[Python-checkins] gh-146245: Fix reference and buffer leaks via audit hook in socket module (GH-146248)
serhiy-storchaka
-
2026/03/22
[Python-checkins] gh-140049: Colorize exception notes in `traceback.py` (#140051)
hugovk
-
2026/03/22
[Python-checkins] [3.13] gh-146056: Fix repr() for lists containing NULLs (GH-146129) (GH-146155) (GH-146271)
serhiy-storchaka
-
2026/03/22
[Python-checkins] Update docs for gh-146056 (GH-146213)
serhiy-storchaka
-
2026/03/22
[Python-checkins] [3.14] gh-146056: Fix repr() for lists and tuples containing NULLs (GH-146129) (GH-146155)
serhiy-storchaka
-
2026/03/21
[Python-checkins] [3.13] Docs: replace all `datetime` imports with `import datetime as dt` (GH-145640) (#146259)
hugovk
-
2026/03/21
[Python-checkins] [3.14] Docs: replace all `datetime` imports with `import datetime as dt` (GH-145640) (#146258)
hugovk
-
2026/03/21
[Python-checkins] [3.14] gh-139588: Docs: fix PDF build (#145741)
hugovk
-
2026/03/21
[Python-checkins] Docs: replace all `datetime` imports with `import datetime as dt` (#145640)
hugovk
-
2026/03/21
[Python-checkins] gh-146153: Use `frozendict` in pure python fallback for `curses.has_key` (#146154)
vstinner
-
2026/03/21
[Python-checkins] [3.13] gh-138234: clarify returncode behavior for subprocesses created with `shell=True` (GH-138536) (#146255)
kumaraditya303
-
2026/03/21
[Python-checkins] [3.14] gh-138234: clarify returncode behavior for subprocesses created with `shell=True` (GH-138536) (#146254)
kumaraditya303