[Python-checkins] [3.14] gh-133403: Type `Tools/build/update_file.py` and check it with `mypy` (GH-133404) (#133603)

2025-05-07 Thread sobolevn
https://github.com/python/cpython/commit/e8c279f394d3b6f834e10a18ff0a7ee65630db0b commit: e8c279f394d3b6f834e10a18ff0a7ee65630db0b branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2025-05-08T09:32:05+03:00 summary: [3.14] gh-13

[Python-checkins] gh-133467: Add TSAN suppressions for races in typeobject (gh-133534)

2025-05-07 Thread nascheme
https://github.com/python/cpython/commit/8679c8d5ccf657835a88de5095d4fc6e2eb47633 commit: 8679c8d5ccf657835a88de5095d4fc6e2eb47633 branch: main author: Neil Schemenauer committer: nascheme date: 2025-05-08T04:46:23Z summary: gh-133467: Add TSAN suppressions for races in typeobject (gh-133534) f

[Python-checkins] gh-133532: Run GC fast cycles test in subprocess. (gh-133533)

2025-05-07 Thread nascheme
https://github.com/python/cpython/commit/8598e57942f26ca1feecc0aefb421935e4e9f2aa commit: 8598e57942f26ca1feecc0aefb421935e4e9f2aa branch: main author: Neil Schemenauer committer: nascheme date: 2025-05-08T04:38:57Z summary: gh-133532: Run GC fast cycles test in subprocess. (gh-133533) This mak

[Python-checkins] gh-132917: Use /proc/self/status for mem usage info. (#133544)

2025-05-07 Thread nascheme
https://github.com/python/cpython/commit/751db4e64993b5af98aa1c12cc9d7c7c5882961b commit: 751db4e64993b5af98aa1c12cc9d7c7c5882961b branch: main author: Neil Schemenauer committer: nascheme date: 2025-05-08T04:32:23Z summary: gh-132917: Use /proc/self/status for mem usage info. (#133544) On Linu

[Python-checkins] [3.14] gh-133551: Skip annotationlib for now in ast roundtrip tests (GH-133634) (#133636)

2025-05-07 Thread JelleZijlstra
https://github.com/python/cpython/commit/f12e576128b2d8b201a9a59fa75296085212a4df commit: f12e576128b2d8b201a9a59fa75296085212a4df branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: JelleZijlstra date: 2025-05-08T03:01:33Z summary: [3.14] gh-13

[Python-checkins] gh-133551: Skip annotationlib for now in ast roundtrip tests (#133634)

2025-05-07 Thread JelleZijlstra
https://github.com/python/cpython/commit/0a3ccb8dff2bd140f800d9e0b00549d8f1ead929 commit: 0a3ccb8dff2bd140f800d9e0b00549d8f1ead929 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-05-07T19:35:44-07:00 summary: gh-133551: Skip annotationlib for now in ast roundtrip tests (#

[Python-checkins] [3.14] gh-133555: Allow regenerating the parser with Python < 3.14 (GH-133557) (#133630)

2025-05-07 Thread AA-Turner
https://github.com/python/cpython/commit/aadfc2cbc7d98294b3a2ad0e72fe36f5527e21f7 commit: aadfc2cbc7d98294b3a2ad0e72fe36f5527e21f7 branch: 3.14 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.13] gh-127833: lexical analysis: Add backticks to BOM example (GH-132407) (#133633)

2025-05-07 Thread AA-Turner
https://github.com/python/cpython/commit/a063d6c794d682263bb23370968521a0d1bd6e13 commit: a063d6c794d682263bb23370968521a0d1bd6e13 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-127833: lexical analysis: Add backticks to BOM example (GH-132407) (#133632)

2025-05-07 Thread AA-Turner
https://github.com/python/cpython/commit/ca3e3b8a272c06ef31c36365b2ae39f457c747a0 commit: ca3e3b8a272c06ef31c36365b2ae39f457c747a0 branch: 3.14 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-133551: Support t-strings in annotationlib (GH-133553) (#133628)

2025-05-07 Thread JelleZijlstra
https://github.com/python/cpython/commit/9e1aa354aed03cff100b3ff0d1d6d13ecbb370ab commit: 9e1aa354aed03cff100b3ff0d1d6d13ecbb370ab branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: JelleZijlstra date: 2025-05-08T01:37:03Z summary: [3.14] gh-13

[Python-checkins] gh-127833: lexical analysis: Add backticks to BOM example (#132407)

2025-05-07 Thread AA-Turner
https://github.com/python/cpython/commit/0552ce0fb24d33b51fdd02a589ede95aabc0d8b5 commit: 0552ce0fb24d33b51fdd02a589ede95aabc0d8b5 branch: main author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-05-08

[Python-checkins] gh-133555: Allow regenerating the parser with Python < 3.14 (#133557)

2025-05-07 Thread AA-Turner
https://github.com/python/cpython/commit/b48599b8017f896c965e89c402bb70feef49808a commit: b48599b8017f896c965e89c402bb70feef49808a branch: main author: Alex Prengère <2138730+alexpreng...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-05-08T02

[Python-checkins] gh-133551: Support t-strings in annotationlib (#133553)

2025-05-07 Thread JelleZijlstra
https://github.com/python/cpython/commit/90f476e0f8dbb3a8603f67200c2422fb098c166c commit: 90f476e0f8dbb3a8603f67200c2422fb098c166c branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-05-07T18:10:35-07:00 summary: gh-133551: Support t-strings in annotationlib (#133553) I don'

[Python-checkins] gh-132983: Remove pyzstd in identifiers (#133535)

2025-05-07 Thread AA-Turner
https://github.com/python/cpython/commit/2cc6de77bdf05e6550939856aafb9faf93795a6d commit: 2cc6de77bdf05e6550939856aafb9faf93795a6d branch: main author: Rogdham <3994389+rogd...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-05-08T01:47:42+01:0

[Python-checkins] gh-133530: Replace binary tree textual digram with image (gh-133591)

2025-05-07 Thread rhettinger
https://github.com/python/cpython/commit/9fcebb361190f5d338253c8864211b17eabc01e9 commit: 9fcebb361190f5d338253c8864211b17eabc01e9 branch: main author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> committer: rhettinger date: 2025-05-07T19:05:06-05:00 summary: gh-133530: Replac

[Python-checkins] gh-132775: Unrevert "Add _PyCode_VerifyStateless()" (gh-133528)

2025-05-07 Thread ericsnowcurrently
https://github.com/python/cpython/commit/27128e4fa8e2575025fb6d943fbc84000c7c3e8a commit: 27128e4fa8e2575025fb6d943fbc84000c7c3e8a branch: main author: Eric Snow committer: ericsnowcurrently date: 2025-05-08T00:00:33Z summary: gh-132775: Unrevert "Add _PyCode_VerifyStateless()" (gh-133528) This

[Python-checkins] [3.14] gh-132775: Unrevert "Add _PyCode_VerifyStateless()" (gh-133625)

2025-05-07 Thread ericsnowcurrently
https://github.com/python/cpython/commit/c39bc81b70cdd67b72a3c12cf2c6418414e266c9 commit: c39bc81b70cdd67b72a3c12cf2c6418414e266c9 branch: 3.14 author: Eric Snow committer: ericsnowcurrently date: 2025-05-08T00:00:33Z summary: [3.14] gh-132775: Unrevert "Add _PyCode_VerifyStateless()" (gh-133625

[Python-checkins] [3.14] gh-133516: Raise `ValueError` when constants `True`, `False` or `None` are used as an identifier after NFKC normalization (GH-133523) (#133596)

2025-05-07 Thread pablogsal
https://github.com/python/cpython/commit/54c3aa1597ef3b7a967a27a5ea8577cefeb59769 commit: 54c3aa1597ef3b7a967a27a5ea8577cefeb59769 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: pablogsal date: 2025-05-07T22:26:06Z summary: [3.14] gh-133516

[Python-checkins] [3.14] gh-133558: Skip test_pdb tests on FreeBSD (GH-133566) (#133616)

2025-05-07 Thread vstinner
https://github.com/python/cpython/commit/c98b5a9369e863d56cf4f919445ca6d743369530 commit: c98b5a9369e863d56cf4f919445ca6d743369530 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vstinner date: 2025-05-07T22:20:17Z summary: [3.14] gh-133558:

[Python-checkins] [3.13] gh-133361: move the explanation of dict equal before its use (GH-133424) (#133621)

2025-05-07 Thread terryjreedy
https://github.com/python/cpython/commit/6beec6c813014c77536c06e5d1bab672d04671b3 commit: 6beec6c813014c77536c06e5d1bab672d04671b3 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: terryjreedy date: 2025-05-07T22:11:03Z summary: [3.13] gh-1333

[Python-checkins] [3.14] gh-131535: Fix stale example in html.parser docs, make examples doctests (GH-131551) (GH-133589)

2025-05-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e2d440ebc6d2457d23c80da75a5b1b40b17f0b4e commit: e2d440ebc6d2457d23c80da75a5b1b40b17f0b4e branch: 3.14 author: Brian Schubert committer: serhiy-storchaka date: 2025-05-07T22:03:30Z summary: [3.14] gh-131535: Fix stale example in html.parser docs, make exa

[Python-checkins] [3.14] gh-133361: move the explanation of dict equal before its use (GH-133424) (#133620)

2025-05-07 Thread terryjreedy
https://github.com/python/cpython/commit/cc588aaa5f9cd0e412fe6cc434f74c0039937418 commit: cc588aaa5f9cd0e412fe6cc434f74c0039937418 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: terryjreedy date: 2025-05-07T22:10:51Z summary: [3.14] gh-1333

[Python-checkins] gh-133361: move the explanation of dict equal before its use (#133424)

2025-05-07 Thread terryjreedy
https://github.com/python/cpython/commit/61ac88c06e0286cfc6465a47552d41b7dd7e083e commit: 61ac88c06e0286cfc6465a47552d41b7dd7e083e branch: main author: Yongzi Li <1538321...@qq.com> committer: terryjreedy date: 2025-05-07T18:04:49-04:00 summary: gh-133361: move the explanation of dict equal befor

[Python-checkins] gh-133558: Skip test_pdb tests on FreeBSD (#133566)

2025-05-07 Thread vstinner
https://github.com/python/cpython/commit/79b8a32fcb30b2c6549bacecdc7081ebd50d6e17 commit: 79b8a32fcb30b2c6549bacecdc7081ebd50d6e17 branch: main author: Victor Stinner committer: vstinner date: 2025-05-07T22:59:29+02:00 summary: gh-133558: Skip test_pdb tests on FreeBSD (#133566) '\x08' is not i

[Python-checkins] wasi: Update the location of the 'config.site' file in the build script (GH-133611)

2025-05-07 Thread zware
https://github.com/python/cpython/commit/14291faa52dfb97179ce747ec9ef91d97f5ab2ab commit: 14291faa52dfb97179ce747ec9ef91d97f5ab2ab branch: main author: Zachary Ware committer: zware date: 2025-05-07T20:48:41Z summary: wasi: Update the location of the 'config.site' file in the build script (GH-1

[Python-checkins] Test fixes for 3.15 (GH-133599)

2025-05-07 Thread zware
https://github.com/python/cpython/commit/74e2acddf68b31ce16e8e0067b1df8c7b67bd6c8 commit: 74e2acddf68b31ce16e8e0067b1df8c7b67bd6c8 branch: main author: Zachary Ware committer: zware date: 2025-05-07T14:50:39-05:00 summary: Test fixes for 3.15 (GH-133599) Followup to 942673ed194813015d98819cfae7

[Python-checkins] gh-133537: Avoid using console I/O in WinAPI partitions that don't support it (GH-133538)

2025-05-07 Thread zooba
https://github.com/python/cpython/commit/1460ccefd07f0d6d0e97409295796a5d5730a26e commit: 1460ccefd07f0d6d0e97409295796a5d5730a26e branch: main author: Max Bachmann committer: zooba date: 2025-05-07T20:47:05+01:00 summary: gh-133537: Avoid using console I/O in WinAPI partitions that don't suppor

[Python-checkins] gh-133517: Remove os.listdrive, os.listvolumes and os.listmounts in non-desktop Windows builds (GH-133518)

2025-05-07 Thread zooba
https://github.com/python/cpython/commit/427f8c366dcc1d9148b567c8b2cc74891abb3e98 commit: 427f8c366dcc1d9148b567c8b2cc74891abb3e98 branch: main author: Max Bachmann committer: zooba date: 2025-05-07T20:45:42+01:00 summary: gh-133517: Remove os.listdrive, os.listvolumes and os.listmounts in non-d

[Python-checkins] GH-133600: Refactor `wasi.py` into `wasi/__main__.py`

2025-05-07 Thread brettcannon
https://github.com/python/cpython/commit/ee49644cc9975f0ad3756b394b77043195ea08fc commit: ee49644cc9975f0ad3756b394b77043195ea08fc branch: main author: Brett Cannon committer: brettcannon date: 2025-05-07T12:10:53-07:00 summary: GH-133600: Refactor `wasi.py` into `wasi/__main__.py` Along the way

[Python-checkins] gh-133403: Type `Tools/build/update_file.py` and check it with `mypy` (#133404)

2025-05-07 Thread sobolevn
https://github.com/python/cpython/commit/50b52cba2d13a1854bc835412ac3f3c0ad42b5ba commit: 50b52cba2d13a1854bc835412ac3f3c0ad42b5ba branch: main author: sobolevn committer: sobolevn date: 2025-05-07T22:11:04+03:00 summary: gh-133403: Type `Tools/build/update_file.py` and check it with `mypy` (#13

[Python-checkins] gh-133575: eliminate legacy checks in `Lib/curses/__init__.py` (#133576)

2025-05-07 Thread picnixz
https://github.com/python/cpython/commit/a054af6edd8b21c931afa05f51c856dbabd7a40c commit: a054af6edd8b21c931afa05f51c856dbabd7a40c branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-05-07T20:28:32+

[Python-checkins] gh-133516: Raise `ValueError` when constants `True`, `False` or `None` are used as an identifier after NFKC normalization (#133523)

2025-05-07 Thread pablogsal
https://github.com/python/cpython/commit/d9b0b07098ec4bdb47151948c77bcbbf3e796a5d commit: d9b0b07098ec4bdb47151948c77bcbbf3e796a5d branch: main author: TERESH1 committer: pablogsal date: 2025-05-07T19:11:25+01:00 summary: gh-133516: Raise `ValueError` when constants `True`, `False` or `None` are

[Python-checkins] Finishing touches to update `main` branch for 3.15 (#133588)

2025-05-07 Thread hugovk
https://github.com/python/cpython/commit/942673ed194813015d98819cfae7eba78ba5e1f9 commit: 942673ed194813015d98819cfae7eba78ba5e1f9 branch: main author: Hugo van Kemenade <1324225+hug...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-05-07T20:46:41+0

[Python-checkins] [3.13] gh-131535: Fix stale example in html.parser docs, make examples doctests (GH-131551) (GH-133587)

2025-05-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ce9d708e8c58ef8bde9e7db4409107d1193afe9e commit: ce9d708e8c58ef8bde9e7db4409107d1193afe9e branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-05-07T20:33:23+03:00 summary: [3.1

[Python-checkins] Python 3.14.0b1

2025-05-07 Thread hugovk
https://github.com/python/cpython/commit/5f01b00deae68c97823d568f863c5d42d959a05f commit: 5f01b00deae68c97823d568f863c5d42d959a05f branch: 3.14 author: Hugo van Kemenade <1324225+hug...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-05-06T18:32:57+0

[Python-checkins] gh-131535: Fix stale example in html.parser docs, make examples doctests (GH-131551)

2025-05-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ee76e36d76a0e6916c0afc41228b043ab5174685 commit: ee76e36d76a0e6916c0afc41228b043ab5174685 branch: main author: Brian Schubert committer: serhiy-storchaka date: 2025-05-07T18:50:05+03:00 summary: gh-131535: Fix stale example in html.parser docs, make examp

[Python-checkins] Python 3.14.0b1

2025-05-07 Thread hugovk
https://github.com/python/cpython/commit/5f01b00deae68c97823d568f863c5d42d959a05f commit: 5f01b00deae68c97823d568f863c5d42d959a05f branch: main author: Hugo van Kemenade <1324225+hug...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-05-06T18:32:57+0

[Python-checkins] gh-69426: HTMLParser: only unescape properly terminated character entities in attribute values (GH-95215)

2025-05-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/77b14a6d58e527f915966446eb0866652a46feb5 commit: 77b14a6d58e527f915966446eb0866652a46feb5 branch: main author: Sascha Ißbrücker committer: serhiy-storchaka date: 2025-05-07T18:49:49+03:00 summary: gh-69426: HTMLParser: only unescape properly terminated ch

[Python-checkins] gh-133512: Adds warnings to py.exe launcher about subcommands belonging to Python install manager (GH-133514)

2025-05-07 Thread zooba
https://github.com/python/cpython/commit/ac99d7e5cce85f87475817fd2b8b3aeded6126c6 commit: ac99d7e5cce85f87475817fd2b8b3aeded6126c6 branch: 3.13 author: Steve Dower committer: zooba date: 2025-05-07T13:24:33+01:00 summary: gh-133512: Adds warnings to py.exe launcher about subcommands belonging to