[Python-checkins] [3.13] gh-125620: Skip check_resource_tracker_death on NetBSD due to long wait for SIGKILL process termination (GH-125621) (#125672)

2024-10-17 Thread gpshead
https://github.com/python/cpython/commit/072e7a337b446efac9802e6a91787199e13fc767 commit: 072e7a337b446efac9802e6a91787199e13fc767 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gpshead date: 2024-10-18T02:32:53Z summary: [3.13] gh-125620:

[Python-checkins] [3.12] gh-125620: Skip check_resource_tracker_death on NetBSD due to long wait for SIGKILL process termination (GH-125621) (#125673)

2024-10-17 Thread gpshead
https://github.com/python/cpython/commit/aa9faee686d1a3773778c087e39b146271deed24 commit: aa9faee686d1a3773778c087e39b146271deed24 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gpshead date: 2024-10-18T02:25:00Z summary: [3.12] gh-125620:

[Python-checkins] gh-125620: Skip check_resource_tracker_death on NetBSD due to long wait for SIGKILL process termination (GH-125621)

2024-10-17 Thread gpshead
https://github.com/python/cpython/commit/a0f5c8e6272a1fd5422892d773923b138e77ae5f commit: a0f5c8e6272a1fd5422892d773923b138e77ae5f branch: main author: Furkan Onder committer: gpshead date: 2024-10-17T19:08:34-07:00 summary: gh-125620: Skip check_resource_tracker_death on NetBSD due to long wait

[Python-checkins] gh-125600: Only show stale code warning on source code display commands (#125601)

2024-10-17 Thread gaogaotiantian
https://github.com/python/cpython/commit/77cebb1ce9baac9e01a45d34113c3bea74940d90 commit: 77cebb1ce9baac9e01a45d34113c3bea74940d90 branch: main author: Tian Gao committer: gaogaotiantian date: 2024-10-17T20:29:11-04:00 summary: gh-125600: Only show stale code warning on source code display comma

[Python-checkins] [3.13] gh-125667: Statically Initialize the Arg Converter Data Values in _interpqueuesmodule.c (gh-125670)

2024-10-17 Thread ericsnowcurrently
https://github.com/python/cpython/commit/e57831f30125433abb8f3527cf77aca5f1e479a6 commit: e57831f30125433abb8f3527cf77aca5f1e479a6 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ericsnowcurrently date: 2024-10-18T00:13:54Z summary: [3.13] g

[Python-checkins] gh-125667: Statically Initialize the Arg Converter Data Values in _interpqueuesmodule.c (gh-125668)

2024-10-17 Thread ericsnowcurrently
https://github.com/python/cpython/commit/7cf2dbc3cb3ef7be65a98bbfc87246d36d795c82 commit: 7cf2dbc3cb3ef7be65a98bbfc87246d36d795c82 branch: main author: Eric Snow committer: ericsnowcurrently date: 2024-10-17T23:49:15Z summary: gh-125667: Statically Initialize the Arg Converter Data Values in _i

[Python-checkins] gh-125017: Fix refleak from GH-125636 (GH-125664)

2024-10-17 Thread zware
https://github.com/python/cpython/commit/c3164ae3cf4e8f9ccc4df8ea5f5664c5927ea839 commit: c3164ae3cf4e8f9ccc4df8ea5f5664c5927ea839 branch: main author: Zachary Ware committer: zware date: 2024-10-17T17:21:32-05:00 summary: gh-125017: Fix refleak from GH-125636 (GH-125664) files: M Objects/funco

[Python-checkins] [3.12] gh-52551: Fix encoding issues in strftime() (GH-125193) (GH-125657) (GH-125661)

2024-10-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/232b303e4ca47892f544294bf42e31dc34f0ec72 commit: 232b303e4ca47892f544294bf42e31dc34f0ec72 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-10-17T20:04:48Z summary: [3.12] gh

[Python-checkins] [3.13] gh-52551: Fix encoding issues in strftime() (GH-125193) (GH-125657)

2024-10-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/08ccbb9b3f5e20a7a0c4cf9995e172b59fb6067b commit: 08ccbb9b3f5e20a7a0c4cf9995e172b59fb6067b branch: 3.13 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-10-17T22:48:34+03:00 summary: [3.13] gh-52551: Fix encoding issues in strftime() (GH-125

[Python-checkins] gh-125541: Make Ctrl-C interrupt `threading.Lock.acquire()` on Windows (#125546)

2024-10-17 Thread pitrou
https://github.com/python/cpython/commit/d8c864816121547338efa43c56e3f75ead98a924 commit: d8c864816121547338efa43c56e3f75ead98a924 branch: main author: Sam Gross committer: pitrou date: 2024-10-17T20:10:55+02:00 summary: gh-125541: Make Ctrl-C interrupt `threading.Lock.acquire()` on Windows (#12

[Python-checkins] gh-118986: expose `socket.IPV6_RECVERR` (#118987)

2024-10-17 Thread sobolevn
https://github.com/python/cpython/commit/b454662921fd3a1fc27169e91aca03aadea08817 commit: b454662921fd3a1fc27169e91aca03aadea08817 branch: main author: chrysn committer: sobolevn date: 2024-10-17T20:49:12+03:00 summary: gh-118986: expose `socket.IPV6_RECVERR` (#118987) files: A Misc/NEWS.d/next

[Python-checkins] [3.12] [3.13] gh-123370: Fix the canvas not clearing after running turtledemo.clock (gh-123457) (GH-125653) (#125656)

2024-10-17 Thread terryjreedy
https://github.com/python/cpython/commit/5e62d9bd54b5657b7e50da9966e4cbc6ed3b520b commit: 5e62d9bd54b5657b7e50da9966e4cbc6ed3b520b branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: terryjreedy date: 2024-10-17T17:09:05Z summary: [3.12] [3.13]

[Python-checkins] [3.13] gh-113570: reprlib.repr does not use builtin __repr__ for reshadowed builtins (GH-113577) (GH-125654)

2024-10-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d894d467a615ada8150e9e6987f1969f0a5e2cd9 commit: d894d467a615ada8150e9e6987f1969f0a5e2cd9 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-10-17T17:04:02Z summary: [3.13] gh

[Python-checkins] [3.12] gh-113570: reprlib.repr does not use builtin __repr__ for reshadowed builtins (GH-113577) (GH-125655)

2024-10-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/dc0a1763218f251d286912a6736b27c9ea887668 commit: dc0a1763218f251d286912a6736b27c9ea887668 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-10-17T16:59:01Z summary: [3.12] gh

[Python-checkins] [3.13] gh-123370: Fix the canvas not clearing after running turtledemo.clock (gh-123457) (#125653)

2024-10-17 Thread terryjreedy
https://github.com/python/cpython/commit/30d7e9e721e8201bc7fb23f08a7d88d51eed827d commit: 30d7e9e721e8201bc7fb23f08a7d88d51eed827d branch: 3.13 author: Terry Jan Reedy committer: terryjreedy date: 2024-10-17T12:50:07-04:00 summary: [3.13] gh-123370: Fix the canvas not clearing after running turt

[Python-checkins] gh-125017: Fix crash on premature access to classmethod/staticmethod annotations (#125636)

2024-10-17 Thread JelleZijlstra
https://github.com/python/cpython/commit/f203d1cb52f7697140337a73841c8412282e2ee0 commit: f203d1cb52f7697140337a73841c8412282e2ee0 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2024-10-17T09:45:25-07:00 summary: gh-125017: Fix crash on premature access to classmethod/staticm

[Python-checkins] gh-113570: reprlib.repr does not use builtin __repr__ for reshadowed builtins (GH-113577)

2024-10-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/04d6dd23e2d8a3132772cf7ce928676e26313585 commit: 04d6dd23e2d8a3132772cf7ce928676e26313585 branch: main author: George Pittock <66332098+georgepitt...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-10-17T16:34:37Z summary: gh-113570: reprl

[Python-checkins] [3.13] gh-125625: Check for `py -3.13` in PCbuild/find_python.bat (GH-125650)

2024-10-17 Thread zware
https://github.com/python/cpython/commit/7a2db7601abdd002ddb2b8e0f14c728867ef2527 commit: 7a2db7601abdd002ddb2b8e0f14c728867ef2527 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: zware date: 2024-10-17T16:09:20Z summary: [3.13] gh-125625: Ch

[Python-checkins] [3.12] gh-125625: Check for `py -3.13` in PCbuild/find_python.bat (GH-125649)

2024-10-17 Thread zware
https://github.com/python/cpython/commit/8f72f33d69dbf74728c713356ec4d160fd7d79f5 commit: 8f72f33d69dbf74728c713356ec4d160fd7d79f5 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: zware date: 2024-10-17T16:01:55Z summary: [3.12] gh-125625: Ch

[Python-checkins] gh-52551: Fix encoding issues in strftime() (GH-125193)

2024-10-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ad3eac1963a5f195ef9b2c1dbb5e44fa3cce4c72 commit: ad3eac1963a5f195ef9b2c1dbb5e44fa3cce4c72 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-10-17T15:46:59Z summary: gh-52551: Fix encoding issues in strftime() (GH-125193) Fix ti

[Python-checkins] gh-125625: Check for `py -3.13` in PCbuild/find_python.bat (GH-125626)

2024-10-17 Thread zware
https://github.com/python/cpython/commit/0cb20f2e7e867d5c34fc17dd5b8e51e8b0020bb3 commit: 0cb20f2e7e867d5c34fc17dd5b8e51e8b0020bb3 branch: main author: Wulian committer: zware date: 2024-10-17T10:40:30-05:00 summary: gh-125625: Check for `py -3.13` in PCbuild/find_python.bat (GH-125626) files:

[Python-checkins] gh-123370: Fix the canvas not clearing after running turtledemo.clock (#123457)

2024-10-17 Thread terryjreedy
https://github.com/python/cpython/commit/c124577ebe915a00de4033c0f7fa7c47621d79e0 commit: c124577ebe915a00de4033c0f7fa7c47621d79e0 branch: main author: Wulian committer: terryjreedy date: 2024-10-17T11:23:37-04:00 summary: gh-123370: Fix the canvas not clearing after running turtledemo.clock (#1

[Python-checkins] GH-99108: Make vectorized versions of Blake2 available on x86, too (#125244)

2024-10-17 Thread zware
https://github.com/python/cpython/commit/528bbab96feadbfabb798547e5bb2ad52070fb73 commit: 528bbab96feadbfabb798547e5bb2ad52070fb73 branch: main author: Jonathan Protzenko committer: zware date: 2024-10-17T15:08:43Z summary: GH-99108: Make vectorized versions of Blake2 available on x86, too (#125

[Python-checkins] gh-125644: Update `locations.md` reference (#125645)

2024-10-17 Thread vstinner
https://github.com/python/cpython/commit/0d88b995a641315306d56fba7d07479b2c5f57ef commit: 0d88b995a641315306d56fba7d07479b2c5f57ef branch: main author: Emmanuel Ferdman committer: vstinner date: 2024-10-17T16:33:37+02:00 summary: gh-125644: Update `locations.md` reference (#125645) Signed-off-b

[Python-checkins] [3.12] gh-95836: Add custom type converter examples to argparse tutorial (GH-125376) (GH-125642)

2024-10-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/fb1b92b3279ba5741bc9dc9809b10e995c3dab4d commit: fb1b92b3279ba5741bc9dc9809b10e995c3dab4d branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-10-17T15:42:55+03:00 summary: [3.1

[Python-checkins] [3.13] gh-95836: Add custom type converter examples to argparse tutorial (GH-125376) (GH-125643)

2024-10-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/253d69feb162d143249838ba5a3b1a157b9358df commit: 253d69feb162d143249838ba5a3b1a157b9358df branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-10-17T15:43:08+03:00 summary: [3.1

[Python-checkins] gh-123153: Fix PGO builds with free-threading on Windows (#125607)

2024-10-17 Thread mdboom
https://github.com/python/cpython/commit/37986e830ba25d2c382988b06bbe27410596346c commit: 37986e830ba25d2c382988b06bbe27410596346c branch: main author: Michael Droettboom committer: mdboom date: 2024-10-17T08:20:30-04:00 summary: gh-123153: Fix PGO builds with free-threading on Windows (#125607)

[Python-checkins] gh-95836: Add custom type converter examples to argparse tutorial (GH-125376)

2024-10-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/dbcc5ac4709dfd8dfaf323d51f135f2218d14068 commit: dbcc5ac4709dfd8dfaf323d51f135f2218d14068 branch: main author: Savannah Ostrowski committer: serhiy-storchaka date: 2024-10-17T14:41:22+03:00 summary: gh-95836: Add custom type converter examples to argparse

[Python-checkins] gh-125542: Deprecate prefix_chars in ArgumentParser.add_argument_group() (GH-125563)

2024-10-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/7b04496e5c7ed47e9653f4591674fc9ffef34587 commit: 7b04496e5c7ed47e9653f4591674fc9ffef34587 branch: main author: Savannah Ostrowski committer: serhiy-storchaka date: 2024-10-17T09:11:47Z summary: gh-125542: Deprecate prefix_chars in ArgumentParser.add_argum

[Python-checkins] GH-99749: Add optional feature to suggest correct names (ArgumentParser) (GH-124456)

2024-10-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/624be8699aec22bef137041478078c6fafaf032e commit: 624be8699aec22bef137041478078c6fafaf032e branch: main author: Savannah Ostrowski committer: serhiy-storchaka date: 2024-10-17T10:07:37+03:00 summary: GH-99749: Add optional feature to suggest correct names