python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Date
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
2026/07/20
[Python-checkins] gh-83273: Rewrite csv.Sniffer dialect detection using trial parsing (GH-153694)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.15] gh-154279: Skip readline completion tests that fail on DragonFly and illumos (GH-154280) (GH-154282)
serhiy-storchaka
2026/07/20
[Python-checkins] gh-154325: Skip test_add_file_after_2107() if the file system rejects the timestamp (GH-154328)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.13] gh-103925: Fix csv.Sniffer for a quoted field ending a CRLF line (GH-103926) (GH-154330)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.15] gh-103925: Fix csv.Sniffer for a quoted field ending a CRLF line (GH-103926) (GH-154322)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.14] gh-103925: Fix csv.Sniffer for a quoted field ending a CRLF line (GH-103926) (GH-154323)
serhiy-storchaka
2026/07/20
[Python-checkins] gh-103925: Fix csv.Sniffer for a quoted field ending a CRLF line (GH-103926)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.15] gh-154303: Skip test_sqlite3 CLI completion tests on OpenBSD (GH-154304) (GH-154305)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.15] gh-154307: Fix TemporaryDirectory cleanup on DragonFly BSD (GH-154309) (GH-154311)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.14] gh-154307: Fix TemporaryDirectory cleanup on DragonFly BSD (GH-154309) (GH-154312)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.13] gh-154307: Fix TemporaryDirectory cleanup on DragonFly BSD (GH-154309) (GH-154313)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.14] gh-154308: Clear file flags in os_helper.rmtree() (GH-154310) (GH-154315)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.13] gh-154308: Clear file flags in os_helper.rmtree() (GH-154310) (GH-154316)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.15] gh-148665: Enable socket.shutdown function for emscripten (GH-148666) (#154319)
freakboy3742
2026/07/20
[Python-checkins] gh-148665: Enable socket.shutdown function for emscripten (#148666)
freakboy3742
2026/07/20
[Python-checkins] gh-154308: Clear file flags in os_helper.rmtree() (GH-154310)
serhiy-storchaka
2026/07/20
[Python-checkins] gh-154307: Fix TemporaryDirectory cleanup on DragonFly BSD (GH-154309)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.15] gh-154275: Do not crash on deeply nested `__parameters__` in `GenericAlias` (GH-154277) (#154306)
sobolevn
2026/07/20
[Python-checkins] gh-154275: Do not crash on deeply nested `__parameters__` in `GenericAlias` (#154277)
sobolevn
2026/07/20
[Python-checkins] gh-154303: Skip test_sqlite3 CLI completion tests on OpenBSD (GH-154304)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.15] gh-154291: Fix socket.has_dualstack_ipv6() on DragonFly BSD (GH-154292) (GH-154299)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.14] gh-154291: Fix socket.has_dualstack_ipv6() on DragonFly BSD (GH-154292) (GH-154300)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.13] gh-154291: Fix socket.has_dualstack_ipv6() on DragonFly BSD (GH-154292) (GH-154301)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.15] gh-154283: Make threading.get_native_id() unique across processes on DragonFly (GH-154287) (GH-154293)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.14] gh-154283: Make threading.get_native_id() unique across processes on DragonFly (GH-154287) (GH-154297)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.14] gh-154289: Fix test_socket.testGetServBy on DragonFly (GH-154290) (GH-154295)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.13] gh-154283: Make threading.get_native_id() unique across processes on DragonFly (GH-154287) (GH-154298)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.15] gh-154289: Fix test_socket.testGetServBy on DragonFly (GH-154290) (GH-154294)
serhiy-storchaka
2026/07/20
[Python-checkins] gh-154291: Fix socket.has_dualstack_ipv6() on DragonFly BSD (GH-154292)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.13] gh-154289: Fix test_socket.testGetServBy on DragonFly (GH-154290) (GH-154296)
serhiy-storchaka
2026/07/20
[Python-checkins] gh-154289: Fix test_socket.testGetServBy on DragonFly (GH-154290)
serhiy-storchaka
2026/07/20
[Python-checkins] gh-154283: Make threading.get_native_id() unique across processes on DragonFly (GH-154287)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.15] gh-154240: Skip cmsg truncation socket tests on OpenBSD and DragonFly (GH-154244) (GH-154286)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.14] gh-154279: Skip readline completion tests that fail on DragonFly and illumos (GH-154280) (GH-154288)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.14] gh-154240: Skip cmsg truncation socket tests on OpenBSD and DragonFly (GH-154244) (GH-154285)
serhiy-storchaka
2026/07/20
[Python-checkins] gh-154279: Skip readline completion tests that fail on DragonFly and illumos (GH-154280)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.15] gh-125860: Skip separate-SCM_RIGHTS socket tests on NetBSD, OpenBSD and DragonFly (GH-154239) (GH-154245)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.14] gh-125860: Skip separate-SCM_RIGHTS socket tests on NetBSD, OpenBSD and DragonFly (GH-154239) (GH-154246)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.15] gh-154260: Fix test_flush_parameters on DragonFly BSD (GH-154261) (GH-154269)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.13] gh-154240: Skip cmsg truncation socket tests on OpenBSD and DragonFly (GH-154244) (GH-154270)
serhiy-storchaka
2026/07/20
[Python-checkins] gh-154240: Skip cmsg truncation socket tests on OpenBSD and DragonFly (GH-154244)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.15] gh-99968: FAQ: dev versions end in `+dev` (GH-153262) (#154268)
hugovk
2026/07/20
[Python-checkins] [3.14] gh-154167: Fix test suite hang when SIGINT is ignored (GH-154168) (GH-154266)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.15] gh-154258: Fix mmap.resize() crash on NetBSD growing a shared anonymous mapping (GH-154259) (GH-154262)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.15] gh-154167: Fix test suite hang when SIGINT is ignored (GH-154168) (GH-154265)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.13] gh-154167: Fix test suite hang when SIGINT is ignored (GH-154168) (GH-154267)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.14] gh-154258: Fix mmap.resize() crash on NetBSD growing a shared anonymous mapping (GH-154259) (GH-154263)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.13] gh-154258: Fix mmap.resize() crash on NetBSD growing a shared anonymous mapping (GH-154259) (GH-154264)
serhiy-storchaka
2026/07/20
[Python-checkins] gh-154260: Fix test_flush_parameters on DragonFly BSD (GH-154261)
serhiy-storchaka
2026/07/20
[Python-checkins] gh-99968: FAQ: dev versions end in `+dev` (#153262)
hugovk
2026/07/20
[Python-checkins] gh-154167: Fix test suite hang when SIGINT is ignored (GH-154168)
serhiy-storchaka
2026/07/20
[Python-checkins] gh-154258: Fix mmap.resize() crash on NetBSD growing a shared anonymous mapping (GH-154259)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.13] gh-154225: Fix os.openpty() acquiring a controlling terminal on Solaris (GH-154229) (GH-154257)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.14] gh-154225: Fix os.openpty() acquiring a controlling terminal on Solaris (GH-154229) (GH-154256)
serhiy-storchaka
2026/07/20
[Python-checkins] gh-152433: Alternate implementation of _winapi.GetVersion for modern API sets (GH-152694)
zooba
2026/07/20
[Python-checkins] [3.15] Fix two typos in two stdlib docstrings (GH-153479) (#154252)
StanFromIreland
2026/07/20
[Python-checkins] [3.14] Fix two typos in two stdlib docstrings (GH-153479) (#154253)
StanFromIreland
2026/07/20
[Python-checkins] Fix two typos in two stdlib docstrings (#153479)
StanFromIreland
2026/07/20
[Python-checkins] [3.14] Fix typo in C API Type Object Structures documentation (GH-154249) (#154251)
StanFromIreland
2026/07/20
[Python-checkins] [3.15] Fix typo in C API Type Object Structures documentation (GH-154249) (#154250)
StanFromIreland
Earlier messages
Later messages