[Python-checkins] [3.12] gh-131357: Add a set of asserts to test.test_capi.test_bytearray (GH-131554) (#131629)

2025-03-23 Thread sobolevn
https://github.com/python/cpython/commit/7f2de07808b13bd345855fec42ac6add2cfb3704 commit: 7f2de07808b13bd345855fec42ac6add2cfb3704 branch: 3.12 author: Nybblista <170842536+nybbli...@users.noreply.github.com> committer: sobolevn date: 2025-03-23T17:43:12Z summary: [3.12] gh-131357: Add a set of a

[Python-checkins] gh-121529: Document `from_` parameter in `_mboxMMDF` public methods (#121530)

2025-03-23 Thread picnixz
https://github.com/python/cpython/commit/557d2d20d484a7b22da39cdb876f6312ab66d561 commit: 557d2d20d484a7b22da39cdb876f6312ab66d561 branch: main author: Sebb committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-03-23T13:10:47+01:00 summary: gh-121529: Document `from_` paramete

[Python-checkins] gh-111178: fix UBSan failures for `TaskStepMethWrapper` (#131602)

2025-03-23 Thread kumaraditya303
https://github.com/python/cpython/commit/ef06508f8ef1d2943b2fb1e310ab115b65e489a8 commit: ef06508f8ef1d2943b2fb1e310ab115b65e489a8 branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: kumaraditya303 date: 2025-03-23T19:56:03+05:30 summary: gh-78: fix UBSan

[Python-checkins] no-issue: Fix typo in importlib.metadata.rst (gh-131596)

2025-03-23 Thread corona10
https://github.com/python/cpython/commit/5fc889ffbfd271c651f563ab0afe2d345bacbca5 commit: 5fc889ffbfd271c651f563ab0afe2d345bacbca5 branch: main author: Zsolt Dollenstein committer: corona10 date: 2025-03-23T23:01:29+09:00 summary: no-issue: Fix typo in importlib.metadata.rst (gh-131596) files:

[Python-checkins] gh-130080: do not fold match case constants in unoptimized AST (#131577)

2025-03-23 Thread iritkatriel
https://github.com/python/cpython/commit/64906bb22373dc58b88863424ceef07193b776b0 commit: 64906bb22373dc58b88863424ceef07193b776b0 branch: main author: Irit Katriel <1055913+iritkatr...@users.noreply.github.com> committer: iritkatriel <1055913+iritkatr...@users.noreply.github.com> date: 2025-03-23T

[Python-checkins] [3.12] gh-130283: update deprecated links and examples in `urllib.request` docs (GH-130284) (#131627)

2025-03-23 Thread picnixz
https://github.com/python/cpython/commit/3911bd5cc3c5b876935a7a88a49bd46d6b352fce commit: 3911bd5cc3c5b876935a7a88a49bd46d6b352fce branch: 3.12 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.13] gh-130283: update deprecated links and examples in `urllib.request` docs (GH-130284) (#131626)

2025-03-23 Thread picnixz
https://github.com/python/cpython/commit/f577a43b8d4576d03fb065f64a40535440c8ed08 commit: f577a43b8d4576d03fb065f64a40535440c8ed08 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] gh-130283: update deprecated links and examples in `urllib.request` docs (#130284)

2025-03-23 Thread picnixz
https://github.com/python/cpython/commit/fd459b115330b089da26a0555f45afced597942a commit: fd459b115330b089da26a0555f45afced597942a branch: main author: Kanishk Pachauri committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-03-23T13:29:29Z summary: gh-130283: update deprecated

[Python-checkins] [3.13] gh-131418: remove unused legacy typedefs in `{md5,sha1}module.c` (GH-131420) (#131620)

2025-03-23 Thread picnixz
https://github.com/python/cpython/commit/4af3d0e8109012f2d63467ab62a74f52982d5e29 commit: 4af3d0e8109012f2d63467ab62a74f52982d5e29 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.12] gh-121529: Document `from_` parameter in `_mboxMMDF` public methods (GH-121530) (#131622)

2025-03-23 Thread picnixz
https://github.com/python/cpython/commit/7d5b8131b141cd029735f96f400f50fc5db865e0 commit: 7d5b8131b141cd029735f96f400f50fc5db865e0 branch: 3.12 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.13] gh-121529: Document `from_` parameter in `_mboxMMDF` public methods (GH-121530) (#131623)

2025-03-23 Thread picnixz
https://github.com/python/cpython/commit/5e3f93a8d7c34324c2227c73a69e9c22f372a7c5 commit: 5e3f93a8d7c34324c2227c73a69e9c22f372a7c5 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] gh-131418: remove unused legacy typedefs in `{md5,sha1}module.c` (#131420)

2025-03-23 Thread picnixz
https://github.com/python/cpython/commit/a9a399f0ecfeeff91425cc089057f1b95799853b commit: a9a399f0ecfeeff91425cc089057f1b95799853b branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-03-23T12:19:26+

[Python-checkins] [3.13] gh-131357: Add a set of asserts to test.test_capi.test_bytearray (GH-131554) (#131601)

2025-03-23 Thread sobolevn
https://github.com/python/cpython/commit/856bb5423556552927dfd5b63440d863f2ce6b97 commit: 856bb5423556552927dfd5b63440d863f2ce6b97 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2025-03-23T10:44:47+03:00 summary: [3.13] gh-13

[Python-checkins] gh-131357: Add a set of asserts to test.test_capi.test_bytearray (#131554)

2025-03-23 Thread sobolevn
https://github.com/python/cpython/commit/f3bf304c2799c31c045033f22db7eb8766a5f939 commit: f3bf304c2799c31c045033f22db7eb8766a5f939 branch: main author: Nybblista <170842536+nybbli...@users.noreply.github.com> committer: sobolevn date: 2025-03-23T10:20:40+03:00 summary: gh-131357: Add a set of ass