[Python-checkins] gh-130000: Release the GIL in winreg when doing Windows API calls (GH-130001)

2025-05-15 Thread zooba
https://github.com/python/cpython/commit/7a504b3d5da98874536834481539c19ba4a265af commit: 7a504b3d5da98874536834481539c19ba4a265af branch: main author: AN Long committer: zooba date: 2025-05-16T00:00:06+01:00 summary: gh-13: Release the GIL in winreg when doing Windows API calls (GH-130001)

[Python-checkins] Improve the administrative install docs for Python Install Manager (GH-134066)

2025-05-15 Thread zooba
https://github.com/python/cpython/commit/ba06ccbb6dc207526ff09a6fec5cac424acfc62a commit: ba06ccbb6dc207526ff09a6fec5cac424acfc62a branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2025-05-15T21:18:26Z summary: Improve the administ

[Python-checkins] Improve the administrative install docs for Python Install Manager (GH-134066)

2025-05-15 Thread zooba
https://github.com/python/cpython/commit/6a2296329117463fd09abc73656f1d7b48076100 commit: 6a2296329117463fd09abc73656f1d7b48076100 branch: main author: Steve Dower committer: zooba date: 2025-05-15T22:11:31+01:00 summary: Improve the administrative install docs for Python Install Manager (GH-134

[Python-checkins] Fix GetNamedPipeHandleStateW on non-desktop Windows API partitions (GH-134049)

2025-05-15 Thread zooba
https://github.com/python/cpython/commit/20095fb29ac3fd386eae2189ed725571192ae0af commit: 20095fb29ac3fd386eae2189ed725571192ae0af branch: main author: Max Bachmann committer: zooba date: 2025-05-15T21:12:10+01:00 summary: Fix GetNamedPipeHandleStateW on non-desktop Windows API partitions (GH-13

[Python-checkins] [3.14] gh-77065: Use `putwch` instead of `putch` in `getpass.win_getpass` (GH-134058) (#134059)

2025-05-15 Thread picnixz
https://github.com/python/cpython/commit/438f464a5a402ad6901578469dbca7b67c3e11dc commit: 438f464a5a402ad6901578469dbca7b67c3e11dc branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] gh-77065: Use `putwch` instead of `putch` in `getpass.win_getpass` (#134058)

2025-05-15 Thread picnixz
https://github.com/python/cpython/commit/52a7a22a6b85a470e993b3399b0ee043e5c3596e commit: 52a7a22a6b85a470e993b3399b0ee043e5c3596e branch: main author: Semyon Moroz committer: picnixz <[email protected]> date: 2025-05-15T15:14:31Z summary: gh-77065: Use `putwch` instead of

[Python-checkins] gh-133873: remove deprecated mark interface for `wave.Wave_{read,write}` objects (#133874)

2025-05-15 Thread picnixz
https://github.com/python/cpython/commit/3f61ea3add0d432345a58f4be2229074f9f191c2 commit: 3f61ea3add0d432345a58f4be2229074f9f191c2 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-05-15T14:52:07Z

[Python-checkins] [3.12] gh-133410: Fix PR detection in build workflow (GH-133671) (#134057)

2025-05-15 Thread hugovk
https://github.com/python/cpython/commit/310cd8943a574f43c3885aa54519a6a9017c0abc commit: 310cd8943a574f43c3885aa54519a6a9017c0abc branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-05-1

[Python-checkins] [3.14] gh-77065: add missing parameter `echo_char` in `getpass.fallback_getpass` (GH-133849) (#134053)

2025-05-15 Thread picnixz
https://github.com/python/cpython/commit/29d69e8b661e5d4d270f44c03a2c678cc3ebc58d commit: 29d69e8b661e5d4d270f44c03a2c678cc3ebc58d branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] [3.14] gh-133410: Fix PR detection in build workflow (GH-133671) (#134055)

2025-05-15 Thread hugovk
https://github.com/python/cpython/commit/31deafb8eee8c07a084c77e57101d99a2b993698 commit: 31deafb8eee8c07a084c77e57101d99a2b993698 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-05-1

[Python-checkins] [3.13] gh-133410: Fix PR detection in build workflow (GH-133671) (#134054)

2025-05-15 Thread hugovk
https://github.com/python/cpython/commit/bc1a6ecfab02075acea79f8460a2dce70c61b2fd commit: bc1a6ecfab02075acea79f8460a2dce70c61b2fd branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-05-1

[Python-checkins] gh-133410: Fix PR detection in build workflow (#133671)

2025-05-15 Thread hugovk
https://github.com/python/cpython/commit/319acf3d6cb05f5429422fda5c15bbd64fe9bd28 commit: 319acf3d6cb05f5429422fda5c15bbd64fe9bd28 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-05-15T16:10:56+0

[Python-checkins] gh-77065: add missing parameter `echo_char` in `getpass.fallback_getpass` (#133849)

2025-05-15 Thread picnixz
https://github.com/python/cpython/commit/d029a1a1cba515510f31c9e88b7c2a6b7ebee2a7 commit: d029a1a1cba515510f31c9e88b7c2a6b7ebee2a7 branch: main author: Semyon Moroz committer: picnixz <[email protected]> date: 2025-05-15T15:07:34+02:00 summary: gh-77065: add missing parame

[Python-checkins] Let PyUnicode_FromWideChar calculate the input length (GH-134045)

2025-05-15 Thread zooba
https://github.com/python/cpython/commit/74c4e35ff1b1b020d530a239f8ddadf318472a1a commit: 74c4e35ff1b1b020d530a239f8ddadf318472a1a branch: main author: Max Bachmann committer: zooba date: 2025-05-15T11:56:50Z summary: Let PyUnicode_FromWideChar calculate the input length (GH-134045) files: M Mo

[Python-checkins] gh-134041: Make _winapi functions compatible with non-desktop API partitions (GH-134042)

2025-05-15 Thread zooba
https://github.com/python/cpython/commit/1c4b34c6cb851334c813647a2a7db77ecee20b7a commit: 1c4b34c6cb851334c813647a2a7db77ecee20b7a branch: main author: Max Bachmann committer: zooba date: 2025-05-15T11:50:46Z summary: gh-134041: Make _winapi functions compatible with non-desktop API partitions

[Python-checkins] gh-133572: Avoid using NTSTATUS on unsupported WinAPI partitions (GH-133573)

2025-05-15 Thread zooba
https://github.com/python/cpython/commit/43410953c26153b48554218cbe35ba5f1167b08e commit: 43410953c26153b48554218cbe35ba5f1167b08e branch: main author: Max Bachmann committer: zooba date: 2025-05-15T11:59:11+01:00 summary: gh-133572: Avoid using NTSTATUS on unsupported WinAPI partitions (GH-1335

[Python-checkins] [3.13] gh-133403: Check `Tools/build/deepfreeze.py` with mypy (GH-133802) (#134040)

2025-05-15 Thread sobolevn
https://github.com/python/cpython/commit/cec0e13fd4aa96b188f04a45882d870556f80baa commit: cec0e13fd4aa96b188f04a45882d870556f80baa branch: 3.13 author: sobolevn committer: sobolevn date: 2025-05-15T13:43:15+03:00 summary: [3.13] gh-133403: Check `Tools/build/deepfreeze.py` with mypy (GH-133802)

[Python-checkins] gh-119535: 3.15 minus π (#134037)

2025-05-15 Thread hauntsaninja
https://github.com/python/cpython/commit/54a6875adbc9091909b1473c49595c0cc84dc438 commit: 54a6875adbc9091909b1473c49595c0cc84dc438 branch: main author: Hugo van Kemenade <[email protected]> committer: hauntsaninja <[email protected]> date: 2025-05-

[Python-checkins] [3.14] gh-133403: Check `Tools/build/deepfreeze.py` with mypy (GH-133802) (#134038)

2025-05-15 Thread sobolevn
https://github.com/python/cpython/commit/620065c33e1176a1074e2dd2b311c02d6b04ea42 commit: 620065c33e1176a1074e2dd2b311c02d6b04ea42 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-05-15T09:39:20Z summary: [3.14] gh-133403:

[Python-checkins] gh-133403: Check `Tools/build/deepfreeze.py` with mypy (#133802)

2025-05-15 Thread sobolevn
https://github.com/python/cpython/commit/7eaa09739059aaac4812395f8d6bb586af8eadcc commit: 7eaa09739059aaac4812395f8d6bb586af8eadcc branch: main author: sobolevn committer: sobolevn date: 2025-05-15T12:13:03+03:00 summary: gh-133403: Check `Tools/build/deepfreeze.py` with mypy (#133802) files: M

[Python-checkins] [3.13] Test also error messages in test_limit_int. (GH-134018) (GH-134032)

2025-05-15 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f81f1bb2f9f522d5295a38d120b29b66c9e3d5c2 commit: f81f1bb2f9f522d5295a38d120b29b66c9e3d5c2 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-05-15T07:45:00Z summary: [3.13] Te

[Python-checkins] [3.14] Test also error messages in test_limit_int. (GH-134018) (GH-134033)

2025-05-15 Thread serhiy-storchaka
https://github.com/python/cpython/commit/fede4ed1d34242b9354e202727a7456562f2294d commit: fede4ed1d34242b9354e202727a7456562f2294d branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-05-15T07:47:24Z summary: [3.14] Te