python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/06/15
[Python-checkins] gh-92455: Respect case-sensitive mimetype suffixes (GH-148782)
serhiy-storchaka
2026/06/15
[Python-checkins] [3.15] gh-148853: Catch PermissionError in test in_systemd_nspawn_sync_suppressed() (GH-148854) (#151506)
vstinner
2026/06/15
[Python-checkins] [3.14] gh-148853: Catch PermissionError in test in_systemd_nspawn_sync_suppressed() (GH-148854) (#151505)
vstinner
2026/06/15
[Python-checkins] gh-149079: Optimize sorting in unicodedata.normalize() (GH-150782)
encukou
2026/06/15
[Python-checkins] gh-148853: Catch PermissionError in test in_systemd_nspawn_sync_suppressed() (#148854)
vstinner
2026/06/15
[Python-checkins] [3.13] gh-148441: Avoid integer overflow in Expat's CharacterDataHandler (GH-148904) (#149637)
vstinner
2026/06/15
[Python-checkins] [3.13] gh-150389: Make perf profiler tests resilient (GH-150437) (GH-151501) (#151503)
vstinner
2026/06/15
[Python-checkins] [3.14] gh-150389: Make perf profiler tests resilient (#150437) (#151501)
vstinner
2026/06/15
[Python-checkins] Fix issues reported by cpython-review-toolkit in faulthandler (#151341)
vstinner
2026/06/15
[Python-checkins] gh-139227: Remove unused _PyRuntime.imports.pkgcontext (#151490)
vstinner
2026/06/15
[Python-checkins] gh-146102: Fix type slot_bf_getbuffer() error handling (#151346)
vstinner
2026/06/15
[Python-checkins] gh-146102: Don't clear exception on success in odictobject.c (#151347)
vstinner
2026/06/15
[Python-checkins] [3.14] Add `.toml` to `.editorconfig` (GH-151481) (#151492)
sobolevn
2026/06/15
[Python-checkins] [3.15] Add `.toml` to `.editorconfig` (GH-151481) (#151491)
sobolevn
2026/06/15
[Python-checkins] [3.13] Add `.toml` to `.editorconfig` (GH-151481) (#151493)
sobolevn
2026/06/15
[Python-checkins] gh-137759: Replace _PyObject_HashFast() with PyObject_Hash() in setobject.c (#137828)
vstinner
2026/06/15
[Python-checkins] [3.13] gh-139837: Document attributes of objects recorded by warnings.catch_warnings (GH-139893) (GH-151473) (#151494)
vstinner
2026/06/15
[Python-checkins] [3.14] gh-139837: Document attributes of objects recorded by warnings.catch_warnings (GH-139893) (#151473)
vstinner
2026/06/15
[Python-checkins] Add `.toml` to `.editorconfig` (#151481)
sobolevn
2026/06/15
[Python-checkins] [3.15] gh-149671: Restore compatibility with setuptools -nspkg.pth files in site module (GH-151319) (#151489)
vstinner
2026/06/15
[Python-checkins] gh-149671: Restore compatibility with setuptools -nspkg.pth files in site module (#151319)
vstinner
2026/06/14
[Python-checkins] gh-130197: Test `pygettext`'s `--version` CLI option (#133022)
StanFromIreland
2026/06/14
[Python-checkins] [3.15] Skip test_highly_nested_objects_decoding during the PGO profile task. (GH-151460) (#151468)
gpshead
2026/06/14
[Python-checkins] [3.14] Skip test_highly_nested_objects_decoding during the PGO profile task. (GH-151460) (#151469)
gpshead
2026/06/14
[Python-checkins] [3.14] gh-151390: Colorize `match +` and `match -` in the REPL (GH-151391) (#151477)
Eclips4
2026/06/14
[Python-checkins] [3.15] gh-151390: Colorize `match +` and `match -` in the REPL (GH-151391) (#151476)
Eclips4
2026/06/14
[Python-checkins] [3.13] Add a new Sphinx `soft-deprecated` directive (GH-148630) (#148715)
hugovk
2026/06/14
[Python-checkins] gh-151390: Colorize `match +` and `match -` in the REPL (#151391)
Eclips4
2026/06/14
[Python-checkins] gh-151428: Remove unused imports from `Tools/` (#151442)
sobolevn
2026/06/14
[Python-checkins] [3.14] gh-151461: Fix encoding-related exception handling in file tokenizer (GH-151462) (GH-151474)
serhiy-storchaka
2026/06/14
[Python-checkins] [3.15] gh-151461: Fix encoding-related exception handling in file tokenizer (GH-151462) (GH-151470)
serhiy-storchaka
2026/06/14
[Python-checkins] [3.15] gh-139837: Document attributes of objects recorded by warnings.catch_warnings (GH-139893) (GH-151472)
serhiy-storchaka
2026/06/14
[Python-checkins] gh-139837: Document attributes of objects recorded by warnings.catch_warnings (GH-139893)
serhiy-storchaka
2026/06/14
[Python-checkins] gh-151461: Fix encoding-related exception handling in file tokenizer (GH-151462)
serhiy-storchaka
2026/06/14
[Python-checkins] Skip test_highly_nested_objects_decoding during the PGO profile task. (GH-151460)
gpshead
2026/06/14
[Python-checkins] gh-151428: Remove unused imports in the stdlib (#151440)
StanFromIreland
2026/06/13
[Python-checkins] [3.15] gh-151424: Fix impossible stack traces in `RemoteUnwinder(..., cache_frames=True)` by copying chunks on cache miss (GH-151426) (#151459)
pablogsal
2026/06/13
[Python-checkins] gh-151424: Fix impossible stack traces in `RemoteUnwinder(..., cache_frames=True)` by copying chunks on cache miss (#151426)
pablogsal
2026/06/13
[Python-checkins] [3.13] gh-151403: Fix use-after-free when an argv item's __fspath__ mutates args (GH-151404) (#151447)
gpshead
2026/06/13
[Python-checkins] [3.14] gh-151403: Fix use-after-free when an argv item's __fspath__ mutates args (GH-151404) (#151446)
gpshead
2026/06/13
[Python-checkins] [3.15] gh-151403: Fix use-after-free when an argv item's __fspath__ mutates args (GH-151404) (#151445)
gpshead
2026/06/13
[Python-checkins] [3.15] gh-151443: Fix documented default of `unittest.mock.mock_open`'s `read_data` parameter (GH-151444) (#151450)
StanFromIreland
2026/06/13
[Python-checkins] [3.14] gh-151443: Fix documented default of `unittest.mock.mock_open`'s `read_data` parameter (GH-151444) (#151451)
StanFromIreland
2026/06/13
[Python-checkins] [3.13] gh-151443: Fix documented default of `unittest.mock.mock_open`'s `read_data` parameter (GH-151444)
StanFromIreland
2026/06/13
[Python-checkins] gh-151443: Fix documented default of `unittest.mock.mock_open`'s `read_data` parameter (#151444)
StanFromIreland
2026/06/13
[Python-checkins] gh-151403: Fix use-after-free when an argv item's __fspath__ mutates args (GH-151404)
gpshead
2026/06/13
[Python-checkins] [3.13] gh-77328: Update `base64` module RFC references to RFC 4648 (GH-151275) (#151441)
StanFromIreland
2026/06/13
[Python-checkins] [3.14] gh-77328: Update `base64` module RFC references to RFC 4648 (GH-151275) (#151439)
StanFromIreland
2026/06/13
[Python-checkins] [3.15] gh-77328: Update `base64` module RFC references to RFC 4648 (GH-151275) (#151438)
StanFromIreland
2026/06/13
[Python-checkins] gh-77328: Update `base64` module RFC references to RFC 4648 (#151275)
StanFromIreland
2026/06/13
[Python-checkins] [3.13] gh-101267: ProcessPoolExecutor no longer shares 1 BrokenProcessPool exception among all failed futures (GH-101268) (GH-151431) (#151435)
gpshead
2026/06/13
[Python-checkins] [3.14] gh-101267: ProcessPoolExecutor no longer shares 1 BrokenProcessPool exception among all failed futures (GH-101268) (#151431)
gpshead
2026/06/13
[Python-checkins] [3.15] gh-101267: ProcessPoolExecutor no longer shares 1 BrokenProcessPool exception among all failed futures (GH-101268) (#151430)
gpshead
2026/06/13
[Python-checkins] [3.15] Docs: Fix method directive signatures in `enum` docs (GH-151429) (#151434)
StanFromIreland
2026/06/13
[Python-checkins] [3.13] Docs: Fix method directive signatures in `enum` docs (GH-151429) (#151433)
StanFromIreland
2026/06/13
[Python-checkins] [3.14] Docs: Fix method directive signatures in `enum` docs (GH-151429) (#151432)
StanFromIreland
2026/06/13
[Python-checkins] Docs: Fix method directive signatures in `enum` docs (#151429)
StanFromIreland
2026/06/13
[Python-checkins] gh-101267: ProcessPoolExecutor no longer shares 1 BrokenProcessPool exception among all failed futures (GH-101268)
gpshead
2026/06/12
[Python-checkins] [3.15] Fix typos in the `curses.ascii` module documentation (GH-129300) (#151413)
StanFromIreland
2026/06/12
[Python-checkins] [3.14] Fix typos in the `curses.ascii` module documentation (GH-129300) (#151414)
StanFromIreland
2026/06/12
[Python-checkins] [3.13] Fix typos in the `curses.ascii` module documentation (GH-129300) (#151415)
StanFromIreland
2026/06/12
[Python-checkins] Fix typos in the `curses.ascii` module documentation (#129300)
StanFromIreland
2026/06/12
[Python-checkins] [3.13] Docs: avoid repetitions of class references in functions.rst (GH-150891) (#151407)
hugovk
2026/06/12
[Python-checkins] [3.14] Docs: avoid repetitions of class references in functions.rst (GH-150891) (#151406)
hugovk
2026/06/12
[Python-checkins] [3.15] Docs: avoid repetitions of class references in functions.rst (GH-150891) (#151405)
hugovk
2026/06/12
[Python-checkins] Docs: avoid repetitions of class references in functions.rst (#150891)
hugovk
2026/06/12
[Python-checkins] [3.15] gh-151284: Fix test_capi on UBSan (GH-151286) (#151323)
vstinner
2026/06/12
[Python-checkins] [3.15] gh-151126: Fix crash on unset memory error in `ctypes.get_errno` (GH-151382) (#151398)
sobolevn
2026/06/12
[Python-checkins] [3.14] gh-151126: Fix crash on unset memory error in `ctypes.get_errno` (GH-151382) (#151399)
sobolevn
2026/06/12
[Python-checkins] [3.13] gh-151126: Fix crash on unset memory error in `ctypes.get_errno` (GH-151382) (#151400)
sobolevn
2026/06/12
[Python-checkins] gh-151126: Fix crash on unset memory error in `ctypes.get_errno` (#151382)
sobolevn
2026/06/11
[Python-checkins] [3.15] gh-151297: Fix undefined behavior in `_PyObject_MiRealloc` (GH-151358) (GH-151388)
ZeroIntensity
2026/06/11
[Python-checkins] gh-151297: Fix undefined behavior in `_PyObject_MiRealloc` (GH-151358)
ZeroIntensity
2026/06/11
[Python-checkins] [3.13] gh-151065: Copy fix for memory leak from mimalloc upstream (GH-151066) (GH-151385)
ZeroIntensity
2026/06/11
[Python-checkins] [3.14] gh-132467: Document and test that generic aliases are not classes (GH-133504) (#151116)
JelleZijlstra
2026/06/11
[Python-checkins] [3.15] gh-151065: Copy fix for memory leak from mimalloc upstream (GH-151066) (GH-151383)
ZeroIntensity
2026/06/11
[Python-checkins] [3.14] gh-151065: Copy fix for memory leak from mimalloc upstream (GH-151066) (GH-151384)
ZeroIntensity
2026/06/11
[Python-checkins] gh-151065: Copy fix for memory leak from mimalloc upstream (GH-151066)
ZeroIntensity
2026/06/11
[Python-checkins] [3.15] gh-151337: Avoid possible memory leak in `_tkinter.c` on Windows. (GH-151340) (GH-151379)
serhiy-storchaka
2026/06/11
[Python-checkins] [3.14] gh-151337: Avoid possible memory leak in `_tkinter.c` on Windows. (GH-151340) (GH-151380)
serhiy-storchaka
2026/06/11
[Python-checkins] [3.13] gh-151337: Avoid possible memory leak in `_tkinter.c` on Windows. (GH-151340) (GH-151381)
serhiy-storchaka
2026/06/11
[Python-checkins] gh-151337: Avoid possible memory leak in `_tkinter.c` on Windows. (GH-151340)
serhiy-storchaka
2026/06/11
[Python-checkins] Correct the docstring of `logging.config` (GH-151353)
vsajip
2026/06/11
[Python-checkins] gh-150285: Fix overflow in too long lines for class data in pydoc (GH-151366)
serhiy-storchaka
2026/06/11
[Python-checkins] [3.15] gh-138991: Update dataclass documentation for new eq behavior in Python 3.13 (GH-139007) (#151372)
vstinner
2026/06/11
[Python-checkins] [3.14] gh-138991: Update dataclass documentation for new eq behavior in Python 3.13 (GH-139007) (#151373)
vstinner
2026/06/11
[Python-checkins] gh-138991: Update dataclass documentation for new eq behavior in Python 3.13 (#139007)
vstinner
2026/06/11
[Python-checkins] [3.13] gh-138991: Update dataclass documentation for new eq behavior in Python 3.13 (GH-139007) (#151374)
vstinner
2026/06/11
[Python-checkins] [3.15] gh-150285: Fix too long docstrings in GenericAlias and __class_getitem__ (GH-151354) (GH-151367)
serhiy-storchaka
2026/06/11
[Python-checkins] [3.14] gh-150285: Fix too long docstrings in GenericAlias and __class_getitem__ (GH-151354) (GH-151368)
serhiy-storchaka
2026/06/11
[Python-checkins] [3.13] gh-150285: Fix too long docstrings in GenericAlias and __class_getitem__ (GH-151354) (GH-151369)
serhiy-storchaka
2026/06/11
[Python-checkins] [3.15] gh-151126: Fix missing memory error in `os._path_splitroot` (GH-151339) (#151360)
sobolevn
2026/06/11
[Python-checkins] gh-150285: Fix too long docstrings in GenericAlias and __class_getitem__ (GH-151354)
serhiy-storchaka
2026/06/11
[Python-checkins] [3.14] gh-151126: Fix missing memory error in `os._path_splitroot` (GH-151339) (#151361)
sobolevn
2026/06/11
[Python-checkins] [3.13] gh-151126: Fix missing memory error in `os._path_splitroot` (GH-151339) (#151362)
sobolevn
2026/06/11
[Python-checkins] gh-150942: Speed up json.loads array and object decoding (GH-150945)
markshannon
2026/06/11
[Python-checkins] gh-150490: Raise PyType_Modified for insertion into split dictionary (#150489)
DinoV
2026/06/11
[Python-checkins] [3.15] gh-151228: fix data race on clearing embedded dict values (GH-151330) (#151359)
kumaraditya303
2026/06/11
[Python-checkins] gh-151228: fix data race on clearing embedded dict values (#151330)
kumaraditya303
2026/06/11
[Python-checkins] gh-151126: Fix missing memory error in `os._path_splitroot` (#151339)
sobolevn
2026/06/11
[Python-checkins] [3.15] gh-101100: Fix Sphinx nitpick in `unittest.mock.rst` (GH-151302) (#151355)
StanFromIreland
2026/06/11
[Python-checkins] [3.14] gh-101100: Fix Sphinx nitpick in `unittest.mock.rst` (GH-151302) (#151356)
StanFromIreland
2026/06/11
[Python-checkins] [3.13] gh-101100: Fix Sphinx nitpick in `unittest.mock.rst` (GH-151302)
StanFromIreland
2026/06/11
[Python-checkins] gh-150858: fix data race while changing `__qualname__` of a type object(#150859)
kumaraditya303
2026/06/11
[Python-checkins] gh-101100: Fix Sphinx nitpick in `unittest.mock.rst` (#151302)
StanFromIreland
2026/06/11
[Python-checkins] [3.15] gh-151112: Fix crash in `compiler_mod()` when entering the current compilation unit fails (GH-151234) (#151350)
StanFromIreland
2026/06/11
[Python-checkins] [3.15] gh-139588: Fix nondeterministic `make latex` doc build under parallel make (GH-151343) (#151352)
StanFromIreland
2026/06/11
[Python-checkins] [3.14] gh-150397: Fix pyexpat bigmem test (GH-151329) (#151349)
vstinner
2026/06/11
[Python-checkins] [3.14] gh-151112: Fix crash in `compiler_mod()` when entering the current compilation unit fails (GH-151234) (#151351)
StanFromIreland
2026/06/11
[Python-checkins] [3.14] gh-150285: Suppress showing the __getstate__() comment in the help for dataclasses (GH-151328) (GH-151332)
serhiy-storchaka
2026/06/11
[Python-checkins] [3.15] gh-150397: Fix pyexpat bigmem test (GH-151329) (#151348)
vstinner
2026/06/11
[Python-checkins] gh-139588: Fix nondeterministic `make latex` doc build under parallel make (#151343)
StanFromIreland
2026/06/11
[Python-checkins] [3.13] gh-150285: Suppress showing the __getstate__() comment in the help for dataclasses (GH-151328) (GH-151333)
serhiy-storchaka
2026/06/11
[Python-checkins] [3.15] gh-150285: Suppress showing the __getstate__() comment in the help for dataclasses (GH-151328) (GH-151331)
serhiy-storchaka
2026/06/11
[Python-checkins] [3.15] gh-151238: Check for `_get_resized_exprs` failure in `_PyPegen_{joined,template}_str` (GH-151259) (#151344)
StanFromIreland
2026/06/11
[Python-checkins] [3.14] gh-151238: Check for `_get_resized_exprs` failure in `_PyPegen_{joined,template}_str` (GH-151259)
StanFromIreland
2026/06/11
[Python-checkins] gh-151112: Fix crash in `compiler_mod()` when entering the current compilation unit fails (#151234)
StanFromIreland
2026/06/11
[Python-checkins] gh-150397: Fix pyexpat bigmem test (#151329)
vstinner
2026/06/11
[Python-checkins] gh-151238: Check for `_get_resized_exprs` failure in `_PyPegen_{joined,template}_str` (#151259)
StanFromIreland
2026/06/11
[Python-checkins] [3.14] gh-151126: Fix missing memory errors in `_interpchannelsmodule.c` (GH-151239) (#151336)
sobolevn
2026/06/11
[Python-checkins] [3.13] gh-151126: Fix missing memory errors in `_interpchannelsmodule.c` (GH-151239) (#151338)
sobolevn
2026/06/11
[Python-checkins] gh-150285: Suppress showing the __getstate__() comment in the help for dataclasses (GH-151328)
serhiy-storchaka
2026/06/11
[Python-checkins] gh-151179: Fix pidfd leak in asyncio _PidfdChildWatcher (#151186)
kumaraditya303
2026/06/11
[Python-checkins] [3.13] gh-130796: Undeprecate locale.getdefaultlocale() (GH-143069) (#151318)
hugovk
2026/06/11
[Python-checkins] [3.14] gh-130796: Undeprecate locale.getdefaultlocale() (GH-143069) (#151317)
hugovk
2026/06/11
[Python-checkins] [3.14] gh-151284: Fix test_capi on UBSan (GH-151286) (#151324)
vstinner
2026/06/11
[Python-checkins] [3.15] gh-123619: Fix PyUnstable_Object_EnableDeferredRefcount() (GH-151260) (#151326)
vstinner
2026/06/11
[Python-checkins] [3.14] gh-123619: Fix PyUnstable_Object_EnableDeferredRefcount() (GH-151260) (#151327)
vstinner
2026/06/11
[Python-checkins] [3.13] gh-151284: Fix test_capi on UBSan (GH-151286) (#151325)
vstinner
2026/06/11
[Python-checkins] [3.13] gh-150285: Fix merging error in GH-150458 (GH-151320)
serhiy-storchaka
2026/06/11
[Python-checkins] gh-123619: Fix PyUnstable_Object_EnableDeferredRefcount() (#151260)
vstinner
2026/06/11
[Python-checkins] gh-151284: Fix test_capi on UBSan (#151286)
vstinner
2026/06/11
[Python-checkins] Remove unused internal _Py_REF_IS_QUEUED() function (#151236)
vstinner
2026/06/11
[Python-checkins] [3.15] gh-151177: Fix race condition in `_testembed` (GH-151293) (GH-151312)
ZeroIntensity
2026/06/11
[Python-checkins] [3.15] gh-151112: Move an `assert` that may fail in `cfg_builder_check` (GH-151153) (#151313)
StanFromIreland
2026/06/11
[Python-checkins] [3.14] gh-151112: Move an `assert` that may fail in `cfg_builder_check` (GH-151153)
StanFromIreland
2026/06/11
[Python-checkins] [3.13] gh-151112: Move an `assert` that may fail in `cfg_builder_check` (GH-151153) (#151315)
StanFromIreland
2026/06/11
[Python-checkins] gh-151112: Move an `assert` that may fail in `cfg_builder_check` (#151153)
StanFromIreland
2026/06/11
[Python-checkins] gh-151177: Fix race condition in `_testembed` (GH-151293)
encukou
2026/06/11
[Python-checkins] [3.15] Drop historical `:author:`s from HOWTOs (GH-151091) (#151310)
StanFromIreland
2026/06/11
[Python-checkins] Drop historical `:author:`s from HOWTOs (#151091)
StanFromIreland
2026/06/11
[Python-checkins] [3.15] gh-151295: Fix use-after-free in bytes.join()/bytearray.join() via re-entrant __buffer__ (GH-151296) (GH-151304)
serhiy-storchaka
2026/06/11
[Python-checkins] [3.13] gh-151295: Fix use-after-free in bytes.join()/bytearray.join() via re-entrant __buffer__ (GH-151296) (GH-151306)
serhiy-storchaka
2026/06/11
[Python-checkins] [3.14] gh-151295: Fix use-after-free in bytes.join()/bytearray.join() via re-entrant __buffer__ (GH-151296) (GH-151305)
serhiy-storchaka
2026/06/11
[Python-checkins] gh-151295: Fix use-after-free in bytes.join()/bytearray.join() via re-entrant __buffer__ (GH-151296)
serhiy-storchaka
2026/06/10
[Python-checkins] [3.13] gh-136880: Add warning about PYTHONPATH (GH-151098) (GH-151298)
vsajip
2026/06/10
[Python-checkins] [3.15] gh-136880: Add warning about PYTHONPATH (GH-151098) (GH-151299)
vsajip
2026/06/10
[Python-checkins] [3.14] gh-136880: Add warning about PYTHONPATH (GH-151098) (GH-151300)
vsajip
2026/06/10
[Python-checkins] gh-136880: Add warning about PYTHONPATH (GH-151098)
vsajip
2026/06/10
[Python-checkins] [3.13] gh-151253: Dump the Python path configuration on _PyCodec_InitRegistry() failure (#151250) (#151269) (#151283) (#151287)
vstinner
2026/06/10
[Python-checkins] gh-139819: Use builtin `sentinel` in `rlcompleter` (GH-151222)
ethanfurman
2026/06/10
[Python-checkins] [3.14][3.15] gh-151253: Dump the Python path configuration on _PyCodec_InitRegistry() failure (#151250) (#151269) (#151283)
vstinner
2026/06/10
[Python-checkins] [3.14] gh-151278: Fix test_faulthandler on UBSan (#151279) (#151282)
vstinner
2026/06/10
[Python-checkins] [3.15] gh-151278: Fix test_faulthandler on UBSan (GH-151279) (#151281)
vstinner
2026/06/10
[Python-checkins] [3.15] gh-151253: Dump the Python path configuration on _PyCodec_InitRegistry() failure (#151250) (#151269)
vstinner
2026/06/10
[Python-checkins] gh-151278: Fix test_faulthandler on UBSan (#151279)
vstinner
2026/06/10
[Python-checkins] [3.13][3.14] GHA: Display output when a sanitizer test fails (#151268) (#151273) (#151280)
vstinner
2026/06/10
[Python-checkins] [3.14] GHA: Display output when a sanitizer test fails (#151268) (#151273)
vstinner
2026/06/10
[Python-checkins] [3.14] gh-109940: Respect VIRTUAL_ENV_DISABLE_PROMPT in activate.bat (GH-151215) (GH-151264)
vsajip
2026/06/10
[Python-checkins] [3.15] GHA: Display output when a sanitizer test fails (GH-151268) (#151272)
vstinner
2026/06/10
[Python-checkins] [3.13] Move blurb entry to correct section. (#151270)
ned-deily
2026/06/10
[Python-checkins] GHA: Display output when a sanitizer test fails (#151268)
vstinner
2026/06/10
[Python-checkins] [3.13][3.14] gh-143988: Fix re-entrant mutation crashes in socket sendmsg/recvmsg_into (#143987) (#151251) (#151256)
vstinner
2026/06/10
[Python-checkins] [3.13][3.14] gh-89554: Document socket.SocketType as a class (#150683) (#151245) (#151254)
vstinner
2026/06/10
[Python-checkins] [3.13] gh-109940: Respect VIRTUAL_ENV_DISABLE_PROMPT in activate.bat (GH-151215) (GH-151263)
vsajip
2026/06/10
[Python-checkins] [3.15] gh-109940: Respect VIRTUAL_ENV_DISABLE_PROMPT in activate.bat (GH-151215) (GH-151225)
vsajip
2026/06/10
[Python-checkins] gh-151253: Dump the Python path configuration on _PyCodec_InitRegistry() failure (#151250)
vstinner
2026/06/10
[Python-checkins] [3.15] gh-151126: Fix missing memory errors in `_interpchannelsmodule.c` (GH-151239) (#151265)
sobolevn
2026/06/10
[Python-checkins] [3.15] gh-141984: Reword the Generator expressions section (GH-150518) (GH-151261)
encukou
2026/06/10
[Python-checkins] Python 3.13.14
Yhg1s
2026/06/10
[Python-checkins] gh-151126: Fix missing memory errors in `_interpchannelsmodule.c` (#151239)
sobolevn
2026/06/10
[Python-checkins] gh-62259: Add Tools/unicode/gen_expat_table.py (GH-150503)
serhiy-storchaka
2026/06/10
[Python-checkins] gh-141984: Reword the Generator expressions section (GH-150518)
encukou
2026/06/10
[Python-checkins] [3.15] gh-143988: Fix re-entrant mutation crashes in socket sendmsg/recvmsg_into (GH-143987) (#151246)
vstinner
2026/06/10
[Python-checkins] [3.15] add asyncio guide for Free-Threaded Python (GH-150456) (#151257)
kumaraditya303
2026/06/10
[Python-checkins] [3.14] add asyncio guide for Free-Threaded Python (GH-150456) (#151258)
kumaraditya303
2026/06/10
[Python-checkins] add asyncio guide for Free-Threaded Python (#150456)
kumaraditya303
2026/06/10
[Python-checkins] [3.14] gh-143988: Fix re-entrant mutation crashes in socket sendmsg/recvmsg_into (#143987) (#151251)
vstinner
2026/06/10
[Python-checkins] [3.14] gh-89554: Document socket.SocketType as a class (#150683) (#151245)
vstinner
2026/06/10
[Python-checkins] [3.15] Add yet one assertion in test_set_text_charset_cp949 (GH-151224) (GH-151237)
serhiy-storchaka
2026/06/10
[Python-checkins] [3.15] Docs: Fix typos in the "Memory Management" section (GH-151243) (GH-151247)
ZeroIntensity
2026/06/10
[Python-checkins] [3.14] Docs: Fix typos in the "Memory Management" section (GH-151243) (GH-151248)
ZeroIntensity
2026/06/10
[Python-checkins] [3.13] Docs: Fix typos in the "Memory Management" section (GH-151243)
StanFromIreland
2026/06/10
[Python-checkins] Docs: Fix typos in the "Memory Management" section (GH-151243)
ZeroIntensity
2026/06/10
[Python-checkins] Python 3.14.6
hugovk
2026/06/10
[Python-checkins] [3.15] gh-89554: Document socket.SocketType as a class (GH-150683) (#151244)
vstinner
2026/06/10
[Python-checkins] gh-143988: Fix re-entrant mutation crashes in socket sendmsg/recvmsg_into (#143987)
vstinner
2026/06/10
[Python-checkins] gh-89554: Document socket.SocketType as a class (#150683)
vstinner
2026/06/10
[Python-checkins] gh-150671: Deprecate `PyAsyncGen_New`, `PyCoro_New`, `PyGen_New`, `PyGen_NewWithQualName` functions (#150672)
sobolevn
2026/06/10
[Python-checkins] [3.15] gh-150988: Fix refleak in `OSError` when attrs are set before `super().__init__()` (GH-150990) (#151240)
vstinner
2026/06/10
[Python-checkins] [3.14] gh-150988: Fix refleak in `OSError` when attrs are set before `super().__init__()` (GH-150990) (#151241)
vstinner
2026/06/10
[Python-checkins] [3.13] gh-150988: Fix refleak in `OSError` when attrs are set before `super().__init__()` (GH-150990) (#151242)
vstinner
2026/06/10
[Python-checkins] gh-150988: Fix refleak in `OSError` when attrs are set before `super().__init__()` (#150990)
vstinner
2026/06/10
[Python-checkins] Add yet one assertion in test_set_text_charset_cp949 (GH-151224)
serhiy-storchaka
2026/06/10
[Python-checkins] [3.15] gh-98894: Fix DTrace test_check_probes for shared builds (GH-151122) (#151235)
vstinner
2026/06/10
[Python-checkins] gh-98894: Fix DTrace test_check_probes for shared builds (#151122)
vstinner
2026/06/10
[Python-checkins] [3.13] gh-80384: Fix docs for PyWeakref_NewRef() and PyWeakref_NewProxy() (GH-151146) (GH-151233)
serhiy-storchaka
2026/06/10
[Python-checkins] [3.14] gh-80384: Fix docs for PyWeakref_NewRef() and PyWeakref_NewProxy() (GH-151146) (GH-151232)
serhiy-storchaka
2026/06/10
[Python-checkins] gh-150285: Wrap long single-line summary in text output in pydoc (GH-151081)
serhiy-storchaka
2026/06/10
[Python-checkins] [3.15] gh-80384: Fix docs for PyWeakref_NewRef() and PyWeakref_NewProxy() (GH-151146)
serhiy-storchaka
Earlier messages
Later messages