[Python-checkins] gh-110936: Reorder string literal definition in Lexical Analysis (GH-138063)

2025-09-03 Thread encukou
https://github.com/python/cpython/commit/0a0cbd43a7404b2a5b86ca032764e4524bdecd83 commit: 0a0cbd43a7404b2a5b86ca032764e4524bdecd83 branch: main author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> committer: encukou date: 2025-09-02T13:48:26+02:00 summary: gh-110936: Reorder s

[Python-checkins] [3.13] gh-101100: Resolve reference warnings in library/xml.sax.handler.rst (GH-136612) (#138422)

2025-09-03 Thread AA-Turner
https://github.com/python/cpython/commit/01d95d4b0faf18579a4eec7060379bbbddba9a8d commit: 01d95d4b0faf18579a4eec7060379bbbddba9a8d branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202

[Python-checkins] gh-116946: add `Py_TPFLAGS_IMMUTABLETYPE` to `_random.Random` (#138341)

2025-09-03 Thread picnixz
https://github.com/python/cpython/commit/51244ba16a7312945a60dff18ed155a581295fbf commit: 51244ba16a7312945a60dff18ed155a581295fbf branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-09-03T09:55:53+

[Python-checkins] [3.13] Doc: Track file downloads via plausible (GH-138393) (#138397)

2025-09-03 Thread hugovk
https://github.com/python/cpython/commit/3a2e436dc575e1982596b4deac959ab763663081 commit: 3a2e436dc575e1982596b4deac959ab763663081 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-09-0

[Python-checkins] [3.13] GH-101100: Resolve reference warnings in whatsnew/3.7.rst (GH-138410) (#138424)

2025-09-03 Thread hugovk
https://github.com/python/cpython/commit/154ec76def4216721c7926c60117667812d477f8 commit: 154ec76def4216721c7926c60117667812d477f8 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-09-0

[Python-checkins] [3.14] gh-101100: Resolve reference warnings in library/xml.sax.handler.rst (GH-136612) (#138421)

2025-09-03 Thread hugovk
https://github.com/python/cpython/commit/da3850cfc24a66dba6038dc771813476fb931b47 commit: da3850cfc24a66dba6038dc771813476fb931b47 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-09-0

[Python-checkins] gh-135755: Make Py_MAX_SCRIPT_PATH_SIZE private (#138350)

2025-09-03 Thread pablogsal
https://github.com/python/cpython/commit/aec006be97dba89a8e695617cb7b86500d186ea5 commit: aec006be97dba89a8e695617cb7b86500d186ea5 branch: main author: Victor Stinner committer: pablogsal date: 2025-09-01T20:01:01+01:00 summary: gh-135755: Make Py_MAX_SCRIPT_PATH_SIZE private (#138350) files: M

[Python-checkins] [3.13] GH-101100: Resolve reference warnings in whatsnew/3.10.rst (GH-138408) (#138481)

2025-09-03 Thread AA-Turner
https://github.com/python/cpython/commit/0dcff3d9ce2ebf13a04ba3f2aeaf37ad3e04ff3e commit: 0dcff3d9ce2ebf13a04ba3f2aeaf37ad3e04ff3e branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202

[Python-checkins] Fix Windows path in `venv` docs (GH-138476)

2025-09-03 Thread zware
https://github.com/python/cpython/commit/f8d9cb140726a0167c9f733c706b834a7d273476 commit: f8d9cb140726a0167c9f733c706b834a7d273476 branch: main author: Zachary Ware committer: zware date: 2025-09-03T20:15:47Z summary: Fix Windows path in `venv` docs (GH-138476) files: M Doc/library/venv.rst di

[Python-checkins] GH-101100: Resolve reference warnings in whatsnew/3.10.rst (#138408)

2025-09-03 Thread AA-Turner
https://github.com/python/cpython/commit/b94ee048f3008016faab38a1e45e473142497169 commit: b94ee048f3008016faab38a1e45e473142497169 branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-09-03T21:48:3

[Python-checkins] [3.13] GH-101100: Resolve reference warnings in whatsnew/3.5.rst (GH-138412) (#138460)

2025-09-03 Thread AA-Turner
https://github.com/python/cpython/commit/b8f9b6bc23aad19e71eaf84a4248bd3217572036 commit: b8f9b6bc23aad19e71eaf84a4248bd3217572036 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202

[Python-checkins] gh-72249: Correct wording of GH-101910 blurb (GH-138468)

2025-09-03 Thread zware
https://github.com/python/cpython/commit/007bc5fc623c632b13bc0c818bbb31db3dce83a9 commit: 007bc5fc623c632b13bc0c818bbb31db3dce83a9 branch: main author: Zachary Ware committer: zware date: 2025-09-03T13:19:54-05:00 summary: gh-72249: Correct wording of GH-101910 blurb (GH-138468) This incidental

[Python-checkins] [3.13] gh-72249: Correct wording of GH-101910 blurb (GH-138471)

2025-09-03 Thread zware
https://github.com/python/cpython/commit/e8280e3f915daed989c2b89304b236f84d7b2f27 commit: e8280e3f915daed989c2b89304b236f84d7b2f27 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: zware date: 2025-09-03T18:27:23Z summary: [3.13] gh-72249: Cor

[Python-checkins] gh-95844: Move help_url code to a help module function (#129971)

2025-09-03 Thread terryjreedy
https://github.com/python/cpython/commit/3b4cd885634abc029b409cb566e8d9a530d061f8 commit: 3b4cd885634abc029b409cb566e8d9a530d061f8 branch: main author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> committer: terryjreedy date: 2025-09-03T21:27:12Z summary: gh-95844: Move help_u

[Python-checkins] gh-138281: Remove unused `topsort` and bump minimal version in `peg_generator` (#138487)

2025-09-03 Thread pablogsal
https://github.com/python/cpython/commit/06f8d7aa9f448128d6eb22017e38eb01ff14d190 commit: 06f8d7aa9f448128d6eb22017e38eb01ff14d190 branch: main author: sobolevn committer: pablogsal date: 2025-09-04T00:27:14+01:00 summary: gh-138281: Remove unused `topsort` and bump minimal version in `peg_gener

[Python-checkins] gh-138431: JIT Optimizer --- Fix round-tripping references for str and tuple (GH-138458)

2025-09-03 Thread Fidget-Spinner
https://github.com/python/cpython/commit/2402f84665df41732c94db2ccd6f90dd13479fa8 commit: 2402f84665df41732c94db2ccd6f90dd13479fa8 branch: main author: Ken Jin committer: Fidget-Spinner date: 2025-09-04T02:05:06+08:00 summary: gh-138431: JIT Optimizer --- Fix round-tripping references for str an

[Python-checkins] [3.13] gh-138281: Run `ruff` on `Tools/peg_generator` (GH-138282) (#138472)

2025-09-03 Thread sobolevn
https://github.com/python/cpython/commit/826d4ebfb5cff37cb756b32d54c6b10e5610e626 commit: 826d4ebfb5cff37cb756b32d54c6b10e5610e626 branch: 3.13 author: sobolevn committer: sobolevn date: 2025-09-03T21:46:52+03:00 summary: [3.13] gh-138281: Run `ruff` on `Tools/peg_generator` (GH-138282) (#138472

[Python-checkins] [3.14] gh-72249: Correct wording of GH-101910 blurb (GH-138468) (#138470)

2025-09-03 Thread hugovk
https://github.com/python/cpython/commit/45a79b4f4b765aecc7e2663371d92d54b61bccb9 commit: 45a79b4f4b765aecc7e2663371d92d54b61bccb9 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-09-0

[Python-checkins] [3.13] Fix Windows path in `venv` docs (GH-138478)

2025-09-03 Thread zware
https://github.com/python/cpython/commit/a62b59a96e1e4efe962dfab3278bb7c8f85c7e9f commit: a62b59a96e1e4efe962dfab3278bb7c8f85c7e9f branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: zware date: 2025-09-03T20:22:05Z summary: [3.13] Fix Windows p

[Python-checkins] gh-138004: Fix setting a thread name on OpenIndiana (GH-138017)

2025-09-03 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c19db1d2b8935b6f4f775a0957a076f1864fbf80 commit: c19db1d2b8935b6f4f775a0957a076f1864fbf80 branch: main author: jadonduff committer: serhiy-storchaka date: 2025-09-02T15:26:25Z summary: gh-138004: Fix setting a thread name on OpenIndiana (GH-138017) Encod

[Python-checkins] gh-138264: Fix gcc 14 compiler warnings (GH-138265)

2025-09-03 Thread serhiy-storchaka
https://github.com/python/cpython/commit/4a33077fdb546db71b16d50cdd552529a9a1c910 commit: 4a33077fdb546db71b16d50cdd552529a9a1c910 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-09-03T11:26:56+03:00 summary: gh-138264: Fix gcc 14 compiler warnings (GH-138265) files

[Python-checkins] gh-78502: Add a trackfd parameter to mmap.mmap() on Windows (GH-138238)

2025-09-03 Thread serhiy-storchaka
https://github.com/python/cpython/commit/7274d076077212ecda4e83932dcc4ae69c62af58 commit: 7274d076077212ecda4e83932dcc4ae69c62af58 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-09-03T11:31:34+03:00 summary: gh-78502: Add a trackfd parameter to mmap.mmap() on Window

[Python-checkins] gh-91214: Skip tests failing on Solaris (GH-31978)

2025-09-03 Thread serhiy-storchaka
https://github.com/python/cpython/commit/34ed03875a786879fe292fe472142ae0f3da0e80 commit: 34ed03875a786879fe292fe472142ae0f3da0e80 branch: main author: Jakub Kulík committer: serhiy-storchaka date: 2025-09-03T17:00:53+03:00 summary: gh-91214: Skip tests failing on Solaris (GH-31978) files: M Li

[Python-checkins] gh-137136: Suppress build warnings when build on Windows with --experimental-jit-interpreter (GH-137137)

2025-09-03 Thread markshannon
https://github.com/python/cpython/commit/1ff2cbbac85e59ca675cc482b5bbe1aaf1fac5b2 commit: 1ff2cbbac85e59ca675cc482b5bbe1aaf1fac5b2 branch: main author: AN Long committer: markshannon date: 2025-09-03T15:42:26+01:00 summary: gh-137136: Suppress build warnings when build on Windows with --experim

[Python-checkins] [3.13] GH-101100: Resolve reference warnings in whatsnew/3.4.rst (GH-138413) (#138444)

2025-09-03 Thread AA-Turner
https://github.com/python/cpython/commit/1ca2a4d54d26ec9d8bed072c41bb027c289cf6f9 commit: 1ca2a4d54d26ec9d8bed072c41bb027c289cf6f9 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202

[Python-checkins] [3.14] GH-101100: Resolve reference warnings in whatsnew/3.5.rst (GH-138412) (#138459)

2025-09-03 Thread hugovk
https://github.com/python/cpython/commit/d7c5aa992e9a1d01946b16bcee1c5795d4c4a510 commit: d7c5aa992e9a1d01946b16bcee1c5795d4c4a510 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-09-0

[Python-checkins] [3.13] GH-101100: Resolve reference warnings in whatsnew/3.6.rst (GH-138411) (#138456)

2025-09-03 Thread AA-Turner
https://github.com/python/cpython/commit/4ee0ef9b5968cfe57256a3d9f8a1c58d8548b2f9 commit: 4ee0ef9b5968cfe57256a3d9f8a1c58d8548b2f9 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202

[Python-checkins] [3.14] GH-101100: Resolve reference warnings in whatsnew/3.6.rst (GH-138411) (#138455)

2025-09-03 Thread hugovk
https://github.com/python/cpython/commit/28fcdda0833c335ef4afce61ffe726182f8ad269 commit: 28fcdda0833c335ef4afce61ffe726182f8ad269 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-09-0

[Python-checkins] gh-135676: Reword the Operators & Delimiters section(s) (GH-137713)

2025-09-03 Thread encukou
https://github.com/python/cpython/commit/cfcfbdd9237d8743448c288b5348e948e9c7fdf9 commit: cfcfbdd9237d8743448c288b5348e948e9c7fdf9 branch: main author: Petr Viktorin committer: encukou date: 2025-09-03T15:29:15Z summary: gh-135676: Reword the Operators & Delimiters section(s) (GH-137713) Co-au

[Python-checkins] GH-101100: Resolve reference warnings in whatsnew/3.5.rst (#138412)

2025-09-03 Thread AA-Turner
https://github.com/python/cpython/commit/8bbbac8a0d093007f56075b9652c8eae3e23ccee commit: 8bbbac8a0d093007f56075b9652c8eae3e23ccee branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-09-03T15:38:0

[Python-checkins] GH-101100: Resolve reference warnings in whatsnew/3.6.rst (#138411)

2025-09-03 Thread AA-Turner
https://github.com/python/cpython/commit/6d730b1183f833c93f5e33b6c6ff248c5e5c9d06 commit: 6d730b1183f833c93f5e33b6c6ff248c5e5c9d06 branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-09-03T16:22:1

[Python-checkins] GH-101100: Resolve reference warnings in using/windows.rst (#138416)

2025-09-03 Thread AA-Turner
https://github.com/python/cpython/commit/424e2ab95a0b225effa4ec1057be467bf696f75e commit: 424e2ab95a0b225effa4ec1057be467bf696f75e branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-09-03T17:18:2

[Python-checkins] gh-60462: Fix locale.strxfrm() on Solaris (GH-138242)

2025-09-03 Thread serhiy-storchaka
https://github.com/python/cpython/commit/482fd0c811a366f25bd076fc73bf37ffb6b3081e commit: 482fd0c811a366f25bd076fc73bf37ffb6b3081e branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-09-03T15:49:28+03:00 summary: gh-60462: Fix locale.strxfrm() on Solaris (GH-138242) It

[Python-checkins] GH-101100: Resolve reference warnings in extending/extending.rst (#138417)

2025-09-03 Thread hugovk
https://github.com/python/cpython/commit/8cf547f4cd28b2396baf89595558542fcb740999 commit: 8cf547f4cd28b2396baf89595558542fcb740999 branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-09-03T16:00:50+03:0

[Python-checkins] Docs: Fix typo in test.support.linked_to_musl function name (#138406)

2025-09-03 Thread vstinner
https://github.com/python/cpython/commit/8ce4f2836340bfa5f87a1ff0f88af15fb4553ae4 commit: 8ce4f2836340bfa5f87a1ff0f88af15fb4553ae4 branch: main author: Marc Mueller <30130371+cdc...@users.noreply.github.com> committer: vstinner date: 2025-09-03T14:52:13+02:00 summary: Docs: Fix typo in test.suppo

[Python-checkins] [3.13] GH-101100: Resolve reference warnings in extending/extending.rst (GH-138417) (#138447)

2025-09-03 Thread hugovk
https://github.com/python/cpython/commit/50048aaddbb059cb7306a52c1b682aa076d4b678 commit: 50048aaddbb059cb7306a52c1b682aa076d4b678 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-09-0

[Python-checkins] [3.14] GH-101100: Resolve reference warnings in extending/extending.rst (GH-138417) (#138446)

2025-09-03 Thread hugovk
https://github.com/python/cpython/commit/e7593c86767465c7a5859591dd2cdf8c22290210 commit: e7593c86767465c7a5859591dd2cdf8c22290210 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-09-0

[Python-checkins] [3.13] gh-60462: Fix locale.strxfrm() on Solaris (GH-138242) (GH-138449)

2025-09-03 Thread serhiy-storchaka
https://github.com/python/cpython/commit/a7fd73e43f4f9d527ef09a8d28bb8f61768c4f23 commit: a7fd73e43f4f9d527ef09a8d28bb8f61768c4f23 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-09-03T13:31:23Z summary: [3.13] gh

[Python-checkins] Doc: Track file downloads via plausible (#138393)

2025-09-03 Thread hugovk
https://github.com/python/cpython/commit/e4e2390a64593b33d65567179265f9c2cd9acae1 commit: e4e2390a64593b33d65567179265f9c2cd9acae1 branch: main author: Jacob Coffee committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-09-02T22:02:00+03:00 summary: Doc: Track file downloads via p

[Python-checkins] [3.13] gh-54874: Expand unicodedata module documentation (GH-138301) (#138345)

2025-09-03 Thread malemburg
https://github.com/python/cpython/commit/76aa2abdef185ac89c782d42cecde29b1530cb6c commit: 76aa2abdef185ac89c782d42cecde29b1530cb6c branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: malemburg date: 2025-09-01T18:18:57+02:00 summary: [3.13] gh-5

[Python-checkins] gh-101100: Resolve reference warnings in library/xml.sax.handler.rst (#136612)

2025-09-03 Thread AA-Turner
https://github.com/python/cpython/commit/c22cc8fccdd299fa923f04e253a3f7c59ce88bfe commit: c22cc8fccdd299fa923f04e253a3f7c59ce88bfe branch: main author: Weilin Du <108666168+lamentxu...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-09-03T01:35

[Python-checkins] [3.14] GH-101100: Resolve reference warnings in whatsnew/3.7.rst (GH-138410) (#138423)

2025-09-03 Thread hugovk
https://github.com/python/cpython/commit/b0069f14aff0d486fd8e30916413d2ec0d2da4a2 commit: b0069f14aff0d486fd8e30916413d2ec0d2da4a2 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-09-0

[Python-checkins] gh-87595: Support mmap.size() for anonymous mapping on Unix (GH-24781)

2025-09-03 Thread serhiy-storchaka
https://github.com/python/cpython/commit/32032ee376fe20670e9a35e56beff48e59201261 commit: 32032ee376fe20670e9a35e56beff48e59201261 branch: main author: Zackery Spytz committer: serhiy-storchaka date: 2025-09-02T23:24:06+03:00 summary: gh-87595: Support mmap.size() for anonymous mapping on Unix (

[Python-checkins] [3.10] gh-130577: tarfile now validates archives to ensure member offsets are non-negative (GH-137027) (#137644)

2025-09-03 Thread pablogsal
https://github.com/python/cpython/commit/57f5981d6260ed21266e0c26951b8564cc252bc2 commit: 57f5981d6260ed21266e0c26951b8564cc252bc2 branch: 3.10 author: Victor Stinner committer: pablogsal date: 2025-09-02T19:20:27+01:00 summary: [3.10] gh-130577: tarfile now validates archives to ensure member o

[Python-checkins] gh-138013: Remove `test_io` load_tests namespace manipulation (#138366)

2025-09-03 Thread vstinner
https://github.com/python/cpython/commit/6dd21e9f56cfc9eb5a5c21382e3241e700d86aa6 commit: 6dd21e9f56cfc9eb5a5c21382e3241e700d86aa6 branch: main author: Cody Maloney committer: vstinner date: 2025-09-03T11:49:59+02:00 summary: gh-138013: Remove `test_io` load_tests namespace manipulation (#138366

[Python-checkins] [3.14] GH-101100: Resolve reference warnings in whatsnew/3.8.rst (GH-138409) (#138437)

2025-09-03 Thread hugovk
https://github.com/python/cpython/commit/1e26fd0c4b17f54d6b5ad39d8b4823f37c04b369 commit: 1e26fd0c4b17f54d6b5ad39d8b4823f37c04b369 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-09-0

[Python-checkins] [3.13] GH-101100: Resolve reference warnings in whatsnew/3.8.rst (GH-138409) (#138438)

2025-09-03 Thread hugovk
https://github.com/python/cpython/commit/45e5ee46a13a73f03b37e4d5d730feb071b2919c commit: 45e5ee46a13a73f03b37e4d5d730feb071b2919c branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-09-0

[Python-checkins] GH-101100: Resolve reference warnings in whatsnew/2.7.rst (#138415)

2025-09-03 Thread hugovk
https://github.com/python/cpython/commit/984d928a22614488f4110311900b5b473e2ba96e commit: 984d928a22614488f4110311900b5b473e2ba96e branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-09-03T11:33:13Z sum

[Python-checkins] GH-101100: Resolve reference warnings in whatsnew/3.8.rst (#138409)

2025-09-03 Thread hugovk
https://github.com/python/cpython/commit/8c1ae6de111a55b131552d126eb70c8d6a4d1739 commit: 8c1ae6de111a55b131552d126eb70c8d6a4d1739 branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-09-03T11:24:42Z sum

[Python-checkins] [3.13] GH-101100: Resolve reference warnings in whatsnew/3.3.rst (GH-138414) (#138436)

2025-09-03 Thread hugovk
https://github.com/python/cpython/commit/005c43a2490b925e2999ccb2c4b0a97abae93469 commit: 005c43a2490b925e2999ccb2c4b0a97abae93469 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-09-0

[Python-checkins] [3.13] GH-101100: Resolve reference warnings in whatsnew/2.7.rst (GH-138415) (#138442)

2025-09-03 Thread hugovk
https://github.com/python/cpython/commit/1943877c6659422bcc25b6988c4e058e9a6be7bb commit: 1943877c6659422bcc25b6988c4e058e9a6be7bb branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-09-0

[Python-checkins] [3.14] GH-123299: Copyedit 3.14 What's New: Move and consolidate Porting (GH-138400) (#138434)

2025-09-03 Thread hugovk
https://github.com/python/cpython/commit/63fed7b12be384c1ec98edc04cde68c82d65fb4a commit: 63fed7b12be384c1ec98edc04cde68c82d65fb4a branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-09-0

[Python-checkins] gh-138307: Update the Ellipsis documentation (#138306)

2025-09-03 Thread nedbat
https://github.com/python/cpython/commit/88665de120d7f89e18774b136f3c898bcfe52c7b commit: 88665de120d7f89e18774b136f3c898bcfe52c7b branch: main author: Adorilson Bezerra committer: nedbat date: 2025-09-03T07:27:22-04:00 summary: gh-138307: Update the Ellipsis documentation (#138306) * Doc: Chan

[Python-checkins] GH-101100: Resolve reference warnings in whatsnew/3.3.rst (#138414)

2025-09-03 Thread hugovk
https://github.com/python/cpython/commit/14e25177c685b83d71f5650769b243c98578ba78 commit: 14e25177c685b83d71f5650769b243c98578ba78 branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-09-03T11:20:43Z sum

[Python-checkins] [3.14] GH-101100: Resolve reference warnings in whatsnew/3.3.rst (GH-138414) (#138435)

2025-09-03 Thread hugovk
https://github.com/python/cpython/commit/67b8320cef496f72d2e87127782bbbc228d87598 commit: 67b8320cef496f72d2e87127782bbbc228d87598 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-09-0

[Python-checkins] [3.14] GH-101100: Resolve reference warnings in whatsnew/2.7.rst (GH-138415) (#138441)

2025-09-03 Thread hugovk
https://github.com/python/cpython/commit/d713788ad1886bbf063b89fdb29881be7fca7db2 commit: d713788ad1886bbf063b89fdb29881be7fca7db2 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-09-0

[Python-checkins] GH-119169: Slightly speed up `os.walk(topdown=True)` (GH-121431)

2025-09-03 Thread encukou
https://github.com/python/cpython/commit/b19ad110278344d01a6f8d008c4cda3e07dc50e9 commit: b19ad110278344d01a6f8d008c4cda3e07dc50e9 branch: main author: Barney Gale committer: encukou date: 2025-09-03T13:57:01+02:00 summary: GH-119169: Slightly speed up `os.walk(topdown=True)` (GH-121431) GH-119

[Python-checkins] GH-101100: Resolve reference warnings in whatsnew/3.4.rst (#138413)

2025-09-03 Thread hugovk
https://github.com/python/cpython/commit/2985c6345f453a6a5e737f01f4defcafaefa37a1 commit: 2985c6345f453a6a5e737f01f4defcafaefa37a1 branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-09-03T12:01:16Z sum

[Python-checkins] [3.14] GH-101100: Resolve reference warnings in whatsnew/3.4.rst (GH-138413) (#138443)

2025-09-03 Thread hugovk
https://github.com/python/cpython/commit/44b39401433659f9a31fcadfbe02e42146ac26d5 commit: 44b39401433659f9a31fcadfbe02e42146ac26d5 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-09-0

[Python-checkins] gh-116946: fully implement GC protocol for `_curses_panel.panel` (#138333)

2025-09-03 Thread picnixz
https://github.com/python/cpython/commit/572df47840d910b9fc9cd951074232ae89442be1 commit: 572df47840d910b9fc9cd951074232ae89442be1 branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-09-03T10:17:17+

[Python-checkins] [3.13] gh-138204: Forbid expansion of a shared anonymous mmap on Linux (GH-138220) (GH-138387)

2025-09-03 Thread serhiy-storchaka
https://github.com/python/cpython/commit/06dbf81a56c654034b36101a409cb806e738e89e commit: 06dbf81a56c654034b36101a409cb806e738e89e branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-09-03T11:33:08+03:00 summary: [3.1

[Python-checkins] gh-138013: Move I/O tests to test_io (#138365)

2025-09-03 Thread vstinner
https://github.com/python/cpython/commit/974532e75888a82adbaa11c832fe67c132832b65 commit: 974532e75888a82adbaa11c832fe67c132832b65 branch: main author: Cody Maloney committer: vstinner date: 2025-09-03T11:37:06+02:00 summary: gh-138013: Move I/O tests to test_io (#138365) Centralize `io` tests

[Python-checkins] GH-123299: Copyedit 3.14 What's New: Move and consolidate Porting (#138400)

2025-09-03 Thread hugovk
https://github.com/python/cpython/commit/04c236bf7a273ff7b5cb4dd8c9e90f0f7145e0e6 commit: 04c236bf7a273ff7b5cb4dd8c9e90f0f7145e0e6 branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-09-03T14:10:12+03:0

[Python-checkins] [3.13] GH-101100: Resolve reference warnings in using/windows.rst (#138416) (#138463)

2025-09-03 Thread AA-Turner
https://github.com/python/cpython/commit/23bc77b4e2ea8408aaf915fc712de0b21c16828c commit: 23bc77b4e2ea8408aaf915fc712de0b21c16828c branch: 3.13 author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-09-03T17:12:5

[Python-checkins] gh-138281: Run `ruff` on `Tools/peg_generator` (#138282)

2025-09-03 Thread sobolevn
https://github.com/python/cpython/commit/0d1f4e163990cb7e08b21d1fd88ff54bac5b0699 commit: 0d1f4e163990cb7e08b21d1fd88ff54bac5b0699 branch: main author: sobolevn committer: sobolevn date: 2025-09-03T17:45:29Z summary: gh-138281: Run `ruff` on `Tools/peg_generator` (#138282) Co-authored-by: Adam