[Python-checkins] [3.12] gh-123905: Update TOML description to include version number (GH-123906) (#123907)

2024-09-10 Thread hauntsaninja
https://github.com/python/cpython/commit/c6ae90a63cb8b7bf3234d076f2d2e7ff4e26a085 commit: c6ae90a63cb8b7bf3234d076f2d2e7ff4e26a085 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hauntsaninja <[email protected]> da

[Python-checkins] gh-123915: Ensure that Windows AMD64 and ARM64 release builds use different directories (GH-123918)

2024-09-10 Thread zooba
https://github.com/python/cpython/commit/41608f1760afe35325d5693a8f310d7ee7204d3b commit: 41608f1760afe35325d5693a8f310d7ee7204d3b branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2024-09-10T20:12:41Z summary: gh-123915: Ensure th

[Python-checkins] gh-123915: Ensure that Windows AMD64 and ARM64 release builds use different directories (GH-123918)

2024-09-10 Thread zooba
https://github.com/python/cpython/commit/00ffdf27367fb9aef247644a96f1a9ffb5be1efe commit: 00ffdf27367fb9aef247644a96f1a9ffb5be1efe branch: main author: adang1345 committer: zooba date: 2024-09-10T19:52:49Z summary: gh-123915: Ensure that Windows AMD64 and ARM64 release builds use different dire

[Python-checkins] gh-123881: make compiler add the .generic_base base class without constructing AST nodes (#123883)

2024-09-10 Thread iritkatriel
https://github.com/python/cpython/commit/a2d0818c85c985a54f358e1d9ea7ce3eb0c5acca commit: a2d0818c85c985a54f358e1d9ea7ce3eb0c5acca branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-09-10T

[Python-checkins] gh-122239: Add actual count in unbalanced unpacking error message when possible (#122244)

2024-09-10 Thread pablogsal
https://github.com/python/cpython/commit/3597642ed57d184511ca2dbd1a382ffe8e280ac4 commit: 3597642ed57d184511ca2dbd1a382ffe8e280ac4 branch: main author: Tushar Sadhwani committer: pablogsal date: 2024-09-10T16:07:30+01:00 summary: gh-122239: Add actual count in unbalanced unpacking error message

[Python-checkins] gh-123165: update docs signature for `dis.disassemble` (#123808)

2024-09-10 Thread iritkatriel
https://github.com/python/cpython/commit/07f0bf5aa4ca34e692c16e14129d79c161ee206f commit: 07f0bf5aa4ca34e692c16e14129d79c161ee206f branch: main author: Bénédikt Tran <[email protected]> committer: iritkatriel <[email protected]> date: 2024-09-10T15

[Python-checkins] gh-123905: Update TOML description to include version number (GH-123906)

2024-09-10 Thread encukou
https://github.com/python/cpython/commit/1b29f4144cb1631650b9b7f467453b5959fa237f commit: 1b29f4144cb1631650b9b7f467453b5959fa237f branch: main author: Petr Viktorin committer: encukou date: 2024-09-10T14:16:32Z summary: gh-123905: Update TOML description to include version number (GH-123906) U

[Python-checkins] [3.12] gh-123881: Add additional test coverage for PEP 695 edge cases (GH-123886) (#123891)

2024-09-10 Thread JelleZijlstra
https://github.com/python/cpython/commit/de20ad9683de6d3e0b206f66b912001e063478b9 commit: de20ad9683de6d3e0b206f66b912001e063478b9 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2024-09-10T06:27:50-07:00 summary: [3.12]

[Python-checkins] gh-123609: Clarify usage of standalone `PyBUF_FORMAT` (GH-123778)

2024-09-10 Thread encukou
https://github.com/python/cpython/commit/962304a54ca79da0838cf46dd4fb744045167cdd commit: 962304a54ca79da0838cf46dd4fb744045167cdd branch: main author: Peter Bierma committer: encukou date: 2024-09-10T15:05:28+02:00 summary: gh-123609: Clarify usage of standalone `PyBUF_FORMAT` (GH-123778) file

[Python-checkins] [3.12] gh-123892: Add "_wmi" to sys.stdlib_module_names (GH-123893) (#123897)

2024-09-10 Thread vstinner
https://github.com/python/cpython/commit/1248524940978521f34401717f084c6d9b636374 commit: 1248524940978521f34401717f084c6d9b636374 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-09-10T10:11:56Z summary: [3.12] gh-123892:

[Python-checkins] gh-123892: Add "_wmi" to sys.stdlib_module_names (#123893)

2024-09-10 Thread vstinner
https://github.com/python/cpython/commit/fb1b51a58df4315f7ef3171a5abeb74f132b0971 commit: fb1b51a58df4315f7ef3171a5abeb74f132b0971 branch: main author: Victor Stinner committer: vstinner date: 2024-09-10T09:54:17Z summary: gh-123892: Add "_wmi" to sys.stdlib_module_names (#123893) files: A Misc

[Python-checkins] gh-123881: Add additional test coverage for PEP 695 edge cases (#123886)

2024-09-10 Thread iritkatriel
https://github.com/python/cpython/commit/b52de7e02dba9e1f176d6d978d782fbd0509311e commit: b52de7e02dba9e1f176d6d978d782fbd0509311e branch: main author: Jelle Zijlstra committer: iritkatriel <[email protected]> date: 2024-09-10T08:26:42+01:00 summary: gh-123881: Add addi