[Python-checkins] gh-105487: Fix `__dir__` entries of `GenericAlias` (#138578)

2025-09-07 Thread sobolevn
https://github.com/python/cpython/commit/b0420b505e6c9bbc8418e0f6240835ea777137b5 commit: b0420b505e6c9bbc8418e0f6240835ea777137b5 branch: main author: sobolevn committer: sobolevn date: 2025-09-08T00:33:24+03:00 summary: gh-105487: Fix `__dir__` entries of `GenericAlias` (#138578) Co-authored-

[Python-checkins] Docs: Fix typo in `os.fwalk()` example (GH-138486)

2025-09-07 Thread ZeroIntensity
https://github.com/python/cpython/commit/849a80ec412c36bbca5d400a7db5645b8cf54f1f commit: 849a80ec412c36bbca5d400a7db5645b8cf54f1f branch: main author: William Andrea <[email protected]> committer: ZeroIntensity date: 2025-09-04T08:33:51-04:00 summary: Docs: Fix typo in `

[Python-checkins] gh-57911: Sanitize symlink targets in tarfile on win32 (GH-138309)

2025-09-07 Thread encukou
https://github.com/python/cpython/commit/c1a9c23195f75e90122db306bcecc98a140889f9 commit: c1a9c23195f75e90122db306bcecc98a140889f9 branch: main author: Christoph Walcher committer: encukou date: 2025-09-05T16:19:47+02:00 summary: gh-57911: Sanitize symlink targets in tarfile on win32 (GH-138309)

[Python-checkins] [3.14] gh-138286: Run ``ruff`` on ``Tools/i18n`` (GH-138287) (#138513)

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

[Python-checkins] gh-138401: Check arg count>=0 in os.sendfile() (#138403)

2025-09-07 Thread vstinner
https://github.com/python/cpython/commit/ed53c63769ba8a372c321fe6ef4916444f6f4db8 commit: ed53c63769ba8a372c321fe6ef4916444f6f4db8 branch: main author: Christoph Walcher committer: vstinner date: 2025-09-05T09:16:55Z summary: gh-138401: Check arg count>=0 in os.sendfile() (#138403) Co-authored-

[Python-checkins] gh-138010: Fix `__init_subclass__` forwarding by `warnings.deprecated` (#138210)

2025-09-07 Thread JelleZijlstra
https://github.com/python/cpython/commit/e2c038f5be2df39a7b06364dec0836a25c423b67 commit: e2c038f5be2df39a7b06364dec0836a25c423b67 branch: main author: Brian Schubert committer: JelleZijlstra date: 2025-09-05T20:44:50Z summary: gh-138010: Fix `__init_subclass__` forwarding by `warnings.deprecate

[Python-checkins] gh-90548: Skip NODEV portion of test_makedev when linked to musl (GH-138593)

2025-09-07 Thread zware
https://github.com/python/cpython/commit/bbe00d53e9f598b012470cf077357cbbcbee737f commit: bbe00d53e9f598b012470cf077357cbbcbee737f branch: main author: Zachary Ware committer: zware date: 2025-09-06T14:01:26-05:00 summary: gh-90548: Skip NODEV portion of test_makedev when linked to musl (GH-1385

[Python-checkins] [3.13] gh-95844: Move help_url code to a help module function (GH-129971) (#138485)

2025-09-07 Thread terryjreedy
https://github.com/python/cpython/commit/b5017de2e79b747fd8d24c3ee4bf3e36aa69dfb2 commit: b5017de2e79b747fd8d24c3ee4bf3e36aa69dfb2 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2025-09-03T21:49:29Z summary: [3.13] gh-9584

[Python-checkins] gh-138205: Remove the `resize` method on `mmap` object on platforms don't support it (#138276)

2025-09-07 Thread kumaraditya303
https://github.com/python/cpython/commit/c919d02edecfe9d75fe374756fb8aa1db8d95f55 commit: c919d02edecfe9d75fe374756fb8aa1db8d95f55 branch: main author: AN Long committer: kumaraditya303 date: 2025-09-06T14:10:04+05:30 summary: gh-138205: Remove the `resize` method on `mmap` object on platforms d

[Python-checkins] gh-131178: Fix `test_unknown_flag` for platform CLI (#137816)

2025-09-07 Thread kumaraditya303
https://github.com/python/cpython/commit/e76464d161f2e7f2c27c84f8de4de5f88f025973 commit: e76464d161f2e7f2c27c84f8de4de5f88f025973 branch: main author: Semyon Moroz committer: kumaraditya303 date: 2025-09-05T16:59:46+05:30 summary: gh-131178: Fix `test_unknown_flag` for platform CLI (#137816) f

[Python-checkins] [3.14] gh-138516: fix typo in OrderedDict exception msg (GH-138517) (#138523)

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

[Python-checkins] [3.14] gh-138584: Increase test coverage for `collections.UserList` (GH-138590) (#138612)

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

[Python-checkins] [3.14] gh-90548: Allow Alpine/MUSL to pass test_c_locale_coercion. (GH-134454) (#138600)

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

[Python-checkins] [3.13] gh-138584: Increase test coverage for `collections.UserList` (GH-138590) (#138611)

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

[Python-checkins] [3.13] gh-118981: multiprocessing.popen_spawn_posix, fix potential hang (gh-118982) (#138606)

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

[Python-checkins] Add Emma Smith to CODEOWNERS (#138588)

2025-09-07 Thread emmatyping
https://github.com/python/cpython/commit/4ed046c48178118d935c879b97fdccac92c16a94 commit: 4ed046c48178118d935c879b97fdccac92c16a94 branch: main author: Emma Smith committer: emmatyping date: 2025-09-07T01:11:19-07:00 summary: Add Emma Smith to CODEOWNERS (#138588) Added myself as a code owner f

[Python-checkins] gh-138584: Increase test coverage for `collections.UserList` (#138590)

2025-09-07 Thread picnixz
https://github.com/python/cpython/commit/d7b9ea5cab984497526fcc0b988e4eb5988c1e88 commit: d7b9ea5cab984497526fcc0b988e4eb5988c1e88 branch: main author: dbXD320 committer: picnixz <[email protected]> date: 2025-09-07T10:53:22+02:00 summary: gh-138584: Increase test coverage

[Python-checkins] gh-126631: gh-137996: fix pre-loading of `__main__` (GH-135295)

2025-09-07 Thread gpshead
https://github.com/python/cpython/commit/0912b3a6dbd226bea79eb8d70d5a06230804d4cb commit: 0912b3a6dbd226bea79eb8d70d5a06230804d4cb branch: main author: Duane Griffin committer: gpshead <[email protected]> date: 2025-09-07T07:49:54Z summary: gh-126631: gh-137996: fix pre-loadi

[Python-checkins] [3.14] gh-90548: Fix musl version detection with --strip-all (GH-137864) (#138348)

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

[Python-checkins] [3.13] gh-138556: Fix old link in gc docs (#138596)

2025-09-07 Thread Eclips4
https://github.com/python/cpython/commit/e5bbcb1605db017aa66090a3825fc18807b4e922 commit: e5bbcb1605db017aa66090a3825fc18807b4e922 branch: 3.13 author: Spider84pr committer: Eclips4 date: 2025-09-07T10:53:56+03:00 summary: [3.13] gh-138556: Fix old link in gc docs (#138596) files: M Doc/librar

[Python-checkins] [3.14] gh-90548: Skip ctypes test_null_dlsym when linked to musl (GH-138592) (#138601)

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

[Python-checkins] [3.14] gh-90548: Skip NODEV portion of test_makedev when linked to musl (GH-138593) (#138602)

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

[Python-checkins] gh-118981: multiprocessing.popen_spawn_posix, fix potential hang (gh-118982)

2025-09-07 Thread gpshead
https://github.com/python/cpython/commit/8ed5a2b56cc6a8635e586c641b0b837669f6677b commit: 8ed5a2b56cc6a8635e586c641b0b837669f6677b branch: main author: Albert Zeyer committer: gpshead <[email protected]> date: 2025-09-07T07:18:28Z summary: gh-118981: multiprocessing.popen_spa