[Python-checkins] [3.11] gh-138744: GitHub Actions: pin to `windows-2022` (GH-138743) (GH-138755)

2025-09-13 Thread ambv
https://github.com/python/cpython/commit/262aa73bd7d951775b4a4abb072640ddb97cb280 commit: 262aa73bd7d951775b4a4abb072640ddb97cb280 branch: 3.11 author: Hugo van Kemenade <[email protected]> committer: ambv date: 2025-09-13T22:36:27+02:00 summary: [3.11] gh-138744: GitHub Act

[Python-checkins] [3.9] gh-118350: Fix support of elements "textarea" and "title" in HTMLParser (GH-135310) (GH-137784)

2025-09-13 Thread ambv
https://github.com/python/cpython/commit/4dea0fb67b7064eb637d859de0b5d3ce4989bd1c commit: 4dea0fb67b7064eb637d859de0b5d3ce4989bd1c branch: 3.9 author: Serhiy Storchaka committer: ambv date: 2025-09-13T22:35:13+02:00 summary: [3.9] gh-118350: Fix support of elements "textarea" and "title" in HTML

[Python-checkins] [3.9] gh-138744: GitHub Actions: pin to `windows-2022` (GH-138743) (GH-138758)

2025-09-13 Thread ambv
https://github.com/python/cpython/commit/220e67748a1e4f111a567dabe716357a1a351613 commit: 220e67748a1e4f111a567dabe716357a1a351613 branch: 3.9 author: Hugo van Kemenade <[email protected]> committer: ambv date: 2025-09-13T22:35:01+02:00 summary: [3.9] gh-138744: GitHub Actio

[Python-checkins] [3.10] gh-138744: GitHub Actions: pin to `windows-2022` (GH-138743) (GH-138757)

2025-09-13 Thread ambv
https://github.com/python/cpython/commit/5c19c5bac6abf3da97d1d9b80cfa16e003897096 commit: 5c19c5bac6abf3da97d1d9b80cfa16e003897096 branch: 3.10 author: Hugo van Kemenade <[email protected]> committer: ambv date: 2025-09-13T22:37:07+02:00 summary: [3.10] gh-138744: GitHub Act

[Python-checkins] [3.10] gh-118350: Fix support of elements "textarea" and "title" in HTMLParser (GH-135310) (GH-137783)

2025-09-13 Thread ambv
https://github.com/python/cpython/commit/9b51801581e1e38b9cf9bfeb6c12a739fd5e6309 commit: 9b51801581e1e38b9cf9bfeb6c12a739fd5e6309 branch: 3.10 author: Serhiy Storchaka committer: ambv date: 2025-09-13T22:36:51+02:00 summary: [3.10] gh-118350: Fix support of elements "textarea" and "title" in HT

[Python-checkins] [3.11] gh-137638: Remove macos-13 from GitHub Actions (GH-138002)

2025-09-13 Thread ambv
https://github.com/python/cpython/commit/4b407ba5b4254c1df59f941b4cc398966cdc791b commit: 4b407ba5b4254c1df59f941b4cc398966cdc791b branch: 3.11 author: Zachary Ware committer: ambv date: 2025-09-13T22:36:11+02:00 summary: [3.11] gh-137638: Remove macos-13 from GitHub Actions (GH-138002) Adapted

[Python-checkins] [3.11] gh-118350: Fix support of elements "textarea" and "title" in HTMLParser (GH-135310) (GH-137782)

2025-09-13 Thread ambv
https://github.com/python/cpython/commit/02feb83af27184fd15f6ee7f7996ab92ce229f82 commit: 02feb83af27184fd15f6ee7f7996ab92ce229f82 branch: 3.11 author: Serhiy Storchaka committer: ambv date: 2025-09-13T22:35:57+02:00 summary: [3.11] gh-118350: Fix support of elements "textarea" and "title" in HT

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

2025-09-13 Thread ambv
https://github.com/python/cpython/commit/73f03e4808206f71eb6b92c579505a220942ef19 commit: 73f03e4808206f71eb6b92c579505a220942ef19 branch: 3.9 author: Victor Stinner committer: ambv date: 2025-09-13T22:34:15+02:00 summary: [3.9] gh-130577: tarfile now validates archives to ensure member offsets

[Python-checkins] [3.14] gh-138804: Check type in `shlex.quote` (GH-138809) (#138846)

2025-09-13 Thread hugovk
https://github.com/python/cpython/commit/18dfc1d6c4ba9e1cc8fd5c824095abc9bf6918c6 commit: 18dfc1d6c4ba9e1cc8fd5c824095abc9bf6918c6 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-09-1

[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _PyBytes_FromList() (#138837)

2025-09-13 Thread vstinner
https://github.com/python/cpython/commit/430900d15b3d3abb5c6460fbdbf90f4d6561397d commit: 430900d15b3d3abb5c6460fbdbf90f4d6561397d branch: main author: Victor Stinner committer: vstinner date: 2025-09-13T19:23:57+02:00 summary: gh-129813, PEP 782: Use PyBytesWriter in _PyBytes_FromList() (#13883

[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in lzma and zlib (#138832)

2025-09-13 Thread vstinner
https://github.com/python/cpython/commit/7168e98c80d28ab71f3927c6a60bf7154691f965 commit: 7168e98c80d28ab71f3927c6a60bf7154691f965 branch: main author: Victor Stinner committer: vstinner date: 2025-09-13T19:27:04+02:00 summary: gh-129813, PEP 782: Use PyBytesWriter in lzma and zlib (#138832) Re

[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in pickle and struct (#138833)

2025-09-13 Thread vstinner
https://github.com/python/cpython/commit/a65236bb394dabe6915b3bc0839c6dda5f25 commit: a65236bb394dabe6915b3bc0839c6dda5f25 branch: main author: Victor Stinner committer: vstinner date: 2025-09-13T18:26:49+02:00 summary: gh-129813, PEP 782: Use PyBytesWriter in pickle and struct (#138833)

[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in binascii (#138825)

2025-09-13 Thread vstinner
https://github.com/python/cpython/commit/ca99af3c5e00192f819b690e2774d4db3d96916c commit: ca99af3c5e00192f819b690e2774d4db3d96916c branch: main author: Victor Stinner committer: vstinner date: 2025-09-13T18:25:16+02:00 summary: gh-129813, PEP 782: Use PyBytesWriter in binascii (#138825) Replace

[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in posix extension (#138829)

2025-09-13 Thread vstinner
https://github.com/python/cpython/commit/af386fd36151b4ff94d04002dc8fa7462d83633e commit: af386fd36151b4ff94d04002dc8fa7462d83633e branch: main author: Victor Stinner committer: vstinner date: 2025-09-13T18:57:46+02:00 summary: gh-129813, PEP 782: Use PyBytesWriter in posix extension (#138829)

[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in socket and mmap (#138831)

2025-09-13 Thread vstinner
https://github.com/python/cpython/commit/bb743b684b423c4ec0165a33c13d41fc8009217b commit: bb743b684b423c4ec0165a33c13d41fc8009217b branch: main author: Victor Stinner committer: vstinner date: 2025-09-13T18:31:26+02:00 summary: gh-129813, PEP 782: Use PyBytesWriter in socket and mmap (#138831)

[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in memoryview (#138836)

2025-09-13 Thread vstinner
https://github.com/python/cpython/commit/703da5e81db012713228414b02b39d3240dc1d02 commit: 703da5e81db012713228414b02b39d3240dc1d02 branch: main author: Victor Stinner committer: vstinner date: 2025-09-13T18:36:05+02:00 summary: gh-129813, PEP 782: Use PyBytesWriter in memoryview (#138836) Repla

[Python-checkins] gh-129813, PEP 782: Use Py_GetConstant(Py_CONSTANT_EMPTY_BYTES) (#138830)

2025-09-13 Thread vstinner
https://github.com/python/cpython/commit/06b7891f12b4b93dd78704cf3fbf520ae4685064 commit: 06b7891f12b4b93dd78704cf3fbf520ae4685064 branch: main author: Victor Stinner committer: vstinner date: 2025-09-13T18:30:25+02:00 summary: gh-129813, PEP 782: Use Py_GetConstant(Py_CONSTANT_EMPTY_BYTES) (#13

[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _PyBytes_DecodeEscape2() (#138838)

2025-09-13 Thread vstinner
https://github.com/python/cpython/commit/8fc6ae68b0216f52232a5a929d85eb51e9f7a04d commit: 8fc6ae68b0216f52232a5a929d85eb51e9f7a04d branch: main author: Victor Stinner committer: vstinner date: 2025-09-13T18:28:08+02:00 summary: gh-129813, PEP 782: Use PyBytesWriter in _PyBytes_DecodeEscape2() (#

[Python-checkins] Revert "gh-116946: fully implement GC protocol for `_tkinter.Tk{app,tt}Object` (#138331)" (#138807)

2025-09-13 Thread ZeroIntensity
https://github.com/python/cpython/commit/f96f7c9f5b5db35e8a22f29b4e20f386cdde64f5 commit: f96f7c9f5b5db35e8a22f29b4e20f386cdde64f5 branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-09-11T17:05:37-04:00 summary: Revert "gh-116946: fully implement GC protocol for `_tkinter.Tk{a

[Python-checkins] gh-129813, PEP 782: Add PyBytesWriter_Format() (#138824)

2025-09-13 Thread vstinner
https://github.com/python/cpython/commit/c3fca5d4785a7e8406e864a662433644bffb4818 commit: c3fca5d4785a7e8406e864a662433644bffb4818 branch: main author: Victor Stinner committer: vstinner date: 2025-09-12T14:21:57+02:00 summary: gh-129813, PEP 782: Add PyBytesWriter_Format() (#138824) Modify PyB

[Python-checkins] gh-71648: Remove unused image `Doc/faq/python-video-icon.png` (GH-138841)

2025-09-13 Thread zware
https://github.com/python/cpython/commit/35e6138d1f6c0c597095afbc03b1aa7197db8142 commit: 35e6138d1f6c0c597095afbc03b1aa7197db8142 branch: main author: Stan Ulbrych <[email protected]> committer: zware date: 2025-09-12T11:16:51-05:00 summary: gh-71648: Remove unuse