python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Date
2025/10/09
[Python-checkins] Python 3.11.14
pablogsal
2025/10/09
[Python-checkins] [3.14] gh-139391: properly handle `signal.signal()` in `UnixConsole` when called from a non-main thread (GH-139392) (#139858)
kumaraditya303
2025/10/09
[Python-checkins] Python 3.10.19
pablogsal
2025/10/09
[Python-checkins] [3.13] gh-75989: TarFile.extractall and TarFile.extract now overwrite symlinks when extracting hardlinks (GH-137316) (GH-139771)
encukou
2025/10/09
[Python-checkins] [3.10] gh-139310: skip `test_aead_aes_gcm` for Linux kernel between 6.16.0 and 6.17.x (GH-139552) (GH-139761)
ambv
2025/10/09
[Python-checkins] [3.14] gh-139743: Avoid import-time print in test_sqlite3 (GH-139746) (GH-139828)
serhiy-storchaka
2025/10/09
[Python-checkins] [3.13] gh-139743: Avoid import-time print in test_sqlite3 (GH-139746) (GH-139829)
serhiy-storchaka
2025/10/08
[Python-checkins] [3.13] gh-139748: Fix socket.if_nametoindex() Argument Clinic (#139815)
vstinner
2025/10/08
[Python-checkins] [3.13] gh-139805: Bump `test_repl_eio` timeout for slow builtbots (GH-139807) (#139813)
vstinner
2025/10/08
[Python-checkins] [3.13] gh-137638: Use macos-15-intel in GitHub Actions (GH-139154) (#139790)
hugovk
2025/10/08
[Python-checkins] [3.14] gh-127647: Fix and enable I/O protocol tests (GH-138369) (#138376)
JelleZijlstra
2025/10/08
[Python-checkins] [3.13] Remove Cirrus macOS runners from CI (GH-139799) (#139803)
hugovk
2025/10/08
[Python-checkins] [3.14] gh-139525: Don't specialize functions which have a modified vectorcall (GH-139524) (#139709)
DinoV
2025/10/08
[Python-checkins] [3.11] gh-137638: Use macos-15-intel in GitHub Actions (GH-139154) (#139794)
hugovk
2025/10/08
[Python-checkins] [3.14] gh-101100: Fix all Sphinx warnings in `Doc/library/subprocess.rst` (GH-139576) (#139787)
hugovk
2025/10/08
[Python-checkins] gh-139769: Update `PCBuild/find_python.bat` to allow discovery of Python 3.14 (GH-139770)
zooba
2025/10/08
[Python-checkins] gh-139748: fix leaks in AC error paths when using unicode FS-based converters (#139765)
kumaraditya303
2025/10/08
[Python-checkins] [3.13] gh-137920: Fix semantically relevant typo in `curses.window.attron` (GH-137940) (GH-138507)
encukou
2025/10/08
[Python-checkins] [3.14] gh-133210: Fix `test_pydoc` without docstrings (GH-139654) (#139777)
vstinner
2025/10/08
[Python-checkins] [3.13] gh-101100: Fix some Sphinx reference warnings in ``whatsnew/2.6.rst`` (GH-139236) (#139569)
vstinner
2025/10/08
[Python-checkins] [3.13] gh-137589: Zipfile tests: close file objects (GH-138080) (#139767)
vstinner
2025/10/08
[Python-checkins] [3.14] gh-137317: Fix inspect.signature() for class with wrapped __init__ or __new__ (GH-137862) (#138224)
vstinner
2025/10/08
[Python-checkins] [3.14] GH-137573: Add test to check that the margin used for overflow protection is larger than the stack space used by the interpreter (GH-137724) (GH-139295)
encukou
2025/10/08
[Python-checkins] [3.14] gh-137490: Fix signal.sigwaitinfo() on NetBSD (GH-137523) (GH-138935)
encukou
2025/10/08
[Python-checkins] [3.14] gh-71679: Improve tests for repr() of bytes and bytearray (GH-138180) (GH-138182)
encukou
2025/10/08
[Python-checkins] [3.12] gh-139436: Remove ``dist-pdf`` from the docs archives rebuild target (GH-139437) (GH-139694)
ambv
2025/10/08
[Python-checkins] [3.14] gh-92266: Update pre-commit (GH-139411) (#139466)
hugovk
2025/10/08
[Python-checkins] [3.14] Touch up `Setup.local` handling in `Tools/wasm/wasi` (GH-137051) (GH-137053)
brettcannon
2025/10/08
[Python-checkins] [3.14] gh-135386: Fix "unable to open database file" errors on readonly DB (GH-135566) (GH-138056)
serhiy-storchaka
2025/10/07
[Python-checkins] [3.14] gh-126008: Improve docstrings for Tkinter cget and configure methods (GH-133303) (GH-137660)
encukou
2025/10/07
[Python-checkins] [3.14] gh-138772: Add tests for Turtle.dot() signature (GH-138773) (GH-139326)
encukou
2025/10/07
[Python-checkins] [3.14] GH-137484: Have `Tools/wasm/wasi` use the build triple instead of "build" (GH-137485) (#137487)
brettcannon
2025/10/07
[Python-checkins] gh-79315: Add Include/cpython/sliceobject.h header (#139729)
vstinner
2025/10/07
[Python-checkins] [3.14] gh-136914: Fix support of cached functions and properties in DocTest's lineno computation (GH-136930) (#137616)
vstinner
2025/10/07
[Python-checkins] gh-79315: Add Include/cpython/marshal.h header (#139725)
vstinner
2025/10/07
[Python-checkins] [3.14] Drop explicit tool installation in the dev container (GH-138211) (GH-138212)
brettcannon
2025/10/07
[Python-checkins] [3.14] gh-123441: Correct the supported languages of the iso-8859-4 codec (GH-137034) (GH-137419)
encukou
2025/10/07
[Python-checkins] [3.14] gh-95844: Move help_url code to a help module function (GH-129971) (#138484)
terryjreedy
2025/10/07
[Python-checkins] [3.14] Always use the latest dev container image in `devcontainer.json` (GH-138003)
brettcannon
2025/10/07
[Python-checkins] [3.14] gh-136520: Clarify docs for _pack_ & _align_ (GH-137036) (#137381)
vstinner
2025/10/07
[Python-checkins] [3.14] gh-137273: Fix debug assertion failure in locale.setlocale() on Windows (GH-137300) (#137305)
vstinner
2025/10/07
[Python-checkins] [3.14] gh-138489: Add missing `build-details.json` step for building wasm (GH-139302) (GH-139557)
encukou
2025/10/07
[Python-checkins] [3.14] gh-138952: Document platform.machine() output casing inconsistency across platforms (GH-138962) (#139045)
AA-Turner
2025/10/07
[Python-checkins] [3.13] gh-139646: fix typo in `pickletools` error message (GH-139647) (GH-139650)
encukou
2025/10/07
[Python-checkins] [3.14] gh-115119: Defer `--with-system-libmpdec` removal to 3.16 (GH-139318) (#139347)
AA-Turner
2025/10/07
[Python-checkins] [3.14] gh-137390: Add missing line continuation character in configure.ac (GH-137391) (#137394)
AA-Turner
2025/10/07
[Python-checkins] [3.14] gh-135629: rewrite language reference section on except* to improve clarity (GH-136150) (#139059)
AA-Turner
2025/10/07
[Python-checkins] [3.14] gh-138008: Fix segfaults in _ctypes due to invalid argtypes (GH-138285) (GH-138742)
encukou
2025/10/07
[Python-checkins] [3.14] gh-137376: Add note on top-level `global` declarations (GH-137707) (GH-138023)
encukou
2025/10/07
[Python-checkins] [3.14] gh-136823: Update documentation on excluded headers in Python.h (GH-136824) (#137437)
kumaraditya303
2025/10/07
[Python-checkins] [3.14] gh-136516: Mention installation artifacts as de-facto resources (GH-136419) (#137038)
kumaraditya303
2025/10/07
[Python-checkins] [3.14] gh-136278: Document codecs.escape_encode() and codecs.escape_decode() (GH-136314) (#137149)
vstinner
2025/10/07
[Python-checkins] [3.14] gh-139208: Fix regrtest --fast-ci --verbose (GH-139240) (#139260)
vstinner
2025/10/07
[Python-checkins] [3.14] gh-137017: Ensure `Thread.is_alive()` only returns False after the underlying OS thread exits (gh-137315) (gh-138916)
colesbury
2025/10/07
[Python-checkins] [3.14] gh-112729: Correctly fail when the process is out of memory during interpreter creation (GH-139164) (GH-139168)
ZeroIntensity
2025/10/07
[Python-checkins] gh-139516: Fix lambda colon start format spec in f-string in tokenizer (#139657)
pablogsal
2025/10/07
[Python-checkins] [3.9] gh-138998: Upgrade vendored expat to 2.7.2 (GH-138999) (GH-139055)
ambv
2025/10/07
[Python-checkins] [3.12] gh-139436: Remove link to the PDF downloads (GH-139142) (GH-139428)
ambv
2025/10/06
[Python-checkins] gh-139573: Update macOS installer to use OpenSSL 3.0.18 (#139575)
ned-deily
2025/10/06
[Python-checkins] [3.12] gh-138998: Upgrade vendored expat to 2.7.2 (GH-138999) (#139026)
Yhg1s
2025/10/05
[Python-checkins] [3.14] gh-139573: Update OpenSSL in CI (GH-139577) (#139583)
hugovk
2025/10/05
[Python-checkins] gh-127330: Comment correction in _ssl.c (#139603)
AA-Turner
2025/10/05
[Python-checkins] [3.13] gh-139310: skip `test_aead_aes_gcm` for Linux kernel between 6.16.0 and 6.17.x (GH-139552) (#139593)
picnixz
2025/10/04
[Python-checkins] gh-138558: Improve description of ``Interpolation.expression`` (#139187)
AA-Turner
2025/10/04
[Python-checkins] gh-138044: Remove deprecated parameter alias for `importlib.resources.files` (#138059)
FFY00
2025/10/04
[Python-checkins] gh-132042: Remove resolve_slotdups() to speedup class creation (#132156)
vstinner
2025/10/04
[Python-checkins] gh-138489: Add missing `build-details.json` step for building wasm (#139302)
FFY00
2025/10/03
[Python-checkins] [3.14] gh-105987: unskip `test_issue105987` from `test_asyncio.test_eager_task_factory` (GH-139538) (#139539)
hugovk
2025/10/03
[Python-checkins] [3.14] Document `Py_AddPendingCall()` change with subinterpreters in 3.12 (GH-139117) (#139118)
hugovk
2025/10/03
[Python-checkins] gh-137638: Use macos-15-intel in GitHub Actions (#139154)
hugovk
2025/10/03
[Python-checkins] gh-139525: Don't specialize functions which have a modified vectorcall (#139524)
DinoV
2025/10/03
[Python-checkins] `Python/codecs.c`: Remove unused forward declaration (#139511)
malemburg
2025/10/03
[Python-checkins] gh-105987: unskip `test_issue105987` from `test_asyncio.test_eager_task_factory` (#139538)
kumaraditya303
2025/10/02
[Python-checkins] [3.13] gh-139495: Fix `hashlib.file_digest()` versionchanged description of `BlockingIOError` (GH-139496) (#139528)
gpshead
2025/10/02
[Python-checkins] gh-139322: Remove redundant `test_os.Win32ErrorTests` (#139477)
vstinner
2025/10/02
[Python-checkins] [3.14] gh-139495: Fix `hashlib.file_digest()` versionchanged description of `BlockingIOError` (GH-139496) (#139522)
hugovk
2025/10/02
[Python-checkins] gh-139322: Reenable test_os.test_getlogin() (#139498)
vstinner
2025/10/02
[Python-checkins] gh-139495: Fix `hashlib.file_digest()` versionchanged description of `BlockingIOError` (GH-139496)
gpshead
2025/10/02
[Python-checkins] gh-139322: Create test_os package (#139453)
vstinner
2025/10/02
[Python-checkins] gh-55258: Reenable support test_get_original_stdout() (#139499)
vstinner
2025/10/02
[Python-checkins] gh-139504: Catch BrokenPipeError in ssl test_client_sigalgs_mismatch() (#139505)
vstinner
2025/10/02
[Python-checkins] Remove @tiran from CODEOWNERS (#139513)
vstinner
2025/10/02
[Python-checkins] gh-135944: Add a "Runtime Components" Section to the Execution Model Docs (gh-135945)
ericsnowcurrently
2025/10/02
[Python-checkins] [3.14] gh-139487: add missing imports for standalone doctest `Enum` examples (GH-139488) (#139493)
hugovk
2025/10/02
[Python-checkins] gh-77476: Remove urllib HTTP test (#139502)
vstinner
2025/10/02
[Python-checkins] [3.13] gh-135329: Use longer timeout in pyrepl test_repl_eio() (#139503) (#139507)
vstinner
2025/10/02
[Python-checkins] gh-89745: Remove test_embed.test_init_read_set() (#139500)
vstinner
2025/10/02
[Python-checkins] GH-123299: Copyedit 3.14 What's New: Other Language Changes (#139425)
AA-Turner
2025/10/02
[Python-checkins] gh-135329: Use longer timeout in pyrepl test_repl_eio() (#139503)
vstinner
2025/10/02
[Python-checkins] [3.13] gh-139487: add missing imports for standalone doctest `Enum` examples (GH-139488) (#139494)
picnixz
2025/10/02
[Python-checkins] gh-139487: add missing imports for standalone doctest `Enum` examples (#139488)
picnixz
2025/10/01
[Python-checkins] gh-116946: partial revert gh-139073 for thread handle type (#139474)
kumaraditya303
2025/10/01
[Python-checkins] [3.14] GH-123299: Copyedit 3.14 What's New: Deprecated (GH-139433) (#139457)
hugovk
2025/10/01
[Python-checkins] [3.14] gh-132006: Add support for handling XCPrivacy manifests (GH-139163) (#139410)
hugovk
2025/10/01
[Python-checkins] gh-139327: fix some reference leaks in `sqlite3` error branches (#139328)
picnixz
2025/10/01
[Python-checkins] gh-139210: Move gh-139210 patch NEWS file to correct section (#139469)
Fidget-Spinner
2025/10/01
[Python-checkins] gh-116946: remove unnecessary gc from immutable types (#139073)
kumaraditya303
2025/09/30
[Python-checkins] gh-138899: fix `sys.ps1` in asyncio repl (#138900)
kumaraditya303
2025/09/30
[Python-checkins] [3.14] Document that `PyInterpreterState_GetDict` returns a borrowed reference (GH-139451) (#139463)
hugovk
2025/09/30
[Python-checkins] gh-63161: Add more tests for source encoding (#139440)
serhiy-storchaka
2025/09/29
[Python-checkins] [3.10] Remove link to the PDF downloads (GH-139142) (#139431)
pablogsal
2025/09/29
[Python-checkins] [3.14] GH-123299: Copyedit 3.14 What's New: CPython bytecode changes (GH-139402) (#139420)
hugovk
2025/09/29
[Python-checkins] [3.10] gh-135374: Adjust test for setuptools' replacement of distutils (GH-138796) (GH-139303)
ambv
2025/09/29
[Python-checkins] [3.14] gh-139146: Check `calloc()` results in `_testembed.c::test_pre_initialization_sys_options` (GH-139147) (#139413)
hugovk
2025/09/29
[Python-checkins] [3.14] Make Android streams respect the unbuffered (`-u`) option (GH-138806) (#139108)
hugovk
2025/09/28
[Python-checkins] Edit outdated comment (#121152)
hauntsaninja
2025/09/28
[Python-checkins] gh-132006: Add support for handling XCPrivacy manifests (#139163)
freakboy3742
2025/09/28
[Python-checkins] gh-139393: fix `_CALL_LEN` JIT tests for tuples (#139394)
picnixz
2025/09/28
[Python-checkins] gh-135447: Document the ``NOT_TAKEN`` & ``POP_ITER`` bytecode instructions (#135803)
AA-Turner
2025/09/28
[Python-checkins] [3.11] gh-139312: Update bundled libexpat to 2.7.3 (GH-139319) (#139378)
pablogsal
2025/09/28
[Python-checkins] gh-139374: colorize traceback when using `timeit` command-line interface (#139375)
picnixz
2025/09/28
[Python-checkins] gh-90949: expose Expat API to tune exponential expansion protections (#139368)
picnixz
2025/09/27
[Python-checkins] gh-83336: Add alias for consistency to `utf-8-sig` (#136530)
malemburg
2025/09/27
[Python-checkins] [3.13] gh-139312: Update bundled libexpat to 2.7.3 (GH-139319) (#139377)
gpshead
2025/09/27
[Python-checkins] gh-139312: Update bundled libexpat to 2.7.3 (GH-139319)
gpshead
2025/09/26
[Python-checkins] [3.14] gh-138633: synchronize documented signatures of SSL objects with runtime ones (GH-138639, GH-138648) (#138646)
hugovk
2025/09/26
[Python-checkins] [3.14] gh-139312: Update bundled libexpat to 2.7.3 (GH-139319) (#139376)
hugovk
2025/09/26
[Python-checkins] [3.12] gh-138744: GitHub Actions: pin to `windows-2022` (GH-138743) (#138754)
Yhg1s
2025/09/26
[Python-checkins] [3.10] gh-138998: Upgrade vendored expat to 2.7.2 (#138999) (#139053)
pablogsal
2025/09/26
[Python-checkins] [3.11] gh-138998: Upgrade vendored expat to 2.7.2 (#138999) (#139056)
pablogsal
2025/09/26
[Python-checkins] gh-90949: amend GH-139234 in prevision of future mitigation API (#139366)
picnixz
2025/09/26
[Python-checkins] [3.12] gh-139330: Check expat version/checksum in SBOM with refresh.sh
sethmlarson
2025/09/26
[Python-checkins] gh-139289: Lazy import rlcompleter to fix the refleak (#139305)
gaogaotiantian
2025/09/26
[Python-checkins] [3.13] gh-139289: Lazy import rlcompleter to fix the refleak (GH-139305) (#139357)
gaogaotiantian
2025/09/26
[Python-checkins] gh-90949: add Expat API to prevent XML deadly allocations (CVE-2025-59375) (#139234)
picnixz
2025/09/26
[Python-checkins] [3.14] gh-127502: Fix typo in XML security notes (GH-139335) (#139346)
hugovk
2025/09/26
[Python-checkins] [3.13] Remove erroneous text from What’s New (#139343)
AA-Turner
2025/09/26
[Python-checkins] gh-115119: Defer `--with-system-libmpdec` removal to 3.16 (#139318)
sobolevn
2025/09/26
[Python-checkins] [3.13] gh-115119: Defer `--with-system-libmpdec` removal to 3.16 (GH-139318) (#139348)
sobolevn
2025/09/26
[Python-checkins] [3.13] gh-127502: Fix typo in XML security notes (GH-139335) (#139345)
picnixz
2025/09/26
[Python-checkins] gh-127502: Fix typo in XML security notes (#139335)
picnixz
2025/09/25
[Python-checkins] gh-138682: Add symmetric difference to Counter (gh-138766)
rhettinger
2025/09/25
[Python-checkins] [3.14] gh-139330: Check expat version/checksum in SBOM with refresh.sh
sethmlarson
2025/09/25
[Python-checkins] gh-138122: Allow to filter by thread in tachyon's flamegraph (#139216)
pablogsal
2025/09/25
[Python-checkins] [3.13] gh-139330: Check expat version/checksum in SBOM with refresh.sh
sethmlarson
2025/09/25
[Python-checkins] gh-139330: Check expat version/checksum in SBOM with refresh.sh
sethmlarson
2025/09/25
[Python-checkins] gh-139156: Optimize _PyUnicode_EncodeCharmap() (#139306)
vstinner
2025/09/24
[Python-checkins] gh-139275: Fix compilation of Modules/_remote_debugging_module.c when the system doesn't have process_vm_readv (#139307)
pablogsal
2025/09/24
[Python-checkins] [3.14] Fix the reference to unicode specification (#139138) (#139286)
hugovk
2025/09/24
[Python-checkins] gh-139231: Fix estimation of available stack size for recursion limit on macOS (GH-139232)
markshannon
2025/09/24
[Python-checkins] gh-139156: Use PyBytesWriter in _PyUnicode_EncodeCharmap() (#139251)
vstinner
2025/09/24
[Python-checkins] [3.11] gh-135374: Adjust test for setuptools' replacement of distutils (GH-138796)
ambv
2025/09/24
[Python-checkins] [3.13] gh-130567: Fix possible crash in locale.strxfrm() (GH-138940) (GH-139266)
encukou
2025/09/24
[Python-checkins] [3.12] GH-136155: Use ``sphinxext-opengraph`` v0.12.0 (GH-137393) (#138741)
hugovk
2025/09/24
[Python-checkins] gh-133644: remove `PyWeakref_GetObject` and `PyWeakref_GET_OBJECT` (GH-133657)
encukou
2025/09/24
[Python-checkins] [3.13] Fix the reference to unicode specification (#139138) (#139285)
malemburg
2025/09/23
[Python-checkins] [3.13] gh-138860: Lazy import rlcompleter in pdb to avoid deadlock in… (#139281)
gaogaotiantian
2025/09/23
[Python-checkins] gh-138860: Lazy import rlcompleter in pdb to avoid deadlock in subprocess (#139185)
gaogaotiantian
2025/09/23
[Python-checkins] GH-139174: Prepare `pathlib.Path.info` for new methods (#139175)
barneygale
2025/09/23
[Python-checkins] gh-67795: Accept any real numbers as timestamp and timeout (GH-139224)
serhiy-storchaka
2025/09/23
[Python-checkins] gh-138558: Improve handling of Template annotations in annotationlib (#139072)
JelleZijlstra
2025/09/23
[Python-checkins] gh-136744: Remove a redundant test skip (#139267)
freakboy3742
2025/09/23
[Python-checkins] gh-129813, PEP 782: Remove the private _PyBytesWriter API (#139264)
vstinner
2025/09/23
[Python-checkins] [3.13] gh-139208: Fix regrtest --fast-ci --verbose (GH-139240) (#139261)
vstinner
2025/09/23
[Python-checkins] gh-126016: Fix flaky test by allowing the SIGINT return code (GH-139219)
encukou
2025/09/23
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in utf8_encoder() (#138874)
vstinner
2025/09/22
[Python-checkins] gh-139156: Use PyBytesWriter in PyUnicode_AsUnicodeEscapeString() (#139249)
vstinner
2025/09/22
[Python-checkins] gh-139156: Use PyBytesWriter in PyUnicode_AsRawUnicodeEscapeString() (#139250)
vstinner
2025/09/22
[Python-checkins] gh-136744: Remove unnecessary chmod from pydoc.apropos() test. (GH-136746)
ambv
2025/09/22
[Python-checkins] gh-139156: Use PyBytesWriter in UTF-32 encoder (#139157)
vstinner
2025/09/22
[Python-checkins] gh-136003: Close file descriptors in test (GH-139225)
encukou
2025/09/22
[Python-checkins] [3.13] Revert "gh-136006: fix `Py_NAN` expansion on Solaris systems (GH-136575) (#138734)" (#139239)
hugovk
2025/09/22
[Python-checkins] GH-137218: Fix Makefile to handle FreeBSD (fix for JIT stencil changes) (GH-139170)
encukou
2025/09/21
[Python-checkins] [3.14] Make sure the ``:keyword:`` role works for ``case`` (GH-138878) (#139200)
hugovk
2025/09/21
[Python-checkins] [3.14] gh-138092: Correct the documented signature of ``mmap.flush`` (GH-138671) (#139202)
hugovk
2025/09/21
[Python-checkins] [3.14] `Doc/library/os.rst`: Remove spurious parenthesis (GH-139205) (#139217)
hugovk
2025/09/21
[Python-checkins] [3.13] `Doc/library/os.rst`: Remove spurious parenthesis (GH-139205) (GH-139218)
ZeroIntensity
2025/09/21
[Python-checkins] `Doc/library/os.rst`: Remove spurious parenthesis (GH-139205)
ZeroIntensity
2025/09/21
[Python-checkins] gh-138709: Supress stdout/stderr during test_sampling_profiler tests (#139212)
pablogsal
2025/09/21
[Python-checkins] gh-138709: Fix race condition in test_external_inspection (#139209)
pablogsal
2025/09/21
[Python-checkins] [3.13] Make sure the ``:keyword:`` role works for ``case`` (GH-138878) (#139201)
AA-Turner
2025/09/21
[Python-checkins] Link to Discourse in ``.github/CONTRIBUTING.rst`` (#138996)
AA-Turner
2025/09/21
[Python-checkins] [3.13] gh-138092: Correct the documented signature of ``mmap.flush`` (GH-138671) (#139203)
AA-Turner
2025/09/21
[Python-checkins] Docs: add missing tools to `Tools/README` (#139150)
sobolevn
2025/09/21
[Python-checkins] gh-138092: Correct the documented signature of ``mmap.flush`` (#138671)
AA-Turner
2025/09/21
[Python-checkins] Make sure the ``:keyword:`` role works for ``case`` (#138878)
AA-Turner
2025/09/20
[Python-checkins] gh-64490: Argument Clinic: Add support for ``**kwds`` (#138344)
AA-Turner
2025/09/20
[Python-checkins] [3.13] gh-138644: Update c-api docs of `PyInterpreterState` about PEP-684 (GH-138651) (#138658)
sobolevn
2025/09/20
[Python-checkins] [3.14] gh-138318, PyREPL: builtins should not be highlighted when used as attribute names (GH-138319) (#138654)
pablogsal
2025/09/20
[Python-checkins] [3.14] gh-138005: Document that CSV `skipinitialspace=True` and `delimiter=' '` require quotation for empty fields (GH-138006) (#138798)
hugovk
2025/09/20
[Python-checkins] gh-134531: use `EVP_MAC` API for `_hashlib.HMAC` when possible (#135235)
picnixz
2025/09/20
[Python-checkins] gh-71810: Fix corner case (length==0) for int.to_bytes() (#138739)
vstinner
2025/09/20
[Python-checkins] [3.14] gh-138665: Move `platform.invalidate_caches` docs (GH-138667) (#138668)
hugovk
2025/09/20
[Python-checkins] [3.13] Document `Py_AddPendingCall()` change with subinterpreters in 3.12 (GH-139117) (GH-139119)
ZeroIntensity
2025/09/20
[Python-checkins] gh-138318, PyREPL: builtins should not be highlighted when used as attribute names (#138319)
pablogsal
2025/09/20
[Python-checkins] [3.14] Fix typo in Doc/extending/extending.rst (GH-136890) (#137355)
hugovk
2025/09/20
[Python-checkins] [3.13] gh-138998: Upgrade vendored expat to 2.7.2 (GH-138999) (#139025)
Yhg1s
2025/09/20
[Python-checkins] [3.14] Improve permission error messages in pdb and asyncio.tools (GH-134290) (#138826)
pablogsal
2025/09/20
[Python-checkins] gh-107862: Add property-based round-trip tests for base64 (#119406)
pganssle
2025/09/20
[Python-checkins] Adds support for building with VisualStudioVersion = 18.0 (GH-138980)
zooba
2025/09/20
[Python-checkins] gh-138704: Add PermissionError messages to profiling.sampling (#138705)
pablogsal
2025/09/20
[Python-checkins] gh-138479: Ensure that `__typing_subst__` returns a tuple (GH-138482)
ZeroIntensity
2025/09/20
[Python-checkins] gh-137371: refactor and fortify `test.support.hashlib_helper` (#137375)
picnixz
2025/09/20
[Python-checkins] [3.13] gh-107194: Improved language of list.index in tutorial (gh-138518) (#138528)
hugovk
2025/09/20
[Python-checkins] Revert "gh-66234: Add flag to disable the use of mmap in dbm.gnu (GH-135005)" (GH-136989)
serhiy-storchaka
2025/09/19
[Python-checkins] [3.14] gh-138081: fix some dead links in InternalDocs (GH-138082) (#138781)
hugovk
2025/09/19
[Python-checkins] gh-138709: Implement CPU time profiling in profiling.sample (#138710)
pablogsal
2025/09/19
[Python-checkins] gh-112729: Correctly fail when the process is out of memory during interpreter creation (GH-139164)
ZeroIntensity
2025/09/19
[Python-checkins] gh-138013: Split SignalsTest from test_io.test_general (#139079)
vstinner
2025/09/19
[Python-checkins] [3.13] gh-118803: Fixup a few references in the 3.13 branch to the intended removal date for `ByteString` (#139171)
AlexWaygood
Earlier messages
Later messages