python-checkins
Thread
Date
Earlier messages
Messages by Thread
[Python-checkins] gh-134861: Add šSV output format to ``python -m asyncio ps`` (#137486)
AA-Turner
[Python-checkins] gh-134861: Add CSV output format to ``python -m asyncio ps`` (#134862)
AA-Turner
[Python-checkins] GH-137484: Have `Tools/wasm/wasi` use the build triple instead of "build" (GH-37485)
brettcannon
[Python-checkins] Further CODEOWNERS listings for Adam Turner (#137483)
AA-Turner
[Python-checkins] GH-137466: Remove deprecated and undocumented `glob.glob0()` and `glob1()` (#137467)
barneygale
[Python-checkins] [3.14] Doc: remove unused images (GH-137323) (#137324)
hugovk
[Python-checkins] [3.13] gh-58124: Avoid CP_UTF8 in UnicodeDecodeError (GH-137415) (#137461)
vstinner
[Python-checkins] [3.13] gh-137134: Update SQLite to 3.50.4 for binary releases (GH-137135) (#137455)
Yhg1s
[Python-checkins] gh-75989: TarFile.extractall and TarFile.extract now overwrite symlinks when extracting hardlinks (GH-137316)
encukou
[Python-checkins] [3.13] gh-137056: Fix DTrace build support on NetBSD (GH-137057) (#137445)
Yhg1s
[Python-checkins] [3.14] gh-137134: Update SQLite to 3.50.4 for binary releases (GH-137135) (#137436)
hugovk
[Python-checkins] gh-58124: Avoid CP_UTF8 in UnicodeDecodeError (#137415)
vstinner
[Python-checkins] Use PyInitConfig API in _freeze_module.c (#137423)
vstinner
[Python-checkins] Use PyConfig_Get() in frozenmain.c (#137421)
vstinner
[Python-checkins] [3.14] Docs: add dunder and walrus to the glossary (GH-137430) (#137434)
hugovk
[Python-checkins] [3.13] gh-137450: macOS installer shell path management improvements (GH-137451) (#137452)
ned-deily
[Python-checkins] gh-137450: macOS installer shell path management improvements (#137451)
ned-deily
[Python-checkins] gh-133390: Amend gh-135659 (sqlite3 docs update) (#137447)
erlend-aasland
[Python-checkins] gh-137056: Fix DTrace build support on NetBSD (GH-137057)
serhiy-storchaka
[Python-checkins] [3.13] gh-81325: Support path-like objects with streaming TarFile (GH-137188) (#137366)
AA-Turner
[Python-checkins] [3.13] Docs: add dunder and walrus to the glossary (GH-137430) (#137435)
AA-Turner
[Python-checkins] [3.13] gh-136823: Update documentation on excluded headers in Python.h (GH-136824) (#137438)
AA-Turner
[Python-checkins] gh-136823: Update documentation on excluded headers in Python.h (#136824)
AA-Turner
[Python-checkins] gh-137134: Update SQLite to 3.50.4 for binary releases (GH-137135)
gpshead
[Python-checkins] [3.14] GH-136155: Use ``sphinxext-opengraph`` v0.12.0 (GH-137393) (#137431)
hugovk
[Python-checkins] Docs: add dunder and walrus to the glossary (#137430)
nedbat
[Python-checkins] [3.13] GH-136155: Use ``sphinxext-opengraph`` v0.12.0 (GH-137393) (#137432)
AA-Turner
[Python-checkins] GH-136155: Use ``sphinxext-opengraph`` v0.12.0 (#137393)
AA-Turner
[Python-checkins] Fix buildbot release status link in CONTRIBUTING.rst (GH-137429)
zware
[Python-checkins] gh-137288: Fix bug where boolean expressions are not associated with the correct exception handler (#137310)
iritkatriel
[Python-checkins] [3.14] gh-137194: Fix requires_debug_ranges when _testcpi doesn't exist (GH-137195) (#137274)
hugovk
[Python-checkins] [3.13] gh-123441: Correct the supported languages of the iso-8859-4 codec (GH-137034) (GH-137418)
serhiy-storchaka
[Python-checkins] gh-123441: Correct the supported languages of the iso-8859-4 codec (GH-137034)
serhiy-storchaka
[Python-checkins] [3.13] gh-122450: Expand documentation for ``Rational`` and ``Fraction`` (#136800) (#137367)
AA-Turner
[Python-checkins] gh-137238: Fix data race in `_Py_slot_tp_getattr_hook` (gh-137240)
colesbury
[Python-checkins] gh-107545: Fix misleading setsockopt() error messages (GH-107546)
serhiy-storchaka
[Python-checkins] [3.13] gh-135244: generate UUID random Node ID with a CSPRNG as per RFC 9562, §6.10.3 (GH-135226) (#137408)
picnixz
[Python-checkins] [3.13] gh-137397: Skip test_os_open on NetBSD due to indefinite hang (GH-137398) (#137407)
vstinner
[Python-checkins] gh-137397: Skip test_os_open on NetBSD due to indefinite hang (#137398)
vstinner
[Python-checkins] [3.13] gh-132710: only use stable `_uuid.generate_time_safe()` to deduce MAC address (GH-132901) (#134704)
picnixz
[Python-checkins] gh-136306: fix `test_ssl.ContextTests.test_set_groups` on FIPS builds (#137405)
picnixz
[Python-checkins] gh-137390: Add missing line continuation character in configure.ac (#137391)
AA-Turner
[Python-checkins] gh-132661: PEP 750 documentation: second pass (#137020)
AA-Turner
[Python-checkins] gh-137128: Remove outdated todo about coro_fns in asyncio (#137385)
kumaraditya303
[Python-checkins] gh-129033: Remove dead code in test.support.has_no_debug_ranges() (#137379)
vstinner
[Python-checkins] [3.13] gh-132124: improve safety nets for creating AF_UNIX socket files (GH-134085) (#134448)
gpshead
[Python-checkins] gh-134170: Add colorization to unraisable exceptions (#134183)
ZeroIntensity
[Python-checkins] [3.13] gh-130077: Properly match full soft keywords in the parser (GH-135317) (#135399)
pablogsal
[Python-checkins] gh-136520: Clarify docs for _pack_ & _align_ (GH-137036)
encukou
[Python-checkins] gh-137368: document __index__() support for PyLong_AsInt32/64() (GH-137369)
encukou
[Python-checkins] [3.13] gh-137194: Fix requires_debug_ranges when _testcpi doesn't exist (GH-137195) (GH-137275)
serhiy-storchaka
[Python-checkins] [3.14] gh-130522: Fix unraisable TypeError in threading at interpreter shutdown (GH-131537) (#137105)
hugovk
[Python-checkins] [3.13] gh-135839: Fix `module_traverse` and `module_clear` in subinterp modules (GH-135937) (GH-135943)
encukou
[Python-checkins] [3.12] gh-130577: tarfile now validates archives to ensure member offsets are non-negative (GH-137027) (#137171)
Yhg1s
[Python-checkins] [3.13] Remove Alex Waygood as a codeowner for pre-commit config (#137372) (#137374)
AlexWaygood
[Python-checkins] [3.14] Remove Alex Waygood as a codeowner for pre-commit config (GH-137372) (#137373)
hugovk
[Python-checkins] Remove Alex Waygood as a codeowner for pre-commit config (#137372)
hugovk
[Python-checkins] [3.13] Fix typo in `Lib/test/test_ast/test_ast.py` (GH-136767) (#137356)
Eclips4
[Python-checkins] [3.14] gh-137257: Upgrade bundled pip to 25.2 (GH-137258) (#137361)
hugovk
[Python-checkins] gh-81325: Support path-like objects with streaming TarFile (#137188)
emmatyping
[Python-checkins] [3.13] gh-137257: Upgrade bundled pip to 25.2 (GH-137258) (GH-137362)
ZeroIntensity
[Python-checkins] gh-122450: Expand documentation for ``Rational`` and ``Fraction`` (#136800)
AA-Turner
[Python-checkins] gh-137257: Upgrade bundled pip to 25.2 (GH-137258)
ZeroIntensity
[Python-checkins] gh-132983: Use ``Py_UNREACHABLE`` in ``_zstd_load_impl()`` (#137320)
AA-Turner
[Python-checkins] [3.13] Doc: fix duplicated words (GH-136086) (#137357)
freakboy3742
[Python-checkins] [3.14] gh-132983: Fix docstrings in ``ZstdDict`` (GH-137321) (#137343)
hugovk
[Python-checkins] gh-136567: Add information about lost prefixes to `Tools/cases_generator/interpreter_definition.md` (#136780)
Eclips4
[Python-checkins] [3.13] GH-136155: Use ``sphinxext-opengraph`` v0.11.0 (GH-137348) (#137350)
AA-Turner
[Python-checkins] [3.14] GH-136155: Use ``sphinxext-opengraph`` v0.11.0 (GH-137348) (#137349)
hugovk
[Python-checkins] GH-136155: Use ``sphinxext-opengraph`` v0.11.0 (#137348)
AA-Turner
[Python-checkins] [3.14] gh-137341: Remove more word duplications (GH-137342) (#137346)
hugovk
[Python-checkins] [3.13] gh-137341: Remove more word duplications (GH-137342) (GH-137347)
serhiy-storchaka
[Python-checkins] [3.13] gh-137314: Fix incorrect treatment of format specs in raw fstrings (GH-137328) (#137345)
pablogsal
[Python-checkins] gh-137341: Remove more word duplications (GH-137342)
serhiy-storchaka
[Python-checkins] [3.14] gh-137314: Fix incorrect treatment of format specs in raw fstrings (GH-137328) (#137344)
pablogsal
[Python-checkins] gh-137314: Fix incorrect treatment of format specs in raw fstrings (#137328)
pablogsal
[Python-checkins] gh-132983: Fix docstrings in ``ZstdDict`` (#137321)
AA-Turner
[Python-checkins] gh-137191: Fix how type parameters are collected from `Protocol` and `Generic` bases with parameters (#137281)
sobolevn
[Python-checkins] Doc: remove unused images (GH-137323)
methane
[Python-checkins] [3.13] gh-135444: fix `asyncio.DatagramTransport.sendto` to account for datagram header size when data cannot be sent (GH-135445) (#137246)
kumaraditya303
[Python-checkins] GH-137276: Don't mark uop as escaping if the escaping call is on an exit branch (GH-137277)
markshannon
[Python-checkins] Remove incorrect feature coverage comment from msgfmt script's docstring (#112862)
tomasr8
[Python-checkins] Doc: remove unused images (#137323)
AA-Turner
[Python-checkins] [3.13] gh-135755: Document __future__.* and CO_* as proper Sphinx objects (GH-135980) (GH-136371)
encukou
[Python-checkins] gh-137308: Replace a single docstring with `pass` in `-OO` mode (#137318)
sobolevn
[Python-checkins] gh-131876: Revert "gh-131876: extract `_hashlib` helpers into a separate directory (#136995) (#137307)
gpshead
[Python-checkins] GH-136410: Faster side exits by using a cold exit stub (GH-136411)
markshannon
[Python-checkins] [3.13] gh-137273: Fix debug assertion failure in locale.setlocale() on Windows (GH-137300) (GH-137306)
serhiy-storchaka
[Python-checkins] gh-137273: Fix debug assertion failure in locale.setlocale() on Windows (GH-137300)
serhiy-storchaka
[Python-checkins] gh-133467: fix data race in `type_set_name` (#137302)
kumaraditya303
[Python-checkins] [3.13] GH-111758: Merge TSan and UBSan reusable GHA workflows (#136820) (GH-137029)
encukou
[Python-checkins] gh-128813: soft-deprecate _Py_c_*() functions (GH-137261)
encukou
[Python-checkins] gh-137282: Fix `TypeError` in tab completion and `dir()` of `concurrent.futures` (GH-137214)
ZeroIntensity
[Python-checkins] gh-137200: support frame lineno setter with `BRANCH_LEFT` and `BRANCH_RIGHT` events (GH-137229)
markshannon
[Python-checkins] gh-131146: Fix month names in a "standalone form" in calendar module (GH-131147)
encukou
[Python-checkins] gh-137194: Fix requires_debug_ranges when _testcpi doesn't exist (GH-137195)
serhiy-storchaka
[Python-checkins] gh-124503: Optimize ast.literal_eval() for small input (GH-137010)
serhiy-storchaka
[Python-checkins] gh-137025: Include ``python.worker.mjs`` in the Emscripten Web Example (#137236)
AA-Turner
[Python-checkins] [3.14] gh-119180: Refer to `annotationlib.get_annotations()` in `typing.get_type_hints()` documentation (GH-137247) (#137263)
hugovk
[Python-checkins] gh-119180: Refer to `annotationlib.get_annotations()` in `typing.get_type_hints()` documentation (#137247)
JelleZijlstra
[Python-checkins] GH-134291: Support older macOS deployment targets for JIT builds (GH-137211)
brandtbucher
[Python-checkins] gh-137239: Add *_max functions to heapq.__all__ (gh-137241)
rhettinger
[Python-checkins] Add example of min-heap and max-heap working together (gh-137251)
rhettinger
[Python-checkins] [3.14] gh-136992: Add "None" as valid `SameSite` value as per RFC 6265bis (GH-137040) (#137140)
hugovk
[Python-checkins] GH-137248: Add a `--logdir` option to `Tools/wasm/wasi` (GH-137249)
brettcannon
[Python-checkins] [3.14] GH-116738: document thread-safety of bisect (GH-136555) (#137221)
hugovk
[Python-checkins] GH-137243: Have `Tools/wasm/wasi` detect WASI SDK installs in `/opt` when the release tarball is extracted (GH-137244)
brettcannon
[Python-checkins] gh-135444: fix `asyncio.DatagramTransport.sendto` to account for datagram header size when data cannot be sent (#135445)
kumaraditya303
[Python-checkins] [3.13] GH-116738: document thread-safety of bisect (GH-136555) (#137222)
kumaraditya303
[Python-checkins] gh-71189: Support all-but-last mode in os.path.realpath() (GH-117562)
serhiy-storchaka
[Python-checkins] GH-116738: document thread-safety of bisect (GH-136555)
nascheme
[Python-checkins] [3.14] gh-136976: Emscripten: Add _decimal and libmpdec (GH-136997) (#137066)
hugovk
[Python-checkins] [3.14] gh-124621: Emscripten: Add smoke test for using pyrepl in Chrome (GH-137004) (#137067)
hugovk
[Python-checkins] gh-137179: Fix flaky test_history_survive_crash test (gh-137180)
colesbury
[Python-checkins] [3.13] gh-137183: Document that `array.array` typecode `w` is new in 3.13 (GH-137184) (GH-137209)
encukou
[Python-checkins] gh-137183: Document that `array.array` typecode `w` is new in 3.13 (GH-137184)
encukou
[Python-checkins] gh-137185: Fix `_Py_DumpStack()` async signal safety (gh-137187)
colesbury
[Python-checkins] [3.14] Add a What's New entry for Emscripten (GH-137035) (#137192)
hugovk
[Python-checkins] Add a What's New entry for Emscripten (#137035)
AA-Turner
[Python-checkins] [3.14] gh-132898: Add a note in `multiprocessing.Process` docs about creating a process in a REPL (GH-137118) (#137154)
hugovk
[Python-checkins] [3.14] GH-137059: `url2pathname()`: fix support for drive letter in netloc (GH-137060) (#137144)
hugovk
[Python-checkins] [3.14] gh-130577: tarfile now validates archives to ensure member offsets are non-negative (GH-137027) (#137169)
hugovk
[Python-checkins] [3.14] gh-136870: fix data races in instrumentation of bytecode (GH-136994) (#137082)
hugovk
[Python-checkins] gh-136843: Document how multiple inheritance works (#136844)
JelleZijlstra
[Python-checkins] gh-136586: Improve winreg's module docstring (GH-136587)
zooba
[Python-checkins] gh-136306: Add support for getting and setting SSL groups (#136307)
picnixz
[Python-checkins] GH-131296: Fixes clang-cl warning on Windows in socketmodule.h (GH-131832)
zooba
[Python-checkins] gh-134043: use stackrefs for dict lookup in `_PyObject_GetMethodStackRef` (#136412)
kumaraditya303
[Python-checkins] gh-131338: Disable computed stack limit checks on non-glibc linux (#134336)
kumaraditya303
[Python-checkins] [3.13] gh-130577: tarfile now validates archives to ensure member offsets are non-negative (GH-137027) (#137170)
gpshead
[Python-checkins] gh-130577: tarfile now validates archives to ensure member offsets are non-negative (GH-137027)
ethanfurman
[Python-checkins] [3.13] gh-136759: revert rename `lock.h` to `pylock.h` (GH-137041) (#137075) (#137166)
kumaraditya303
[Python-checkins] [3.13] gh-119711: describe `create_datagram_endpoint`'s behavior in asyncio when `local_addr` is `None` (GH-136913) (#137163)
kumaraditya303
[Python-checkins] gh-119711: describe `create_datagram_endpoint`'s behavior in asyncio when `local_addr` is `None` (#136913)
kumaraditya303
[Python-checkins] gh-131876: extract `_hashlib` helpers into a separate directory (#136995)
picnixz
[Python-checkins] gh-136968: fortify macro usage in cryptographic modules (#136973)
picnixz
[Python-checkins] [3.13] gh-84559: improve What's New entry for `multiprocessing` startmethod changes (GH-128173) (#137156)
gpshead
[Python-checkins] [3.13] gh-136992: Add "None" as valid `SameSite` value as per RFC 6265bis (GH-137040) (#137141)
picnixz
[Python-checkins] [3.13] gh-132898: Add a note in `multiprocessing.Process` docs about creating a process in a REPL (GH-137118) (#137155)
gpshead
[Python-checkins] gh-132898: Add a note in `multiprocessing.Process` docs about creating a process in a REPL (GH-137118)
gpshead
[Python-checkins] [3.13] gh-136278: Document codecs.escape_encode() and codecs.escape_decode() (GH-136314) (#137150)
malemburg
[Python-checkins] gh-136278: Document codecs.escape_encode() and codecs.escape_decode() (#136314)
malemburg
[Python-checkins] [3.13] gh-134698: Hold a lock when the thread state is detached in ssl (GH-134724) (#137126)
gpshead
[Python-checkins] GH-128520: pathlib ABCs: tweak protocol for virtual path strings (#134104)
barneygale
[Python-checkins] GH-137059: `url2pathname()`: fix support for drive letter in netloc (#137060)
barneygale
[Python-checkins] gh-136992: Add "None" as valid `SameSite` value as per RFC 6265bis (#137040)
picnixz
[Python-checkins] gh-137058: Update C23 standard version check in `pyport.h` (#137127)
picnixz
[Python-checkins] [3.14] Link to plaintext for "show source" links (GH-137131) (#137132)
hugovk
[Python-checkins] [3.13] gh-126662: naming consistency for `signal.ItimerError` (GH-126712) (#137123)
kumaraditya303
[Python-checkins] [3.13] Link to plaintext for "show source" links (GH-137131) (#137133)
AA-Turner
[Python-checkins] Link to plaintext for "show source" links (#137131)
AA-Turner
[Python-checkins] [3.14] gh-131038: Use text=True in subprocesses in test_perf_profiler (GH-137117) (#137124)
pablogsal
[Python-checkins] [3.13] gh-131038: Use text=True in subprocesses in test_perf_profiler (GH-137117) (#137125)
pablogsal
[Python-checkins] gh-131038: Use text=True in subprocesses in test_perf_profiler (#137117)
pablogsal
[Python-checkins] gh-126662: naming consistency for `signal.ItimerError` (#126712)
kumaraditya303
[Python-checkins] gh-136912: fix handling of `OverflowError` in `hmac.digest` (#136917)
picnixz
[Python-checkins] GH-132732: Use pure op machinery to optimize `COMPARE_OP_INT/FLOAT/STR` (#137062)
savannahostrowski
[Python-checkins] [3.14] gh-137090: Remove redundant statement in ``Doc/library/concurrent.interpreters.rst`` (GH-137091) (#137108)
hugovk
[Python-checkins] gh-137090: Remove redundant statement in ``Doc/library/concurrent.interpreters.rst`` (#137091)
AA-Turner
[Python-checkins] gh-134698: Hold a lock when the thread state is detached in `ssl` (GH-134724)
gpshead
[Python-checkins] [3.13] gh-130522: Fix unraisable TypeError in threading at interpreter shutdown (GH-131537) (GH-137106)
ZeroIntensity
[Python-checkins] gh-130522: Fix unraisable TypeError in threading at interpreter shutdown (#131537)
kumaraditya303
[Python-checkins] gh-136929: ensure that `hashlib.<name>` does not raise `AttributeError` (#136933)
picnixz
[Python-checkins] [3.13] Fix Queue.shutdown docs for condition to unblock a join (gh-137088) (gh-137102)
rhettinger
[Python-checkins] Fix Queue.shutdown docs for condition to unblock a join (gh-137088)
rhettinger
[Python-checkins] gh-137084: remove multiple calls to `get_gc_state` in `gc.c` (#137085)
kumaraditya303
[Python-checkins] gh-137093: Fix race condition in `test_embed.test_bpo20891` (GH-137094)
ZeroIntensity
[Python-checkins] gh-136914: Fix support of cached functions and properties in DocTest's lineno computation (GH-136930)
serhiy-storchaka
[Python-checkins] [3.14] gh-132983: Add missing references to Zstandard in shutil docstrings (GH-136617) (#137052)
hugovk
[Python-checkins] [3.14] Exclude _testclinic_depr.c.h from c-analyzer (GH-137086) (#137089)
hugovk
[Python-checkins] Exclude _testclinic_depr.c.h from c-analyzer (GH-137086)
zware
[Python-checkins] gh-136870: fix data races in instrumentation of bytecode (#136994)
kumaraditya303
[Python-checkins] [3.13] Fix docs for Queue.shutdown (gh-137028) (gh-137081)
rhettinger
[Python-checkins] Fix docs for Queue.shutdown (gh-137028)
rhettinger
[Python-checkins] [3.13] gh-136759: rename `lock.h` to `pylock.h` (GH-137041) (#137075)
kumaraditya303
[Python-checkins] gh-132551: add missing critical sections on BytesIO methods (#137073)
kumaraditya303
[Python-checkins] gh-137054: remove obsolete counting of objects in young generation under `Py_STATS` builds (#137055)
kumaraditya303
[Python-checkins] gh-136759: rename `lock.h` to `pylock.h` (#137041)
kumaraditya303
[Python-checkins] [3.13] gh-136516: Mention installation artifacts as de-facto resources (GH-136419) (GH-137039)
encukou
[Python-checkins] gh-124621: Emscripten: Add smoke test for using pyrepl in Chrome (#137004)
freakboy3742
[Python-checkins] gh-136976: Emscripten: Add _decimal and libmpdec (#136997)
freakboy3742
[Python-checkins] gh-136980: Remove unused C tracing code in bdb (#136981)
gaogaotiantian
[Python-checkins] [3.14] GH-136975: Emend a spelling error (algorthm -> algorithm) (GH-136999) (#137003)
hugovk
[Python-checkins] Touch up `Setup.local` handling in `Tools/wasm/wasi` (GH-137051)
brettcannon
[Python-checkins] gh-132983: Add missing references to Zstandard in shutil docstrings (GH-136617)
gpshead
[Python-checkins] [3.14] gh-137043: mention `PyList_GET_ITEM` as unsafe borrowed API in free-threading docs (GH-137042) (#137045)
hugovk
[Python-checkins] [3.14] gh-135676: Lexical analysis: Reword String literals and related sections (GH-135942) (#137048)
hugovk
[Python-checkins] gh-135676: Lexical analysis: Reword String literals and related sections (GH-135942)
encukou
[Python-checkins] Revert "gh-135228: When @dataclass(slots=True) replaces a dataclass, make the original class collectible (#136893)" (#137014)
JelleZijlstra
[Python-checkins] [3.13] gh-137043: mention `PyList_GET_ITEM` as unsafe borrowed API in free-threading docs (GH-137042) (#137046)
kumaraditya303
[Python-checkins] gh-137043: mention `PyList_GET_ITEM` as unsafe borrowed API in free-threading docs (#137042)
kumaraditya303
[Python-checkins] Fix typos in Doc/extending/extending.rst and Doc/library/shelve.rst (GH-136890)
serhiy-storchaka
[Python-checkins] gh-136516: Mention installation artifacts as de-facto resources (GH-136419)
encukou
[Python-checkins] gh-136437: Make several functions in `os.path` pos-only (#136949)
sobolevn
[Python-checkins] gh-136459: Use platform-specific type in perf_jit_trampoline (GH-137031)
encukou
[Python-checkins] gh-133296: Fix versionadded for C API functions that were backported (#137024)
AA-Turner
[Python-checkins] Use `test.support.is_wasm32` flag for `is_emscripten` or `is_wasi` for generic checks (GH-136815)
brettcannon
[Python-checkins] Python 3.14.0rc1
hugovk
[Python-checkins] [3.14] Revert "[3.14] gh-135228: When @dataclass(slots=True) replaces⦠(#137013)
hugovk
[Python-checkins] [3.14] Fix tables in 'Using on Windows' for the text writer (GH-137012) (#137015)
hugovk
Earlier messages