python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Thread
[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
[Python-checkins] gh-101100: Fix Sphinx warnings in `Doc/library/signal.rst` (GH-139930)
ZeroIntensity
[Python-checkins] [3.14] Remove link to the PDF downloads (GH-139142) (#139426)
hugovk
[Python-checkins] [3.14] gh-139624: Skip problematic locales on AIX in test_date_locale2 (GH-139625) (GH-139644)
encukou
[Python-checkins] gh-139640: Fix swallowing syntax warnings in different modules (GH-139755)
serhiy-storchaka
[Python-checkins] GH-139291: Fix C stack limits by factoring out finding hardware stack limits (GH-139294)
encukou
[Python-checkins] [3.13] gh-139573: Update Android to OpenSSL 3.0.18 (GH-139562) (#139584)
freakboy3742
[Python-checkins] [3.14] `Doc/library/zoneinfo.rst`: Fix typo (GH-139190) (#139229)
AA-Turner
[Python-checkins] [3.14] gh-101828: Fix `jisx0213` codecs removing null characters (gh-139340) (gh-140110)
corona10
[Python-checkins] gh-70765: avoid waiting for HTTP headers when parsing HTTP/0.9 requests (#139514)
picnixz
[Python-checkins] GH-123299: Copyedit 3.14 What's New: Deprecated (#139433)
AA-Turner
[Python-checkins] gh-112075: Remove _PyObject_SetManagedDict() function (#139737)
vstinner
[Python-checkins] [3.13] Replace ambiguous word "pound" by "hash" in `difflib` docs (GH-139601) (#139617)
picnixz
[Python-checkins] [3.14] gh-101100: Fix some Sphinx reference warnings in ``whatsnew/2.6.rst`` (GH-139236) (GH-139568)
encukou
[Python-checkins] [3.14] gh-58124: Avoid CP_UTF8 in UnicodeDecodeError (GH-137415) (#137460)
vstinner
[Python-checkins] [3.14] gh-139742: Add support for Python 3.14 t-string prefixes in IDLE colorizer and tests (GH-139756) (#139831)
terryjreedy
[Python-checkins] gh-118767: Remove ``bool(NotImplemented)`` from pending-removal document (#139526)
Eclips4
[Python-checkins] [3.14] gh-130102: drop "require numeric arguments" from pow() docs (GH-137456) (#137536)
AA-Turner
[Python-checkins] [3.13] Remove reference to docs mailing list for bug reports (GH-122323) (#140202)
hugovk
[Python-checkins] GH-135904: Implement assembler optimization for AArch64. (GH-139855)
markshannon
[Python-checkins] [3.14] gh-138204: Forbid expansion of a shared anonymous mmap on Linux (GH-138220) (GH-138386)
encukou
[Python-checkins] Python 3.14.0
hugovk
[Python-checkins] gh-133210: Fix `test_types` with `--without-doc-strings` (#139548)
sobolevn
[Python-checkins] [3.13] gh-138072: Fix typos and grammatical errors and improve clarity in asyncio howto document (GH-138895) (#140092)
hugovk
[Python-checkins] gh-115119: Update macOS installer to use libmpdecimal 4.0.1. (#140077)
ned-deily
[Python-checkins] [3.13] gh-139843: Document signals (SIGSTOP, SIGVTALRM, SIGPROF) to fix sphinx references (GH-139896) (GH-139909)
ZeroIntensity
[Python-checkins] gh-138044: Fix `importlib.resources.files` deprecation docs (#139632)
sobolevn
[Python-checkins] Remove link to the PDF downloads (#139142)
AA-Turner
[Python-checkins] gh-138772: Add tests for Turtle.dot() signature (GH-138773)
serhiy-storchaka
[Python-checkins] [3.14] gh-126631: gh-137996: fix pre-loading of `__main__` (GH-135295) (#138607)
gpshead
[Python-checkins] gh-139573: Update OpenSSL in CI (GH-139577)
zware
[Python-checkins] Doc: Improve clarity for subinterpreters in What's New in 3.14 (#139221)
AA-Turner
[Python-checkins] gh-140137: Handle empty collections in profiling.sampling (#140154)
pablogsal
[Python-checkins] [3.14] gh-138163: skip failures if tests are run with `SCHED_BATCH` on glibc (GH-138576) (GH-138820)
encukou
[Python-checkins] [3.14] gh-137638: Use macos-15-intel in GitHub Actions (GH-139154) (#139545)
hugovk
[Python-checkins] [3.14] gh-134698: Hold a lock when the thread state is detached in `ssl` (GH-134724) (GH-137107)
ZeroIntensity
[Python-checkins] gh-139877: Use PyBytesWriter in pycore_blocks_output_buffer.h (#139976)
emmatyping
[Python-checkins] Replace ambiguous word "pound" by "hash" in `difflib` docs (#139601)
picnixz
[Python-checkins] [3.10] gh-139400: Make sure that parent parsers outlive their subparsers in `pyexpat` (GH-139403) (#139613)
pablogsal
[Python-checkins] [3.14] Replace ambiguous word "pound" by "hash" in `difflib` docs (GH-139601) (GH-139616)
encukou
[Python-checkins] [3.14] gh-139065: Fix trailing space before long word in textwrap (GH-139070) (GH-139902)
serhiy-storchaka
[Python-checkins] Add warnings filter suggestions to PEP 765 entry in What's New (#139658)
AA-Turner
[Python-checkins] Add mention of other fixed bug in the gh-139640 NEWS entry (GH-140122)
serhiy-storchaka
[Python-checkins] gh-133059: Increase the small positive integer cache to 1024 (GH-133160)
ZeroIntensity
[Python-checkins] [3.14] GH-139809: Fix argparse subcommand prog not respecting color environment variables (GH-139818) (#139866)
savannahostrowski
[Python-checkins] [3.13] gh-139210: Move gh-139210 patch NEWS file to correct section (GH-139469) (GH-139470)
serhiy-storchaka
[Python-checkins] GH-137218: Fix unnecessary recompile of `Programs/_freeze_module` (#139241)
savannahostrowski
[Python-checkins] gh-139155: Remove "dictionaries are sorted by key" note in `pprint` docs (GH-139159)
ZeroIntensity
[Python-checkins] [3.10] gh-139312: Update bundled libexpat to 2.7.3 (GH-139319) (#139379)
pablogsal
[Python-checkins] GH-123299: Copyedit 3.14 What's New: New and Improved Modules (#139530)
hugovk
[Python-checkins] gh-139590: Stricter `ruff` rules for `Tools/wasm` (#139752)
sobolevn
[Python-checkins] gh-116738: make `mmap` module thread-safe (#139237)
kumaraditya303
[Python-checkins] [3.11] gh-139310: skip `test_aead_aes_gcm` for Linux kernel between 6.16.0 and 6.17.x (GH-139552) (GH-139762)
ambv
[Python-checkins] [3.14] gh-138010: Fix `__init_subclass__` forwarding by `warnings.deprecated` (GH-138210) (#138561)
JelleZijlstra
[Python-checkins] [3.13] gh-139308: Skip test_special_chars_csh on NetBSD due to csh variable expansion issue (GH-139341) (#139560)
vstinner
[Python-checkins] [3.14] gh-126662: naming consistency for `signal.ItimerError` (GH-126712) (#137122)
vstinner
[Python-checkins] gh-139573: Update Android to OpenSSL 3.0.18 (#139562)
freakboy3742
[Python-checkins] [3.14] gh-131178: Add tests for `site` command-line interface (GH-133582) (GH-137832)
ZeroIntensity
[Python-checkins] [3.14] gh-138859: Account for `ParamSpec` defaults that are not lists … (GH-138868) (#140207)
JelleZijlstra
[Python-checkins] gh-140000: Traverse `name` attribute for `TypeVar`, `TypeVarTuple`, `TypeAliasType`, `ParamSpec` (#140016)
JelleZijlstra
[Python-checkins] gh-139817: Attribute `__qualname__` is added to `TypeAliasType` (#139919)
JelleZijlstra
[Python-checkins] [3.14] gh-138902: Fix generator send arg name (GH-138905) (#138914)
kumaraditya303
[Python-checkins] [3.14] GH-123299: Announce final release in What's New in Python 3.14 (GH-139631) (#139685)
hugovk
[Python-checkins] gh-139698: Fix typo in What's New 3.14 (#139699)
kumaraditya303
[Python-checkins] [3.14] gh-101100: Fix sphinx warnings in `library/smtplib.rst` (GH-139991) (#140084)
hugovk
[Python-checkins] gh-102247: Improve documentation of http.HTTPStatus members update (#133190)
hugovk
[Python-checkins] gh-139988: fix a leak when failing to create a Union type (#139990)
picnixz
[Python-checkins] [3.14] gh-138756: Fix leak of inittab memory in PyInitConfig_Free() (GH-138792) (#139703)
vstinner
[Python-checkins] [3.14] gh-137239: Add *_max functions to heapq.__all__ (gh-137241) (#137256)
kumaraditya303
[Python-checkins] gh-114827: clarify `threading.Event.wait` timeout behavior (#114834)
hugovk
[Python-checkins] [3.14] gh-139842: Clarify `__module__` description in typing.rst (GH-139863) (#139869)
AlexWaygood
[Python-checkins] gh-133210: Fix `test_pydoc` without docstrings (#139654)
vstinner
[Python-checkins] [3.14] gh-139748: fix leaks in AC error paths when using unicode FS-b… (#139789)
kumaraditya303
[Python-checkins] gh-116738: test `uuid` module thread safety in free-threading (#140068)
kumaraditya303
[Python-checkins] gh-83714: Check for struct statx.stx_atomic_write_unit_max_opt in configure (#140185)
vstinner
[Python-checkins] [3.13] gh-101828: Fix `jisx0213` codecs removing null characters (gh-139340) (gh-140112)
corona10
[Python-checkins] gh-139208: Fix regrtest --fast-ci --verbose (#139240)
vstinner
[Python-checkins] [3.14] gh-116738: make `cProfile` module thread-safe (GH-138229) (#138575)
kumaraditya303
[Python-checkins] [3.13] gh-139210: Fix use-after-free in xml.etree.ElementTree.iterparse() (GH-139211) (GH-139456)
serhiy-storchaka
[Python-checkins] gh-139116: tracemalloc: Detach thread state when acquiring tables_lock (GH-139449)
encukou
[Python-checkins] [3.14] gh-116738: add multi-threaded tests for `resource` module on free-threading builds (GH-138504) (#138793)
kumaraditya303
[Python-checkins] [3.14] gh-135729: Store reference to globals in `Interpreter._decref` (GH-139104) (GH-139112)
ZeroIntensity
[Python-checkins] [3.14] gh-140120: Refresh HACL* to fix an hmac memory leak (GH-140188) (#140192)
gpshead
[Python-checkins] [3.14] gh-139672: Remove references to `passlib` (GH-139673) (#139867)
Eclips4
[Python-checkins] Python 3.13.8
Yhg1s
[Python-checkins] [3.14] Update the availability info in the resource docs (#137939)
AA-Turner
[Python-checkins] [3.14] gh-134953: Make the True/False/None check more efficient (GH-138931) (#138939)
pablogsal
[Python-checkins] [3.14] gh-132551: make `io.BytesIO` thread safe (GH-132616) (#138551)
kumaraditya303
[Python-checkins] [3.13] gh-82575: Adjust `time.get_clock_info` *adjustable* attribute doc (GH-135920) (#140098)
hugovk
[Python-checkins] [3.14] gh-69605: Hardcode some stdlib submodules in PyREPL module completion (os.path, collections.abc...) (GH-138268) (GH-138943)
ambv
[Python-checkins] [3.13] gh-116488: Mention `dict.get` in the data structures tutorial (GH-139643) (GH-139656)
ZeroIntensity
[Python-checkins] gh-124111: Update macOS installer to use Tcl/Tk 8.6.17. (#139682)
ned-deily
[Python-checkins] [3.9] gh-135661: Fix CDATA section parsing in HTMLParser (GH-135665) (GH-137774) (GH-139661)
ambv
[Python-checkins] [3.14] Update the dbm documentation (GH-137919) (#137962)
AA-Turner
[Python-checkins] gh-133951: Fix purelib packages not found in test_peg_generator TestCParser (GH-139607)
encukou
[Python-checkins] gh-101100: Fix reference warnings in `c-api/init.rst` documenting `PyGILState_STATE` (#139572)
hugovk
[Python-checkins] [3.13] gh-139436: Remove link to the PDF downloads (GH-139142) (#139427)
Yhg1s
[Python-checkins] [3.14] gh-116488: Mention `dict.get` in the data structures tutorial (GH-139643) (#139655)
hugovk
[Python-checkins] [3.14] gh-138736: Fix sqlite3.Connection.blobopen 'row' parameter type and naming (#138738) (GH-139062)
encukou
[Python-checkins] [3.14] gh-138004: Fix setting a thread name on OpenIndiana (GH-138017) (#138384)
vstinner
[Python-checkins] [3.14] gh-136912: fix handling of `OverflowError` in `hmac.digest` (GH-136917) (#137116)
picnixz
Earlier messages
Later messages