[Python-checkins] gh-64490: Argument Clinic: Add support for ``**kwds`` (#138344)

2025-09-20 Thread AA-Turner
https://github.com/python/cpython/commit/1ebd726c9b666fdbb8a7e0875934a1d75ee9ba88 commit: 1ebd726c9b666fdbb8a7e0875934a1d75ee9ba88 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-09-18T13:31:4

[Python-checkins] [3.13] gh-138644: Update c-api docs of `PyInterpreterState` about PEP-684 (GH-138651) (#138658)

2025-09-20 Thread sobolevn
https://github.com/python/cpython/commit/7e0dfe5ba6a05de3dde8070e19e7671f95359a8b commit: 7e0dfe5ba6a05de3dde8070e19e7671f95359a8b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-09-08T13:52:45Z summary: [3.13] gh-138644:

[Python-checkins] [3.14] gh-138318, PyREPL: builtins should not be highlighted when used as attribute names (GH-138319) (#138654)

2025-09-20 Thread pablogsal
https://github.com/python/cpython/commit/655ad1c63e6993a2136ffbbf2fc2ff74e7af8824 commit: 655ad1c63e6993a2136ffbbf2fc2ff74e7af8824 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2025-09-08T13:29:53Z summary: [3.14] gh-138318

[Python-checkins] [3.14] gh-138005: Document that CSV `skipinitialspace=True` and `delimiter=' '` require quotation for empty fields (GH-138006) (#138798)

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

[Python-checkins] gh-134531: use `EVP_MAC` API for `_hashlib.HMAC` when possible (#135235)

2025-09-20 Thread picnixz
https://github.com/python/cpython/commit/b9c50b4988b2bbd429b79e6b5aca94032b9dbe43 commit: b9c50b4988b2bbd429b79e6b5aca94032b9dbe43 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-09-10T10:35:01+

[Python-checkins] gh-71810: Fix corner case (length==0) for int.to_bytes() (#138739)

2025-09-20 Thread vstinner
https://github.com/python/cpython/commit/011179a79a0d7b93ce074b25b0819e96b6dd3315 commit: 011179a79a0d7b93ce074b25b0819e96b6dd3315 branch: main author: Sergey B Kirpichev committer: vstinner date: 2025-09-11T12:30:53+02:00 summary: gh-71810: Fix corner case (length==0) for int.to_bytes() (#13873

[Python-checkins] [3.14] gh-138665: Move `platform.invalidate_caches` docs (GH-138667) (#138668)

2025-09-20 Thread hugovk
https://github.com/python/cpython/commit/68e0abe8c1e723e7af21810ce99e6a2c464d4671 commit: 68e0abe8c1e723e7af21810ce99e6a2c464d4671 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-09-0

[Python-checkins] [3.13] Document `Py_AddPendingCall()` change with subinterpreters in 3.12 (GH-139117) (GH-139119)

2025-09-20 Thread ZeroIntensity
https://github.com/python/cpython/commit/24b699231bba785d30309969fec9a049b2a294ac commit: 24b699231bba785d30309969fec9a049b2a294ac branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-09-18T12:17:06Z summary: [3.13] Docum

[Python-checkins] gh-138318, PyREPL: builtins should not be highlighted when used as attribute names (#138319)

2025-09-20 Thread pablogsal
https://github.com/python/cpython/commit/7a3bca50e08811070cc244109067c719ca970fc6 commit: 7a3bca50e08811070cc244109067c719ca970fc6 branch: main author: yihong committer: pablogsal date: 2025-09-08T14:04:22+01:00 summary: gh-138318, PyREPL: builtins should not be highlighted when used as attribut

[Python-checkins] [3.14] Fix typo in Doc/extending/extending.rst (GH-136890) (#137355)

2025-09-20 Thread hugovk
https://github.com/python/cpython/commit/dc20c1a47e4a9ff7d3671422ee5131399448bdab commit: dc20c1a47e4a9ff7d3671422ee5131399448bdab branch: 3.14 author: Brian Schubert committer: hugovk <[email protected]> date: 2025-09-11T11:51:42+03:00 summary: [3.14] Fix typo in Doc/extend

[Python-checkins] [3.14] Improve permission error messages in pdb and asyncio.tools (GH-134290) (#138826)

2025-09-20 Thread pablogsal
https://github.com/python/cpython/commit/664d17f97a5da146a2a80a2056857e81507fffeb commit: 664d17f97a5da146a2a80a2056857e81507fffeb branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2025-09-12T12:20:20Z summary: [3.14] Improve p

[Python-checkins] gh-107862: Add property-based round-trip tests for base64 (#119406)

2025-09-20 Thread pganssle
https://github.com/python/cpython/commit/5df6a568e172e45933d1cb26f90e6e57b4bbe0a6 commit: 5df6a568e172e45933d1cb26f90e6e57b4bbe0a6 branch: main author: Petr Viktorin committer: pganssle <[email protected]> date: 2025-09-17T13:40:35Z summary: gh-107862: Add property-based r

[Python-checkins] Adds support for building with VisualStudioVersion = 18.0 (GH-138980)

2025-09-20 Thread zooba
https://github.com/python/cpython/commit/0c751cab39ddf107e1d366ab422e63cb632c2761 commit: 0c751cab39ddf107e1d366ab422e63cb632c2761 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2025-09-17T14:37:28+01:00 summary: Adds support fo

[Python-checkins] gh-138704: Add PermissionError messages to profiling.sampling (#138705)

2025-09-20 Thread pablogsal
https://github.com/python/cpython/commit/d325cddc6bfc2b997f04b8d21b7a2f7d211881dc commit: d325cddc6bfc2b997f04b8d21b7a2f7d211881dc branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2025-09-11T14:32:08+01:00 summary: gh-138704: Add PermissionError messages to profiling.samplin

[Python-checkins] gh-138479: Ensure that `__typing_subst__` returns a tuple (GH-138482)

2025-09-20 Thread ZeroIntensity
https://github.com/python/cpython/commit/1da989be74eaa94590ec28e750e5352de1ead227 commit: 1da989be74eaa94590ec28e750e5352de1ead227 branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-09-11T06:39:09-04:00 summary: gh-138479: Ensure that `__typing_subst__` returns a tuple (GH-138

[Python-checkins] gh-137371: refactor and fortify `test.support.hashlib_helper` (#137375)

2025-09-20 Thread picnixz
https://github.com/python/cpython/commit/d6d054853dd1be3c3b95902abc26537389c83836 commit: d6d054853dd1be3c3b95902abc26537389c83836 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-09-10T09:14:38+

[Python-checkins] [3.13] gh-107194: Improved language of list.index in tutorial (gh-138518) (#138528)

2025-09-20 Thread hugovk
https://github.com/python/cpython/commit/bb1714016a0708873a431d21796d6c2bd42af051 commit: bb1714016a0708873a431d21796d6c2bd42af051 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-09-0

[Python-checkins] Revert "gh-66234: Add flag to disable the use of mmap in dbm.gnu (GH-135005)" (GH-136989)

2025-09-20 Thread serhiy-storchaka
https://github.com/python/cpython/commit/20d5494c88985beb925b557ec29937b05e54779c commit: 20d5494c88985beb925b557ec29937b05e54779c branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-09-20T11:01:44+03:00 summary: Revert "gh-66234: Add flag to disable the use of mmap in d