[Python-checkins] gh-138682: Add symmetric difference to Counter (gh-138766)

2025-09-25 Thread rhettinger
https://github.com/python/cpython/commit/7909b304931ddbded5140985fc51999f4b0c7e42 commit: 7909b304931ddbded5140985fc51999f4b0c7e42 branch: main author: Raymond Hettinger committer: rhettinger date: 2025-09-26T00:04:49-05:00 summary: gh-138682: Add symmetric difference to Counter (gh-138766) fil

[Python-checkins] [3.14] gh-139330: Check expat version/checksum in SBOM with refresh.sh

2025-09-25 Thread sethmlarson
https://github.com/python/cpython/commit/7519ac294fc5c4fd7fb9cb8dc0edc960688cf887 commit: 7519ac294fc5c4fd7fb9cb8dc0edc960688cf887 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sethmlarson date: 2025-09-25T18:30:14Z summary: [3.14] gh-1393

[Python-checkins] gh-138122: Allow to filter by thread in tachyon's flamegraph (#139216)

2025-09-25 Thread pablogsal
https://github.com/python/cpython/commit/bc7b5113760ee3069250131a72e073edaadd3e91 commit: bc7b5113760ee3069250131a72e073edaadd3e91 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2025-09-25T15:34:57+01:00 summary: gh-138122: Allow to filter by thread in tachyon's flamegraph

[Python-checkins] [3.13] gh-139330: Check expat version/checksum in SBOM with refresh.sh

2025-09-25 Thread sethmlarson
https://github.com/python/cpython/commit/11d6c460b86f0d9dfa1bca2d8496c4c700f15e1c commit: 11d6c460b86f0d9dfa1bca2d8496c4c700f15e1c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sethmlarson date: 2025-09-25T18:05:09Z summary: [3.13] gh-1393

[Python-checkins] gh-139330: Check expat version/checksum in SBOM with refresh.sh

2025-09-25 Thread sethmlarson
https://github.com/python/cpython/commit/89b5571025a5316ea3855c8e595a5f3c3ae11f8f commit: 89b5571025a5316ea3855c8e595a5f3c3ae11f8f branch: main author: Seth Michael Larson committer: sethmlarson date: 2025-09-25T17:13:45Z summary: gh-139330: Check expat version/checksum in SBOM with refresh.sh

[Python-checkins] gh-139156: Optimize _PyUnicode_EncodeCharmap() (#139306)

2025-09-25 Thread vstinner
https://github.com/python/cpython/commit/e9c538dd54d1e270bcb33e10f919cc9e8e7cb934 commit: e9c538dd54d1e270bcb33e10f919cc9e8e7cb934 branch: main author: Victor Stinner committer: vstinner date: 2025-09-25T11:42:16+02:00 summary: gh-139156: Optimize _PyUnicode_EncodeCharmap() (#139306) Specialize