python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/07/25
[Python-checkins] [3.14] gh-120866: Document behavior change of asyncio.Server.wait_closed() since 3.12 (GH-154676) (#154678)
kumaraditya303
2026/07/25
[Python-checkins] [3.13] gh-120866: Document behavior change of asyncio.Server.wait_closed() since 3.12 (GH-154676) (#154679)
kumaraditya303
2026/07/24
[Python-checkins] gh-120866: Document behavior change of asyncio.Server.wait_closed() since 3.12 (#154676)
kumaraditya303
2026/07/24
[Python-checkins] [3.15] GH-153809: Untrack TaskObj from GC before calling unregister_task (GH-154563) (#154665)
kumaraditya303
2026/07/24
[Python-checkins] gh-153290: Fix data race in BytesIO.__setstate__ installing __dict__ (#153376)
kumaraditya303
2026/07/24
[Python-checkins] [3.14] GH-153809: Untrack TaskObj from GC before calling unregister_task (GH-154563) (#154666)
kumaraditya303
2026/07/24
[Python-checkins] [3.15] gh-153133: Fix socket leak in error path of asyncio create_connection (GH-153134) (#154631)
kumaraditya303
2026/07/24
[Python-checkins] [3.14] gh-145030: Fix asyncio write pipe transport for named FIFOs on macOS (GH-154222) (#154612)
kumaraditya303
2026/07/24
[Python-checkins] GH-153809: Untrack TaskObj from GC before calling unregister_task (#154563)
kumaraditya303
2026/07/24
[Python-checkins] [3.15] gh-151540: Use a selector event loop in the happy-eyeballs tests (GH-153375) (#154623)
kumaraditya303
2026/07/24
[Python-checkins] [3.13] gh-150952: Fix incorrect sock_sendto docstring (GH-150953) (#154624)
kumaraditya303
2026/07/24
[Python-checkins] [3.15] gh-150952: Fix incorrect sock_sendto docstring (GH-150953) (#154626)
kumaraditya303
2026/07/24
[Python-checkins] [3.14] gh-150952: Fix incorrect sock_sendto docstring (GH-150953) (#154625)
kumaraditya303
2026/07/24
[Python-checkins] [3.13] gh-118150: warn in doc about results asymmetry for difflib junk (GH-153892) (GH-154660)
encukou
2026/07/24
[Python-checkins] [3.14] gh-118150: warn in doc about results asymmetry for difflib junk (GH-153892) (GH-154659)
encukou
2026/07/24
[Python-checkins] [3.15] gh-118150: warn in doc about results asymmetry for difflib junk (GH-153892) (GH-154658)
encukou
2026/07/24
[Python-checkins] gh-118150: warn in doc about results asymmetry for difflib junk (GH-153892)
encukou
2026/07/24
[Python-checkins] [3.15] gh-134745: Remove dead code in `thread_nt.h` left by gh-134747 (GH-154338) (#154655)
vstinner
2026/07/24
[Python-checkins] gh-134745: Remove dead code in `thread_nt.h` left by gh-134747 (#154338)
vstinner
2026/07/24
[Python-checkins] [3.15] gh-153570: Fix use-after-free in bytearray.take_bytes() with a reentrant __index__ (GH-153572) (#154648)
vstinner
2026/07/24
[Python-checkins] gh-154189: Fix use-after-free in `functools.partial_vectorcall` (GH-154508)
encukou
2026/07/24
[Python-checkins] GH-142035: Fix wrapping of colorized argparse help text (#154634)
savannahostrowski
2026/07/24
[Python-checkins] GH-154638: Use lazy imports in argparse (#154639)
savannahostrowski
2026/07/24
[Python-checkins] [3.15] GH-142035: Fix wrapping of colorized argparse help text (GH-154634) (#154644)
savannahostrowski
2026/07/24
[Python-checkins] [3.13] gh-141004: GHA: Run `check-c-api-docs` check on docs-only PRs (GH-143573) (#154640)
StanFromIreland
2026/07/24
[Python-checkins] [3.15] gh-154580: Fix python-gdb.py pretty-printing non-ASCII strings in non-UTF-8 locales (GH-154581) (GH-154635)
serhiy-storchaka
2026/07/24
[Python-checkins] [3.14] gh-76595: Add tests for PyCapsule_Import() (GH-154588) (GH-154620)
serhiy-storchaka
2026/07/24
[Python-checkins] [3.13] gh-76595: Add tests for PyCapsule_Import() (GH-154588) (GH-154621)
serhiy-storchaka
2026/07/24
[Python-checkins] [3.14] gh-154580: Fix python-gdb.py pretty-printing non-ASCII strings in non-UTF-8 locales (GH-154581) (GH-154636)
serhiy-storchaka
2026/07/24
[Python-checkins] [3.14] gh-141004: GHA: Run `check-c-api-docs` check on docs-only PRs (GH-143573) (#154464)
StanFromIreland
2026/07/24
[Python-checkins] [3.15] gh-153419: Fix several issues around bytearray __init__ (GH-153498) (#154622)
vstinner
2026/07/24
[Python-checkins] [3.14] gh-154435: Fix os.posix_fadvise() and os.posix_fallocate() on DragonFly BSD (GH-154436) (GH-154452)
serhiy-storchaka
2026/07/24
[Python-checkins] gh-70990: Support bytes addresses of Unix sockets in SysLogHandler (GH-154500)
serhiy-storchaka
2026/07/24
[Python-checkins] [3.13] gh-73458: Fix logging.config.listen() on a host without an IPv4 address (GH-154491) (GH-154618)
serhiy-storchaka
2026/07/24
[Python-checkins] [3.14] gh-154551: Fix ctypes.util.find_library() in non-UTF-8 locales (GH-154552) (GH-154556)
serhiy-storchaka
2026/07/24
[Python-checkins] [3.13] gh-154580: Fix python-gdb.py pretty-printing non-ASCII strings in non-UTF-8 locales (GH-154581) (GH-154637)
serhiy-storchaka
2026/07/24
[Python-checkins] [3.15] gh-103847: fix some asyncio subprocess cancellation bugs (GH-146571) (#154633)
kumaraditya303
2026/07/24
[Python-checkins] gh-154580: Fix python-gdb.py pretty-printing non-ASCII strings in non-UTF-8 locales (GH-154581)
serhiy-storchaka
2026/07/24
[Python-checkins] [3.13] gh-154551: Fix ctypes.util.find_library() in non-UTF-8 locales (GH-154552) (GH-154557)
serhiy-storchaka
2026/07/24
[Python-checkins] [3.14] gh-103847: fix some asyncio subprocess cancellation bugs (GH-146571) (#154632)
kumaraditya303
2026/07/24
[Python-checkins] [3.15] gh-154551: Fix ctypes.util.find_library() in non-UTF-8 locales (GH-154552) (GH-154555)
serhiy-storchaka
2026/07/24
[Python-checkins] [3.13] gh-145030: Fix asyncio write pipe transport for named FIFOs on macOS (GH-154222) (#154611)
kumaraditya303
2026/07/24
[Python-checkins] [3.15] gh-76595: Add tests for PyCapsule_Import() (GH-154588) (GH-154619)
serhiy-storchaka
2026/07/24
[Python-checkins] [3.14] gh-73458: Fix logging.config.listen() on a host without an IPv4 address (GH-154491) (GH-154617)
serhiy-storchaka
2026/07/24
[Python-checkins] gh-153419: Fix several issues around bytearray __init__ (#153498)
vstinner
2026/07/24
[Python-checkins] gh-76595: Add tests for PyCapsule_Import() (GH-154588)
serhiy-storchaka
2026/07/24
[Python-checkins] gh-73458: Fix logging.config.listen() on a host without an IPv4 address (GH-154491)
serhiy-storchaka
2026/07/24
[Python-checkins] gh-145107: simplify asyncio staggered race using eager_start=False (#145108)
kumaraditya303
2026/07/24
[Python-checkins] gh-140326: disable the relative import in asyncio REPL (#140327)
kumaraditya303
2026/07/24
[Python-checkins] [3.13] gh-146011: Fix use-after-free in `signaldict_repr` after deletion (GH-153784) (#154607)
vstinner
2026/07/24
[Python-checkins] [3.14] gh-146011: Fix use-after-free in `signaldict_repr` after deletion (GH-153784) (#154600)
vstinner
2026/07/24
[Python-checkins] gh-150361: add test for FlowControlMixin pause_writing exception handling (#150362)
kumaraditya303
2026/07/24
[Python-checkins] [3.15] gh-146011: Fix use-after-free in `signaldict_repr` after deletion (GH-153784) (#154599)
vstinner
2026/07/24
[Python-checkins] gh-145030: Fix asyncio write pipe transport for named FIFOs on macOS (#154222)
kumaraditya303
2026/07/24
[Python-checkins] gh-91484: Allow memoryview cast for F-contiguous (GH-137803)
serhiy-storchaka
2026/07/24
[Python-checkins] [3.13] gh-154582: Fix test_invalid_utf8_arg in non-UTF-8 multibyte locales (GH-154584) (GH-154605)
serhiy-storchaka
2026/07/24
[Python-checkins] [3.14] gh-154592: Fix test_peg_generator in non-UTF-8 locales with a non-ASCII work dir (GH-154593) (GH-154602)
serhiy-storchaka
2026/07/24
[Python-checkins] [3.15] gh-154582: Fix test_invalid_utf8_arg in non-UTF-8 multibyte locales (GH-154584) (GH-154601)
serhiy-storchaka
2026/07/24
[Python-checkins] gh-154592: Fix test_peg_generator in non-UTF-8 locales with a non-ASCII work dir (GH-154593)
serhiy-storchaka
2026/07/24
[Python-checkins] gh-154582: Fix test_invalid_utf8_arg in non-UTF-8 multibyte locales (GH-154584)
serhiy-storchaka
2026/07/24
[Python-checkins] gh-146011: Fix use-after-free in `signaldict_repr` after deletion (#153784)
vstinner
2026/07/24
[Python-checkins] gh-153785: Generate `AttributeError` messages from context (#153786)
vstinner
2026/07/24
[Python-checkins] [3.15] gh-154435: Fix os.posix_fadvise() and os.posix_fallocate() on DragonFly BSD (GH-154436) (GH-154451)
serhiy-storchaka
2026/07/24
[Python-checkins] [3.14] gh-154437: Fix test_getcwd_long_path on DragonFly BSD (GH-154438) (GH-154455)
serhiy-storchaka
2026/07/24
[Python-checkins] gh-150546: Fix cleanup for replacement_locations in _PyCode_New() (#150549)
kumaraditya303
2026/07/24
[Python-checkins] [3.15] gh-153761: Fix asyncio sock_accept() dropping a connection when cancelled (GH-153762) (#153829)
hugovk
2026/07/24
[Python-checkins] gh-152263: Fix test_set_wide for locales with wide characters (GH-154583)
serhiy-storchaka
2026/07/24
[Python-checkins] gh-153570: Fix use-after-free in bytearray.take_bytes() with a reentrant __index__ (#153572)
vstinner
2026/07/24
[Python-checkins] gh-152433: Windows: modernize and refactor stat emulation APIs (GH-153700)
zooba
2026/07/23
[Python-checkins] gh-153176: Fix destroy_interpreter() test helper clearing a non-current thread state (#153307)
kumaraditya303
2026/07/23
[Python-checkins] [3.13] gh-153761: Fix asyncio sock_accept() dropping a connection when cancelled (GH-153762) (#153827)
kumaraditya303
2026/07/23
[Python-checkins] gh-154551: Fix ctypes.util.find_library() in non-UTF-8 locales (GH-154552)
serhiy-storchaka
2026/07/23
[Python-checkins] gh-153903: Copy docstrings and other metadata in `ctypes.util.wrap_dll_function` (GH-154495)
ZeroIntensity
2026/07/23
[Python-checkins] gh-69573: Check the return value of msvcrt._putch() and _putwch() (GH-154364)
zooba
2026/07/23
[Python-checkins] gh-154525: Skip ncurses find_pair()/alloc_pair() reuse checks before 6.3 (GH-154543)
serhiy-storchaka
2026/07/23
[Python-checkins] gh-154525: Fix curses getcchar() failure on ncurses older than 6.3 (GH-154526)
serhiy-storchaka
2026/07/23
[Python-checkins] [3.15] gh-139445: Skip pyrepl tests if the terminal is not supported (GH-154497) (GH-154529)
serhiy-storchaka
2026/07/23
[Python-checkins] [3.14] gh-139445: Skip pyrepl tests if the terminal is not supported (GH-154497) (GH-154530)
serhiy-storchaka
2026/07/23
[Python-checkins] [3.13] gh-151949: Fix Sphinx reference warnings in `Doc/library/lzma.rst` (GH-153878) (#154126)
tomasr8
2026/07/23
[Python-checkins] gh-139445: Skip pyrepl tests if the terminal is not supported (GH-154497)
serhiy-storchaka
2026/07/23
[Python-checkins] [3.14] gh-151949: Fix Sphinx reference warnings in `Doc/library/lzma.rst` (GH-153878) (#154125)
tomasr8
2026/07/23
[Python-checkins] [3.15] gh-151949: Fix Sphinx reference warnings in `Doc/library/lzma.rst` (GH-153878) (#154127)
tomasr8
2026/07/22
[Python-checkins] [3.13] gh-154502: Disable junk filling in the OpenBSD allocator in test_capi (GH-154503) (GH-154515)
serhiy-storchaka
2026/07/22
[Python-checkins] [3.14] gh-154502: Disable junk filling in the OpenBSD allocator in test_capi (GH-154503) (GH-154514)
serhiy-storchaka
2026/07/22
[Python-checkins] [3.15] gh-154502: Disable junk filling in the OpenBSD allocator in test_capi (GH-154503) (GH-154513)
serhiy-storchaka
2026/07/22
[Python-checkins] [3.14] gh-154272: Skip more forkserver tests if the start method is unavailable (GH-154499) (GH-154506)
serhiy-storchaka
2026/07/22
[Python-checkins] gh-154502: Disable junk filling in the OpenBSD allocator in test_capi (GH-154503)
serhiy-storchaka
2026/07/22
[Python-checkins] [3.15] gh-154272: Skip more forkserver tests if the start method is unavailable (GH-154499) (GH-154505)
serhiy-storchaka
2026/07/22
[Python-checkins] [3.13] gh-154272: Skip more forkserver tests if the start method is unavailable (GH-154499) (GH-154507)
serhiy-storchaka
2026/07/22
[Python-checkins] gh-154401: Skip fetching the thread state for non-GC types in `_Py_Dealloc` (GH-154430)
ZeroIntensity
2026/07/22
[Python-checkins] gh-154272: Skip more forkserver tests if the start method is unavailable (GH-154499)
serhiy-storchaka
2026/07/22
[Python-checkins] [3.15] gh-153291: Fix data race in readline.get_completer() and get_pre_input_hook() (gh-153362) (gh-154418)
nascheme
2026/07/22
[Python-checkins] [3.15] gh-154443: Fix test_makedev on DragonFly BSD (GH-154444) (GH-154450)
serhiy-storchaka
2026/07/22
[Python-checkins] [3.15] gh-154137: Fix handle leak in test_winapi (GH-154201) (#154202)
ambv
2026/07/22
[Python-checkins] Remove `from stat import *` recommendation from `stat.py` docstring (#154486)
sobolevn
2026/07/22
[Python-checkins] gh-150076: Fix the documented signature of warnings.deprecated (#153879)
JelleZijlstra
2026/07/22
[Python-checkins] [3.15] gh-150076: Fix the documented signature of warnings.deprecated (GH-153879) (#154487)
JelleZijlstra
2026/07/22
[Python-checkins] [3.14] gh-150076: Fix the documented signature of warnings.deprecated (GH-153879) (#154488)
JelleZijlstra
2026/07/22
[Python-checkins] [3.13] gh-150076: Fix the documented signature of warnings.deprecated (GH-153879) (#154489)
JelleZijlstra
2026/07/22
[Python-checkins] [3.13] gh-154272: Skip forkserver tests when the start method is unavailable (GH-154274) (GH-154472)
serhiy-storchaka
2026/07/22
[Python-checkins] [3.13] gh-154460: Do not use wcsftime() on OpenBSD (GH-154461) (GH-154476)
serhiy-storchaka
2026/07/22
[Python-checkins] [3.15] gh-154431: Fix data race in `sys.audithook` (GH-154462) (#154477)
sobolevn
2026/07/22
[Python-checkins] [3.15] gh-154460: Do not use wcsftime() on OpenBSD (GH-154461) (GH-154474)
serhiy-storchaka
2026/07/22
[Python-checkins] gh-154431: Fix data race in `sys.audithook` (#154462)
ambv
2026/07/22
[Python-checkins] [3.14] gh-154460: Do not use wcsftime() on OpenBSD (GH-154461) (GH-154475)
serhiy-storchaka
2026/07/22
[Python-checkins] [3.13] gh-154137: Fix handle leak in test_winapi (GH-154201) (#154204)
ambv
2026/07/22
[Python-checkins] [3.14] gh-154137: Fix handle leak in test_winapi (GH-154201) (#154203)
ambv
2026/07/22
[Python-checkins] gh-80678: Document the preferred delimiters of csv.Sniffer (#154336)
ambv
2026/07/22
[Python-checkins] [3.13] gh-154007: Improve test coverage for the `shlex` module (GH-154009) (#154458)
ambv
2026/07/22
[Python-checkins] [3.15] gh-153872: macOS: free-threading support is installed by default on Python 3.15 (GH-154103) (#154479)
hugovk
2026/07/22
[Python-checkins] gh-153872: macOS: free-threading support is installed by default on Python 3.15 (#154103)
hugovk
2026/07/22
[Python-checkins] gh-154465: Add configure flag to exclude emscripten_syscalls.c (#154466)
ambv
2026/07/22
[Python-checkins] gh-154460: Do not use wcsftime() on OpenBSD (#154461)
ambv
2026/07/22
[Python-checkins] [3.14] gh-154272: Skip forkserver tests when the start method is unavailable (GH-154274) (GH-154471)
serhiy-storchaka
2026/07/22
[Python-checkins] [3.15] gh-154272: Skip forkserver tests when the start method is unavailable (GH-154274) (GH-154468)
serhiy-storchaka
2026/07/22
[Python-checkins] gh-154272: Skip forkserver tests when the start method is unavailable (GH-154274)
serhiy-storchaka
2026/07/22
[Python-checkins] gh-84649: Fix unstable test_rollover_at_midnight (GH-154463)
serhiy-storchaka
2026/07/22
[Python-checkins] [3.15] gh-154014: Initialize cold executor vm_data fields (GH-154142) (GH-154457)
Fidget-Spinner
2026/07/22
[Python-checkins] [3.15] gh-154437: Fix test_getcwd_long_path on DragonFly BSD (GH-154438) (GH-154454)
serhiy-storchaka
2026/07/22
[Python-checkins] [3.13] gh-154437: Fix test_getcwd_long_path on DragonFly BSD (GH-154438) (GH-154456)
serhiy-storchaka
2026/07/22
[Python-checkins] gh-154014: Initialize cold executor vm_data fields (GH-154142)
Fidget-Spinner
2026/07/22
[Python-checkins] gh-154437: Fix test_getcwd_long_path on DragonFly BSD (GH-154438)
serhiy-storchaka
2026/07/22
[Python-checkins] [3.13] gh-154435: Fix os.posix_fadvise() and os.posix_fallocate() on DragonFly BSD (GH-154436) (GH-154453)
serhiy-storchaka
2026/07/22
[Python-checkins] [3.15] gh-154366: Fix test_asyncio.test_sendfile timing out on DragonFly BSD (GH-154367) (GH-154371)
serhiy-storchaka
2026/07/22
[Python-checkins] [3.15] gh-154441: Skip the scheduler tests if the API requires privileges (GH-154442) (GH-154447)
serhiy-storchaka
2026/07/22
[Python-checkins] [3.14] gh-154441: Skip the scheduler tests if the API requires privileges (GH-154442) (GH-154448)
serhiy-storchaka
2026/07/22
[Python-checkins] [3.14] gh-154399: Fix venv activate.csh in a non-interactive shell (GH-154400) (GH-154409)
serhiy-storchaka
2026/07/22
[Python-checkins] [3.13] gh-154441: Skip the scheduler tests if the API requires privileges (GH-154442) (GH-154449)
serhiy-storchaka
2026/07/22
[Python-checkins] gh-154435: Fix os.posix_fadvise() and os.posix_fallocate() on DragonFly BSD (GH-154436)
serhiy-storchaka
2026/07/22
[Python-checkins] gh-154443: Fix test_makedev on DragonFly BSD (GH-154444)
serhiy-storchaka
2026/07/22
[Python-checkins] [3.14] gh-154007: Improve test coverage for the `shlex` module (GH-154009) (#154446)
tomasr8
2026/07/22
[Python-checkins] [3.15] gh-154007: Improve test coverage for the `shlex` module (GH-154009) (#154445)
tomasr8
2026/07/22
[Python-checkins] gh-154441: Skip the scheduler tests if the API requires privileges (GH-154442)
serhiy-storchaka
2026/07/22
[Python-checkins] gh-154007: Improve test coverage for the `shlex` module (#154009)
tomasr8
2026/07/22
[Python-checkins] [3.14] urllib: Add tests for HTTP errors to complete coverage (GH-154102) (#154121)
tomasr8
2026/07/22
[Python-checkins] [3.15] Test `object_hook` and pickleability of some JSON components (GH-154155) (#154374)
tomasr8
2026/07/22
[Python-checkins] [3.14] Test `object_hook` and pickleability of some JSON components (GH-154155) (#154375)
tomasr8
2026/07/22
[Python-checkins] [3.13] gh-154427: Check the access time in UtimeTests only if it is stored (GH-154428) (GH-154439)
serhiy-storchaka
2026/07/22
[Python-checkins] [3.15] gh-154427: Check the access time in UtimeTests only if it is stored (GH-154428) (GH-154432)
serhiy-storchaka
2026/07/22
[Python-checkins] [3.14] gh-154427: Check the access time in UtimeTests only if it is stored (GH-154428) (GH-154433)
serhiy-storchaka
2026/07/22
[Python-checkins] gh-154427: Check the access time in UtimeTests only if it is stored (GH-154428)
serhiy-storchaka
2026/07/21
[Python-checkins] [3.15] gh-154414: Skip test_tcsendbreak on DragonFly BSD (GH-154415) (GH-154426)
serhiy-storchaka
2026/07/21
[Python-checkins] [3.15] gh-154416: Fix hanging test_tcflow on DragonFly BSD (GH-154417) (GH-154423)
serhiy-storchaka
2026/07/21
[Python-checkins] [3.14] gh-154416: Fix hanging test_tcflow on DragonFly BSD (GH-154417) (GH-154422)
serhiy-storchaka
2026/07/21
[Python-checkins] [3.14] gh-154414: Skip test_tcsendbreak on DragonFly BSD (GH-154415) (GH-154425)
serhiy-storchaka
2026/07/21
[Python-checkins] gh-154419: Find the fish shell in test_venv (GH-154420)
serhiy-storchaka
2026/07/21
[Python-checkins] [3.13] gh-154416: Fix hanging test_tcflow on DragonFly BSD (GH-154417) (GH-154421)
serhiy-storchaka
2026/07/21
[Python-checkins] [3.13] gh-154414: Skip test_tcsendbreak on DragonFly BSD (GH-154415) (GH-154424)
serhiy-storchaka
2026/07/21
[Python-checkins] [3.15] gh-154394: Skip test_tcsendbreak on OpenBSD (GH-154397) (GH-154411)
serhiy-storchaka
2026/07/21
[Python-checkins] gh-154416: Fix hanging test_tcflow on DragonFly BSD (GH-154417)
serhiy-storchaka
2026/07/21
[Python-checkins] gh-154414: Skip test_tcsendbreak on DragonFly BSD (GH-154415)
serhiy-storchaka
2026/07/21
[Python-checkins] [3.14] gh-154394: Skip test_tcsendbreak on OpenBSD (GH-154397) (GH-154412)
serhiy-storchaka
2026/07/21
[Python-checkins] gh-153291: Fix data race in readline.get_completer() and get_pre_input_hook() (gh-153362)
nascheme
2026/07/21
[Python-checkins] [3.13] gh-154394: Skip test_tcsendbreak on OpenBSD (GH-154397) (GH-154413)
serhiy-storchaka
2026/07/21
[Python-checkins] [3.15] gh-154399: Fix venv activate.csh in a non-interactive shell (GH-154400) (GH-154408)
serhiy-storchaka
2026/07/21
[Python-checkins] [3.13] gh-154399: Fix venv activate.csh in a non-interactive shell (GH-154400) (GH-154410)
serhiy-storchaka
2026/07/21
[Python-checkins] gh-154395: Skip test_environment_is_not_modified without rl_change_environment (GH-154396)
serhiy-storchaka
2026/07/21
[Python-checkins] gh-154394: Skip test_tcsendbreak on OpenBSD (GH-154397)
serhiy-storchaka
2026/07/21
[Python-checkins] gh-154399: Fix venv activate.csh in a non-interactive shell (GH-154400)
serhiy-storchaka
2026/07/21
[Python-checkins] [3.14] gh-153741: Harden IDLE GUI tests for newer Tk and display scaling (GH-153742) (#154405)
terryjreedy
2026/07/21
[Python-checkins] [3.15] gh-153741: Harden IDLE GUI tests for newer Tk and display scaling (GH-153742) (#154404)
terryjreedy
2026/07/21
[Python-checkins] [3.13] gh-153741: Harden IDLE GUI tests for newer Tk and display scaling (GH-153742) (#154406)
terryjreedy
2026/07/21
[Python-checkins] gh-152902: Add Intel `icx` compiler to `configure.ac` (GH-152825)
zware
2026/07/21
[Python-checkins] gh-153741: Harden IDLE GUI tests for newer Tk and display scaling (#153742)
terryjreedy
2026/07/21
[Python-checkins] [3.15] gh-154389: Do not use uuid_create() on OpenBSD (GH-154390) (GH-154391)
serhiy-storchaka
2026/07/21
[Python-checkins] [3.14] gh-154389: Do not use uuid_create() on OpenBSD (GH-154390) (GH-154392)
serhiy-storchaka
2026/07/21
[Python-checkins] [3.13] gh-154389: Do not use uuid_create() on OpenBSD (GH-154390) (GH-154393)
serhiy-storchaka
2026/07/21
[Python-checkins] gh-103847: fix some asyncio subprocess cancellation bugs (#146571)
kumaraditya303
2026/07/21
[Python-checkins] gh-154389: Do not use uuid_create() on OpenBSD (GH-154390)
serhiy-storchaka
2026/07/21
[Python-checkins] [3.15] gh-154379: Fix test_epoll on Solaris (GH-154380) (GH-154382)
serhiy-storchaka
2026/07/21
[Python-checkins] [3.14] gh-154379: Fix test_epoll on Solaris (GH-154380) (GH-154383)
serhiy-storchaka
2026/07/21
[Python-checkins] [3.13] gh-154379: Fix test_epoll on Solaris (GH-154380) (GH-154384)
serhiy-storchaka
2026/07/21
[Python-checkins] gh-154379: Fix test_epoll on Solaris (GH-154380)
serhiy-storchaka
2026/07/21
[Python-checkins] [3.14] gh-154366: Fix test_asyncio.test_sendfile timing out on DragonFly BSD (GH-154367) (GH-154372)
serhiy-storchaka
2026/07/21
[Python-checkins] [3.13] gh-154366: Fix test_asyncio.test_sendfile timing out on DragonFly BSD (GH-154367) (GH-154373)
serhiy-storchaka
2026/07/21
[Python-checkins] Test `object_hook` and pickleability of some JSON components (GH-154155)
encukou
2026/07/21
[Python-checkins] [3.14] gh-154345: Fix test_posix_pty_functions() killing the worker on Solaris (GH-154346) (GH-154355)
serhiy-storchaka
2026/07/21
[Python-checkins] gh-154366: Fix test_asyncio.test_sendfile timing out on DragonFly BSD (GH-154367)
serhiy-storchaka
2026/07/21
[Python-checkins] [3.15] gh-154345: Fix test_posix_pty_functions() killing the worker on Solaris (GH-154346) (GH-154354)
serhiy-storchaka
2026/07/21
[Python-checkins] [3.13] gh-154345: Fix test_posix_pty_functions() killing the worker on Solaris (GH-154346) (GH-154356)
serhiy-storchaka
2026/07/21
[Python-checkins] [3.15] gh-154352: Fix killing a worker process in regrtest on OpenBSD (GH-154353) (GH-154360)
serhiy-storchaka
2026/07/21
[Python-checkins] [3.14] gh-154352: Fix killing a worker process in regrtest on OpenBSD (GH-154353) (GH-154361)
serhiy-storchaka
2026/07/21
[Python-checkins] gh-154352: Fix killing a worker process in regrtest on OpenBSD (GH-154353)
serhiy-storchaka
2026/07/21
[Python-checkins] gh-154345: Fix test_posix_pty_functions() killing the worker on Solaris (GH-154346)
serhiy-storchaka
2026/07/21
[Python-checkins] [3.15] gh-153881: Atomically load `dk_nentries` in `_PyObject_IsInstanceDictEmpty` (GH-153882) (#154349)
kumaraditya303
2026/07/21
[Python-checkins] gh-154320: Fix swapped __defaults__/__kwdefaults__ in annotationlib docs (#154321)
JelleZijlstra
2026/07/21
[Python-checkins] gh-153881: Atomically load `dk_nentries` in `_PyObject_IsInstanceDictEmpty` (#153882)
kumaraditya303
2026/07/21
[Python-checkins] [3.15] gh-154275: Fix cleanup code in `_Py_make_parameters` (GH-154341) (#154342)
sobolevn
2026/07/21
[Python-checkins] [3.14] gh-154275: Fix cleanup code in `_Py_make_parameters` (GH-154341) (#154343)
sobolevn
2026/07/21
[Python-checkins] [3.13] gh-154275: Do not crash on deeply nested `__parameters__` in `GenericAlias` (GH-154277) (#154340)
sobolevn
2026/07/21
[Python-checkins] gh-154275: Fix cleanup code in `_Py_make_parameters` (#154341)
sobolevn
2026/07/21
[Python-checkins] [3.14] gh-154275: Do not crash on deeply nested `__parameters__` in `GenericAlias` (GH-154277) (#154339)
sobolevn
2026/07/21
[Python-checkins] gh-139373: Fix asyncio Process.communicate() losing output when cancelled (#154223)
kumaraditya303
2026/07/21
[Python-checkins] gh-145685: per-type method cache implementation (#150160)
kumaraditya303
2026/07/21
[Python-checkins] [3.15] gh-154308: Clear file flags in os_helper.rmtree() (GH-154310) (GH-154314)
serhiy-storchaka
2026/07/21
[Python-checkins] [3.14] gh-154325: Skip test_add_file_after_2107() if the file system rejects the timestamp (GH-154328) (GH-154332)
serhiy-storchaka
2026/07/21
[Python-checkins] [3.15] gh-154326: Fix test_fsize_not_too_big() on Solaris (GH-154329) (GH-154334)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.15] gh-154325: Skip test_add_file_after_2107() if the file system rejects the timestamp (GH-154328) (GH-154331)
serhiy-storchaka
2026/07/20
[Python-checkins] gh-154326: Fix test_fsize_not_too_big() on Solaris (GH-154329)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.13] gh-154325: Skip test_add_file_after_2107() if the file system rejects the timestamp (GH-154328) (GH-154333)
serhiy-storchaka
Earlier messages
Later messages