python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Thread
[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
[Python-checkins] [3.13] gh-154389: Do not use uuid_create() on OpenBSD (GH-154390) (GH-154393)
serhiy-storchaka
[Python-checkins] gh-103847: fix some asyncio subprocess cancellation bugs (#146571)
kumaraditya303
[Python-checkins] gh-154389: Do not use uuid_create() on OpenBSD (GH-154390)
serhiy-storchaka
[Python-checkins] [3.15] gh-154379: Fix test_epoll on Solaris (GH-154380) (GH-154382)
serhiy-storchaka
[Python-checkins] [3.14] gh-154379: Fix test_epoll on Solaris (GH-154380) (GH-154383)
serhiy-storchaka
[Python-checkins] [3.13] gh-154379: Fix test_epoll on Solaris (GH-154380) (GH-154384)
serhiy-storchaka
[Python-checkins] gh-154379: Fix test_epoll on Solaris (GH-154380)
serhiy-storchaka
[Python-checkins] [3.14] gh-154366: Fix test_asyncio.test_sendfile timing out on DragonFly BSD (GH-154367) (GH-154372)
serhiy-storchaka
[Python-checkins] [3.13] gh-154366: Fix test_asyncio.test_sendfile timing out on DragonFly BSD (GH-154367) (GH-154373)
serhiy-storchaka
[Python-checkins] Test `object_hook` and pickleability of some JSON components (GH-154155)
encukou
[Python-checkins] [3.14] gh-154345: Fix test_posix_pty_functions() killing the worker on Solaris (GH-154346) (GH-154355)
serhiy-storchaka
[Python-checkins] gh-154366: Fix test_asyncio.test_sendfile timing out on DragonFly BSD (GH-154367)
serhiy-storchaka
[Python-checkins] [3.15] gh-154345: Fix test_posix_pty_functions() killing the worker on Solaris (GH-154346) (GH-154354)
serhiy-storchaka
[Python-checkins] [3.13] gh-154345: Fix test_posix_pty_functions() killing the worker on Solaris (GH-154346) (GH-154356)
serhiy-storchaka
[Python-checkins] [3.15] gh-154352: Fix killing a worker process in regrtest on OpenBSD (GH-154353) (GH-154360)
serhiy-storchaka
[Python-checkins] [3.14] gh-154352: Fix killing a worker process in regrtest on OpenBSD (GH-154353) (GH-154361)
serhiy-storchaka
[Python-checkins] gh-154352: Fix killing a worker process in regrtest on OpenBSD (GH-154353)
serhiy-storchaka
[Python-checkins] gh-154345: Fix test_posix_pty_functions() killing the worker on Solaris (GH-154346)
serhiy-storchaka
[Python-checkins] [3.15] gh-153881: Atomically load `dk_nentries` in `_PyObject_IsInstanceDictEmpty` (GH-153882) (#154349)
kumaraditya303
[Python-checkins] gh-154320: Fix swapped __defaults__/__kwdefaults__ in annotationlib docs (#154321)
JelleZijlstra
[Python-checkins] gh-153881: Atomically load `dk_nentries` in `_PyObject_IsInstanceDictEmpty` (#153882)
kumaraditya303
[Python-checkins] [3.15] gh-154275: Fix cleanup code in `_Py_make_parameters` (GH-154341) (#154342)
sobolevn
[Python-checkins] [3.14] gh-154275: Fix cleanup code in `_Py_make_parameters` (GH-154341) (#154343)
sobolevn
[Python-checkins] [3.13] gh-154275: Do not crash on deeply nested `__parameters__` in `GenericAlias` (GH-154277) (#154340)
sobolevn
[Python-checkins] gh-154275: Fix cleanup code in `_Py_make_parameters` (#154341)
sobolevn
[Python-checkins] [3.14] gh-154275: Do not crash on deeply nested `__parameters__` in `GenericAlias` (GH-154277) (#154339)
sobolevn
[Python-checkins] gh-139373: Fix asyncio Process.communicate() losing output when cancelled (#154223)
kumaraditya303
[Python-checkins] gh-145685: per-type method cache implementation (#150160)
kumaraditya303
[Python-checkins] [3.15] gh-154308: Clear file flags in os_helper.rmtree() (GH-154310) (GH-154314)
serhiy-storchaka
[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
[Python-checkins] [3.15] gh-154326: Fix test_fsize_not_too_big() on Solaris (GH-154329) (GH-154334)
serhiy-storchaka
[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
[Python-checkins] gh-154326: Fix test_fsize_not_too_big() on Solaris (GH-154329)
serhiy-storchaka
[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
[Python-checkins] gh-83273: Rewrite csv.Sniffer dialect detection using trial parsing (GH-153694)
serhiy-storchaka
[Python-checkins] [3.15] gh-154279: Skip readline completion tests that fail on DragonFly and illumos (GH-154280) (GH-154282)
serhiy-storchaka
[Python-checkins] gh-154325: Skip test_add_file_after_2107() if the file system rejects the timestamp (GH-154328)
serhiy-storchaka
[Python-checkins] [3.13] gh-103925: Fix csv.Sniffer for a quoted field ending a CRLF line (GH-103926) (GH-154330)
serhiy-storchaka
[Python-checkins] [3.15] gh-103925: Fix csv.Sniffer for a quoted field ending a CRLF line (GH-103926) (GH-154322)
serhiy-storchaka
[Python-checkins] [3.14] gh-103925: Fix csv.Sniffer for a quoted field ending a CRLF line (GH-103926) (GH-154323)
serhiy-storchaka
[Python-checkins] gh-103925: Fix csv.Sniffer for a quoted field ending a CRLF line (GH-103926)
serhiy-storchaka
[Python-checkins] [3.15] gh-154303: Skip test_sqlite3 CLI completion tests on OpenBSD (GH-154304) (GH-154305)
serhiy-storchaka
[Python-checkins] [3.15] gh-154307: Fix TemporaryDirectory cleanup on DragonFly BSD (GH-154309) (GH-154311)
serhiy-storchaka
[Python-checkins] [3.14] gh-154307: Fix TemporaryDirectory cleanup on DragonFly BSD (GH-154309) (GH-154312)
serhiy-storchaka
[Python-checkins] [3.13] gh-154307: Fix TemporaryDirectory cleanup on DragonFly BSD (GH-154309) (GH-154313)
serhiy-storchaka
[Python-checkins] [3.14] gh-154308: Clear file flags in os_helper.rmtree() (GH-154310) (GH-154315)
serhiy-storchaka
[Python-checkins] [3.13] gh-154308: Clear file flags in os_helper.rmtree() (GH-154310) (GH-154316)
serhiy-storchaka
[Python-checkins] [3.15] gh-148665: Enable socket.shutdown function for emscripten (GH-148666) (#154319)
freakboy3742
[Python-checkins] gh-148665: Enable socket.shutdown function for emscripten (#148666)
freakboy3742
[Python-checkins] gh-154308: Clear file flags in os_helper.rmtree() (GH-154310)
serhiy-storchaka
[Python-checkins] gh-154307: Fix TemporaryDirectory cleanup on DragonFly BSD (GH-154309)
serhiy-storchaka
[Python-checkins] [3.15] gh-154275: Do not crash on deeply nested `__parameters__` in `GenericAlias` (GH-154277) (#154306)
sobolevn
[Python-checkins] gh-154275: Do not crash on deeply nested `__parameters__` in `GenericAlias` (#154277)
sobolevn
[Python-checkins] gh-154303: Skip test_sqlite3 CLI completion tests on OpenBSD (GH-154304)
serhiy-storchaka
[Python-checkins] [3.15] gh-154291: Fix socket.has_dualstack_ipv6() on DragonFly BSD (GH-154292) (GH-154299)
serhiy-storchaka
[Python-checkins] [3.14] gh-154291: Fix socket.has_dualstack_ipv6() on DragonFly BSD (GH-154292) (GH-154300)
serhiy-storchaka
[Python-checkins] [3.13] gh-154291: Fix socket.has_dualstack_ipv6() on DragonFly BSD (GH-154292) (GH-154301)
serhiy-storchaka
[Python-checkins] [3.15] gh-154283: Make threading.get_native_id() unique across processes on DragonFly (GH-154287) (GH-154293)
serhiy-storchaka
[Python-checkins] [3.14] gh-154283: Make threading.get_native_id() unique across processes on DragonFly (GH-154287) (GH-154297)
serhiy-storchaka
[Python-checkins] [3.14] gh-154289: Fix test_socket.testGetServBy on DragonFly (GH-154290) (GH-154295)
serhiy-storchaka
[Python-checkins] [3.13] gh-154283: Make threading.get_native_id() unique across processes on DragonFly (GH-154287) (GH-154298)
serhiy-storchaka
[Python-checkins] [3.15] gh-154289: Fix test_socket.testGetServBy on DragonFly (GH-154290) (GH-154294)
serhiy-storchaka
[Python-checkins] gh-154291: Fix socket.has_dualstack_ipv6() on DragonFly BSD (GH-154292)
serhiy-storchaka
[Python-checkins] [3.13] gh-154289: Fix test_socket.testGetServBy on DragonFly (GH-154290) (GH-154296)
serhiy-storchaka
[Python-checkins] gh-154289: Fix test_socket.testGetServBy on DragonFly (GH-154290)
serhiy-storchaka
[Python-checkins] gh-154283: Make threading.get_native_id() unique across processes on DragonFly (GH-154287)
serhiy-storchaka
[Python-checkins] [3.15] gh-154240: Skip cmsg truncation socket tests on OpenBSD and DragonFly (GH-154244) (GH-154286)
serhiy-storchaka
[Python-checkins] [3.14] gh-154279: Skip readline completion tests that fail on DragonFly and illumos (GH-154280) (GH-154288)
serhiy-storchaka
[Python-checkins] [3.14] gh-154240: Skip cmsg truncation socket tests on OpenBSD and DragonFly (GH-154244) (GH-154285)
serhiy-storchaka
[Python-checkins] gh-154279: Skip readline completion tests that fail on DragonFly and illumos (GH-154280)
serhiy-storchaka
[Python-checkins] [3.15] gh-125860: Skip separate-SCM_RIGHTS socket tests on NetBSD, OpenBSD and DragonFly (GH-154239) (GH-154245)
serhiy-storchaka
[Python-checkins] [3.14] gh-125860: Skip separate-SCM_RIGHTS socket tests on NetBSD, OpenBSD and DragonFly (GH-154239) (GH-154246)
serhiy-storchaka
[Python-checkins] [3.15] gh-154260: Fix test_flush_parameters on DragonFly BSD (GH-154261) (GH-154269)
serhiy-storchaka
[Python-checkins] [3.13] gh-154240: Skip cmsg truncation socket tests on OpenBSD and DragonFly (GH-154244) (GH-154270)
serhiy-storchaka
[Python-checkins] gh-154240: Skip cmsg truncation socket tests on OpenBSD and DragonFly (GH-154244)
serhiy-storchaka
[Python-checkins] [3.15] gh-99968: FAQ: dev versions end in `+dev` (GH-153262) (#154268)
hugovk
[Python-checkins] [3.14] gh-154167: Fix test suite hang when SIGINT is ignored (GH-154168) (GH-154266)
serhiy-storchaka
[Python-checkins] [3.15] gh-154258: Fix mmap.resize() crash on NetBSD growing a shared anonymous mapping (GH-154259) (GH-154262)
serhiy-storchaka
[Python-checkins] [3.15] gh-154167: Fix test suite hang when SIGINT is ignored (GH-154168) (GH-154265)
serhiy-storchaka
[Python-checkins] [3.13] gh-154167: Fix test suite hang when SIGINT is ignored (GH-154168) (GH-154267)
serhiy-storchaka
[Python-checkins] [3.14] gh-154258: Fix mmap.resize() crash on NetBSD growing a shared anonymous mapping (GH-154259) (GH-154263)
serhiy-storchaka
[Python-checkins] [3.13] gh-154258: Fix mmap.resize() crash on NetBSD growing a shared anonymous mapping (GH-154259) (GH-154264)
serhiy-storchaka
[Python-checkins] gh-154260: Fix test_flush_parameters on DragonFly BSD (GH-154261)
serhiy-storchaka
[Python-checkins] gh-99968: FAQ: dev versions end in `+dev` (#153262)
hugovk
[Python-checkins] gh-154167: Fix test suite hang when SIGINT is ignored (GH-154168)
serhiy-storchaka
[Python-checkins] gh-154258: Fix mmap.resize() crash on NetBSD growing a shared anonymous mapping (GH-154259)
serhiy-storchaka
[Python-checkins] [3.13] gh-154225: Fix os.openpty() acquiring a controlling terminal on Solaris (GH-154229) (GH-154257)
serhiy-storchaka
[Python-checkins] [3.14] gh-154225: Fix os.openpty() acquiring a controlling terminal on Solaris (GH-154229) (GH-154256)
serhiy-storchaka
[Python-checkins] gh-152433: Alternate implementation of _winapi.GetVersion for modern API sets (GH-152694)
zooba
[Python-checkins] [3.15] Fix two typos in two stdlib docstrings (GH-153479) (#154252)
StanFromIreland
[Python-checkins] [3.14] Fix two typos in two stdlib docstrings (GH-153479) (#154253)
StanFromIreland
[Python-checkins] Fix two typos in two stdlib docstrings (#153479)
StanFromIreland
[Python-checkins] [3.14] Fix typo in C API Type Object Structures documentation (GH-154249) (#154251)
StanFromIreland
[Python-checkins] [3.15] Fix typo in C API Type Object Structures documentation (GH-154249) (#154250)
StanFromIreland
[Python-checkins] Bump `profiling.sampling.cli._SYNC_TIMEOUT_SEC` to fix failures on slow Buildbots (#154248)
pablogsal
[Python-checkins] Fix typo in C API Type Object Structures documentation (#154249)
StanFromIreland
[Python-checkins] [3.13] gh-125860: Skip separate-SCM_RIGHTS socket tests on NetBSD, OpenBSD and DragonFly (GH-154239) (GH-154247)
serhiy-storchaka
[Python-checkins] [3.14] gh-154227: Fix os.posix_openpt() on OpenBSD (GH-154228) (GH-154236)
serhiy-storchaka
[Python-checkins] [3.15] gh-154227: Fix os.posix_openpt() on OpenBSD (GH-154228) (GH-154235)
serhiy-storchaka
[Python-checkins] [3.13] gh-154227: Fix os.posix_openpt() on OpenBSD (GH-154228) (GH-154237)
serhiy-storchaka
[Python-checkins] [3.15] gh-154225: Fix os.openpty() acquiring a controlling terminal on Solaris (GH-154229) (GH-154238)
serhiy-storchaka
[Python-checkins] [3.15] gh-154226: Fix test_posix_pty_functions on Solaris (GH-154230) (GH-154241)
serhiy-storchaka
[Python-checkins] [3.14] gh-154226: Fix test_posix_pty_functions on Solaris (GH-154230) (GH-154242)
serhiy-storchaka
[Python-checkins] [3.13] gh-154226: Fix test_posix_pty_functions on Solaris (GH-154230) (GH-154243)
serhiy-storchaka
[Python-checkins] [3.15] gh-154218: Fix test_posix_fallocate on file systems that do not support posix_fallocate() (GH-154219) (GH-154232)
serhiy-storchaka
[Python-checkins] [3.14] gh-154218: Fix test_posix_fallocate on file systems that do not support posix_fallocate() (GH-154219) (GH-154233)
serhiy-storchaka
[Python-checkins] [3.13] gh-154218: Fix test_posix_fallocate on file systems that do not support posix_fallocate() (GH-154219) (GH-154234)
serhiy-storchaka
[Python-checkins] [3.14] gh-154211: Skip C-stack exhaustion tests when the C stack is huge (GH-154212) (GH-154231)
serhiy-storchaka
[Python-checkins] gh-125860: Skip separate-SCM_RIGHTS socket tests on NetBSD, OpenBSD and DragonFly (GH-154239)
serhiy-storchaka
[Python-checkins] gh-154226: Fix test_posix_pty_functions on Solaris (GH-154230)
serhiy-storchaka
[Python-checkins] gh-154225: Fix os.openpty() acquiring a controlling terminal on Solaris (GH-154229)
serhiy-storchaka
[Python-checkins] gh-154227: Fix os.posix_openpt() on OpenBSD (GH-154228)
serhiy-storchaka
[Python-checkins] [3.15] gh-154176: Fix locale.strxfrm() crash on DragonFly BSD (GH-154177) (GH-154217)
serhiy-storchaka
[Python-checkins] gh-154218: Fix test_posix_fallocate on file systems that do not support posix_fallocate() (GH-154219)
serhiy-storchaka
[Python-checkins] [3.15] gh-127049: fix race condition in asyncio signalling an unrelated process with ThreadedChildWatcher (GH-153810) (#154220)
kumaraditya303
[Python-checkins] [3.14] gh-127049: fix race condition in asyncio signalling an unrelated process with ThreadedChildWatcher (GH-153810) (#154221)
kumaraditya303
[Python-checkins] [3.15] urllib: Add tests for HTTP errors to complete coverage (GH-154102) (#154120)
tomasr8
[Python-checkins] [3.14] Fix grammatical typos in documentation (GH-154181) (#154191)
tomasr8
[Python-checkins] [3.15] gh-154211: Skip C-stack exhaustion tests when the C stack is huge (GH-154212) (GH-154216)
serhiy-storchaka
[Python-checkins] [3.15] Fix grammatical typos in documentation (GH-154181) (#154190)
tomasr8
[Python-checkins] gh-127049: fix race condition in asyncio signalling an unrelated process with ThreadedChildWatcher (#153810)
kumaraditya303
[Python-checkins] [3.14] gh-154046: docs: fix dead link to codahale timing attacks article in secrets.rst (GH-154047) (#154214)
hugovk
[Python-checkins] [3.15] gh-154046: docs: fix dead link to codahale timing attacks article in secrets.rst (GH-154047) (#154213)
hugovk
[Python-checkins] [3.13] gh-154046: docs: fix dead link to codahale timing attacks article in secrets.rst (GH-154047) (#154215)
hugovk
[Python-checkins] gh-154176: Fix locale.strxfrm() crash on DragonFly BSD (GH-154177)
serhiy-storchaka
[Python-checkins] gh-154211: Skip C-stack exhaustion tests when the C stack is huge (GH-154212)
serhiy-storchaka
[Python-checkins] gh-154146: Fix accuracy of the math.acospi() fallback near 1 (GH-154148)
serhiy-storchaka
[Python-checkins] [3.15] gh-119710: fix asyncio Process.wait() to finish on process exit and not wait for closing of pipes (GH-151983) (#154170)
kumaraditya303
[Python-checkins] [3.14] gh-119710: fix asyncio Process.wait() to finish on process exit and not wait for closing of pipes (GH-151983) (#154171)
kumaraditya303
[Python-checkins] [3.13] gh-119710: fix asyncio Process.wait() to finish on process exit and not wait for closing of pipes (GH-151983) (#154172)
kumaraditya303
[Python-checkins] gh-154136: Define _ISOC23_SOURCE to fix building the math module on FreeBSD (GH-154138)
serhiy-storchaka
[Python-checkins] [3.13] fix ResourceWarnings of test_kill_issue43884 in asyncio (GH-154178) (#154185)
kumaraditya303
[Python-checkins] [3.14] fix ResourceWarnings of test_kill_issue43884 in asyncio (GH-154178) (#154184)
kumaraditya303
[Python-checkins] [3.15] fix ResourceWarnings of test_kill_issue43884 in asyncio (GH-154178) (#154183)
kumaraditya303
[Python-checkins] gh-154046: docs: fix dead link to codahale timing attacks article in secrets.rst (#154047)
hugovk
[Python-checkins] gh-154137: Fix handle leak in test_winapi (#154201)
vstinner
[Python-checkins] gh-145177: Upgrade to Emscripten 6.0.3 (#154029)
freakboy3742
[Python-checkins] [3.13] Fix grammatical typos in documentation (GH-154181) (#154193)
picnixz
[Python-checkins] [3.14] gh-153864: Fix curses window.insch() for non-ASCII characters on a wide build (GH-153865) (GH-154152)
serhiy-storchaka
[Python-checkins] Fix grammatical typos in documentation (#154181)
picnixz
[Python-checkins] [3.15] gh-151022: Fix remote debugging linetable reads (GH-151036) (#154187)
pablogsal
[Python-checkins] fix ResourceWarnings of test_kill_issue43884 in asyncio (#154178)
kumaraditya303
[Python-checkins] [3.15] Fix typos in `Py_tp_base` macro documentation (GH-154150) (#154180)
StanFromIreland
[Python-checkins] Fix typos in `Py_tp_base` macro documentation (#154150)
StanFromIreland
[Python-checkins] gh-104533: Fix ctypes test_pointer_proto_missing_argtypes_error() (#154169)
vstinner
[Python-checkins] gh-119710: fix asyncio Process.wait() to finish on process exit and not wait for closing of pipes (#151983)
kumaraditya303
[Python-checkins] [3.15] gh-154144: Fix false positive from the stdbool.h guard in _testcapimodule.c (GH-154145) (GH-154157)
serhiy-storchaka
[Python-checkins] [3.14] gh-154144: Fix false positive from the stdbool.h guard in _testcapimodule.c (GH-154145) (GH-154158)
serhiy-storchaka
[Python-checkins] gh-62534: Document that three-argument type() does not call __prepare__ (GH-154028)
encukou
[Python-checkins] [3.13] gh-154144: Fix false positive from the stdbool.h guard in _testcapimodule.c (GH-154145) (GH-154159)
serhiy-storchaka
[Python-checkins] [3.14] gh-139806: Mention pickle error changes in What's New in 3.14 (GH-154020) (GH-154162)
serhiy-storchaka
[Python-checkins] [3.15] gh-139806: Mention pickle error changes in What's New in 3.14 (GH-154020) (GH-154161)
serhiy-storchaka
[Python-checkins] gh-139806: Mention pickle error changes in What's New in 3.14 (GH-154020)
serhiy-storchaka
[Python-checkins] [3.14] gh-153862: Fix curses window.inch() for non-ASCII characters on a wide build (GH-153863) (GH-154151)
serhiy-storchaka
[Python-checkins] [3.13] gh-153862: Fix curses window.inch() for non-ASCII characters on a wide build (GH-153863) (GH-154153)
serhiy-storchaka
[Python-checkins] [3.13] gh-153864: Fix curses window.insch() for non-ASCII characters on a wide build (GH-153865) (GH-154154)
serhiy-storchaka
[Python-checkins] [3.13] improve json test coverage (GH-154123) (GH-154133)
encukou
[Python-checkins] [3.14] improve json test coverage (GH-154123) (GH-154135)
encukou
[Python-checkins] [3.15] improve json test coverage (GH-154123) (GH-154134)
encukou
[Python-checkins] gh-153903: Use `@ctypes.util.wrap_dll_function()` (#154122)
vstinner
[Python-checkins] gh-154144: Fix false positive from the stdbool.h guard in _testcapimodule.c (GH-154145)
serhiy-storchaka
[Python-checkins] [3.15] gh-152798: update sys.thread_info.lock documentation to match implementation (GH-153263) (#153276)
vstinner
[Python-checkins] [3.14] gh-153932: protect read of en_index during enumerate.reduce (GH-154118) (GH-154129)
encukou
[Python-checkins] [3.15] gh-153932: protect read of en_index during enumerate.reduce (GH-154118) (GH-154128)
encukou
[Python-checkins] gh-153906: Show 'Data' in code formatting (#154132)
hugovk
[Python-checkins] gh-153932: protect read of en_index during enumerate.reduce (GH-154118)
encukou
[Python-checkins] gh-152433: Windows: ``_uuid`` module: improve UWP compatibility (#152793)
chris-eibl
[Python-checkins] improve json test coverage (GH-154123)
encukou
[Python-checkins] gh-151949: Fix Sphinx reference warnings in `Doc/library/lzma.rst` (GH-153878)
zware
[Python-checkins] [3.15] gh-153862: Fix curses window.inch() for non-ASCII characters on a wide build (GH-153863) (GH-154116)
serhiy-storchaka
[Python-checkins] [3.15] gh-153864: Fix curses window.insch() for non-ASCII characters on a wide build (GH-153865) (GH-154117)
serhiy-storchaka
[Python-checkins] [3.15] gh-154053: Fix compilation of the ssl module against LibreSSL (GH-154054) (GH-154075)
serhiy-storchaka
[Python-checkins] urllib: Add tests for HTTP errors to complete coverage (#154102)
tomasr8
[Python-checkins] [3.15] Add test for explicit `cls` argument bypassing default JSON decoder (GH-154094) (#154112)
tomasr8
[Python-checkins] [3.14] Add test for explicit `cls` argument bypassing default JSON decoder (GH-154094) (#154113)
tomasr8
[Python-checkins] gh-154055: Gate optional curses functions absent on old SVr4 curses (GH-154057)
serhiy-storchaka
[Python-checkins] [3.13] Add test for explicit `cls` argument bypassing default JSON decoder (GH-154094) (#154114)
tomasr8
[Python-checkins] gh-104533: Use `@ctypes.util.struct` decorator (#154031)
vstinner
[Python-checkins] gh-153903: Use `@ctypes.util.wrap_dll_function()` with pythonapi (#154030)
vstinner
[Python-checkins] Add test for explicit `cls` argument bypassing default JSON decoder (#154094)
tomasr8
[Python-checkins] [3.15] Document getopt and gnu_getopt longopts argument as string (GH-153976) (#154095)
tomasr8
Earlier messages
Later messages