python-checkins
Thread
Date
Earlier messages
Messages by Thread
[Python-checkins] [3.15] gh-151955: Allow more ParamSpec and TypeVarTuple bounds (GH-151956) (#152101)
JelleZijlstra
[Python-checkins] gh-145177: Upgrade to Emscripten 6.0.4 (#154743)
freakboy3742
[Python-checkins] [3.14] gh-154582: Fix test_invalid_utf8_arg in non-UTF-8 multibyte locales (GH-154584) (GH-154604)
serhiy-storchaka
[Python-checkins] [3.15] gh-73458: Fix logging.config.listen() on a host without an IPv4 address (GH-154491) (GH-154616)
serhiy-storchaka
[Python-checkins] [3.13] gh-154592: Fix test_peg_generator in non-UTF-8 locales with a non-ASCII work dir (GH-154593) (GH-154603)
serhiy-storchaka
[Python-checkins] [3.14] gh-152903: Change PCWSTR to PWSTR in GetThreadDescription() typedef (GH-152904) (#152944)
vstinner
[Python-checkins] [3.14] gh-153862: Fix spurious color pair in curses window.inch() on a wide build (GH-154703) (GH-154732)
serhiy-storchaka
[Python-checkins] [3.13] gh-153862: Fix spurious color pair in curses window.inch() on a wide build (GH-154703) (GH-154733)
serhiy-storchaka
[Python-checkins] [3.13] gh-93251: Decode localized socket error messages from the locale encoding (GH-154683) (GH-154725)
serhiy-storchaka
[Python-checkins] [3.15] gh-93251: Decode localized socket error messages from the locale encoding (GH-154683) (GH-154723)
serhiy-storchaka
[Python-checkins] [3.14] gh-93251: Decode localized socket error messages from the locale encoding (GH-154683) (GH-154724)
serhiy-storchaka
[Python-checkins] gh-93251: Decode localized socket error messages from the locale encoding (GH-154683)
serhiy-storchaka
[Python-checkins] [3.15] gh-153862: Fix spurious color pair in curses window.inch() on a wide build (GH-154703) (GH-154720)
serhiy-storchaka
[Python-checkins] gh-148736: Use ag_frame when walking async generators in asyncio.graph (#148737)
kumaraditya303
[Python-checkins] [3.15] gh-154695: fix asyncio.Task eager_start=True with no explicit loop (GH-154697) (#154705)
kumaraditya303
[Python-checkins] gh-153862: Fix spurious color pair in curses window.inch() on a wide build (GH-154703)
serhiy-storchaka
[Python-checkins] [3.14] gh-154695: fix asyncio.Task eager_start=True with no explicit loop (GH-154697) (#154706)
kumaraditya303
[Python-checkins] gh-154695: fix asyncio.Task eager_start=True with no explicit loop (#154697)
kumaraditya303
[Python-checkins] [3.15] Fix a stale link to the `math.integer.isqrt()` correctness proof (GH-154685) (#154698)
StanFromIreland
[Python-checkins] [3.15] Add the free-threaded Windows build output dirs to `.gitignore` (GH-154641) (#154694)
StanFromIreland
[Python-checkins] Fix a stale link to the `math.integer.isqrt()` correctness proof (#154685)
StanFromIreland
[Python-checkins] [3.13] gh-154493: Add the UCD license to `Doc/license.rst` (GH-154651) (GH-154693) (#154696)
StanFromIreland
[Python-checkins] Add the free-threaded Windows build output dirs to `.gitignore` (#154641)
StanFromIreland
[Python-checkins] gh-154199: Soft-deprecate `ctypes.util.find_msvcrt` (GH-154553)
ZeroIntensity
[Python-checkins] [3.14] gh-154493: Add the UCD license to `Doc/license.rst` (GH-154651) (#154693)
StanFromIreland
[Python-checkins] [3.15] gh-154493: Add the UCD license to `Doc/license.rst` (GH-154651) (#154692)
StanFromIreland
[Python-checkins] gh-150621: avoid quadratic bytes slicing in `asyncio.protocols._feed_data_to_buffered_proto` (#150622)
kumaraditya303
[Python-checkins] gh-154493: Add the UCD license to `Doc/license.rst` (#154651)
StanFromIreland
[Python-checkins] gh-153296: Fix thread-safety data race in io.StringIO iterator (#153368)
kumaraditya303
[Python-checkins] gh-154043: Fix a data race when iterating a shared `types.GenericAlias` iterator in FT build (#154108)
kumaraditya303
[Python-checkins] [3.15] gh-152431: update StreamReader transport after StreamWriter.start_tls() (GH-152432) (#154630)
kumaraditya303
[Python-checkins] [3.15] gh-145030: Fix asyncio write pipe transport for named FIFOs on macOS (GH-154222) (#154613)
kumaraditya303
[Python-checkins] [3.14] gh-152431: update StreamReader transport after StreamWriter.start_tls() (GH-152432) (#154629)
kumaraditya303
[Python-checkins] [3.15] gh-120866: Document behavior change of asyncio.Server.wait_closed() since 3.12 (GH-154676) (#154677)
kumaraditya303
[Python-checkins] [3.14] gh-120866: Document behavior change of asyncio.Server.wait_closed() since 3.12 (GH-154676) (#154678)
kumaraditya303
[Python-checkins] [3.13] gh-120866: Document behavior change of asyncio.Server.wait_closed() since 3.12 (GH-154676) (#154679)
kumaraditya303
[Python-checkins] gh-120866: Document behavior change of asyncio.Server.wait_closed() since 3.12 (#154676)
kumaraditya303
[Python-checkins] [3.15] GH-153809: Untrack TaskObj from GC before calling unregister_task (GH-154563) (#154665)
kumaraditya303
[Python-checkins] gh-153290: Fix data race in BytesIO.__setstate__ installing __dict__ (#153376)
kumaraditya303
[Python-checkins] [3.14] GH-153809: Untrack TaskObj from GC before calling unregister_task (GH-154563) (#154666)
kumaraditya303
[Python-checkins] [3.15] gh-153133: Fix socket leak in error path of asyncio create_connection (GH-153134) (#154631)
kumaraditya303
[Python-checkins] [3.14] gh-145030: Fix asyncio write pipe transport for named FIFOs on macOS (GH-154222) (#154612)
kumaraditya303
[Python-checkins] GH-153809: Untrack TaskObj from GC before calling unregister_task (#154563)
kumaraditya303
[Python-checkins] [3.15] gh-151540: Use a selector event loop in the happy-eyeballs tests (GH-153375) (#154623)
kumaraditya303
[Python-checkins] [3.13] gh-150952: Fix incorrect sock_sendto docstring (GH-150953) (#154624)
kumaraditya303
[Python-checkins] [3.15] gh-150952: Fix incorrect sock_sendto docstring (GH-150953) (#154626)
kumaraditya303
[Python-checkins] [3.14] gh-150952: Fix incorrect sock_sendto docstring (GH-150953) (#154625)
kumaraditya303
[Python-checkins] [3.13] gh-118150: warn in doc about results asymmetry for difflib junk (GH-153892) (GH-154660)
encukou
[Python-checkins] [3.14] gh-118150: warn in doc about results asymmetry for difflib junk (GH-153892) (GH-154659)
encukou
[Python-checkins] [3.15] gh-118150: warn in doc about results asymmetry for difflib junk (GH-153892) (GH-154658)
encukou
[Python-checkins] gh-118150: warn in doc about results asymmetry for difflib junk (GH-153892)
encukou
[Python-checkins] [3.15] gh-134745: Remove dead code in `thread_nt.h` left by gh-134747 (GH-154338) (#154655)
vstinner
[Python-checkins] gh-134745: Remove dead code in `thread_nt.h` left by gh-134747 (#154338)
vstinner
[Python-checkins] [3.15] gh-153570: Fix use-after-free in bytearray.take_bytes() with a reentrant __index__ (GH-153572) (#154648)
vstinner
[Python-checkins] gh-154189: Fix use-after-free in `functools.partial_vectorcall` (GH-154508)
encukou
[Python-checkins] GH-142035: Fix wrapping of colorized argparse help text (#154634)
savannahostrowski
[Python-checkins] GH-154638: Use lazy imports in argparse (#154639)
savannahostrowski
[Python-checkins] [3.15] GH-142035: Fix wrapping of colorized argparse help text (GH-154634) (#154644)
savannahostrowski
[Python-checkins] [3.13] gh-141004: GHA: Run `check-c-api-docs` check on docs-only PRs (GH-143573) (#154640)
StanFromIreland
[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
[Python-checkins] [3.14] gh-76595: Add tests for PyCapsule_Import() (GH-154588) (GH-154620)
serhiy-storchaka
[Python-checkins] [3.13] gh-76595: Add tests for PyCapsule_Import() (GH-154588) (GH-154621)
serhiy-storchaka
[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
[Python-checkins] [3.14] gh-141004: GHA: Run `check-c-api-docs` check on docs-only PRs (GH-143573) (#154464)
StanFromIreland
[Python-checkins] [3.15] gh-153419: Fix several issues around bytearray __init__ (GH-153498) (#154622)
vstinner
[Python-checkins] [3.14] gh-154435: Fix os.posix_fadvise() and os.posix_fallocate() on DragonFly BSD (GH-154436) (GH-154452)
serhiy-storchaka
[Python-checkins] gh-70990: Support bytes addresses of Unix sockets in SysLogHandler (GH-154500)
serhiy-storchaka
[Python-checkins] [3.13] gh-73458: Fix logging.config.listen() on a host without an IPv4 address (GH-154491) (GH-154618)
serhiy-storchaka
[Python-checkins] [3.14] gh-154551: Fix ctypes.util.find_library() in non-UTF-8 locales (GH-154552) (GH-154556)
serhiy-storchaka
[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
[Python-checkins] [3.15] gh-103847: fix some asyncio subprocess cancellation bugs (GH-146571) (#154633)
kumaraditya303
[Python-checkins] gh-154580: Fix python-gdb.py pretty-printing non-ASCII strings in non-UTF-8 locales (GH-154581)
serhiy-storchaka
[Python-checkins] [3.13] gh-154551: Fix ctypes.util.find_library() in non-UTF-8 locales (GH-154552) (GH-154557)
serhiy-storchaka
[Python-checkins] [3.14] gh-103847: fix some asyncio subprocess cancellation bugs (GH-146571) (#154632)
kumaraditya303
[Python-checkins] [3.15] gh-154551: Fix ctypes.util.find_library() in non-UTF-8 locales (GH-154552) (GH-154555)
serhiy-storchaka
[Python-checkins] [3.13] gh-145030: Fix asyncio write pipe transport for named FIFOs on macOS (GH-154222) (#154611)
kumaraditya303
[Python-checkins] [3.15] gh-76595: Add tests for PyCapsule_Import() (GH-154588) (GH-154619)
serhiy-storchaka
[Python-checkins] [3.14] gh-73458: Fix logging.config.listen() on a host without an IPv4 address (GH-154491) (GH-154617)
serhiy-storchaka
[Python-checkins] gh-153419: Fix several issues around bytearray __init__ (#153498)
vstinner
[Python-checkins] gh-76595: Add tests for PyCapsule_Import() (GH-154588)
serhiy-storchaka
[Python-checkins] gh-73458: Fix logging.config.listen() on a host without an IPv4 address (GH-154491)
serhiy-storchaka
[Python-checkins] gh-145107: simplify asyncio staggered race using eager_start=False (#145108)
kumaraditya303
[Python-checkins] gh-140326: disable the relative import in asyncio REPL (#140327)
kumaraditya303
[Python-checkins] [3.13] gh-146011: Fix use-after-free in `signaldict_repr` after deletion (GH-153784) (#154607)
vstinner
[Python-checkins] [3.14] gh-146011: Fix use-after-free in `signaldict_repr` after deletion (GH-153784) (#154600)
vstinner
[Python-checkins] gh-150361: add test for FlowControlMixin pause_writing exception handling (#150362)
kumaraditya303
[Python-checkins] [3.15] gh-146011: Fix use-after-free in `signaldict_repr` after deletion (GH-153784) (#154599)
vstinner
[Python-checkins] gh-145030: Fix asyncio write pipe transport for named FIFOs on macOS (#154222)
kumaraditya303
[Python-checkins] gh-91484: Allow memoryview cast for F-contiguous (GH-137803)
serhiy-storchaka
[Python-checkins] [3.13] gh-154582: Fix test_invalid_utf8_arg in non-UTF-8 multibyte locales (GH-154584) (GH-154605)
serhiy-storchaka
[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
[Python-checkins] [3.15] gh-154582: Fix test_invalid_utf8_arg in non-UTF-8 multibyte locales (GH-154584) (GH-154601)
serhiy-storchaka
[Python-checkins] gh-154592: Fix test_peg_generator in non-UTF-8 locales with a non-ASCII work dir (GH-154593)
serhiy-storchaka
[Python-checkins] gh-154582: Fix test_invalid_utf8_arg in non-UTF-8 multibyte locales (GH-154584)
serhiy-storchaka
[Python-checkins] gh-146011: Fix use-after-free in `signaldict_repr` after deletion (#153784)
vstinner
[Python-checkins] gh-153785: Generate `AttributeError` messages from context (#153786)
vstinner
[Python-checkins] [3.15] gh-154435: Fix os.posix_fadvise() and os.posix_fallocate() on DragonFly BSD (GH-154436) (GH-154451)
serhiy-storchaka
[Python-checkins] [3.14] gh-154437: Fix test_getcwd_long_path on DragonFly BSD (GH-154438) (GH-154455)
serhiy-storchaka
[Python-checkins] gh-150546: Fix cleanup for replacement_locations in _PyCode_New() (#150549)
kumaraditya303
[Python-checkins] [3.15] gh-153761: Fix asyncio sock_accept() dropping a connection when cancelled (GH-153762) (#153829)
hugovk
[Python-checkins] gh-152263: Fix test_set_wide for locales with wide characters (GH-154583)
serhiy-storchaka
[Python-checkins] gh-153570: Fix use-after-free in bytearray.take_bytes() with a reentrant __index__ (#153572)
vstinner
[Python-checkins] gh-152433: Windows: modernize and refactor stat emulation APIs (GH-153700)
zooba
[Python-checkins] gh-153176: Fix destroy_interpreter() test helper clearing a non-current thread state (#153307)
kumaraditya303
[Python-checkins] [3.13] gh-153761: Fix asyncio sock_accept() dropping a connection when cancelled (GH-153762) (#153827)
kumaraditya303
[Python-checkins] gh-154551: Fix ctypes.util.find_library() in non-UTF-8 locales (GH-154552)
serhiy-storchaka
[Python-checkins] gh-153903: Copy docstrings and other metadata in `ctypes.util.wrap_dll_function` (GH-154495)
ZeroIntensity
[Python-checkins] gh-69573: Check the return value of msvcrt._putch() and _putwch() (GH-154364)
zooba
[Python-checkins] gh-154525: Skip ncurses find_pair()/alloc_pair() reuse checks before 6.3 (GH-154543)
serhiy-storchaka
[Python-checkins] gh-154525: Fix curses getcchar() failure on ncurses older than 6.3 (GH-154526)
serhiy-storchaka
[Python-checkins] [3.15] gh-139445: Skip pyrepl tests if the terminal is not supported (GH-154497) (GH-154529)
serhiy-storchaka
[Python-checkins] [3.14] gh-139445: Skip pyrepl tests if the terminal is not supported (GH-154497) (GH-154530)
serhiy-storchaka
[Python-checkins] [3.13] gh-151949: Fix Sphinx reference warnings in `Doc/library/lzma.rst` (GH-153878) (#154126)
tomasr8
[Python-checkins] gh-139445: Skip pyrepl tests if the terminal is not supported (GH-154497)
serhiy-storchaka
[Python-checkins] [3.14] gh-151949: Fix Sphinx reference warnings in `Doc/library/lzma.rst` (GH-153878) (#154125)
tomasr8
[Python-checkins] [3.15] gh-151949: Fix Sphinx reference warnings in `Doc/library/lzma.rst` (GH-153878) (#154127)
tomasr8
[Python-checkins] [3.13] gh-154502: Disable junk filling in the OpenBSD allocator in test_capi (GH-154503) (GH-154515)
serhiy-storchaka
[Python-checkins] [3.14] gh-154502: Disable junk filling in the OpenBSD allocator in test_capi (GH-154503) (GH-154514)
serhiy-storchaka
[Python-checkins] [3.15] gh-154502: Disable junk filling in the OpenBSD allocator in test_capi (GH-154503) (GH-154513)
serhiy-storchaka
[Python-checkins] [3.14] gh-154272: Skip more forkserver tests if the start method is unavailable (GH-154499) (GH-154506)
serhiy-storchaka
[Python-checkins] gh-154502: Disable junk filling in the OpenBSD allocator in test_capi (GH-154503)
serhiy-storchaka
[Python-checkins] [3.15] gh-154272: Skip more forkserver tests if the start method is unavailable (GH-154499) (GH-154505)
serhiy-storchaka
[Python-checkins] [3.13] gh-154272: Skip more forkserver tests if the start method is unavailable (GH-154499) (GH-154507)
serhiy-storchaka
[Python-checkins] gh-154401: Skip fetching the thread state for non-GC types in `_Py_Dealloc` (GH-154430)
ZeroIntensity
[Python-checkins] gh-154272: Skip more forkserver tests if the start method is unavailable (GH-154499)
serhiy-storchaka
[Python-checkins] [3.15] gh-153291: Fix data race in readline.get_completer() and get_pre_input_hook() (gh-153362) (gh-154418)
nascheme
[Python-checkins] [3.15] gh-154443: Fix test_makedev on DragonFly BSD (GH-154444) (GH-154450)
serhiy-storchaka
[Python-checkins] [3.15] gh-154137: Fix handle leak in test_winapi (GH-154201) (#154202)
ambv
[Python-checkins] Remove `from stat import *` recommendation from `stat.py` docstring (#154486)
sobolevn
[Python-checkins] gh-150076: Fix the documented signature of warnings.deprecated (#153879)
JelleZijlstra
[Python-checkins] [3.15] gh-150076: Fix the documented signature of warnings.deprecated (GH-153879) (#154487)
JelleZijlstra
[Python-checkins] [3.14] gh-150076: Fix the documented signature of warnings.deprecated (GH-153879) (#154488)
JelleZijlstra
[Python-checkins] [3.13] gh-150076: Fix the documented signature of warnings.deprecated (GH-153879) (#154489)
JelleZijlstra
[Python-checkins] [3.13] gh-154272: Skip forkserver tests when the start method is unavailable (GH-154274) (GH-154472)
serhiy-storchaka
[Python-checkins] [3.13] gh-154460: Do not use wcsftime() on OpenBSD (GH-154461) (GH-154476)
serhiy-storchaka
[Python-checkins] [3.15] gh-154431: Fix data race in `sys.audithook` (GH-154462) (#154477)
sobolevn
[Python-checkins] [3.15] gh-154460: Do not use wcsftime() on OpenBSD (GH-154461) (GH-154474)
serhiy-storchaka
[Python-checkins] gh-154431: Fix data race in `sys.audithook` (#154462)
ambv
[Python-checkins] [3.14] gh-154460: Do not use wcsftime() on OpenBSD (GH-154461) (GH-154475)
serhiy-storchaka
[Python-checkins] [3.13] gh-154137: Fix handle leak in test_winapi (GH-154201) (#154204)
ambv
[Python-checkins] [3.14] gh-154137: Fix handle leak in test_winapi (GH-154201) (#154203)
ambv
[Python-checkins] gh-80678: Document the preferred delimiters of csv.Sniffer (#154336)
ambv
[Python-checkins] [3.13] gh-154007: Improve test coverage for the `shlex` module (GH-154009) (#154458)
ambv
[Python-checkins] [3.15] gh-153872: macOS: free-threading support is installed by default on Python 3.15 (GH-154103) (#154479)
hugovk
[Python-checkins] gh-153872: macOS: free-threading support is installed by default on Python 3.15 (#154103)
hugovk
[Python-checkins] gh-154465: Add configure flag to exclude emscripten_syscalls.c (#154466)
ambv
[Python-checkins] gh-154460: Do not use wcsftime() on OpenBSD (#154461)
ambv
[Python-checkins] [3.14] gh-154272: Skip forkserver tests when the start method is unavailable (GH-154274) (GH-154471)
serhiy-storchaka
[Python-checkins] [3.15] gh-154272: Skip forkserver tests when the start method is unavailable (GH-154274) (GH-154468)
serhiy-storchaka
[Python-checkins] gh-154272: Skip forkserver tests when the start method is unavailable (GH-154274)
serhiy-storchaka
[Python-checkins] gh-84649: Fix unstable test_rollover_at_midnight (GH-154463)
serhiy-storchaka
[Python-checkins] [3.15] gh-154014: Initialize cold executor vm_data fields (GH-154142) (GH-154457)
Fidget-Spinner
[Python-checkins] [3.15] gh-154437: Fix test_getcwd_long_path on DragonFly BSD (GH-154438) (GH-154454)
serhiy-storchaka
[Python-checkins] [3.13] gh-154437: Fix test_getcwd_long_path on DragonFly BSD (GH-154438) (GH-154456)
serhiy-storchaka
[Python-checkins] gh-154014: Initialize cold executor vm_data fields (GH-154142)
Fidget-Spinner
[Python-checkins] gh-154437: Fix test_getcwd_long_path on DragonFly BSD (GH-154438)
serhiy-storchaka
[Python-checkins] [3.13] gh-154435: Fix os.posix_fadvise() and os.posix_fallocate() on DragonFly BSD (GH-154436) (GH-154453)
serhiy-storchaka
[Python-checkins] [3.15] gh-154366: Fix test_asyncio.test_sendfile timing out on DragonFly BSD (GH-154367) (GH-154371)
serhiy-storchaka
[Python-checkins] [3.15] gh-154441: Skip the scheduler tests if the API requires privileges (GH-154442) (GH-154447)
serhiy-storchaka
[Python-checkins] [3.14] gh-154441: Skip the scheduler tests if the API requires privileges (GH-154442) (GH-154448)
serhiy-storchaka
[Python-checkins] [3.14] gh-154399: Fix venv activate.csh in a non-interactive shell (GH-154400) (GH-154409)
serhiy-storchaka
[Python-checkins] [3.13] gh-154441: Skip the scheduler tests if the API requires privileges (GH-154442) (GH-154449)
serhiy-storchaka
[Python-checkins] gh-154435: Fix os.posix_fadvise() and os.posix_fallocate() on DragonFly BSD (GH-154436)
serhiy-storchaka
[Python-checkins] gh-154443: Fix test_makedev on DragonFly BSD (GH-154444)
serhiy-storchaka
[Python-checkins] [3.14] gh-154007: Improve test coverage for the `shlex` module (GH-154009) (#154446)
tomasr8
[Python-checkins] [3.15] gh-154007: Improve test coverage for the `shlex` module (GH-154009) (#154445)
tomasr8
[Python-checkins] gh-154441: Skip the scheduler tests if the API requires privileges (GH-154442)
serhiy-storchaka
[Python-checkins] gh-154007: Improve test coverage for the `shlex` module (#154009)
tomasr8
[Python-checkins] [3.14] urllib: Add tests for HTTP errors to complete coverage (GH-154102) (#154121)
tomasr8
[Python-checkins] [3.15] Test `object_hook` and pickleability of some JSON components (GH-154155) (#154374)
tomasr8
[Python-checkins] [3.14] Test `object_hook` and pickleability of some JSON components (GH-154155) (#154375)
tomasr8
[Python-checkins] [3.13] gh-154427: Check the access time in UtimeTests only if it is stored (GH-154428) (GH-154439)
serhiy-storchaka
[Python-checkins] [3.15] gh-154427: Check the access time in UtimeTests only if it is stored (GH-154428) (GH-154432)
serhiy-storchaka
[Python-checkins] [3.14] gh-154427: Check the access time in UtimeTests only if it is stored (GH-154428) (GH-154433)
serhiy-storchaka
[Python-checkins] gh-154427: Check the access time in UtimeTests only if it is stored (GH-154428)
serhiy-storchaka
[Python-checkins] [3.15] gh-154414: Skip test_tcsendbreak on DragonFly BSD (GH-154415) (GH-154426)
serhiy-storchaka
[Python-checkins] [3.15] gh-154416: Fix hanging test_tcflow on DragonFly BSD (GH-154417) (GH-154423)
serhiy-storchaka
[Python-checkins] [3.14] gh-154416: Fix hanging test_tcflow on DragonFly BSD (GH-154417) (GH-154422)
serhiy-storchaka
[Python-checkins] [3.14] gh-154414: Skip test_tcsendbreak on DragonFly BSD (GH-154415) (GH-154425)
serhiy-storchaka
[Python-checkins] gh-154419: Find the fish shell in test_venv (GH-154420)
serhiy-storchaka
[Python-checkins] [3.13] gh-154416: Fix hanging test_tcflow on DragonFly BSD (GH-154417) (GH-154421)
serhiy-storchaka
[Python-checkins] [3.13] gh-154414: Skip test_tcsendbreak on DragonFly BSD (GH-154415) (GH-154424)
serhiy-storchaka
[Python-checkins] [3.15] gh-154394: Skip test_tcsendbreak on OpenBSD (GH-154397) (GH-154411)
serhiy-storchaka
[Python-checkins] gh-154416: Fix hanging test_tcflow on DragonFly BSD (GH-154417)
serhiy-storchaka
[Python-checkins] gh-154414: Skip test_tcsendbreak on DragonFly BSD (GH-154415)
serhiy-storchaka
[Python-checkins] [3.14] gh-154394: Skip test_tcsendbreak on OpenBSD (GH-154397) (GH-154412)
serhiy-storchaka
[Python-checkins] gh-153291: Fix data race in readline.get_completer() and get_pre_input_hook() (gh-153362)
nascheme
[Python-checkins] [3.13] gh-154394: Skip test_tcsendbreak on OpenBSD (GH-154397) (GH-154413)
serhiy-storchaka
[Python-checkins] [3.15] gh-154399: Fix venv activate.csh in a non-interactive shell (GH-154400) (GH-154408)
serhiy-storchaka
[Python-checkins] [3.13] gh-154399: Fix venv activate.csh in a non-interactive shell (GH-154400) (GH-154410)
serhiy-storchaka
[Python-checkins] gh-154395: Skip test_environment_is_not_modified without rl_change_environment (GH-154396)
serhiy-storchaka
[Python-checkins] gh-154394: Skip test_tcsendbreak on OpenBSD (GH-154397)
serhiy-storchaka
[Python-checkins] gh-154399: Fix venv activate.csh in a non-interactive shell (GH-154400)
serhiy-storchaka
[Python-checkins] [3.14] gh-153741: Harden IDLE GUI tests for newer Tk and display scaling (GH-153742) (#154405)
terryjreedy
[Python-checkins] [3.15] gh-153741: Harden IDLE GUI tests for newer Tk and display scaling (GH-153742) (#154404)
terryjreedy
[Python-checkins] [3.13] gh-153741: Harden IDLE GUI tests for newer Tk and display scaling (GH-153742) (#154406)
terryjreedy
[Python-checkins] gh-152902: Add Intel `icx` compiler to `configure.ac` (GH-152825)
zware
[Python-checkins] gh-153741: Harden IDLE GUI tests for newer Tk and display scaling (#153742)
terryjreedy
[Python-checkins] [3.15] gh-154389: Do not use uuid_create() on OpenBSD (GH-154390) (GH-154391)
serhiy-storchaka
[Python-checkins] [3.14] gh-154389: Do not use uuid_create() on OpenBSD (GH-154390) (GH-154392)
serhiy-storchaka
Earlier messages