[Python-checkins] Doc: More duplicate word fixes (GH-136299)

2025-07-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/561212a03306cb2f246771e9c4748bec1dc41405 commit: 561212a03306cb2f246771e9c4748bec1dc41405 branch: main author: Weilin Du <108666168+lamentxu...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-07-11T21:18:47+03:00 summary: Doc: More duplica

[Python-checkins] gh-135906: Test the internal C API in test_cext (#136247)

2025-07-11 Thread vstinner
https://github.com/python/cpython/commit/2c9a8011c640c6f18d620dda7a150bb065d9fd0b commit: 2c9a8011c640c6f18d620dda7a150bb065d9fd0b branch: main author: Victor Stinner committer: vstinner date: 2025-07-11T16:48:43+02:00 summary: gh-135906: Test the internal C API in test_cext (#136247) Remove du

[Python-checkins] [3.14] gh-130478: fix HACL* build for macOS Silicon (GH-134188) (#135009)

2025-07-11 Thread picnixz
https://github.com/python/cpython/commit/3b28b402a52d90c47293d20c8a2cef888b75 commit: 3b28b402a52d90c47293d20c8a2cef888b75 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-0

[Python-checkins] gh-76637: Note that `undefined` Codec is for testing (#136531)

2025-07-11 Thread malemburg
https://github.com/python/cpython/commit/975b57d945c84000949f241ded8f44413ecc6217 commit: 975b57d945c84000949f241ded8f44413ecc6217 branch: main author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> committer: malemburg date: 2025-07-11T12:50:21+02:00 summary: gh-76637: Note tha

[Python-checkins] [3.13] gh-76637: Note that `undefined` Codec is for testing (GH-136531) (#136537)

2025-07-11 Thread malemburg
https://github.com/python/cpython/commit/175ada2806abef16187361ba4ad5242fb9284f60 commit: 175ada2806abef16187361ba4ad5242fb9284f60 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: malemburg date: 2025-07-11T10:57:39Z summary: [3.13] gh-76637:

[Python-checkins] [3.14] gh-76637: Note that `undefined` Codec is for testing (GH-136531) (#136536)

2025-07-11 Thread malemburg
https://github.com/python/cpython/commit/fdad31924c57f30056c69dca382e9159e90b837f commit: fdad31924c57f30056c69dca382e9159e90b837f branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: malemburg date: 2025-07-11T10:56:34Z summary: [3.14] gh-76637:

[Python-checkins] [3.13] gh-101100: Fix sphinx warnings in `library/email.parser.rst` (GH-136475) (#136533)

2025-07-11 Thread hugovk
https://github.com/python/cpython/commit/aa4bb1c6857d215f97fd9bc40b97baf35992d1ea commit: aa4bb1c6857d215f97fd9bc40b97baf35992d1ea branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-07-1

[Python-checkins] [3.14] gh-101100: Fix sphinx warnings in `library/email.parser.rst` (GH-136475) (#136532)

2025-07-11 Thread hugovk
https://github.com/python/cpython/commit/ec15251af5c937516e4da1f56714c009997c8d5e commit: ec15251af5c937516e4da1f56714c009997c8d5e branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-07-1

[Python-checkins] gh-136300: Modify C tests to conform to PEP-737 (GH-136301)

2025-07-11 Thread encukou
https://github.com/python/cpython/commit/7de8ea7be6c19f21c090f44a01817fab26c1f095 commit: 7de8ea7be6c19f21c090f44a01817fab26c1f095 branch: main author: William S Fulton committer: encukou date: 2025-07-11T15:18:35+02:00 summary: gh-136300: Modify C tests to conform to PEP-737 (GH-136301) - Use

[Python-checkins] gh-136434: Fix docs generation of `UnboundItem` in subinterpreters (#136435)

2025-07-11 Thread sobolevn
https://github.com/python/cpython/commit/3343fce05acb29a772599ce586abd43edf40bae6 commit: 3343fce05acb29a772599ce586abd43edf40bae6 branch: main author: sobolevn committer: sobolevn date: 2025-07-11T15:31:59+03:00 summary: gh-136434: Fix docs generation of `UnboundItem` in subinterpreters (#13643

[Python-checkins] [3.14] gh-136434: Fix docs generation of `UnboundItem` in subinterpreters (GH-136435) (#136540)

2025-07-11 Thread sobolevn
https://github.com/python/cpython/commit/a464c4e2e844db0dc09bad4b29d2e765f8fbe9ab commit: a464c4e2e844db0dc09bad4b29d2e765f8fbe9ab branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2025-07-11T12:57:52Z summary: [3.14] gh-136434:

[Python-checkins] [3.13] gh-136541: Fix several problems of perf trampolines in x86_64 and aarch64 (GH-136500) (#136545)

2025-07-11 Thread pablogsal
https://github.com/python/cpython/commit/cba2974a545c9d35f15f25575c214fbda601a47a commit: cba2974a545c9d35f15f25575c214fbda601a47a branch: 3.13 author: Pablo Galindo Salgado committer: pablogsal date: 2025-07-11T14:02:19Z summary: [3.13] gh-136541: Fix several problems of perf trampolines in x86

[Python-checkins] [3.14] gh-136541: Fix several problems of perf trampolines in x86_64 and aarch64 (GH-136500) (#136544)

2025-07-11 Thread pablogsal
https://github.com/python/cpython/commit/5535482d2a53ae18859095f569ac95afed3cb095 commit: 5535482d2a53ae18859095f569ac95afed3cb095 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: pablogsal date: 2025-07-11T14:06:19Z summary: [3.14] gh-136541

[Python-checkins] gh-101100: Fix sphinx warnings in `library/email.parser.rst` (#136475)

2025-07-11 Thread hugovk
https://github.com/python/cpython/commit/515b3d18edfce00ce441e0e41091d0dd57f201ad commit: 515b3d18edfce00ce441e0e41091d0dd57f201ad branch: main author: Weilin Du <108666168+lamentxu...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-07-11T12:37:01+03

[Python-checkins] gh-136541: Fix several problems of perf trampolines in x86_64 and aarch64 (#136500)

2025-07-11 Thread pablogsal
https://github.com/python/cpython/commit/236f733d8ffb3d587e1167fa0a0248c24512e7fd commit: 236f733d8ffb3d587e1167fa0a0248c24512e7fd branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2025-07-11T14:32:35+01:00 summary: gh-136541: Fix several problems of perf trampolines in x86_6

[Python-checkins] [3.14] gh-136517: Print uncollectable objects if DEBUG_UNCOLLECTABLE mode was set (GH-136518) (#136522)

2025-07-11 Thread pablogsal
https://github.com/python/cpython/commit/e03db7317f57759c63194b88a5ca886ff9829cf7 commit: e03db7317f57759c63194b88a5ca886ff9829cf7 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: pablogsal date: 2025-07-11T15:20:05+01:00 summary: [3.14] gh-1

[Python-checkins] gh-135401: Test AWS-LC as a cryptography library in CI (GH-135402)

2025-07-11 Thread zware
https://github.com/python/cpython/commit/db47f4d844acf2b6e52e44f7f3d5f7566b1e402c commit: db47f4d844acf2b6e52e44f7f3d5f7566b1e402c branch: main author: Will Childs-Klein committer: zware date: 2025-07-11T17:24:11-05:00 summary: gh-135401: Test AWS-LC as a cryptography library in CI (GH-135402)

[Python-checkins] [3.14] gh-130160: use `.. program::` directive for documenting `venv` CLI (GH-130699) (#136550)

2025-07-11 Thread picnixz
https://github.com/python/cpython/commit/e4e86a1b87eaa6c327632ef282b48b9f15bc5536 commit: e4e86a1b87eaa6c327632ef282b48b9f15bc5536 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-0

[Python-checkins] gh-101100: Fix sphinx warnings in Doc/library/functools.rst (GH-136424)

2025-07-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/252e2f710ea376a38c4545dd758e03d331c1eaad commit: 252e2f710ea376a38c4545dd758e03d331c1eaad branch: main author: Weilin Du <108666168+lamentxu...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-07-11T20:03:13+03:00 summary: gh-101100: Fix sp

[Python-checkins] [3.13] gh-130160: use `.. program::` directive for documenting `venv` CLI (GH-130699) (#136551)

2025-07-11 Thread picnixz
https://github.com/python/cpython/commit/f7f1448ffead5bfaa362fbe92ac9d4fccd8dbdba commit: f7f1448ffead5bfaa362fbe92ac9d4fccd8dbdba branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-0

[Python-checkins] [3.14] gh-101100: Fix sphinx warnings in Doc/library/functools.rst (GH-136424) (GH-136552)

2025-07-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ac807cb3a0e2c8b119a19e3622de3a9c4884652d commit: ac807cb3a0e2c8b119a19e3622de3a9c4884652d branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-07-11T17:09:22Z summary: [3.14] gh

[Python-checkins] [3.13] gh-101100: Fix sphinx warnings in Doc/library/functools.rst (GH-136424) (GH-136554)

2025-07-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/01710af49d903c218e3a3a8e22bf7e0d9d3cc278 commit: 01710af49d903c218e3a3a8e22bf7e0d9d3cc278 branch: 3.13 author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-07-11T17:13:07Z summary: [3.13] gh-101100: Fix sphinx warnings in Doc/library/functools.

[Python-checkins] Minor edit: Improve comment readability and ordering (gh-136557)

2025-07-11 Thread rhettinger
https://github.com/python/cpython/commit/7f1e66ae0e7c6bfa26cc128291d8705abd1a3c93 commit: 7f1e66ae0e7c6bfa26cc128291d8705abd1a3c93 branch: main author: Raymond Hettinger committer: rhettinger date: 2025-07-11T12:36:17-07:00 summary: Minor edit: Improve comment readability and ordering (gh-136557

[Python-checkins] gh-136156: Remove tempfile test_link_tmpfile() (#136534)

2025-07-11 Thread vstinner
https://github.com/python/cpython/commit/cbf007beeb2f69d9409b6388ee8d71007fa6c2df commit: cbf007beeb2f69d9409b6388ee8d71007fa6c2df branch: main author: Victor Stinner committer: vstinner date: 2025-07-11T16:45:31+02:00 summary: gh-136156: Remove tempfile test_link_tmpfile() (#136534) It's not a