[Python-checkins] [3.14] gh-116008: Detect freed thread state in faulthandler (GH-141988) (#142013)

2025-11-27 Thread vstinner
https://github.com/python/cpython/commit/a1dd2480226370b6924dbd8a59f9c86dc856047b commit: a1dd2480226370b6924dbd8a59f9c86dc856047b branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-11-27T20:34:00Z summary: [3.14] gh-

[Python-checkins] [3.13] gh-116008: Detect freed thread state in faulthandler (#141988) (#142017)

2025-11-27 Thread vstinner
https://github.com/python/cpython/commit/80b752285d861ca5d092d02f8e2117b88b54d6d7 commit: 80b752285d861ca5d092d02f8e2117b88b54d6d7 branch: 3.13 author: Victor Stinner committer: vstinner date: 2025-11-27T17:55:31+01:00 summary: [3.13] gh-116008: Detect freed thread state in faulthandler

[Python-checkins] gh-130396: Export _Py_ReachedRecursionLimitWithMargin() (#142012)

2025-11-27 Thread vstinner
https://github.com/python/cpython/commit/9c4ff8a615af3f1e746fcfe5cdb6af5ddfb3b6a7 commit: 9c4ff8a615af3f1e746fcfe5cdb6af5ddfb3b6a7 branch: main author: Victor Stinner committer: vstinner date: 2025-11-27T12:22:15Z summary: gh-130396: Export _Py_ReachedRecursionLimitWithMargin() (#142012

[Python-checkins] [3.14] gh-125434: Display thread name in faulthandler on Windows (#142011)

2025-11-27 Thread vstinner
https://github.com/python/cpython/commit/ad60d8963effb7677dbab05c6d8b3c1c3d78904c commit: ad60d8963effb7677dbab05c6d8b3c1c3d78904c branch: 3.14 author: Victor Stinner committer: vstinner date: 2025-11-27T12:05:37Z summary: [3.14] gh-125434: Display thread name in faulthandler on Windows

[Python-checkins] gh-116008: Detect freed thread state in faulthandler (#141988)

2025-11-27 Thread vstinner
https://github.com/python/cpython/commit/d5d9e89dde9843a61b46872b1914c5b75ad05998 commit: d5d9e89dde9843a61b46872b1914c5b75ad05998 branch: main author: Victor Stinner committer: vstinner date: 2025-11-27T12:35:00+01:00 summary: gh-116008: Detect freed thread state in faulthandler (#141988) Add

[Python-checkins] gh-127635: Use flexible array in tracemalloc (#141991)

2025-11-27 Thread vstinner
https://github.com/python/cpython/commit/83d8134c5b13a1c2f26176a60d5b1e3478fe92bd commit: 83d8134c5b13a1c2f26176a60d5b1e3478fe92bd branch: main author: Victor Stinner committer: vstinner date: 2025-11-27T12:32:31+01:00 summary: gh-127635: Use flexible array in tracemalloc (#141991) Replace

[Python-checkins] gh-130396: Remove _Py_ReachedRecursionLimitWithMargin() function (#141951)

2025-11-27 Thread vstinner
https://github.com/python/cpython/commit/7fe1a18b77ea1aef186c95c54e061b667a975989 commit: 7fe1a18b77ea1aef186c95c54e061b667a975989 branch: main author: Victor Stinner committer: vstinner date: 2025-11-27T12:32:00+01:00 summary: gh-130396: Remove _Py_ReachedRecursionLimitWithMargin() function

[Python-checkins] [3.13] gh-141004: Document `PyOS_mystr(n)icmp` (GH-141760) (#141948)

2025-11-25 Thread vstinner
https://github.com/python/cpython/commit/fffa6c9ab8546beec78447535fae6ead643d7e9e commit: fffa6c9ab8546beec78447535fae6ead643d7e9e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-11-25T13:51:59Z summary: [3.13] gh-

[Python-checkins] [3.14] gh-141004: Document `PyOS_mystr(n)icmp` (GH-141760) (#141947)

2025-11-25 Thread vstinner
https://github.com/python/cpython/commit/630074b7cec52232257451f8c16f0eb952d78b6c commit: 630074b7cec52232257451f8c16f0eb952d78b6c branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-11-25T13:51:02Z summary: [3.14] gh-

[Python-checkins] gh-141004: Document `PyOS_mystr(n)icmp` (#141760)

2025-11-25 Thread vstinner
https://github.com/python/cpython/commit/f445c452ea879e01b4144809a5fd8826ac98f305 commit: f445c452ea879e01b4144809a5fd8826ac98f305 branch: main author: Stan Ulbrych <[email protected]> committer: vstinner date: 2025-11-25T14:44:52+01:00 summary: gh-

[Python-checkins] gh-141817: Add IPV6_HDRINCL constant to the socket module (#141818)

2025-11-22 Thread vstinner
https://github.com/python/cpython/commit/f21ed37daf95c8100688b5a41b1094dd18517375 commit: f21ed37daf95c8100688b5a41b1094dd18517375 branch: main author: Chris Angelico committer: vstinner date: 2025-11-22T18:07:21+01:00 summary: gh-141817: Add IPV6_HDRINCL constant to the socket module (#141818

[Python-checkins] gh-141784: Fix _remote_debugging_module.c compilation on 32-bit Linux (#141796)

2025-11-20 Thread vstinner
https://github.com/python/cpython/commit/722f4bb8c9c6b32a7221e4813058cbb5c3989c10 commit: 722f4bb8c9c6b32a7221e4813058cbb5c3989c10 branch: main author: Victor Stinner committer: vstinner date: 2025-11-20T16:30:35Z summary: gh-141784: Fix _remote_debugging_module.c compilation on 32-bit Linux

[Python-checkins] [3.14] gh-141570: can_colorize: Expect fileno() to raise OSError, as documented (GH-141716) (#141747)

2025-11-19 Thread vstinner
https://github.com/python/cpython/commit/8c796889ff85611cc1cfcc93a2793b92579f2662 commit: 8c796889ff85611cc1cfcc93a2793b92579f2662 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-11-19T14:29:15Z summary: [3.14] gh-

[Python-checkins] [3.13] gh-141570: can_colorize: Expect fileno() to raise OSError, as documented (#141716) (#141748)

2025-11-19 Thread vstinner
https://github.com/python/cpython/commit/a0cbdd84afd7526a2cb31bfc606170cca492e32e commit: a0cbdd84afd7526a2cb31bfc606170cca492e32e branch: 3.13 author: Victor Stinner committer: vstinner date: 2025-11-19T14:28:31Z summary: [3.13] gh-141570: can_colorize: Expect fileno() to raise OSError, as

[Python-checkins] gh-141570: can_colorize: Expect fileno() to raise OSError, as documented (#141716)

2025-11-19 Thread vstinner
https://github.com/python/cpython/commit/96f496a949b05054d0d043c3085f00cec2f83bf5 commit: 96f496a949b05054d0d043c3085f00cec2f83bf5 branch: main author: Miro Hrončok committer: vstinner date: 2025-11-19T15:02:52+01:00 summary: gh-141570: can_colorize: Expect fileno() to raise OSError, as

[Python-checkins] gh-141726: Add PyDict_SetDefaultRef() to the Stable ABI (#141727)

2025-11-19 Thread vstinner
https://github.com/python/cpython/commit/afa0badcc587ea7500e2b4dd2ea269f8bbda5fb2 commit: afa0badcc587ea7500e2b4dd2ea269f8bbda5fb2 branch: main author: da-woods committer: vstinner date: 2025-11-19T11:38:10Z summary: gh-141726: Add PyDict_SetDefaultRef() to the Stable ABI (#141727) Co-authored

[Python-checkins] gh-42400: Fix buffer overflow in _Py_wrealpath() for very long paths (#141529)

2025-11-18 Thread vstinner
https://github.com/python/cpython/commit/daafacf0053e9c329b0f96447258f628dd0bd6f1 commit: daafacf0053e9c329b0f96447258f628dd0bd6f1 branch: main author: Shamil committer: vstinner date: 2025-11-18T17:34:58+01:00 summary: gh-42400: Fix buffer overflow in _Py_wrealpath() for very long paths

[Python-checkins] gh-141070: Add PyUnstable_Object_Dump() function (#141072)

2025-11-18 Thread vstinner
https://github.com/python/cpython/commit/600f3feb234219c9a9998e30ea653a2afb1f8116 commit: 600f3feb234219c9a9998e30ea653a2afb1f8116 branch: main author: Victor Stinner committer: vstinner date: 2025-11-18T16:13:13Z summary: gh-141070: Add PyUnstable_Object_Dump() function (#141072) * Promote

[Python-checkins] [3.13] gh-141004: Document Py_HUGE_VAL/IS_FINITE/IS_INFINITE/IS_NAN (GH-141544) (#141700)

2025-11-18 Thread vstinner
https://github.com/python/cpython/commit/a5650e42ac1c2c62ac7d83807e28224882cecd57 commit: a5650e42ac1c2c62ac7d83807e28224882cecd57 branch: 3.13 author: Sergey B Kirpichev committer: vstinner date: 2025-11-18T14:32:48+01:00 summary: [3.13] gh-141004: Document Py_HUGE_VAL/IS_FINITE/IS_INFINITE

[Python-checkins] [3.14] gh-141004: Document Py_HUGE_VAL/IS_FINITE/IS_INFINITE/IS_NAN (GH-141544) (#141698)

2025-11-18 Thread vstinner
https://github.com/python/cpython/commit/ed5c854c6a7ef91161b2265451a39d39bfdba1f8 commit: ed5c854c6a7ef91161b2265451a39d39bfdba1f8 branch: 3.14 author: Sergey B Kirpichev committer: vstinner date: 2025-11-18T14:32:44+01:00 summary: [3.14] gh-141004: Document Py_HUGE_VAL/IS_FINITE/IS_INFINITE

[Python-checkins] gh-141004: Document Py_HUGE_VAL/IS_FINITE/IS_INFINITE/IS_NAN (#141544)

2025-11-18 Thread vstinner
https://github.com/python/cpython/commit/630cd37bfae0fc4021d9e9461b94d36e7ce6b95c commit: 630cd37bfae0fc4021d9e9461b94d36e7ce6b95c branch: main author: Sergey B Kirpichev committer: vstinner date: 2025-11-18T10:17:37+01:00 summary: gh-141004: Document Py_HUGE_VAL/IS_FINITE/IS_INFINITE/IS_NAN

[Python-checkins] gh-129005: Remove copies from _pyio using take_bytes (#141539)

2025-11-18 Thread vstinner
https://github.com/python/cpython/commit/58f3fe0d9b9882656e629e8caab687c7fcb21b36 commit: 58f3fe0d9b9882656e629e8caab687c7fcb21b36 branch: main author: Cody Maloney committer: vstinner date: 2025-11-18T10:10:32+01:00 summary: gh-129005: Remove copies from _pyio using take_bytes (#141539

[Python-checkins] gh-141488: Add `Py_` prefix to Include/datetime.h macros (#141493)

2025-11-14 Thread vstinner
https://github.com/python/cpython/commit/da7f4e4b22020cfc6c5b5918756e454ef281848d commit: da7f4e4b22020cfc6c5b5918756e454ef281848d branch: main author: Locked-chess-official <[email protected]> committer: vstinner date: 2025-11-14T15:52:14Z summary: gh-141488: Add `Py_` prefix to I

[Python-checkins] gh-139653: Remove assertions in _Py_InitializeRecursionLimits() (#141551)

2025-11-14 Thread vstinner
https://github.com/python/cpython/commit/a415a1812c4d7798131d077c8776503bb3e1844f commit: a415a1812c4d7798131d077c8776503bb3e1844f branch: main author: Victor Stinner committer: vstinner date: 2025-11-14T14:56:37Z summary: gh-139653: Remove assertions in _Py_InitializeRecursionLimits() (#141551

[Python-checkins] gh-139653: Add PyUnstable_ThreadState_SetStackProtection() (#139668)

2025-11-13 Thread vstinner
https://github.com/python/cpython/commit/b99db92dde38b17c3fba3b5db76a383ceddfce49 commit: b99db92dde38b17c3fba3b5db76a383ceddfce49 branch: main author: Victor Stinner committer: vstinner date: 2025-11-13T17:30:50+01:00 summary: gh-139653: Add PyUnstable_ThreadState_SetStackProtection() (#139668

[Python-checkins] [3.13] gh-141004: Document `Py_MATH_{E, PI, TAU}` constants (GH-141373) (#141472)

2025-11-12 Thread vstinner
https://github.com/python/cpython/commit/7ca34db12bf3f6b10e90aac82414a6d384f05a79 commit: 7ca34db12bf3f6b10e90aac82414a6d384f05a79 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-11-12T17:03:55Z summary: [3.13] gh-

[Python-checkins] [3.14] gh-141004: Document `Py_MATH_{E, PI, TAU}` constants (GH-141373) (#141471)

2025-11-12 Thread vstinner
https://github.com/python/cpython/commit/fe3826cbafe4e4d6a3e18dec3a68e63a9b1d7230 commit: fe3826cbafe4e4d6a3e18dec3a68e63a9b1d7230 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-11-12T17:02:38Z summary: [3.14] gh-

[Python-checkins] gh-141004: Document `Py_MATH_{E, PI, TAU}` constants (#141373)

2025-11-12 Thread vstinner
https://github.com/python/cpython/commit/f1330b35b8eb43904dfed0656acde80c08d63176 commit: f1330b35b8eb43904dfed0656acde80c08d63176 branch: main author: Stan Ulbrych <[email protected]> committer: vstinner date: 2025-11-12T17:37:54+01:00 summary: gh-

[Python-checkins] gh-141004: soft-deprecate Py_INFINITY macro (#141033)

2025-11-12 Thread vstinner
https://github.com/python/cpython/commit/e2026731f5680022bd016b8b5ca5841c82e9574c commit: e2026731f5680022bd016b8b5ca5841c82e9574c branch: main author: Sergey B Kirpichev committer: vstinner date: 2025-11-12T13:44:49+01:00 summary: gh-141004: soft-deprecate Py_INFINITY macro (#141033) Co

[Python-checkins] [3.14] gh-141042: fix sNaN's packing for mixed floating-point formats (GH-141107) (#141459)

2025-11-12 Thread vstinner
https://github.com/python/cpython/commit/e9c11b749576dfb0eb2b1a40ae84f532f1526df5 commit: e9c11b749576dfb0eb2b1a40ae84f532f1526df5 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-11-12T10:33:34Z summary: [3.14] gh-

[Python-checkins] gh-141042: fix sNaN's packing for mixed floating-point formats (#141107)

2025-11-12 Thread vstinner
https://github.com/python/cpython/commit/23d85a2a3fb029172ea15c6e596f64f8c2868ed3 commit: 23d85a2a3fb029172ea15c6e596f64f8c2868ed3 branch: main author: Sergey B Kirpichev committer: vstinner date: 2025-11-12T11:06:29+01:00 summary: gh-141042: fix sNaN's packing for mixed floating-point fo

[Python-checkins] gh-85524: Raise "UnsupportedOperation" on FileIO.readall (#141214)

2025-11-12 Thread vstinner
https://github.com/python/cpython/commit/6f988b08d122e44848e89c04ad1e10c25d072cc7 commit: 6f988b08d122e44848e89c04ad1e10c25d072cc7 branch: main author: Cody Maloney committer: vstinner date: 2025-11-12T10:37:48+01:00 summary: gh-85524: Raise "UnsupportedOperation" on FileIO.readal

[Python-checkins] [3.14] gh-141004: document Py_INFINITY and Py_NAN macros (GH-141145) (#141399)

2025-11-11 Thread vstinner
https://github.com/python/cpython/commit/8b9494099ace29df8619391d7449ca4b18917ce8 commit: 8b9494099ace29df8619391d7449ca4b18917ce8 branch: 3.14 author: Sergey B Kirpichev committer: vstinner date: 2025-11-11T14:52:37+01:00 summary: [3.14] gh-141004: document Py_INFINITY and Py_NAN macros (GH

[Python-checkins] [3.13] gh-141004: document Py_INFINITY and Py_NAN macros (GH-141145) (#141400)

2025-11-11 Thread vstinner
https://github.com/python/cpython/commit/05e7b0dadf0c3c1f3c03573beabf7c88a46a1bcf commit: 05e7b0dadf0c3c1f3c03573beabf7c88a46a1bcf branch: 3.13 author: Sergey B Kirpichev committer: vstinner date: 2025-11-11T14:52:05+01:00 summary: [3.13] gh-141004: document Py_INFINITY and Py_NAN macros (GH

[Python-checkins] gh-141004: document Py_INFINITY and Py_NAN macros (#141145)

2025-11-11 Thread vstinner
https://github.com/python/cpython/commit/d69447445cbacf7537bf59c5c683a3b17060312d commit: d69447445cbacf7537bf59c5c683a3b17060312d branch: main author: Sergey B Kirpichev committer: vstinner date: 2025-11-11T11:13:59+01:00 summary: gh-141004: document Py_INFINITY and Py_NAN macros (#141145) Co

[Python-checkins] gh-141004: Deprecate Py_MATH_El and Py_MATH_PIl macros (#141035)

2025-11-10 Thread vstinner
https://github.com/python/cpython/commit/88953d5debf08dfaa1cdb314d62262f770addf5b commit: 88953d5debf08dfaa1cdb314d62262f770addf5b branch: main author: Sergey B Kirpichev committer: vstinner date: 2025-11-10T16:36:01+01:00 summary: gh-141004: Deprecate Py_MATH_El and Py_MATH_PIl macros (#141035

[Python-checkins] gh-141341: Rename COMPILER macro to _Py_COMPILER on Windows (#141342)

2025-11-10 Thread vstinner
https://github.com/python/cpython/commit/68266c1f01e5791558cb088dfb0e26ecd577295e commit: 68266c1f01e5791558cb088dfb0e26ecd577295e branch: main author: Victor Stinner committer: vstinner date: 2025-11-10T15:50:51+01:00 summary: gh-141341: Rename COMPILER macro to _Py_COMPILER on Windows

[Python-checkins] [3.13] gh-141246: Link to correct Windows docs in `time.sleep()` doc (GH-141248) (#141252)

2025-11-08 Thread vstinner
https://github.com/python/cpython/commit/82a274e700103a184440f46368805d9c2f4aa00a commit: 82a274e700103a184440f46368805d9c2f4aa00a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-11-08T15:03:07Z summary: [3.13] gh-

[Python-checkins] [3.14] gh-141246: Link to correct Windows docs in `time.sleep()` doc (GH-141248) (#141251)

2025-11-08 Thread vstinner
https://github.com/python/cpython/commit/7db06be57f1b7a7776884c3aefbc4df1b189a95f commit: 7db06be57f1b7a7776884c3aefbc4df1b189a95f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-11-08T15:02:35Z summary: [3.14] gh-

[Python-checkins] gh-141246: Link to correct Windows docs in `time.sleep()` doc (#141248)

2025-11-08 Thread vstinner
https://github.com/python/cpython/commit/6545a4e8f83c27996fc771ed7c8c96ae0ce8d2e0 commit: 6545a4e8f83c27996fc771ed7c8c96ae0ce8d2e0 branch: main author: 莯凛 <[email protected]> committer: vstinner date: 2025-11-08T15:56:48+01:00 summary: gh-141246: Link to correct Windows docs in `time

[Python-checkins] [3.14] Update NaNs handling description in `c-api/float.rst` (GH-141179) (#141194)

2025-11-07 Thread vstinner
https://github.com/python/cpython/commit/28493a5a6262c66f69114f4a71528007ad9338be commit: 28493a5a6262c66f69114f4a71528007ad9338be branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-11-07T13:40:59Z summary: [3.14]

[Python-checkins] Update NaNs handling description in `c-api/float.rst` (#141179)

2025-11-07 Thread vstinner
https://github.com/python/cpython/commit/920286d6b296f9971fc79e14ec22966f8f7a7b90 commit: 920286d6b296f9971fc79e14ec22966f8f7a7b90 branch: main author: W. H. Wang committer: vstinner date: 2025-11-07T14:34:49+01:00 summary: Update NaNs handling description in `c-api/float.rst` (#141179

[Python-checkins] [3.14] gh-140939: Fix memory leak in `_PyBytes_FormatEx` error path (GH-140957) (#141154)

2025-11-06 Thread vstinner
https://github.com/python/cpython/commit/ebf54596bf9deec056e1a9d5763c0d5a10b6e23a commit: ebf54596bf9deec056e1a9d5763c0d5a10b6e23a branch: 3.14 author: Stan Ulbrych <[email protected]> committer: vstinner date: 2025-11-06T16:20:03Z summary: [3.14] gh-14093

[Python-checkins] [3.13] gh-140939: Fix memory leak in `_PyBytes_FormatEx` error path (GH-140957) (#141155)

2025-11-06 Thread vstinner
https://github.com/python/cpython/commit/f1a93727c46cf9ae2df234c8667da8105a122388 commit: f1a93727c46cf9ae2df234c8667da8105a122388 branch: 3.13 author: Stan Ulbrych <[email protected]> committer: vstinner date: 2025-11-06T16:16:43Z summary: [3.13] gh-14093

[Python-checkins] gh-134745: Use "pymutex" for sys.thread_info on Windows (#141140)

2025-11-06 Thread vstinner
https://github.com/python/cpython/commit/2e5e6fd380eb747bffeac151ca6f609779ef36f3 commit: 2e5e6fd380eb747bffeac151ca6f609779ef36f3 branch: main author: Victor Stinner committer: vstinner date: 2025-11-06T16:10:39+01:00 summary: gh-134745: Use "pymutex" for sys.thread_info on Window

[Python-checkins] gh-140916: Remove unused codes in winreg.c (#140934)

2025-11-05 Thread vstinner
https://github.com/python/cpython/commit/11fc411f98a04947a2a21329c29fe0f35ff52dba commit: 11fc411f98a04947a2a21329c29fe0f35ff52dba branch: main author: AN Long committer: vstinner date: 2025-11-05T22:49:45+01:00 summary: gh-140916: Remove unused codes in winreg.c (#140934) files: M PC/winreg.c

[Python-checkins] gh-83714: Fix stat_nanosecond_timestamp() for 32-bit time_t (#141069)

2025-11-05 Thread vstinner
https://github.com/python/cpython/commit/986bb0a1a2bd290f5da347e455b23468aa3f62f0 commit: 986bb0a1a2bd290f5da347e455b23468aa3f62f0 branch: main author: Victor Stinner committer: vstinner date: 2025-11-05T21:16:37+01:00 summary: gh-83714: Fix stat_nanosecond_timestamp() for 32-bit time_t

[Python-checkins] [3.14] Fix compiler warnings in remote debugging (#141060) (#141067)

2025-11-05 Thread vstinner
https://github.com/python/cpython/commit/36e9f672f29819861fb3dd150700137cf185adac commit: 36e9f672f29819861fb3dd150700137cf185adac branch: 3.14 author: Victor Stinner committer: vstinner date: 2025-11-05T19:49:39Z summary: [3.14] Fix compiler warnings in remote debugging (#141060) (#141067

[Python-checkins] Fix compiler warnings in remote debugging (#141060)

2025-11-05 Thread vstinner
https://github.com/python/cpython/commit/f458ac01ba522cc7f94c0c0ee9a00c82f1be6d69 commit: f458ac01ba522cc7f94c0c0ee9a00c82f1be6d69 branch: main author: Victor Stinner committer: vstinner date: 2025-11-05T20:18:45+01:00 summary: Fix compiler warnings in remote debugging (#141060) Example of

[Python-checkins] [3.14] Fix a compiler warning in _randommodule.c (GH-141058) (#141063)

2025-11-05 Thread vstinner
https://github.com/python/cpython/commit/8675f55f6a9644393100eac0bfe18863518a04be commit: 8675f55f6a9644393100eac0bfe18863518a04be branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-11-05T19:10:32Z summary: [3.14]

[Python-checkins] [3.13] Fix a compiler warning in _randommodule.c (GH-141058) (#141064)

2025-11-05 Thread vstinner
https://github.com/python/cpython/commit/3ecf63754ea2ea4114c9ec51d0b95ca218762706 commit: 3ecf63754ea2ea4114c9ec51d0b95ca218762706 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-11-05T19:08:41Z summary: [3.13]

[Python-checkins] Fix a compiler warning in _randommodule.c (#141058)

2025-11-05 Thread vstinner
https://github.com/python/cpython/commit/4ac16dd10950fad2d3e58e8b0ba5f2e621af3cc1 commit: 4ac16dd10950fad2d3e58e8b0ba5f2e621af3cc1 branch: main author: Victor Stinner committer: vstinner date: 2025-11-05T18:00:32Z summary: Fix a compiler warning in _randommodule.c (#141058) The test just

[Python-checkins] [3.13] gh-140815: Fix faulthandler for invalid/freed frame (#140921) (#140985)

2025-11-05 Thread vstinner
https://github.com/python/cpython/commit/43882c7c4e1ec9ccd4ce32eb6a4c5a3f47c270b7 commit: 43882c7c4e1ec9ccd4ce32eb6a4c5a3f47c270b7 branch: 3.13 author: Victor Stinner committer: vstinner date: 2025-11-05T18:39:28+01:00 summary: [3.13] gh-140815: Fix faulthandler for invalid/freed frame (#140921

[Python-checkins] Remove internal _PyTime_AsLong() function (#141053)

2025-11-05 Thread vstinner
https://github.com/python/cpython/commit/8d55faf2d68bbb6486a3e4509e8912d211748756 commit: 8d55faf2d68bbb6486a3e4509e8912d211748756 branch: main author: Victor Stinner committer: vstinner date: 2025-11-05T18:37:06+01:00 summary: Remove internal _PyTime_AsLong() function (#141053) * Replace

[Python-checkins] gh-83714: Fix a compiler warning in stat_nanosecond_timestamp() (#141043)

2025-11-05 Thread vstinner
https://github.com/python/cpython/commit/30ab627aab050840d17ac14c9d3730d065bda6af commit: 30ab627aab050840d17ac14c9d3730d065bda6af branch: main author: Victor Stinner committer: vstinner date: 2025-11-05T18:31:35+01:00 summary: gh-83714: Fix a compiler warning in stat_nanosecond_timestamp

[Python-checkins] gh-140550: Run make regen-limited-abi (#141056)

2025-11-05 Thread vstinner
https://github.com/python/cpython/commit/579b2f8910d6c4b07094d86b01d5421a55b09533 commit: 579b2f8910d6c4b07094d86b01d5421a55b09533 branch: main author: Victor Stinner committer: vstinner date: 2025-11-05T16:57:06Z summary: gh-140550: Run make regen-limited-abi (#141056) files: M Doc/data

[Python-checkins] [3.14] gh-140815: Fix faulthandler for invalid/freed frame (GH-140921) (#140981)

2025-11-04 Thread vstinner
https://github.com/python/cpython/commit/331b4b868c1056370f150a6426bea9e1e5c52aff commit: 331b4b868c1056370f150a6426bea9e1e5c52aff branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-11-04T11:18:23Z summary: [3.14] gh-

[Python-checkins] gh-140815: Fix faulthandler for invalid/freed frame (#140921)

2025-11-04 Thread vstinner
https://github.com/python/cpython/commit/a84181c31bfc45a1d6bcb1296bd298ad612c54d0 commit: a84181c31bfc45a1d6bcb1296bd298ad612c54d0 branch: main author: Victor Stinner committer: vstinner date: 2025-11-04T11:48:28+01:00 summary: gh-140815: Fix faulthandler for invalid/freed frame (#140921

[Python-checkins] gh-131885: Document `*` for `code.InteractiveConsole` (#132029)

2025-10-31 Thread vstinner
https://github.com/python/cpython/commit/e733dc90f305441a5654d862da1e79b7d4fe889e commit: e733dc90f305441a5654d862da1e79b7d4fe889e branch: main author: Semyon Moroz committer: vstinner date: 2025-10-31T11:16:32+01:00 summary: gh-131885: Document `*` for `code.InteractiveConsole` (#132029

[Python-checkins] gh-139353: Add Objects/unicode_writer.c file (#139911)

2025-10-30 Thread vstinner
https://github.com/python/cpython/commit/efc37ba49eef07dad83698cf8e68820c955aacf9 commit: efc37ba49eef07dad83698cf8e68820c955aacf9 branch: main author: Victor Stinner committer: vstinner date: 2025-10-30T14:36:15+01:00 summary: gh-139353: Add Objects/unicode_writer.c file (#139911) Move the

[Python-checkins] gh-131885: Update unicodedata function signatures to use `/` (#140270)

2025-10-30 Thread vstinner
https://github.com/python/cpython/commit/2a904263aa0bc7c4a13beb4d8baa8cbc060a45ee commit: 2a904263aa0bc7c4a13beb4d8baa8cbc060a45ee branch: main author: Stan Ulbrych <[email protected]> committer: vstinner date: 2025-10-30T10:54:03Z summary: gh-131885:

[Python-checkins] gh-129117: Add unicodedata.isxidstart() function (#140269)

2025-10-30 Thread vstinner
https://github.com/python/cpython/commit/dbe3950a76cce176c6c185b873f9552503d87043 commit: dbe3950a76cce176c6c185b873f9552503d87043 branch: main author: Stan Ulbrych <[email protected]> committer: vstinner date: 2025-10-30T10:18:12Z summary: gh-12911

[Python-checkins] [3.14] gh-140082: Forward colorizing from libregrtest to unittest (GH-140083) (#140756)

2025-10-29 Thread vstinner
https://github.com/python/cpython/commit/0779ef9a63303d84d007ade0787829cf4e734d45 commit: 0779ef9a63303d84d007ade0787829cf4e734d45 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-10-29T18:11:24Z summary: [3.14] gh-

[Python-checkins] [3.13] gh-140082: Forward colorizing from libregrtest to unittest (GH-140083) (#140755)

2025-10-29 Thread vstinner
https://github.com/python/cpython/commit/62a3b6b0d99e05898ce73df511c41411dc2ef865 commit: 62a3b6b0d99e05898ce73df511c41411dc2ef865 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-10-29T12:55:54Z summary: [3.13] gh-

[Python-checkins] [3.14] gh-140702: Log color and GHA env vars in test.pythoninfo (GH-140747) (#140753)

2025-10-29 Thread vstinner
https://github.com/python/cpython/commit/e0f54a0bdab5e804568744156b9507e86037ea2a commit: e0f54a0bdab5e804568744156b9507e86037ea2a branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-10-29T12:54:04Z summary: [3.14] gh-

[Python-checkins] [3.13] gh-140702: Log color and GHA env vars in test.pythoninfo (GH-140747) (#140754)

2025-10-29 Thread vstinner
https://github.com/python/cpython/commit/b3649a7122631274d5a1ec063d89426eb897f882 commit: b3649a7122631274d5a1ec063d89426eb897f882 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-10-29T12:51:18Z summary: [3.13] gh-

[Python-checkins] gh-140082: Forward colorizing from libregrtest to unittest (#140083)

2025-10-29 Thread vstinner
https://github.com/python/cpython/commit/6ff62ac4fbc3f17529823c146cc3a3f8c21eed42 commit: 6ff62ac4fbc3f17529823c146cc3a3f8c21eed42 branch: main author: Cody Maloney committer: vstinner date: 2025-10-29T13:33:44+01:00 summary: gh-140082: Forward colorizing from libregrtest to unittest (#140083

[Python-checkins] [3.13] gh-140607: Validate returned byte count in RawIOBase.read (GH-140611) (#140730)

2025-10-29 Thread vstinner
https://github.com/python/cpython/commit/a1a71efa6e596363e6c42071f97b73a6b9e847f6 commit: a1a71efa6e596363e6c42071f97b73a6b9e847f6 branch: 3.13 author: Cody Maloney committer: vstinner date: 2025-10-29T13:31:57+01:00 summary: [3.13] gh-140607: Validate returned byte count in RawIOBase.read (GH

[Python-checkins] [3.14] gh-140607: Validate returned byte count in RawIOBase.read (GH-140611) (#140728)

2025-10-29 Thread vstinner
https://github.com/python/cpython/commit/9a7dccd7a179c82ed50717e7d855e0be558c7c91 commit: 9a7dccd7a179c82ed50717e7d855e0be558c7c91 branch: 3.14 author: Cody Maloney committer: vstinner date: 2025-10-29T13:31:48+01:00 summary: [3.14] gh-140607: Validate returned byte count in RawIOBase.read (GH

[Python-checkins] gh-140702: Log color and GHA env vars in test.pythoninfo (#140747)

2025-10-29 Thread vstinner
https://github.com/python/cpython/commit/376559bf54762d7b6e0a14591a1f284c8f09a855 commit: 376559bf54762d7b6e0a14591a1f284c8f09a855 branch: main author: Victor Stinner committer: vstinner date: 2025-10-29T13:29:10+01:00 summary: gh-140702: Log color and GHA env vars in test.pythoninfo (#140747

[Python-checkins] [3.14] gh-139951: Tests on tuple GC tracking (GH-140575) (#140701)

2025-10-29 Thread vstinner
https://github.com/python/cpython/commit/8f322ad7b9f84317bbd9e904b016d2f4ef9146d1 commit: 8f322ad7b9f84317bbd9e904b016d2f4ef9146d1 branch: 3.14 author: Mikhail Efimov committer: vstinner date: 2025-10-29T07:17:49Z summary: [3.14] gh-139951: Tests on tuple GC tracking (GH-140575) (#140701

[Python-checkins] [3.14] gh-140657: Don't rerun test_import single phase init test (GH-140712) (#140713)

2025-10-28 Thread vstinner
https://github.com/python/cpython/commit/6822b135f2f36c5e3ae35c99eb5c2a13083cb57e commit: 6822b135f2f36c5e3ae35c99eb5c2a13083cb57e branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-10-28T17:33:34Z summary: [3.14] gh-

[Python-checkins] [3.13] gh-140657: Don't rerun test_import single phase init test (GH-140712) (#140714)

2025-10-28 Thread vstinner
https://github.com/python/cpython/commit/a026f02fd49a908852c097edee37ec46dcf58dca commit: a026f02fd49a908852c097edee37ec46dcf58dca branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-10-28T17:29:44Z summary: [3.13] gh-

[Python-checkins] gh-125434: Fix non-ASCII thread names in faulthandler on Windows (#140700)

2025-10-28 Thread vstinner
https://github.com/python/cpython/commit/80f20f58b2b8368ed8451a0161036dda94d8d33a commit: 80f20f58b2b8368ed8451a0161036dda94d8d33a branch: main author: Victor Stinner committer: vstinner date: 2025-10-28T14:41:51+01:00 summary: gh-125434: Fix non-ASCII thread names in faulthandler on Windows

[Python-checkins] gh-139951: Tests on tuple GC tracking (#140575)

2025-10-28 Thread vstinner
https://github.com/python/cpython/commit/88ad41fa343a8f316310bffde50e004156ce commit: 88ad41fa343a8f316310bffde50e004156ce branch: main author: Mikhail Efimov committer: vstinner date: 2025-10-28T10:55:41+01:00 summary: gh-139951: Tests on tuple GC tracking (#140575) files: M Lib/test

[Python-checkins] gh-140607: Validate returned byte count in RawIOBase.read (#140611)

2025-10-27 Thread vstinner
https://github.com/python/cpython/commit/0f0a362768aecb4c791724cce486d8317533a94d commit: 0f0a362768aecb4c791724cce486d8317533a94d branch: main author: Cody Maloney committer: vstinner date: 2025-10-27T18:06:46Z summary: gh-140607: Validate returned byte count in RawIOBase.read (#140611) While

[Python-checkins] gh-125434: Display thread name in faulthandler on Windows (#140675)

2025-10-27 Thread vstinner
https://github.com/python/cpython/commit/313145eab5f6ebca21d2e3c80c130980d3bcdc88 commit: 313145eab5f6ebca21d2e3c80c130980d3bcdc88 branch: main author: Victor Stinner committer: vstinner date: 2025-10-27T18:41:18+01:00 summary: gh-125434: Display thread name in faulthandler on Windows (#140675

[Python-checkins] [3.14] gh-140487: Fix Py_RETURN_NOTIMPLEMENTED in limited C API 3.11 (GH-140636) (#140668)

2025-10-27 Thread vstinner
https://github.com/python/cpython/commit/ce1deb947ef7fbf58bf0a6dfe35bf7e1b543e381 commit: ce1deb947ef7fbf58bf0a6dfe35bf7e1b543e381 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-10-27T14:15:49+01:00 summary: [3.

[Python-checkins] [3.14] Docs: Replace "encoder" with "decoder" in `Doc/c-api/codec.rst` (GH-140613) (#140661)

2025-10-27 Thread vstinner
https://github.com/python/cpython/commit/5ae4612e72c315ac18edaeee9e4851654844a454 commit: 5ae4612e72c315ac18edaeee9e4851654844a454 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-10-27T09:51:14Z summary: [3.14

[Python-checkins] [3.13] Docs: Replace "encoder" with "decoder" in `Doc/c-api/codec.rst` (GH-140613) (#140662)

2025-10-27 Thread vstinner
https://github.com/python/cpython/commit/134e2f8d7fd502c7fc2976f99891c51a9a524b66 commit: 134e2f8d7fd502c7fc2976f99891c51a9a524b66 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-10-27T09:51:34Z summary: [3.13

[Python-checkins] Docs: Replace "encoder" with "decoder" in `Doc/c-api/codec.rst` (#140613)

2025-10-27 Thread vstinner
https://github.com/python/cpython/commit/d12086e8228323cc2e31d263f1aeb8190bd1c1d9 commit: d12086e8228323cc2e31d263f1aeb8190bd1c1d9 branch: main author: RayXu <[email protected]> committer: vstinner date: 2025-10-27T10:43:24+01:00 summary: Docs: Replace &q

[Python-checkins] gh-140609: delete unused `_stdlib_enums` in enum.py (#140618)

2025-10-26 Thread vstinner
https://github.com/python/cpython/commit/9d34623eb11c4c6f8ba0ba8eb4e920dd8444be42 commit: 9d34623eb11c4c6f8ba0ba8eb4e920dd8444be42 branch: main author: yihong committer: vstinner date: 2025-10-26T18:37:31+01:00 summary: gh-140609: delete unused `_stdlib_enums` in enum.py (#140618) Signed-off

[Python-checkins] gh-76007: Deprecate `__version__` attribute in `decimal` (#140302)

2025-10-26 Thread vstinner
https://github.com/python/cpython/commit/00026d19c272d1cf3527027bd6f9de910ff45070 commit: 00026d19c272d1cf3527027bd6f9de910ff45070 branch: main author: Stan Ulbrych <[email protected]> committer: vstinner date: 2025-10-26T12:01:04+01:00 summary: gh

[Python-checkins] gh-83714: Set os.statx().stx_mode to None if missing from stx_mask (#140484)

2025-10-23 Thread vstinner
https://github.com/python/cpython/commit/5d2edf72d25c2616f0e13d10646460a8e69344fa commit: 5d2edf72d25c2616f0e13d10646460a8e69344fa branch: main author: Victor Stinner committer: vstinner date: 2025-10-23T22:35:17+02:00 summary: gh-83714: Set os.statx().stx_mode to None if missing from stx_mask

[Python-checkins] [3.14] gh-130317: Fix SNaN broken tests on HP PA RISC (GH-140452) (#140467)

2025-10-22 Thread vstinner
https://github.com/python/cpython/commit/853e5d94eb656d60396fcea9f67461f83514a395 commit: 853e5d94eb656d60396fcea9f67461f83514a395 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-10-22T17:04:47Z summary: [3.14] gh-

[Python-checkins] gh-130317: Fix SNaN broken tests on HP PA RISC (#140452)

2025-10-22 Thread vstinner
https://github.com/python/cpython/commit/76fea5596c235a7853cda8df87c3998d506e950c commit: 76fea5596c235a7853cda8df87c3998d506e950c branch: main author: Stefano Rivera committer: vstinner date: 2025-10-22T18:36:12+02:00 summary: gh-130317: Fix SNaN broken tests on HP PA RISC (#140452) While

[Python-checkins] gh-83714: Use "stx_" prefix for all os.statx_result members (#140432)

2025-10-22 Thread vstinner
https://github.com/python/cpython/commit/7339cf7899229920a8c3b634a026a94df40853b8 commit: 7339cf7899229920a8c3b634a026a94df40853b8 branch: main author: Victor Stinner committer: vstinner date: 2025-10-22T11:48:37+02:00 summary: gh-83714: Use "stx_" prefix for all os.statx_resu

[Python-checkins] gh-83714: Check for struct statx members in configure (#140402)

2025-10-21 Thread vstinner
https://github.com/python/cpython/commit/60df1d7e0c8eef4bb7b9c41e2b65957ab4a4cd34 commit: 60df1d7e0c8eef4bb7b9c41e2b65957ab4a4cd34 branch: main author: Jeffrey Bosboom committer: vstinner date: 2025-10-21T18:13:14+02:00 summary: gh-83714: Check for struct statx members in configure (#140402

[Python-checkins] gh-140239: Check for statx on Android (#140395)

2025-10-21 Thread vstinner
https://github.com/python/cpython/commit/c788bfb80e0e8b312d31db810de4c090a1059a71 commit: c788bfb80e0e8b312d31db810de4c090a1059a71 branch: main author: Jeffrey Bosboom committer: vstinner date: 2025-10-21T17:54:00+02:00 summary: gh-140239: Check for statx on Android (#140395) Android has

[Python-checkins] gh-83714: Fix os.statx() tests on tmpfs: st_birthtime can be None (#140407)

2025-10-21 Thread vstinner
https://github.com/python/cpython/commit/fe4b60208e4edfdd781eac6b706b29a60be2bb07 commit: fe4b60208e4edfdd781eac6b706b29a60be2bb07 branch: main author: Victor Stinner committer: vstinner date: 2025-10-21T10:24:49Z summary: gh-83714: Fix os.statx() tests on tmpfs: st_birthtime can be None

[Python-checkins] gh-83714: Set os.statx() members to None if missing from stx_mask (#140216)

2025-10-20 Thread vstinner
https://github.com/python/cpython/commit/3222ea0f1444cac0733f89b36f1d48ae67a08ffb commit: 3222ea0f1444cac0733f89b36f1d48ae67a08ffb branch: main author: Victor Stinner committer: vstinner date: 2025-10-20T17:59:12+02:00 summary: gh-83714: Set os.statx() members to None if missing from stx_mask

[Python-checkins] gh-129813: Enhance PyBytesWriter documentation (#140152)

2025-10-18 Thread vstinner
https://github.com/python/cpython/commit/4126d9f1ab682afeecdff624b1fd698c192bcb21 commit: 4126d9f1ab682afeecdff624b1fd698c192bcb21 branch: main author: Victor Stinner committer: vstinner date: 2025-10-15T14:54:18+02:00 summary: gh-129813: Enhance PyBytesWriter documentation (#140152) Co

[Python-checkins] gh-139184: Set O_CLOEXEC for master_fd when calling os.forkpty() (#139408)

2025-10-18 Thread vstinner
https://github.com/python/cpython/commit/7cafd76a7fc6e52d93dd11e454a49c4dbebdf080 commit: 7cafd76a7fc6e52d93dd11e454a49c4dbebdf080 branch: main author: Nadeshiko Manju committer: vstinner date: 2025-10-10T10:56:10+02:00 summary: gh-139184: Set O_CLOEXEC for master_fd when calling os.forkpty

[Python-checkins] Set type names earlier in posixmodule.c (#140168)

2025-10-18 Thread vstinner
https://github.com/python/cpython/commit/4641925bf27d9ca09b88e3063a391931da3e7c0c commit: 4641925bf27d9ca09b88e3063a391931da3e7c0c branch: main author: Victor Stinner committer: vstinner date: 2025-10-16T12:54:57+02:00 summary: Set type names earlier in posixmodule.c (#140168) files: M Lib

[Python-checkins] gh-79315: Remove Include/pylock.h and Include/monitoring.h (#139731)

2025-10-18 Thread vstinner
https://github.com/python/cpython/commit/5a77f02d72e0735877fe4a5d615559d1541bc232 commit: 5a77f02d72e0735877fe4a5d615559d1541bc232 branch: main author: Victor Stinner committer: vstinner date: 2025-10-08T00:49:24+02:00 summary: gh-79315: Remove Include/pylock.h and Include/monitoring.h (#139731

[Python-checkins] [3.14] gh-137058: Sync _Py_NULL macro with the main branch (#137409)

2025-10-18 Thread vstinner
https://github.com/python/cpython/commit/6ed9be1a553e1b6d63410348549fb033f6220d88 commit: 6ed9be1a553e1b6d63410348549fb033f6220d88 branch: 3.14 author: Victor Stinner committer: vstinner date: 2025-10-07T18:41:45+02:00 summary: [3.14] gh-137058: Sync _Py_NULL macro with the main branch (#137409

[Python-checkins] [3.14] gh-137589: Zipfile tests: close file objects (GH-138080) (#139766)

2025-10-18 Thread vstinner
https://github.com/python/cpython/commit/d729fcf6e372ccc49ee15948ef1bab320af95a0b commit: d729fcf6e372ccc49ee15948ef1bab320af95a0b branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-10-08T15:52:08+02:00 summary: [3.

[Python-checkins] gh-140135: Use `PyBytesWriter` in `io.RawIOBase.readall()`; 4x faster (#140139)

2025-10-18 Thread vstinner
https://github.com/python/cpython/commit/d3015873693eaa30f904deada5e46374a1d31f6e commit: d3015873693eaa30f904deada5e46374a1d31f6e branch: main author: Maurycy Pawłowski-Wieroński <[email protected]> committer: vstinner date: 2025-10-15T14:04:17Z summary: gh-14013

[Python-checkins] gh-138013: Split BufferedIO tests from test_io.test_general (#139454)

2025-10-18 Thread vstinner
https://github.com/python/cpython/commit/ce23eeaa2b3f3cea175779791726424ade69a8ef commit: ce23eeaa2b3f3cea175779791726424ade69a8ef branch: main author: Cody Maloney committer: vstinner date: 2025-10-01T09:06:26+02:00 summary: gh-138013: Split BufferedIO tests from test_io.test_general (#139454

[Python-checkins] [3.14] gh-137440: Update comment in Python/hamt.c on importing for testing (GH-137441) (#137519)

2025-10-18 Thread vstinner
https://github.com/python/cpython/commit/ac147be05f127a304b04285570b945b45af5070a commit: ac147be05f127a304b04285570b945b45af5070a branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-10-07T20:47:26+02:00 summary: [3.

  1   2   3   4   5   6   7   8   9   10   >