python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Thread
[Python-checkins] [3.14] gh-151427: add 'not macOS' and 'not iOS' restrictions on availability state of some functions in `os` module. (GH-151537) (#151698)
ned-deily
[Python-checkins] [3.13] gh-151427: add 'not macOS' and 'not iOS' restrictions on availability state of some functions in `os` module. (GH-151537) (#151697)
ned-deily
[Python-checkins] gh-151427: add 'not macOS' and 'not iOS' restrictions on availability state of some functions in `os` module. (#151537)
ned-deily
[Python-checkins] [3.15] gh-101100: Document os.uname_result and os.statvfs_result with related constants (GH-151301) (GH-151692)
serhiy-storchaka
[Python-checkins] gh-101100: Document os.uname_result and os.statvfs_result with related constants (GH-151301)
serhiy-storchaka
[Python-checkins] gh-145177: Bump Emscripten to 6.0.0 (#151611)
freakboy3742
[Python-checkins] gh-151229: Add CI to prevent JIT stress test regression (#151647)
corona10
[Python-checkins] docs: Fix broken reference of parameter type in `library/logging.rst` (GH-151645)
vsajip
[Python-checkins] [3.15] gh-146353: Document `PyBytesWriter_GetData` pointer validity (GH-151418) (GH-151664)
ZeroIntensity
[Python-checkins] gh-146353: Document `PyBytesWriter_GetData` pointer validity (GH-151418)
ZeroIntensity
[Python-checkins] [3.15] gh-86726: Add few missing versionadded directives (GH-151662) (GH-151663)
serhiy-storchaka
[Python-checkins] gh-86726: Add few missing versionadded directives (GH-151662)
serhiy-storchaka
[Python-checkins] [3.11] Replace deprecated action with RtD app (GH-149111) (GH-150233) (#151657)
hugovk
[Python-checkins] [3.14] gh-86726: Fix the documented return type of tkinter info_patchlevel() (GH-151655) (GH-151659)
serhiy-storchaka
[Python-checkins] [3.15] gh-86726: Fix the documented return type of tkinter info_patchlevel() (GH-151655) (GH-151658)
serhiy-storchaka
[Python-checkins] [3.13] gh-86726: Fix the documented return type of tkinter info_patchlevel() (GH-151655) (GH-151660)
serhiy-storchaka
[Python-checkins] gh-86726: Fix the documented return type of tkinter info_patchlevel() (GH-151655)
serhiy-storchaka
[Python-checkins] [3.15] gh-86726: Fix "deprecated" directive for wm_attributes (GH-151652) (GH-151654)
serhiy-storchaka
[Python-checkins] gh-86726: Fix "deprecated" directive for wm_attributes (GH-151652)
serhiy-storchaka
[Python-checkins] gh-141510 Document and test frozendict class matching behaviour (#150799)
vstinner
[Python-checkins] [3.15] gh-151229: Finalize JIT tracer in test eval-frame stub (gh-151609) (gh-151648)
corona10
[Python-checkins] gh-151229: Finalize JIT tracer in test eval-frame stub (gh-151609)
corona10
[Python-checkins] [3.15] gh-151623: Add missing curses docstrings and document intrflush() (GH-151632) (GH-151641)
serhiy-storchaka
[Python-checkins] [3.14] gh-151623: Add missing curses docstrings and document intrflush() (GH-151632) (GH-151642)
serhiy-storchaka
[Python-checkins] gh-151623: Add missing curses docstrings and document intrflush() (#151632)
hugovk
[Python-checkins] [3.13] gh-151623: Improve curses documentation style (GH-151635) (#151638)
hugovk
[Python-checkins] [3.15] gh-151623: Improve curses documentation style (GH-151635) (#151636)
hugovk
[Python-checkins] [3.14] gh-151623: Improve curses documentation style (GH-151635) (#151637)
hugovk
[Python-checkins] [3.13] gh-151623: Improve curses documentation and docstrings (GH-151625) (GH-151629) (GH-151630)
serhiy-storchaka
[Python-checkins] gh-151623: Improve curses documentation style (#151635)
hugovk
[Python-checkins] [3.14] gh-151623: Improve curses documentation and docstrings (GH-151625) (GH-151629)
serhiy-storchaka
[Python-checkins] [3.15] gh-151623: Improve curses documentation and docstrings (GH-151625) (GH-151628)
serhiy-storchaka
[Python-checkins] gh-151623: Improve curses documentation and docstrings (GH-151625)
serhiy-storchaka
[Python-checkins] [3.15] gh-149044: Improve Py_tp_base[s] docs & error message for non-type bases (GH-151252) (GH-151606)
encukou
[Python-checkins] docs: Fix indent misalignment in `library/logging.config.rst` (GH-151617)
vsajip
[Python-checkins] gh-150942: Optimize PicklerMemoProxy.copy() with _PyDict_SetItem_Take2 (gh-151608)
corona10
[Python-checkins] gh-151436: Fix missing `tstate->last_profiled_frame` updates (#151437)
pablogsal
[Python-checkins] [3.15] gh-151510: Fix __lazy_import__ without frame (GH-151511) (#151610)
pablogsal
[Python-checkins] gh-151510: Fix __lazy_import__ without frame (#151511)
pablogsal
[Python-checkins] [3.13] gh-120665: make unittest loaders avoid loading test cases that are abstract base classes (GH-120666) (#151599)
nedbat
[Python-checkins] [3.15] gh-120665: make unittest loaders avoid loading test cases that are abstract base classes (GH-120666) (#151601)
nedbat
[Python-checkins] [3.14] gh-120665: make unittest loaders avoid loading test cases that are abstract base classes (GH-120666) (#151600)
nedbat
[Python-checkins] [3.15] gh-151544: Fixes CVE-2026-12003 by removing the fallback to %VPATH%/Modules/Setup.local for discovering sources in getpath.py (GH-151545)
zooba
[Python-checkins] [3.15] gh-150966: Fix live profiling error tests (GH-151020) (#151604)
vstinner
[Python-checkins] [3.15] gh-151584: Remove `PyUnstable_Module_SetGIL` call in `_remote_debugging` (GH-151585) (#151603)
sobolevn
[Python-checkins] [3.14] gh-141984: Reword the Generator expressions section (GH-150518) (GH-151267)
encukou
[Python-checkins] gh-149044: Improve Py_tp_base[s] docs & error message for non-type bases (GH-151252)
encukou
[Python-checkins] gh-150966: Fix live profiling error tests (GH-151020)
encukou
[Python-checkins] gh-151584: Remove `PyUnstable_Module_SetGIL` call in `_remote_debugging` (#151585)
sobolevn
[Python-checkins] gh-120665: make unittest loaders avoid loading test cases that are abstract base classes (#120666)
nedbat
[Python-checkins] [3.15] gh-151593: Use timeout on GitHub Action TSan jobs (GH-151594) (#151597)
vstinner
[Python-checkins] [3.14] gh-151593: Use timeout on GitHub Action TSan jobs (GH-151594) (#151598)
vstinner
[Python-checkins] gh-151593: Use timeout on GitHub Action TSan jobs (#151594)
vstinner
[Python-checkins] [3.14] gh-151546: Fix stack limits on musl (#151548) (#151583) (#151591)
vstinner
[Python-checkins] [3.15] gh-151496: Use process groups in test_dtrace (GH-151512) (#151589)
vstinner
[Python-checkins] [3.15] gh-151546: Fix stack limits on musl (#151548) (#151583)
vstinner
[Python-checkins] [3.14] gh-148260: Use at least 1 MiB stack size on musl (GH-149993) (#151586)
vstinner
[Python-checkins] gh-151496: Use process groups in test_dtrace (#151512)
vstinner
[Python-checkins] gh-151546: Fix stack limits on musl (#151548)
vstinner
[Python-checkins] gh-151544: Fixes CVE-2026-12003 by removing the fallback to %VPATH%/Modules/Setup.local for discovering sources in getpath.py (GH-151545)
zooba
[Python-checkins] gh-150902: Optimize PyCriticalSection2 to skip locking the same locks held by the current CS2
colesbury
[Python-checkins] [3.14] gh-151218: Replace sys.flags in PyConfig_Set() (#151402) (#151553)
vstinner
[Python-checkins] [3.15] gh-151218: Replace sys.flags in PyConfig_Set() (GH-151402) (#151552)
vstinner
[Python-checkins] [3.13] gh-151519: Check effective gid in `_test_all_chown_common` group-0 guard (GH-151521) (#151551)
itamaro
[Python-checkins] [3.14] gh-151519: Check effective gid in `_test_all_chown_common` group-0 guard (GH-151521) (#151550)
itamaro
[Python-checkins] [3.15] gh-151519: Check effective gid in `_test_all_chown_common` group-0 guard (GH-151521) (#151549)
itamaro
[Python-checkins] gh-118158: Fix missing newline in py_compile CLI error output (#149008)
itamaro
[Python-checkins] gh-151428: Remove unused imports from stdlib (#151478)
hugovk
[Python-checkins] gh-151218: Replace sys.flags in PyConfig_Set() (#151402)
vstinner
[Python-checkins] gh-151519: Check effective gid in `_test_all_chown_common` group-0 guard (#151521)
Yhg1s
[Python-checkins] [3.15] gh-150771: Fix email serialization for shift_jis and euc-jp (GH-151120) (GH-151541)
serhiy-storchaka
[Python-checkins] [3.15] gh-149716: Document PySlot_DATA for Py_mod_gil and Py_mod_multiple_interpreters (GH-150053) (#151322)
hugovk
[Python-checkins] gh-150771: Fix email serialization for shift_jis and euc-jp (GH-151120)
serhiy-storchaka
[Python-checkins] [3.13] gh-151522: Guard against None transport in slow-socket SSL test (GH-151523) (#151530)
itamaro
[Python-checkins] [3.14] gh-151522: Guard against None transport in slow-socket SSL test (GH-151523) (#151529)
itamaro
[Python-checkins] [3.15] gh-151522: Guard against None transport in slow-socket SSL test (GH-151523) (#151528)
itamaro
[Python-checkins] gh-151522: Guard against None transport in slow-socket SSL test (#151523)
itamaro
[Python-checkins] [3.15] gh-151422: Don't link libffi into _ctypes_test.so (GH-151423) (#151516)
freakboy3742
[Python-checkins] [3.14] gh-151422: Don't link libffi into _ctypes_test.so (GH-151423) (#151517)
freakboy3742
[Python-checkins] gh-151422: Don't link libffi into _ctypes_test.so (#151423)
freakboy3742
[Python-checkins] gh-151128: Improve SyntaxError message for cross language keywords (GH-151129)
serhiy-storchaka
[Python-checkins] [3.15] gh-151223: fix tsan data races in load global specializations (GH-151393) (#151513)
kumaraditya303
[Python-checkins] gh-151223: fix tsan data races in load global specializations (#151393)
kumaraditya303
[Python-checkins] gh-140145: Use repr of the key in `zoneinfo` "No time zone found" error (#140433)
StanFromIreland
[Python-checkins] gh-92455: Respect case-sensitive mimetype suffixes (GH-148782)
serhiy-storchaka
[Python-checkins] [3.15] gh-148853: Catch PermissionError in test in_systemd_nspawn_sync_suppressed() (GH-148854) (#151506)
vstinner
[Python-checkins] [3.14] gh-148853: Catch PermissionError in test in_systemd_nspawn_sync_suppressed() (GH-148854) (#151505)
vstinner
[Python-checkins] gh-149079: Optimize sorting in unicodedata.normalize() (GH-150782)
encukou
[Python-checkins] gh-148853: Catch PermissionError in test in_systemd_nspawn_sync_suppressed() (#148854)
vstinner
[Python-checkins] [3.13] gh-148441: Avoid integer overflow in Expat's CharacterDataHandler (GH-148904) (#149637)
vstinner
[Python-checkins] [3.13] gh-150389: Make perf profiler tests resilient (GH-150437) (GH-151501) (#151503)
vstinner
[Python-checkins] [3.14] gh-150389: Make perf profiler tests resilient (#150437) (#151501)
vstinner
[Python-checkins] Fix issues reported by cpython-review-toolkit in faulthandler (#151341)
vstinner
[Python-checkins] gh-139227: Remove unused _PyRuntime.imports.pkgcontext (#151490)
vstinner
[Python-checkins] gh-146102: Fix type slot_bf_getbuffer() error handling (#151346)
vstinner
[Python-checkins] gh-146102: Don't clear exception on success in odictobject.c (#151347)
vstinner
[Python-checkins] [3.14] Add `.toml` to `.editorconfig` (GH-151481) (#151492)
sobolevn
[Python-checkins] [3.15] Add `.toml` to `.editorconfig` (GH-151481) (#151491)
sobolevn
[Python-checkins] [3.13] Add `.toml` to `.editorconfig` (GH-151481) (#151493)
sobolevn
[Python-checkins] gh-137759: Replace _PyObject_HashFast() with PyObject_Hash() in setobject.c (#137828)
vstinner
[Python-checkins] [3.13] gh-139837: Document attributes of objects recorded by warnings.catch_warnings (GH-139893) (GH-151473) (#151494)
vstinner
[Python-checkins] [3.14] gh-139837: Document attributes of objects recorded by warnings.catch_warnings (GH-139893) (#151473)
vstinner
[Python-checkins] Add `.toml` to `.editorconfig` (#151481)
sobolevn
[Python-checkins] [3.15] gh-149671: Restore compatibility with setuptools -nspkg.pth files in site module (GH-151319) (#151489)
vstinner
[Python-checkins] gh-149671: Restore compatibility with setuptools -nspkg.pth files in site module (#151319)
vstinner
[Python-checkins] gh-130197: Test `pygettext`'s `--version` CLI option (#133022)
StanFromIreland
[Python-checkins] [3.15] Skip test_highly_nested_objects_decoding during the PGO profile task. (GH-151460) (#151468)
gpshead
[Python-checkins] [3.14] Skip test_highly_nested_objects_decoding during the PGO profile task. (GH-151460) (#151469)
gpshead
[Python-checkins] [3.14] gh-151390: Colorize `match +` and `match -` in the REPL (GH-151391) (#151477)
Eclips4
[Python-checkins] [3.15] gh-151390: Colorize `match +` and `match -` in the REPL (GH-151391) (#151476)
Eclips4
[Python-checkins] [3.13] Add a new Sphinx `soft-deprecated` directive (GH-148630) (#148715)
hugovk
[Python-checkins] gh-151390: Colorize `match +` and `match -` in the REPL (#151391)
Eclips4
[Python-checkins] gh-151428: Remove unused imports from `Tools/` (#151442)
sobolevn
[Python-checkins] [3.14] gh-151461: Fix encoding-related exception handling in file tokenizer (GH-151462) (GH-151474)
serhiy-storchaka
[Python-checkins] [3.15] gh-151461: Fix encoding-related exception handling in file tokenizer (GH-151462) (GH-151470)
serhiy-storchaka
[Python-checkins] [3.15] gh-139837: Document attributes of objects recorded by warnings.catch_warnings (GH-139893) (GH-151472)
serhiy-storchaka
[Python-checkins] gh-139837: Document attributes of objects recorded by warnings.catch_warnings (GH-139893)
serhiy-storchaka
[Python-checkins] gh-151461: Fix encoding-related exception handling in file tokenizer (GH-151462)
serhiy-storchaka
[Python-checkins] Skip test_highly_nested_objects_decoding during the PGO profile task. (GH-151460)
gpshead
[Python-checkins] gh-151428: Remove unused imports in the stdlib (#151440)
StanFromIreland
[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
[Python-checkins] gh-151424: Fix impossible stack traces in `RemoteUnwinder(..., cache_frames=True)` by copying chunks on cache miss (#151426)
pablogsal
[Python-checkins] [3.13] gh-151403: Fix use-after-free when an argv item's __fspath__ mutates args (GH-151404) (#151447)
gpshead
[Python-checkins] [3.14] gh-151403: Fix use-after-free when an argv item's __fspath__ mutates args (GH-151404) (#151446)
gpshead
[Python-checkins] [3.15] gh-151403: Fix use-after-free when an argv item's __fspath__ mutates args (GH-151404) (#151445)
gpshead
[Python-checkins] [3.15] gh-151443: Fix documented default of `unittest.mock.mock_open`'s `read_data` parameter (GH-151444) (#151450)
StanFromIreland
[Python-checkins] [3.14] gh-151443: Fix documented default of `unittest.mock.mock_open`'s `read_data` parameter (GH-151444) (#151451)
StanFromIreland
[Python-checkins] [3.13] gh-151443: Fix documented default of `unittest.mock.mock_open`'s `read_data` parameter (GH-151444)
StanFromIreland
[Python-checkins] gh-151443: Fix documented default of `unittest.mock.mock_open`'s `read_data` parameter (#151444)
StanFromIreland
[Python-checkins] gh-151403: Fix use-after-free when an argv item's __fspath__ mutates args (GH-151404)
gpshead
[Python-checkins] [3.13] gh-77328: Update `base64` module RFC references to RFC 4648 (GH-151275) (#151441)
StanFromIreland
[Python-checkins] [3.14] gh-77328: Update `base64` module RFC references to RFC 4648 (GH-151275) (#151439)
StanFromIreland
[Python-checkins] [3.15] gh-77328: Update `base64` module RFC references to RFC 4648 (GH-151275) (#151438)
StanFromIreland
[Python-checkins] gh-77328: Update `base64` module RFC references to RFC 4648 (#151275)
StanFromIreland
[Python-checkins] [3.13] gh-101267: ProcessPoolExecutor no longer shares 1 BrokenProcessPool exception among all failed futures (GH-101268) (GH-151431) (#151435)
gpshead
[Python-checkins] [3.14] gh-101267: ProcessPoolExecutor no longer shares 1 BrokenProcessPool exception among all failed futures (GH-101268) (#151431)
gpshead
[Python-checkins] [3.15] gh-101267: ProcessPoolExecutor no longer shares 1 BrokenProcessPool exception among all failed futures (GH-101268) (#151430)
gpshead
[Python-checkins] [3.15] Docs: Fix method directive signatures in `enum` docs (GH-151429) (#151434)
StanFromIreland
[Python-checkins] [3.13] Docs: Fix method directive signatures in `enum` docs (GH-151429) (#151433)
StanFromIreland
[Python-checkins] [3.14] Docs: Fix method directive signatures in `enum` docs (GH-151429) (#151432)
StanFromIreland
[Python-checkins] Docs: Fix method directive signatures in `enum` docs (#151429)
StanFromIreland
[Python-checkins] gh-101267: ProcessPoolExecutor no longer shares 1 BrokenProcessPool exception among all failed futures (GH-101268)
gpshead
[Python-checkins] [3.15] Fix typos in the `curses.ascii` module documentation (GH-129300) (#151413)
StanFromIreland
[Python-checkins] [3.14] Fix typos in the `curses.ascii` module documentation (GH-129300) (#151414)
StanFromIreland
[Python-checkins] [3.13] Fix typos in the `curses.ascii` module documentation (GH-129300) (#151415)
StanFromIreland
[Python-checkins] Fix typos in the `curses.ascii` module documentation (#129300)
StanFromIreland
[Python-checkins] [3.13] Docs: avoid repetitions of class references in functions.rst (GH-150891) (#151407)
hugovk
[Python-checkins] [3.14] Docs: avoid repetitions of class references in functions.rst (GH-150891) (#151406)
hugovk
[Python-checkins] [3.15] Docs: avoid repetitions of class references in functions.rst (GH-150891) (#151405)
hugovk
[Python-checkins] Docs: avoid repetitions of class references in functions.rst (#150891)
hugovk
[Python-checkins] [3.15] gh-151284: Fix test_capi on UBSan (GH-151286) (#151323)
vstinner
[Python-checkins] [3.15] gh-151126: Fix crash on unset memory error in `ctypes.get_errno` (GH-151382) (#151398)
sobolevn
[Python-checkins] [3.14] gh-151126: Fix crash on unset memory error in `ctypes.get_errno` (GH-151382) (#151399)
sobolevn
[Python-checkins] [3.13] gh-151126: Fix crash on unset memory error in `ctypes.get_errno` (GH-151382) (#151400)
sobolevn
[Python-checkins] gh-151126: Fix crash on unset memory error in `ctypes.get_errno` (#151382)
sobolevn
[Python-checkins] [3.15] gh-151297: Fix undefined behavior in `_PyObject_MiRealloc` (GH-151358) (GH-151388)
ZeroIntensity
[Python-checkins] gh-151297: Fix undefined behavior in `_PyObject_MiRealloc` (GH-151358)
ZeroIntensity
[Python-checkins] [3.13] gh-151065: Copy fix for memory leak from mimalloc upstream (GH-151066) (GH-151385)
ZeroIntensity
[Python-checkins] [3.14] gh-132467: Document and test that generic aliases are not classes (GH-133504) (#151116)
JelleZijlstra
[Python-checkins] [3.15] gh-151065: Copy fix for memory leak from mimalloc upstream (GH-151066) (GH-151383)
ZeroIntensity
[Python-checkins] [3.14] gh-151065: Copy fix for memory leak from mimalloc upstream (GH-151066) (GH-151384)
ZeroIntensity
[Python-checkins] gh-151065: Copy fix for memory leak from mimalloc upstream (GH-151066)
ZeroIntensity
[Python-checkins] [3.15] gh-151337: Avoid possible memory leak in `_tkinter.c` on Windows. (GH-151340) (GH-151379)
serhiy-storchaka
[Python-checkins] [3.14] gh-151337: Avoid possible memory leak in `_tkinter.c` on Windows. (GH-151340) (GH-151380)
serhiy-storchaka
[Python-checkins] [3.13] gh-151337: Avoid possible memory leak in `_tkinter.c` on Windows. (GH-151340) (GH-151381)
serhiy-storchaka
[Python-checkins] gh-151337: Avoid possible memory leak in `_tkinter.c` on Windows. (GH-151340)
serhiy-storchaka
[Python-checkins] Correct the docstring of `logging.config` (GH-151353)
vsajip
[Python-checkins] gh-150285: Fix overflow in too long lines for class data in pydoc (GH-151366)
serhiy-storchaka
[Python-checkins] [3.15] gh-138991: Update dataclass documentation for new eq behavior in Python 3.13 (GH-139007) (#151372)
vstinner
[Python-checkins] [3.14] gh-138991: Update dataclass documentation for new eq behavior in Python 3.13 (GH-139007) (#151373)
vstinner
[Python-checkins] gh-138991: Update dataclass documentation for new eq behavior in Python 3.13 (#139007)
vstinner
[Python-checkins] [3.13] gh-138991: Update dataclass documentation for new eq behavior in Python 3.13 (GH-139007) (#151374)
vstinner
[Python-checkins] [3.15] gh-150285: Fix too long docstrings in GenericAlias and __class_getitem__ (GH-151354) (GH-151367)
serhiy-storchaka
[Python-checkins] [3.14] gh-150285: Fix too long docstrings in GenericAlias and __class_getitem__ (GH-151354) (GH-151368)
serhiy-storchaka
[Python-checkins] [3.13] gh-150285: Fix too long docstrings in GenericAlias and __class_getitem__ (GH-151354) (GH-151369)
serhiy-storchaka
[Python-checkins] [3.15] gh-151126: Fix missing memory error in `os._path_splitroot` (GH-151339) (#151360)
sobolevn
[Python-checkins] gh-150285: Fix too long docstrings in GenericAlias and __class_getitem__ (GH-151354)
serhiy-storchaka
[Python-checkins] [3.14] gh-151126: Fix missing memory error in `os._path_splitroot` (GH-151339) (#151361)
sobolevn
[Python-checkins] [3.13] gh-151126: Fix missing memory error in `os._path_splitroot` (GH-151339) (#151362)
sobolevn
[Python-checkins] gh-150942: Speed up json.loads array and object decoding (GH-150945)
markshannon
[Python-checkins] gh-150490: Raise PyType_Modified for insertion into split dictionary (#150489)
DinoV
[Python-checkins] [3.15] gh-151228: fix data race on clearing embedded dict values (GH-151330) (#151359)
kumaraditya303
[Python-checkins] gh-151228: fix data race on clearing embedded dict values (#151330)
kumaraditya303
[Python-checkins] gh-151126: Fix missing memory error in `os._path_splitroot` (#151339)
sobolevn
[Python-checkins] [3.15] gh-101100: Fix Sphinx nitpick in `unittest.mock.rst` (GH-151302) (#151355)
StanFromIreland
[Python-checkins] [3.14] gh-101100: Fix Sphinx nitpick in `unittest.mock.rst` (GH-151302) (#151356)
StanFromIreland
[Python-checkins] [3.13] gh-101100: Fix Sphinx nitpick in `unittest.mock.rst` (GH-151302)
StanFromIreland
[Python-checkins] gh-150858: fix data race while changing `__qualname__` of a type object(#150859)
kumaraditya303
[Python-checkins] gh-101100: Fix Sphinx nitpick in `unittest.mock.rst` (#151302)
StanFromIreland
[Python-checkins] [3.15] gh-151112: Fix crash in `compiler_mod()` when entering the current compilation unit fails (GH-151234) (#151350)
StanFromIreland
[Python-checkins] [3.15] gh-139588: Fix nondeterministic `make latex` doc build under parallel make (GH-151343) (#151352)
StanFromIreland
[Python-checkins] [3.14] gh-150397: Fix pyexpat bigmem test (GH-151329) (#151349)
vstinner
[Python-checkins] [3.14] gh-151112: Fix crash in `compiler_mod()` when entering the current compilation unit fails (GH-151234) (#151351)
StanFromIreland
[Python-checkins] [3.14] gh-150285: Suppress showing the __getstate__() comment in the help for dataclasses (GH-151328) (GH-151332)
serhiy-storchaka
[Python-checkins] [3.15] gh-150397: Fix pyexpat bigmem test (GH-151329) (#151348)
vstinner
[Python-checkins] gh-139588: Fix nondeterministic `make latex` doc build under parallel make (#151343)
StanFromIreland
[Python-checkins] [3.13] gh-150285: Suppress showing the __getstate__() comment in the help for dataclasses (GH-151328) (GH-151333)
serhiy-storchaka
[Python-checkins] [3.15] gh-150285: Suppress showing the __getstate__() comment in the help for dataclasses (GH-151328) (GH-151331)
serhiy-storchaka
[Python-checkins] [3.15] gh-151238: Check for `_get_resized_exprs` failure in `_PyPegen_{joined,template}_str` (GH-151259) (#151344)
StanFromIreland
[Python-checkins] [3.14] gh-151238: Check for `_get_resized_exprs` failure in `_PyPegen_{joined,template}_str` (GH-151259)
StanFromIreland
Earlier messages
Later messages