python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Thread
[Python-checkins] [3.13] gh-133400: Fixed Ctrl+D (^D) behavior in :mod:`_pyrepl` module (GH-133883) (GH-139851)
ambv
[Python-checkins] gh-130567: Remove optimistic allocation in locale.strxfrm() (GH-137143)
encukou
[Python-checkins] gh-76007: Deprecate `zlib.__version__` attribute (#140130)
vstinner
[Python-checkins] gh-139823: Check if `zlib` is available in `ensurepip` (GH-139954)
encukou
[Python-checkins] [3.14] gh-138661: fix data race in `PyCode_Addr2Line` (GH-138664) (#138834)
kumaraditya303
[Python-checkins] gh-139400: Make sure that parent parsers outlive their subparsers in `pyexpat` (#139403)
picnixz
[Python-checkins] [3.14] GH-123299: Copyedit 3.14 What's New: New Features (GH-139543) (#139615)
hugovk
[Python-checkins] [3.13] gh-138843: Clean up downloads page (GH-138844) (#139797)
hugovk
[Python-checkins] [3.13] gh-139783: Fix inspect.getsourcelines() for the case when a decorator is followed by a comment or an empty line (GH-139836) (GH-139890)
serhiy-storchaka
[Python-checkins] [3.14] gh-135444: fix `asyncio.DatagramTransport.sendto` to account for datagram header size when data cannot be sent (GH-135445) (#137245)
kumaraditya303
[Python-checkins] gh-128571: Document UTF-16/32 native byte order (#139974)
malemburg
[Python-checkins] [3.14] gh-140041: Fix import of `ctypes` on Android and Cygwin when ABI flags are present (GH-140178) (#140180)
freakboy3742
[Python-checkins] [3.13] gh-139327: fix some reference leaks in `sqlite3` error branches (GH-139328) (#139472)
Yhg1s
[Python-checkins] [3.13] gh-63161: Add more tests for source encoding (GH-139440) (#139443)
Yhg1s
[Python-checkins] gh-116488: Mention `dict.get` in the data structures tutorial (GH-139643)
ZeroIntensity
[Python-checkins] [3.13] gh-128571: Document UTF-16/32 native byte order (GH-139974) (#140308)
malemburg
[Python-checkins] [3.14] gh-128571: Document UTF-16/32 native byte order (GH-139974) (#140309)
malemburg
[Python-checkins] [3.14] bpo-41839: Fix error checking in sched_get_priority_ functions (GH-22374) (GH-138201)
encukou
[Python-checkins] gh-139842: Clarify `__module__` description in typing.rst (#139863)
AlexWaygood
[Python-checkins] gh-139700: Check consistency of the zip64 end of central directory record (GH-139702)
serhiy-storchaka
[Python-checkins] [3.13] Document that `PyInterpreterState_GetDict` returns a borrowed reference (GH-139451) (#139464)
kumaraditya303
[Python-checkins] [3.14] gh-139436: Remove ``dist-pdf`` from the docs archives rebuild target (GH-139437) (#139692)
AA-Turner
[Python-checkins] [3.13] gh-139748: fix leaks in AC error paths when using unicode FS-b… (#139792)
kumaraditya303
[Python-checkins] [3.14] gh-138239: Fix incorrect highlighting of "type" in type statements in the REPL (GH-138241) (GH-138937)
encukou
[Python-checkins] gh-101100: Fix all Sphinx warnings in `Doc/library/subprocess.rst` (#139576)
hugovk
[Python-checkins] [3.14] Link to 3.14 GC design docs (#139387)
pablogsal
[Python-checkins] [3.13] gh-70765: avoid waiting for HTTP headers when parsing HTTP/0.9 requests (GH-139514) (#139602)
picnixz
[Python-checkins] gh-133171: Re-enable JUMP_BACKWARD to free-threading build (gh-137800)
corona10
[Python-checkins] Document that `PyInterpreterState_GetDict` returns a borrowed reference (#139451)
kumaraditya303
[Python-checkins] [3.14] gh-137185: Fix `_Py_DumpStack()` async signal safety (gh-137187) (gh-137206)
colesbury
[Python-checkins] [3.14] gh-71648: Optimize PNG files (GH-138842) (GH-138851)
encukou
[Python-checkins] gh-101100: Document `zlib` public constants to fix reference warnings (#139835)
vstinner
[Python-checkins] [3.14] gh-139805: Bump `test_repl_eio` timeout for slow builtbots (GH-139807) (#139812)
vstinner
[Python-checkins] GH-139040: Add Dev Container instructions in JIT README (#139041)
savannahostrowski
[Python-checkins] gh-63161: Fix PEP 263 support (GH-139481)
serhiy-storchaka
[Python-checkins] [3.14] gh-139516: Fix lambda colon start format spec in f-string in tokenizer (GH-139657) (#139701)
pablogsal
[Python-checkins] [3.13] gh-139624: Skip problematic locales on AIX in test_date_locale2 (GH-139625) (GH-139645)
serhiy-storchaka
[Python-checkins] GH-123299: Copyedit 3.14 What's New: CPython bytecode changes (#139402)
AA-Turner
[Python-checkins] gh-139292: avoid extra tailing blank line in `python -m inspect -d <target>` (#139293)
terryjreedy
[Python-checkins] gh-139905: Provide suggestion in error message if `Generic.__init_subclass__` was not called (#139943)
AlexWaygood
[Python-checkins] [3.14] gh-139905: Provide suggestion in error message if `Generic.__init_subclass__` was not called (GH-139943) (#139955)
AlexWaygood
[Python-checkins] gh-132339: Update macOS installer version of OpenSSL to 3.5.4. (#140075)
ned-deily
[Python-checkins] [3.14] Remove duplicate words in the documentation (GH-140221) (GH-140225)
encukou
[Python-checkins] [3.13] gh-101100: Fix Sphinx warnings in `Doc/library/signal.rst` (GH-139930) (GH-139967)
ZeroIntensity
[Python-checkins] gh-138013: Split TextIO tests from test_io.test_general (#139173)
vstinner
[Python-checkins] [3.14] gh-116738: test `dbm.gnu` module on FT Python build (GH-138467) (#139987)
kumaraditya303
[Python-checkins] [3.14] gh-139573: Update macOS installer to use OpenSSL 3.0.18 (GH-139575) (#139680)
hugovk
[Python-checkins] Remove duplicate words in the documentation (#140221)
AA-Turner
[Python-checkins] [3.13] gh-139065: Fix trailing space before long word in textwrap (GH-139070) (GH-139903)
serhiy-storchaka
[Python-checkins] gh-140170: Fix test_site with -s flag (GH-140179)
serhiy-storchaka
[Python-checkins] gh-138313: Suppress ResourceWarnings and restore skipped test (#138597)
jaraco
[Python-checkins] gh-133210: Fix `test_inspect` without docstrings (#139651)
sobolevn
[Python-checkins] Fix typo in tracemalloc.c (#139450)
vstinner
[Python-checkins] gh-78319: Fix implementation of IMAP APPEND UTF8 (GH-9436)
serhiy-storchaka
[Python-checkins] [3.14] gh-133467: fix data race in `type_set_name` (GH-137302) (#137303)
kumaraditya303
[Python-checkins] [3.14] Synced docs and docstring for `sysconfig.get_platform` (GH-135530) (#138976)
hugovk
[Python-checkins] gh-138342: Move _PyObject_VisitType() to the internal C API (#139734)
vstinner
[Python-checkins] gh-92266: Update pre-commit (#139411)
hugovk
[Python-checkins] gh-101100: Fix some Sphinx reference warnings in ``whatsnew/2.6.rst`` (#139236)
AA-Turner
[Python-checkins] GH-123299: Copyedit 3.14 What's New: New Features (#139543)
hugovk
[Python-checkins] gh-139736: Fix argparse indentation overshoot (#139738)
savannahostrowski
[Python-checkins] gh-139774: use relaxed atomics for datetime hashes (#139775)
kumaraditya303
[Python-checkins] gh-70030: Remove _PyCode_ConstantKey() function (#139735)
vstinner
[Python-checkins] [3.12] gh-139700: Check consistency of the zip64 end of central directory record (GH-139702) (GH-139708) (GH-139712)
ambv
[Python-checkins] [3.13] gh-139573: Update Windows builds to use OpenSSL 3.0.18 (GH-139587)
zware
[Python-checkins] [3.13] gh-139573: Update macOS installer to use OpenSSL 3.0.18 (GH-139575) (#139681)
ned-deily
[Python-checkins] gh-137840: Implement PEP 728 (closed and extra_items in typing.TypedDict) (#137933)
JelleZijlstra
[Python-checkins] [3.14] gh-139774: use relaxed atomics for datetime hashes (GH-139775) (#139780)
kumaraditya303
[Python-checkins] [3.14] gh-139327: fix some reference leaks in `sqlite3` error branches (GH-139328) (GH-139471)
encukou
[Python-checkins] [3.13] gh-101100: Fix reference warnings in `c-api/init.rst` document… (#139833)
hugovk
[Python-checkins] gh-83714: Disable os.statx_result.stx_atomic_write_unit_max_opt (#140162)
vstinner
[Python-checkins] [3.14] gh-138558: Improve handling of Template annotations in annotationlib (GH-139072) (#139272)
JelleZijlstra
[Python-checkins] [3.13] gh-139436: Remove ``dist-pdf`` from the docs archives rebuild target (GH-139437) (#139693)
AA-Turner
[Python-checkins] gh-138854: Skip test_script_shadowing_stdlib_cwd_failure on AIX (GH-138855)
brettcannon
[Python-checkins] [3.12] gh-137638: Use macos-15-intel in GitHub Actions (GH-139154) (#139791)
hugovk
[Python-checkins] [3.14] gh-139843: Document signals (SIGSTOP, SIGVTALRM, SIGPROF) to fix sphinx references (GH-139896) (GH-139908)
ZeroIntensity
[Python-checkins] [3.13] gh-139516: Fix lambda colon start format spec in f-string in t… (#139726)
pablogsal
[Python-checkins] Remove `.. deprecated-removed` notes for `typing.{NamedTuple, TypedDict}` (#139298)
sobolevn
[Python-checkins] [3.14] gh-139783: Fix inspect.getsourcelines() for the case when a decorator is followed by a comment or an empty line (GH-139836) (GH-139889)
serhiy-storchaka
[Python-checkins] gh-139742: Add support for Python 3.14 t-string prefixes in IDLE colorizer and tests (#139756)
terryjreedy
[Python-checkins] gh-140067: Fix memory leak in sub-interpreter creation (#140111) (#140261)
kumaraditya303
[Python-checkins] [3.14] gh-140241: Fix documentation for the registry parameter of warnings.warn_explicit() (GH-140242) (GH-140292)
serhiy-storchaka
[Python-checkins] [3.14] gh-138779: Use the dev_t converter for st_rdev (GH-138780) (#138926)
kumaraditya303
[Python-checkins] [3.14] gh-105812: Use the ``:deco:`` role in place of manual decorator markup (GH-139619) (#139627)
AA-Turner
[Python-checkins] [3.14] GH-92266: Remove embedded tabs from ``c-analyzer/cpython/_parser.py`` (GH-137622) (#139718)
AA-Turner
[Python-checkins] gh-140041: Fix import of `ctypes` on Android and Cygwin when ABI flags are present (#140178)
freakboy3742
[Python-checkins] gh-139843: Document `signal.SIGQUIT` to fix Sphinx references (#139844)
vstinner
[Python-checkins] [3.13] gh-138854: Skip test_script_shadowing_stdlib_cwd_failure on AIX (GH-138855) (GH-139675)
brettcannon
[Python-checkins] gh-82575: Adjust `time.get_clock_info` *adjustable* attribute doc (#135920)
hugovk
[Python-checkins] [3.14] gh-137044: Support large limit values in getrlimit() and setrlimit() (GH-137338) (#137506)
vstinner
[Python-checkins] [3.14] gh-135447: Document the ``NOT_TAKEN`` & ``POP_ITER`` bytecode instructions (GH-135803) (#139399)
hugovk
[Python-checkins] [3.14] gh-124111: Update macOS installer to use Tcl/Tk 8.6.17. (GH-139682) (#139683)
hugovk
[Python-checkins] gh-140239: Check statx availability only on Linux (#140249)
vstinner
[Python-checkins] [3.9] gh-139700: Check consistency of the zip64 end of central directory record (GH-139702) (GH-139708) (#139715)
ambv
[Python-checkins] [3.14] Remove unmatched closing parenthesis (GH-139082) (#139099)
AA-Turner
[Python-checkins] gh-140251: colorize import statement formatting in asyncio console (#140252)
kumaraditya303
[Python-checkins] [3.14] gh-130567: Fix possible crash in locale.strxfrm() (GH-138940) (GH-139265)
encukou
[Python-checkins] [3.14] gh-101100: Fix Sphinx warnings in `Doc/library/signal.rst` (GH-139930) (GH-139966)
ZeroIntensity
[Python-checkins] [3.14] gh-140067: Fix memory leak in sub-interpreter creation (GH-140111) (#140118)
kumaraditya303
[Python-checkins] [3.9] gh-139400: Make sure that parent parsers outlive their subparsers in `pyexpat` (GH-139403) (GH-139614)
ambv
[Python-checkins] gh-139283: correctly handle `size` limit in `cursor.fetchmany()` (#139296)
picnixz
[Python-checkins] [3.14] gh-70765: avoid waiting for HTTP headers when parsing HTTP/0.9 requests (GH-139514) (#139600)
picnixz
[Python-checkins] [3.14] Remove Cirrus macOS runners from CI (GH-139799) (#139802)
hugovk
[Python-checkins] gh-137634: Modernize `calendar.HTMLCalendar` output (#137635)
hugovk
[Python-checkins] [3.14] GH-140058: Clear key and value if `PyTuple_New` fails in `dictiter_iternextitem` (GH-140059) (#140107)
kumaraditya303
[Python-checkins] [3.14] gh-139698: Fix typo in What's New 3.14 (GH-139699) (#139711)
kumaraditya303
[Python-checkins] [3.14] GH-139590: Run `ruff format` on pre-commit for Tools/wasm (GH-139591) (#139744)
savannahostrowski
[Python-checkins] gh-133879: Copyedit "What's new in Python 3.15" (#140007)
hugovk
[Python-checkins] [3.9] gh-139310: skip `test_aead_aes_gcm` for Linux kernel between 6.16.0 and 6.17.x (GH-139552) (GH-139763)
ambv
[Python-checkins] gh-139391: properly handle `signal.signal()` in `UnixConsole` when called from a non-main thread (#139392)
kumaraditya303
[Python-checkins] gh-139391: properly handle `signal.signal()` in `UnixConsole` when called from a non-main thread (#139392)
kumaraditya303
[Python-checkins] gh-138614: `site._get_path` to respect non-default implementation name (#138610)
FFY00
[Python-checkins] gh-139156: Use PyBytesWriter in the UTF-7 encoder (#139248)
vstinner
[Python-checkins] gh-139452: Clarify redirect_stdout, stderr behavior (gh-139490)
rhettinger
[Python-checkins] gh-139823: Extend list of optional dependencies in `configure.rst` (#139826)
vstinner
[Python-checkins] [3.14] gh-138171: Migrate iOS testbed location and add Apple build script (#138176) (#139204)
hugovk
[Python-checkins] gh-139646: fix typo in `pickletools` error message (#139647)
picnixz
[Python-checkins] [3.14] gh-137477: Fix inspect.getblock() for generator expressions (GH-137488) (#137993)
vstinner
[Python-checkins] [3.11] gh-135661: Fix CDATA section parsing in HTMLParser (GH-135665) (GH-137774) (GH-139659)
ambv
[Python-checkins] [3.14] gh-139894: fix incorrect sharing of current task while forking in `asyncio` (GH-139897) (#139913)
kumaraditya303
[Python-checkins] [3.14] GH-137248: Add a `--logdir` option to `Tools/wasm/wasi` (GH-137249) (GH-137252)
brettcannon
[Python-checkins] Improve the comment in URLError (#139874)
Mariatta
[Python-checkins] [3.13] gh-140170: Fix test_site with -s flag (GH-140179) (#140201)
vstinner
[Python-checkins] [3.14] gh-136744: Remove unnecessary chmod from pydoc.apropos() test. (GH-136746) (#139242)
hugovk
[Python-checkins] [3.13] gh-102431: Clarify constraints on operands of Decimal logical operations (GH-102836) (#140106)
vstinner
[Python-checkins] [3.14] GH-129805: Clean up some changes from GH-129806 (GH-133540) (#138972)
hugovk
[Python-checkins] [3.14] gh-140065: Lexical analysis: Correct note about leading zeros in floating point numbers (GH-140066) (GH-140167)
encukou
[Python-checkins] [3.13] gh-139672: Remove references to `passlib` (GH-139673) (#139868)
Eclips4
[Python-checkins] gh-138497: Support LLVM_VERSION configuration via env (#138498)
savannahostrowski
[Python-checkins] [3.14] gh-82916: Don't fail when importing from / with sys.pycache_prefix set (GH-30456) (GH-137906)
encukou
[Python-checkins] [3.14] gh-138130: Fix return value of libc_ver() on Emscripten (GH-138132) (#138312)
hugovk
[Python-checkins] [3.13] gh-133210: Fix `test_inspect` without docstrings (GH-139651) (#139670)
sobolevn
[Python-checkins] gh-139146: Check `calloc()` results in `_testembed.c::test_pre_initialization_sys_options` (#139147)
picnixz
[Python-checkins] gh-139156: Use PyBytesWriter in PyUnicode_EncodeCodePage() (#139259)
vstinner
[Python-checkins] [3.13] gh-138859: Account for `ParamSpec` defaults that are not lists … (GH-138868) (#140208)
JelleZijlstra
[Python-checkins] [3.14] gh-71810: Fix _PyLong_AsByteArray() undefined behavior (GH-138873) (#138883)
vstinner
[Python-checkins] [3.14] gh-101100: Document `zlib` public constants to fix reference warnings (GH-139835) (#139910)
vstinner
[Python-checkins] [3.14] gh-75989: TarFile.extractall and TarFile.extract now overwrite symlinks when extracting hardlinks (GH-137316) (GH-139705)
encukou
[Python-checkins] gh-139210: Fix use-after-free in xml.etree.ElementTree.iterparse() (GH-139211)
serhiy-storchaka
[Python-checkins] gh-139156: Use PyBytesWriter in UTF-16 encoder (#139233)
vstinner
[Python-checkins] gh-136097: Fix sysconfig._parse_makefile() (#136166)
FFY00
[Python-checkins] Remove long-obsolete PCbuild/field3.py script (GH-139739)
zware
[Python-checkins] [3.14] gh-133210: Fix `test_inspect` without docstrings (GH-139651) (#139776)
vstinner
[Python-checkins] [3.14] gh-137025: Include ``python.worker.mjs`` in the Emscripten Web Example (GH-137236) (#137272)
AA-Turner
[Python-checkins] gh-129813: Fix PyBytesWriter tests (#139892)
vstinner
[Python-checkins] [3.13] gh-101100: Document zlib public constants to fix reference warnings (GH-139835) (#139912)
vstinner
[Python-checkins] [3.14] gh-140170: Fix test_site with -s flag (GH-140179) (#140198)
vstinner
[Python-checkins] [3.14] Add warnings filter suggestions to PEP 765 entry in What's New (GH-139658) (#139676)
hugovk
[Python-checkins] [3.13] gh-83424: Allow empty name if handle is non-null when create ctypes.CDLL on Windows (GH-136878) (#138547)
vstinner
[Python-checkins] [3.13] gh-138703: clarify data buffer requirement of `asyncio.StreamWriter.write` (GH-139564) (#139571)
kumaraditya303
[Python-checkins] [3.14] gh-140257: fix data race on eval_breaker during finalization (GH-140265) (#140294)
kumaraditya303
[Python-checkins] gh-138843: Clean up downloads page (#138844)
hugovk
[Python-checkins] [3.13] gh-139400: Make sure that parent parsers outlive their subparsers in `pyexpat` (GH-139403) (GH-139608)
encukou
[Python-checkins] Update documented minimum required zlib library version (#140116)
vstinner
[Python-checkins] [3.13] gh-139391: properly handle `signal.signal()` in `UnixConsole` when called from a non-main thread (GH-139392) (#139861)
kumaraditya303
[Python-checkins] [3.14] gh-128639: Don't assume one thread in subinterpreter finalization with fixed daemon thread support (GH-134606) (GH-139050)
ZeroIntensity
[Python-checkins] [3.14] GH-123299: Copyedit 3.14 What's New: Trivia (GH-139618) (#139626)
hugovk
[Python-checkins] [3.14] GH-137243: Have `Tools/wasm/wasi` detect WASI SDK installs in `/opt` when the release tarball is extracted (GH-137244) (GH-137250)
brettcannon
[Python-checkins] [3.14] Bump mypy to 1.17.1 (GH-137542) (#137543)
AA-Turner
[Python-checkins] [3.13] gh-140241: Fix documentation for the registry parameter of warnings.warn_explicit() (GH-140242) (GH-140293)
serhiy-storchaka
[Python-checkins] gh-139276: Remove generator type check in _testcapimodule.c:raise_SIGINT_then_send_None (#139252)
mpage
[Python-checkins] gh-140257: fix data race on eval_breaker during finalization (#140265)
kumaraditya303
[Python-checkins] [3.14] Move the NEWS entry for gh-140272 to the correct place (GH-140290) (GH-140291)
serhiy-storchaka
[Python-checkins] [3.13] gh-140272: Fix memory leak in _gdbm.gdbm.clear() (GH-140274) (GH-140289)
serhiy-storchaka
[Python-checkins] gh-140241: Fix documentation for the registry parameter of warnings.warn_explicit() (GH-140242)
serhiy-storchaka
[Python-checkins] Move the NEWS entry for gh-140272 to the correct place (GH-140290)
serhiy-storchaka
[Python-checkins] [3.14] gh-139573: Update Android to OpenSSL 3.0.18 (GH-139562) (#139581)
hugovk
[Python-checkins] gh-139436: Remove ``dist-pdf`` from the docs archives rebuild target (#139437)
AA-Turner
[Python-checkins] [3.14] gh-139076: Fix regression in pydoc not showing extension functions (GH-139077) (GH-139160)
encukou
[Python-checkins] [3.13] gh-133210: Fix `test_pydoc` without docstrings (GH-139654) (#139666)
vstinner
[Python-checkins] [3.13] gh-130567: Enable previously skipped locale tests on FreeBSD and macOS (GH-138652) (GH-139422)
encukou
[Python-checkins] [3.14] Fix docs for Queue.shutdown (gh-137028) (#137080)
vstinner
[Python-checkins] gh-90949: Recommend `hasattr` with Expat security methods (#139800)
hugovk
[Python-checkins] Python 3.12.12
Yhg1s
[Python-checkins] [3.11] Remove link to the PDF downloads (GH-139142) (#139430)
pablogsal
[Python-checkins] gh-138092: Allow calling mmap.flush with offset only (#138093)
encukou
[Python-checkins] gh-138859: Account for `ParamSpec` defaults that are not lists … (#138868)
JelleZijlstra
[Python-checkins] gh-129559: Remove extra dot in bytearray.resize AC (#140134)
vstinner
[Python-checkins] [3.14] gh-140272: Fix memory leak in _gdbm.gdbm.clear() (GH-140274) (GH-140285)
serhiy-storchaka
[Python-checkins] [3.14] fix comment reference from man 7 signal to man 7 signal-safety (GH-138554) (#138594)
AA-Turner
[Python-checkins] gh-138703: clarify data buffer requirement of `asyncio.StreamWriter.write` (#139564)
kumaraditya303
[Python-checkins] [3.13] gh-139573: Update OpenSSL in CI (GH-139585)
zware
[Python-checkins] GH-78870: copy test from GH-20439 (#139884)
FFY00
[Python-checkins] [3.13] `Doc/library/zoneinfo.rst`: Fix typo (GH-139190) (#139230)
vstinner
[Python-checkins] gh-139156: Optimize the UTF-7 encoder (#139253)
vstinner
[Python-checkins] gh-123828: Fix data race in `_interpchannels._waiting_release` (GH-124107)
ZeroIntensity
[Python-checkins] [3.13] gh-136234: Fix `SelectorSocketTransport.writelines` to be robust to connection loss (GH-136743) (GH-138702) (#139710)
kumaraditya303
[Python-checkins] [3.14] gh-123828: Fix data race in `_interpchannels._waiting_release` (GH-124107) (GH-139517)
ZeroIntensity
[Python-checkins] gh-130567: Enable previously skipped locale tests on FreeBSD and macOS (GH-138652)
encukou
[Python-checkins] [3.14] gh-135944: Add a "Runtime Components" Section to the Execution Model Docs (gh-135945) (#139509)
AA-Turner
[Python-checkins] [3.13] gh-124111: Update macOS installer to use Tcl/Tk 8.6.17. (GH-139682) (#139684)
ned-deily
[Python-checkins] gh-140272: Fix memory leak in _gdbm.gdbm.clear() (GH-140274)
serhiy-storchaka
[Python-checkins] Replace obsolete platforms with more recent examples (#132455)
FFY00
[Python-checkins] Revert "gh-140067: Fix memory leak in sub-interpreter creation (#140111)" (#140140)
kumaraditya303
[Python-checkins] gh-74857, PEP 538: Coerce POSIX locale to UTF-8 based locale (#139238)
vstinner
[Python-checkins] [3.13] gh-78319: Fix implementation of IMAP APPEND UTF8 (GH-9436) (GH-139407)
serhiy-storchaka
[Python-checkins] [3.12] gh-135661: Fix CDATA section parsing in HTMLParser (GH-135665) (#137774)
Yhg1s
[Python-checkins] [3.14] gh-60462: Fix locale.strxfrm() on Solaris (GH-138242) (GH-138448)
encukou
[Python-checkins] gh-139924: Add PyFunction_PYFUNC_EVENT_MODIFY_QUALNAME event for function watchers (#139925)
DinoV
[Python-checkins] [3.11] gh-139400: Make sure that parent parsers outlive their subparsers in `pyexpat` (GH-139403) (#139612)
pablogsal
Earlier messages
Later messages