Messages by Thread
-
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _socket (#139097)
vstinner
-
[Python-checkins] gh-116943: Ensure makesetup does not choke on missing EOL in Setup.* files (#139100)
erlend-aasland
-
[Python-checkins] GH-138378: Move globals-to-consts pass into main optimizer pass (GH-138379)
markshannon
-
[Python-checkins] Revert gh-139075. The sumprod fix needs more work. (gh-139092)
rhettinger
-
[Python-checkins] [3.13] gh-138432: Improved invalid path checking in zoneinfo.reset_tzpath() (GH-138433) (GH-138778)
serhiy-storchaka
-
[Python-checkins] gh-138514: getpass: restrict `echo_char` to a single ASCII character (#138591)
picnixz
-
[Python-checkins] Remove unnecessary slice in heapq.py (gh-139087)
rhettinger
-
[Python-checkins] [3.13] gh-134163: Fix an infinite loop when the process runs out of memory in a `try` block (GH-138491)
ZeroIntensity
-
[Python-checkins] [3.13] gh-138005: Document that CSV `skipinitialspace=True` and `delimiter=' '` require quotation for empty fields (GH-138006) (#138799)
hugovk
-
[Python-checkins] gh-138970: Add general metadata system to the peg generator (#138971)
pablogsal
-
[Python-checkins] [3.14] GH-139067: Add example for `argparse`'s `append` action (GH-131389) (#139068)
hugovk
-
[Python-checkins] [3.14] gh-87281: Improve documentation for locale.setlocale() and locale.getlocale() (GH-137313) (#137722)
hugovk
-
[Python-checkins] gh-139074: Fix missing high precision case in sumprod() (gh-139075)
rhettinger
-
[Python-checkins] gh-138813: Fix mutable default kwargs={} in multiprocessing BaseProcess and DummyProcess to use None (GH-138814)
gpshead
-
[Python-checkins] gh-99948: Support ctypes.util.find_library in emscripten environment (#138519)
freakboy3742
-
[Python-checkins] [3.13] gh-71810: Fix _PyLong_AsByteArray() undefined behavior (GH-138873) (#138884)
vstinner
-
[Python-checkins] GH-138355: Remove trash_delete_later from _gc_runtime_state (#138767)
vstinner
-
[Python-checkins] [3.14] gh-138081: Fix/remove incorrect links in `idlelib/HISTORY.txt` (GH-138091) (#138124)
hugovk
-
[Python-checkins] gh-133879: Improve consistency of full stops and whitespace in What's New (#138635)
AA-Turner
-
[Python-checkins] gh-138008: Fix segfaults in _ctypes due to invalid argtypes (GH-138285)
encukou
-
[Python-checkins] [3.13] gh-135329: prevent infinite traceback loop on Ctrl-C for strace (#138974)
ambv
-
[Python-checkins] gh-134466: Don't run when termios is inaccessible (GH-138911)
ambv
-
[Python-checkins] [3.14] Docs: Use the correct example module in warnings.rst (GH-137402) (#137492)
hugovk
-
[Python-checkins] gh-138714: Don't assume next block has instructions when propagating line numbers (#138770)
DinoV
-
[Python-checkins] [3.14] gh-138896: Fix error installing C runtime on non-updated Windows machines (GH-138932) (#139034)
hugovk
-
[Python-checkins] gh-137838: Move _PyUOpInstruction buffer to PyInterpreterState (gh-138918)
corona10
-
[Python-checkins] gh-86819: Add ISO-TP CAN socket constants (#23794)
erlend-aasland
-
[Python-checkins] GH-92266: Remove embedded tabs from ``c-analyzer/cpython/_parser.py`` (#137622)
AA-Turner
-
[Python-checkins] gh-129813, PEP 782: Set invalid bytes in PyBytesWriter (#139054)
vstinner
-
[Python-checkins] [3.13] GH-139067: Add example for `argparse`'s `append` action (GH-131389) (#139069)
savannahostrowski
-
[Python-checkins] GH-137630: Convert ``_interpqueues`` to use Argument Clinic (#137685)
AA-Turner
-
[Python-checkins] [3.14] gh-139006: Doc: Clarify html.escape function description (GH-139016) (#139036)
ezio-melotti
-
[Python-checkins] [3.13] gh-134466: Don't run when termios is inaccessible (GH-138911) (GH-139030)
ambv
-
[Python-checkins] [3.13] gh-138736: Fix sqlite3.Connection.blobopen 'row' parameter type and naming (#138738) (#139063)
erlend-aasland
-
[Python-checkins] gh-139006: Doc: Clarify html.escape function description (#139016)
ezio-melotti
-
[Python-checkins] GH-139067: Add example for `argparse`'s `append` action (#131389)
savannahostrowski
-
[Python-checkins] [3.13] gh-139006: Doc: Clarify html.escape function description (GH-139016) (#139037)
ezio-melotti
-
[Python-checkins] [3.14] gh-128627: Use __builtin_wasm_test_function_pointer_signature for Emscripten trampoline (GH-137470) (#139039)
hugovk
-
[Python-checkins] [3.14] gh-132558: Improve `argparse` docs on combining `type` and `choices` (GH-133827) (#139057)
hugovk
-
[Python-checkins] [3.13] gh-132558: Improve `argparse` docs on combining `type` and `choices` (GH-133827) (#139058)
savannahostrowski
-
[Python-checkins] [3.13] gh-129368: In PyRun C API docs, clarify what a "start token" is (GH-129935) (#139043)
erlend-aasland
-
[Python-checkins] gh-129368: In PyRun C API docs, clarify what a "start token" is (#129935)
erlend-aasland
-
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _testclinic (#139048)
vstinner
-
[Python-checkins] [3.13] gh-135629: rewrite language reference section on except* to improve clarity (GH-136150) (#139060)
iritkatriel
-
[Python-checkins] [3.13] gh-137988: Fix const description in argparse.add_argument() docs (GH-138315) (#139052)
savannahostrowski
-
[Python-checkins] gh-138736: Fix sqlite3.Connection.blobopen 'row' parameter type and naming (#138738)
erlend-aasland
-
[Python-checkins] [3.14] gh-137988: Fix const description in argparse.add_argument() docs (GH-138315) (#139051)
hugovk
-
[Python-checkins] gh-128627: Use __builtin_wasm_test_function_pointer_signature for Emscripten trampoline (#137470)
freakboy3742
-
[Python-checkins] gh-138952: Document platform.machine() output casing inconsistency across platforms (#138962)
ned-deily
-
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _multiprocessing (#139047)
vstinner
-
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _Py_bytes_maketrans() (#139044)
vstinner
-
[Python-checkins] gh-132558: Improve `argparse` docs on combining `type` and `choices` (#133827)
savannahostrowski
-
[Python-checkins] gh-128639: Don't assume one thread in subinterpreter finalization with fixed daemon thread support (GH-134606)
ZeroIntensity
-
[Python-checkins] Add pganssle to CODEOWNERS for ``zoneinfo`` (#139032)
AA-Turner
-
[Python-checkins] gh-137988: Fix const description in argparse.add_argument() docs (#138315)
savannahostrowski
-
[Python-checkins] [3.13] gh-138952: Document platform.machine() output casing inconsistency across platforms (GH-138962) (#139046)
ned-deily
-
[Python-checkins] gh-131776: Expose functions called from the interpreter loop via PyAPI_FUNC (#134242)
DinoV
-
[Python-checkins] gh-76760: test that `uuid.uuid1()` sets the version field (#139033)
picnixz
-
[Python-checkins] [3.14] gh-99948: Support ctypes.util.find_library in emscripten environment (GH-138519) (#139022)
hugovk
-
[Python-checkins] [3.14] GH-123299: Copyedit 3.14 What's New: C API (GH-138987) (#139021)
hugovk
-
[Python-checkins] [3.14] gh-138514: getpass: restrict `echo_char` to a single ASCII character (GH-138591) (#138988)
hugovk
-
[Python-checkins] gh-138896: Fix error installing C runtime on non-updated Windows machines (GH-138932)
zooba
-
[Python-checkins] [3.13] Synced docs and docstring for `sysconfig.get_platform` (GH-135530) (#138975)
ned-deily
-
[Python-checkins] [3.14] gh-138998: Upgrade vendored expat to 2.7.2 (GH-138999) (#139024)
hugovk
-
[Python-checkins] gh-138998: Upgrade vendored expat to 2.7.2 (#138999)
hugovk
-
[Python-checkins] GH-123299: Copyedit 3.14 What's New: C API (#138987)
AA-Turner
-
[Python-checkins] [3.14] gh-137226: Fix get_type_hints() on generic TypedDict with stringified annotations (GH-138953) (#138989)
hugovk
-
[Python-checkins] [3.14] gh-138966: Add description for `gi_suspended` attribute (GH-139008) (#139020)
hugovk
-
[Python-checkins] [3.13] gh-138966: Add description for `gi_suspended` attribute (GH-139008) (GH-139019)
ZeroIntensity
-
[Python-checkins] gh-138966: Add description for `gi_suspended` attribute (GH-139008)
ZeroIntensity
-
[Python-checkins] gh-71679: Share the repr implementation between bytes and bytearray (GH-138181)
serhiy-storchaka
-
[Python-checkins] [3.14] Revert "gh-118803: Remove `ByteString` from `typing` and `collections.abc` (GH-118804)" (GH-138990) (#138995)
hugovk
-
[Python-checkins] fix some typos (#138977)
kumaraditya303
-
[Python-checkins] [3.14] gh-110936: Reorder string literal definition in Lexical Analysis (GH-138063) (#138373)
hugovk
-
[Python-checkins] gh-134716: Support regular expressions in -W and PYTHONWARNINGS (GH-138149)
serhiy-storchaka
-
[Python-checkins] Revert "gh-118803: Remove `ByteString` from `typing` and `collections.abc` (#118804)" (#138990)
AlexWaygood
-
[Python-checkins] [3.14] gh-137985: Correct description of Formatter's datefmt param in logging documentation (GH-138530) (#138565)
hugovk
-
[Python-checkins] GH-129805: Clean up some changes from GH-129806 (GH-133540)
brandtbucher
-
[Python-checkins] gh-137226: Fix get_type_hints() on generic TypedDict with stringified annotations (#138953)
JelleZijlstra
-
[Python-checkins] [3.14] gh-54874: Expand unicodedata module documentation (GH-138301) (#138346)
hugovk
-
[Python-checkins] [3.14] gh-138871: Clarify NameError exception in 'del' (GH-138881) (#138903)
hugovk
-
[Python-checkins] gh-129813, PEP 782: Add doc reference link (#138986)
vstinner
-
[Python-checkins] Adds support for building with VisualStudioVersion = 18.0 (GH-138980)
zooba
-
[Python-checkins] [3.14] gh-135755: Make Py_MAX_SCRIPT_PATH_SIZE private (GH-138350) (#138356)
hugovk
-
[Python-checkins] Synced docs and docstring for `sysconfig.get_platform` (#135530)
ned-deily
-
[Python-checkins] [3.14] gh-135329: prevent infinite traceback loop on Ctrl-C for strace (GH-138133) (#138973)
pablogsal
-
[Python-checkins] gh-135329: prevent infinite traceback loop on Ctrl-C for strace (GH-138133)
ambv
-
[Python-checkins] gh-129813, PEP 782: Soft deprecate _PyBytes_Resize() (#138964)
vstinner
-
[Python-checkins] gh-88473: Implement fast path in date.today() for date types (#130980)
pganssle
-
[Python-checkins] [3.14] gh-128636: Fix crash in PyREPL when os.environ is overwritten with an invalid value for macOS (GH-138089) (#138938)
hugovk
-
[Python-checkins] gh-138013: Remove load_tests in test_io.test_general (#138771)
vstinner
-
[Python-checkins] [3.13] gh-138163: skip failures if tests are run with `SCHED_BATCH` on glibc (GH-138576) (GH-138819)
encukou
-
[Python-checkins] gh-137433: Fix deadlock with stop-the-world and daemon threads (gh-137735)
colesbury
-
[Python-checkins] gh-138958: remove unused variable in Lib/asyncio/streams.py (#138959)
kumaraditya303
-
[Python-checkins] [3.13] gh-128636: Fix crash in PyREPL when os.environ is overwritten with an invalid value for macOS (GH-138089) (GH-138942)
ambv
-
[Python-checkins] [3.13] gh-137017: Ensure `Thread.is_alive()` only returns False after the underlying OS thread exits (gh-137315) (gh-138917)
colesbury
-
[Python-checkins] Re-order Modules/makesetup in CODEOWNERS and update owners (#138628)
emmatyping
-
[Python-checkins] gh-129813, PEP 782: Add PyBytesWriter.overallocate (#138941)
vstinner
-
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in bufferedio.c (#138954)
vstinner
-
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in FileIO.read() (#138955)
vstinner
-
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _sha3 (#138923)
vstinner
-
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _io.FileIO.readall (#138901)
vstinner
-
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _winapi.PeekNamedPipe() (#138930)
vstinner
-
[Python-checkins] gh-134953: Expand theming for `True`/`False`/`None` (#135000)
ambv
-
[Python-checkins] gh-97517: Add documentation links to datetime strftime/strptime docstrings (#138559)
pganssle
-
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _hashopenssl (#138922)
vstinner
-
[Python-checkins] [3.14] gh-138801: re-enable `pyrepl` tests on Windows (GH-138802) (GH-138815)
ambv
-
[Python-checkins] gh-69605: Hardcode some stdlib submodules in PyREPL module completion (os.path, collections.abc...) (GH-138268)
ambv
-
[Python-checkins] [3.13] gh-137490: Fix signal.sigwaitinfo() on NetBSD (GH-137523) (GH-138936)
serhiy-storchaka
-
[Python-checkins] gh-37817: Allow assignment to __bases__ of direct subclasses of builtin classes (GH-137585)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-131189: Fix "msvcrt" import warning on Linux when "_ctypes" is not available. (GH-131201) (GH-138934)
ambv
-
[Python-checkins] gh-134953: Make the True/False/None check more efficient (GH-138931)
ambv
-
[Python-checkins] gh-128636: Fix crash in PyREPL when os.environ is overwritten with an invalid value for macOS (GH-138089)
ambv
-
[Python-checkins] gh-132732: Clear errors in JIT optimizer on error (GH-136048)
Fidget-Spinner
-
[Python-checkins] gh-138239: Fix incorrect highlighting of "type" in type statements in the REPL (GH-138241)
ambv
-
[Python-checkins] gh-137490: Fix signal.sigwaitinfo() on NetBSD (GH-137523)
serhiy-storchaka
-
[Python-checkins] GH-132732: Remove textwrap import (#138933)
savannahostrowski
-
[Python-checkins] [3.14] gh-134953: Expand theming for `True`/`False`/`None` (GH-135000) (#138928)
hugovk
-
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _curses (#138920)
vstinner
-
[Python-checkins] GH-132732: Use pure op machinery to optimize various instructions with `_POP_TOP` and `_POP_TWO` (#137577)
savannahostrowski
-
[Python-checkins] gh-137992: fix `PyRefTracer_SetTracer` to start world before returning (#138925)
pablogsal
-
[Python-checkins] gh-138712: Add os.NODEV (GH-138728)
serhiy-storchaka
-
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _codecs.escape_decode() (#138919)
vstinner
-
[Python-checkins] [3.13] gh-138779: Use the dev_t converter for st_rdev (GH-138780) (GH-138927)
serhiy-storchaka
-
[Python-checkins] gh-129813, PEP 782: Init small_buffer in PyBytesWriter_Create() (#138924)
vstinner
-
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in fcntl (#138921)
vstinner
-
[Python-checkins] gh-138779: Use the dev_t converter for st_rdev (GH-138780)
serhiy-storchaka
-
[Python-checkins] gh-137956: Guard against non-free-threaded extensions in free-threaded builds (GH-137957)
encukou
-
[Python-checkins] [3.13] gh-138902: Fix generator send arg name (GH-138905) (#138913)
sobolevn
-
[Python-checkins] gh-137017: Ensure `Thread.is_alive()` only returns False after the underlying OS thread exits (gh-137315)
colesbury
-
[Python-checkins] gh-138902: Fix generator send arg name (#138905)
sobolevn
-
[Python-checkins] gh-137992: Stop the world when calling PyRefTracer_SetTracer (#137994)
pablogsal
-
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _PyBytes_FormatEx() (#138839)
vstinner
-
[Python-checkins] gh-138794: Communicate to PyRefTracer when they are being replaced (#138797)
pablogsal
-
[Python-checkins] gh-138886: Remove deprecated `PySys_ResetWarnOptions` C-API function (#138887)
sobolevn
-
[Python-checkins] Fix typo in stack_protection.md (GH-138876)
ZeroIntensity
-
[Python-checkins] gh-138871: Clarify NameError exception in 'del' (#138881)
terryjreedy
-
[Python-checkins] [3.14] gh-131591: fix formatting of remote debugger docs (GH-137225) (#137874)
hugovk
-
[Python-checkins] gh-135953: Reduce memory usage of stack collectors (#138875)
pablogsal
-
[Python-checkins] [3.14] gh-138669: Increase test coverage for difflib (GH-138670) (#138817)
hugovk
-
[Python-checkins] gh-135953: Prevent overflow in the profiler flamegraph hover boxes (#138880)
pablogsal
-
[Python-checkins] [3.13] gh-138669: Increase test coverage for difflib (GH-138670) (#138818)
gpshead
-
[Python-checkins] gh-137242: Add a --no-randomize option, and use it in Android CI (#138649)
freakboy3742
-
[Python-checkins] gh-136355: Deprecate `-b` and `-bb` CLI flags in 3.15 (#136363)
sobolevn
-
[Python-checkins] [3.13] gh-71648: Optimize PNG files (GH-138842) (#138852)
gpshead
-
[Python-checkins] gh-71810: Fix _PyLong_AsByteArray() undefined behavior (#138873)
vstinner
-
[Python-checkins] [3.11] gh-138744: GitHub Actions: pin to `windows-2022` (GH-138743) (GH-138755)
ambv
-
[Python-checkins] [3.9] gh-118350: Fix support of elements "textarea" and "title" in HTMLParser (GH-135310) (GH-137784)
ambv
-
[Python-checkins] [3.9] gh-138744: GitHub Actions: pin to `windows-2022` (GH-138743) (GH-138758)
ambv
-
[Python-checkins] [3.10] gh-138744: GitHub Actions: pin to `windows-2022` (GH-138743) (GH-138757)
ambv
-
[Python-checkins] [3.10] gh-118350: Fix support of elements "textarea" and "title" in HTMLParser (GH-135310) (GH-137783)
ambv
-
[Python-checkins] [3.11] gh-137638: Remove macos-13 from GitHub Actions (GH-138002)
ambv
-
[Python-checkins] [3.11] gh-118350: Fix support of elements "textarea" and "title" in HTMLParser (GH-135310) (GH-137782)
ambv
-
[Python-checkins] [3.9] gh-130577: tarfile now validates archives to ensure member offsets are non-negative (GH-137027) (GH-137645)
ambv
-
[Python-checkins] [3.14] gh-138804: Check type in `shlex.quote` (GH-138809) (#138846)
hugovk
-
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _PyBytes_FromList() (#138837)
vstinner
-
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in lzma and zlib (#138832)
vstinner
-
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in pickle and struct (#138833)
vstinner
-
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in binascii (#138825)
vstinner
-
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in posix extension (#138829)
vstinner
-
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in socket and mmap (#138831)
vstinner
-
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in memoryview (#138836)
vstinner
-
[Python-checkins] gh-129813, PEP 782: Use Py_GetConstant(Py_CONSTANT_EMPTY_BYTES) (#138830)
vstinner
-
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _PyBytes_DecodeEscape2() (#138838)
vstinner
-
[Python-checkins] Revert "gh-116946: fully implement GC protocol for `_tkinter.Tk{app,tt}Object` (#138331)" (#138807)
ZeroIntensity
-
[Python-checkins] gh-129813, PEP 782: Add PyBytesWriter_Format() (#138824)
vstinner
-
[Python-checkins] gh-71648: Remove unused image `Doc/faq/python-video-icon.png` (GH-138841)
zware
-
[Python-checkins] GH-128520: pathlib ABCs: improve protocol for 'openable' objects (#134101)
barneygale
-
[Python-checkins] gh-71648: Optimize PNG files (GH-138842)
gpshead
-
[Python-checkins] [3.14] gh-71810: Fix corner case (length==0) for int.to_bytes() (GH-138739) (#138782)
hugovk
-
[Python-checkins] gh-138804: Check type in `shlex.quote` (GH-138809)
ZeroIntensity
-
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _hashopenssl (#138835)
vstinner
-
[Python-checkins] [3.14] gh-138479: Ensure that `__typing_subst__` returns a tuple (GH-138482) (#138784)
hugovk
-
[Python-checkins] [3.14] gh-116946: fully implement GC protocol for `zlib` objects (GH-138290) (#138327)
hugovk
-
[Python-checkins] gh-138661: fix data race in `PyCode_Addr2Line` (#138664)
kumaraditya303
-
[Python-checkins] gh-138669: Increase test coverage for difflib (GH-138670)
encukou
-
[Python-checkins] Improve permission error messages in pdb and asyncio.tools (#134290)
pablogsal
-
[Python-checkins] gh-129813, PEP 782: Add PyBytesWriter C API (#138822)
vstinner
-
[Python-checkins] gh-138756: Fix leak of inittab memory in PyInitConfig_Free() (GH-138792)
encukou
-
[Python-checkins] gh-138163: skip failures if tests are run with `SCHED_BATCH` on glibc (GH-138576)
encukou
-
[Python-checkins] gh-138801: re-enable `pyrepl` tests on Windows (#138802)
sobolevn
-
[Python-checkins] gh-138716: Fix `assert a := b` syntax error message (#138718)
sobolevn
-
[Python-checkins] [3.14] Docs: Small clarity change for ``except*`` (GH-121073) (#137494)
hugovk
-
[Python-checkins] gh-138081: fix some dead links in InternalDocs (#138082)
picnixz
-
[Python-checkins] GH-101100: Remove some entries from ``nitpick_ignore`` (#138464)
AA-Turner
-
[Python-checkins] [3.14] Mention the "context manager" keyword in concurrent.futures documentation (GH-130976) (#137810)
hugovk
-
[Python-checkins] [3.14] gh-136672: Docs: Move Enum functions and add examples (GH-136791) (#137688)
hugovk
-
[Python-checkins] gh-85076: Document exceptions that can be raised by importlib.import_module (GH-94662)
brettcannon
-
[Python-checkins] [3.13] gh-138744: GitHub Actions: pin to `windows-2022` (GH-138743) (#138753)
hugovk
-
[Python-checkins] Remove unused prototype `_PyPegen_set_source_in_metadata` (#138810)
pablogsal
-
[Python-checkins] gh-116738: add multi-threaded tests for `resource` module on free-threading builds (#138504)
kumaraditya303
-
[Python-checkins] [3.14] gh-133125: Clarify ZipInfo.date_time attribute documentation (GH-136082) (#138077)
hugovk
-
[Python-checkins] [3.13] gh-71810: Fix corner case (length==0) for int.to_bytes() (GH-138739) (#138783)
vstinner
-
[Python-checkins] [3.13] gh-138479: Ensure that `__typing_subst__` returns a tuple (GH-138482) (GH-138786)
ZeroIntensity
-
[Python-checkins] gh-116946: fully implement GC protocol for `_tkinter.Tk{app,tt}Object` (#138331)
picnixz
-
[Python-checkins] gh-138756: Fix memory leak in PyInitConfig_Free() (#138759)
vstinner
-
[Python-checkins] gh-138013: Move I/O test infrastructre to test_io.utils (#138475)
vstinner
-
[Python-checkins] [3.14] Docs: Fix typo in `os.fwalk()` example (GH-138486) (#138500)
hugovk
-
[Python-checkins] [3.14] Add impl-detail block for PyLong_FromLong docs (GH-126422) (#138694)
hugovk