[Python-checkins] gh-124666: Improve thread cleanup in test_android (#131427)

2025-03-18 Thread freakboy3742
https://github.com/python/cpython/commit/01b5abbc53b2a9ee8d85e0518c98efce27dbd061 commit: 01b5abbc53b2a9ee8d85e0518c98efce27dbd061 branch: main author: Malcolm Smith committer: freakboy3742 date: 2025-03-19T06:30:22+08:00 summary: gh-124666: Improve thread cleanup in test_android (#131427) Ensu

[Python-checkins] gh-131402: add HMAC-SHA3 NIST test cases (#131407)

2025-03-18 Thread picnixz
https://github.com/python/cpython/commit/8cb57dc3678a8b26772d0fffce525762fee4f234 commit: 8cb57dc3678a8b26772d0fffce525762fee4f234 branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-03-18T13:57:15+

[Python-checkins] [3.12] gh-127667: refactor and improve `_hashopenssl.c` error branches (#131145) (#131348)

2025-03-18 Thread picnixz
https://github.com/python/cpython/commit/304ef8440b46caa36c295bd0a47c5c24bbd1a245 commit: 304ef8440b46caa36c295bd0a47c5c24bbd1a245 branch: 3.12 author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-03-18T10:16:26+

[Python-checkins] gh-114917: Fix typo in getaddrinfo emulation (#131413)

2025-03-18 Thread vstinner
https://github.com/python/cpython/commit/49234c065cf2b1ea32c5a3976d834b1d07b9b831 commit: 49234c065cf2b1ea32c5a3976d834b1d07b9b831 branch: main author: Max Bachmann committer: vstinner date: 2025-03-18T14:31:13+01:00 summary: gh-114917: Fix typo in getaddrinfo emulation (#131413) files: M Modul

[Python-checkins] [3.12] gh-130132: properly free resources in `urrlib.urlopen` examples (GH-130280) (#131395)

2025-03-18 Thread picnixz
https://github.com/python/cpython/commit/2601dae1830bccbb64b44b777b083aac6b72107a commit: 2601dae1830bccbb64b44b777b083aac6b72107a 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] gh-114917: add support for AI_NUMERICSERV in getaddrinfo emulation (#114918)

2025-03-18 Thread vstinner
https://github.com/python/cpython/commit/3453b5c1d652a0424a32b576f9b878424061 commit: 3453b5c1d652a0424a32b576f9b878424061 branch: main author: Max Bachmann committer: vstinner date: 2025-03-18T11:26:51+01:00 summary: gh-114917: add support for AI_NUMERICSERV in getaddrinfo emulation (#1

[Python-checkins] gh-131311: Consolidate reference handling in PyCStructUnionType_update_stginfo to fix memory leak (GH-131312)

2025-03-18 Thread encukou
https://github.com/python/cpython/commit/812074e291d559824d496909a87fb5c26c37f60c commit: 812074e291d559824d496909a87fb5c26c37f60c branch: main author: Sergey Miryanov committer: encukou date: 2025-03-18T11:50:22+01:00 summary: gh-131311: Consolidate reference handling in PyCStructUnionType_upda

[Python-checkins] [3.12] gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176) (GH-131361)

2025-03-18 Thread encukou
https://github.com/python/cpython/commit/38ef8d78bbcd5dd88b40a2c53d65f9167b9a78c3 commit: 38ef8d78bbcd5dd88b40a2c53d65f9167b9a78c3 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: encukou date: 2025-03-18T13:18:10+01:00 summary: [3.12] gh-131

[Python-checkins] gh-131261: expat/refresh.sh: Expand list of manual steps (GH-131359)

2025-03-18 Thread encukou
https://github.com/python/cpython/commit/51d309988b3041cae20cca89172b4fd825c9a1cc commit: 51d309988b3041cae20cca89172b4fd825c9a1cc branch: main author: Petr Viktorin committer: encukou date: 2025-03-18T13:17:43+01:00 summary: gh-131261: expat/refresh.sh: Expand list of manual steps (GH-131359)

[Python-checkins] gh-130080: fix warnings in tests (#131400)

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

[Python-checkins] [3.12] gh-131002: clarify how to enforce sqlite3 column types for generated fields (GH-131006) (#131386)

2025-03-18 Thread erlend-aasland
https://github.com/python/cpython/commit/9d23a6d57bbddfecf141b8cb145fc0cc784fc565 commit: 9d23a6d57bbddfecf141b8cb145fc0cc784fc565 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: erlend-aasland date: 2025-03-18T12:10:01+01:00 summary: [3.12]

[Python-checkins] [3.12] gh-129675: Update documentation for tp_basicsize & tp_itemsize (GH-129850) (GH-131078)

2025-03-18 Thread encukou
https://github.com/python/cpython/commit/040583387bd659be02b867c31e19cb72978e0ff6 commit: 040583387bd659be02b867c31e19cb72978e0ff6 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: encukou date: 2025-03-17T16:18:14+01:00 summary: [3.12] gh-129

[Python-checkins] [3.12] gh-131277: allow EnvironmentVarGuard to unset more than one environment variable at once (GH-131280) (#131410)

2025-03-18 Thread picnixz
https://github.com/python/cpython/commit/865bd6de991dae966ec4bf4eb698ab8c19afdb21 commit: 865bd6de991dae966ec4bf4eb698ab8c19afdb21 branch: 3.12 author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-03-18T13:46:24+

[Python-checkins] gh-130132: properly free resources in `urrlib.urlopen` examples (#130280)

2025-03-18 Thread picnixz
https://github.com/python/cpython/commit/77d2fd441320ca365c34e21c475d3878f3d5d833 commit: 77d2fd441320ca365c34e21c475d3878f3d5d833 branch: main author: Kanishk Pachauri committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-03-18T09:27:05Z summary: gh-130132: properly free reso

[Python-checkins] [3.12] gh-116666: Add "token" glossary term (GH-130888) (GH-131368)

2025-03-18 Thread encukou
https://github.com/python/cpython/commit/7a8097c57a7f1e72a2c0780b1190d6148486d924 commit: 7a8097c57a7f1e72a2c0780b1190d6148486d924 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: encukou date: 2025-03-18T12:51:09+01:00 summary: [3.12] gh-116

[Python-checkins] [3.13] gh-116666: Add "token" glossary term (GH-130888) (GH-131367)

2025-03-18 Thread encukou
https://github.com/python/cpython/commit/25ae2045a8a6e36d2cc2f386314ee4fd68ccd379 commit: 25ae2045a8a6e36d2cc2f386314ee4fd68ccd379 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: encukou date: 2025-03-18T12:51:02+01:00 summary: [3.13] gh-116

[Python-checkins] gh-131094: Refine `math.isclose` docs (#131139)

2025-03-18 Thread picnixz
https://github.com/python/cpython/commit/3f50f96586d46497e4d9de065c4424fe2d72508e commit: 3f50f96586d46497e4d9de065c4424fe2d72508e branch: main author: Guy Jacoby <49398101+guyjac...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-03-18T10:13:26+0

[Python-checkins] [3.13] gh-131094: Refine `math.isclose` docs (GH-131139) (#131392)

2025-03-18 Thread picnixz
https://github.com/python/cpython/commit/98195b2108b4e1e83fa6b5919d79a36e25c62ce6 commit: 98195b2108b4e1e83fa6b5919d79a36e25c62ce6 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-128002: fix tsan race in closing socket in `test_ssl` (#131397)

2025-03-18 Thread kumaraditya303
https://github.com/python/cpython/commit/b0a4f6599a7d36cc08fe63d6f7d5d4dea64579f3 commit: b0a4f6599a7d36cc08fe63d6f7d5d4dea64579f3 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-03-18T15:41:43+05:30 summary: gh-128002: fix tsan race in closing socket in `test_ssl` (#13139

[Python-checkins] [3.13] gh-131002: clarify how to enforce sqlite3 column types for generated fields (GH-131006) (#131385)

2025-03-18 Thread erlend-aasland
https://github.com/python/cpython/commit/e425b075fe80398845eaccefe28fef0f0dc83f1b commit: e425b075fe80398845eaccefe28fef0f0dc83f1b branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: erlend-aasland date: 2025-03-18T12:09:41+01:00 summary: [3.13]

[Python-checkins] gh-121468: Ensure PDB cleans up event loop policies after using asyncio. (#131388)

2025-03-18 Thread freakboy3742
https://github.com/python/cpython/commit/b754aeedfbae7de0115b4c228b5e3061bc369812 commit: b754aeedfbae7de0115b4c228b5e3061bc369812 branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2025-03-19T08:33:31+08:00 summary: gh-121468: Ensure PDB cleans up event loop policies after u

[Python-checkins] [3.13] gh-124666: Improve thread cleanup in test_android (GH-131427) (#131433)

2025-03-18 Thread freakboy3742
https://github.com/python/cpython/commit/ff286a3d943e703ec92a4466b315b190b62dcd2a commit: ff286a3d943e703ec92a4466b315b190b62dcd2a branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2025-03-19T08:30:59+08:00 summary: [3.13] g

[Python-checkins] GH-126367: `url2pathname()`: handle NTFS alternate data streams (#131428)

2025-03-18 Thread barneygale
https://github.com/python/cpython/commit/d783d7b51d31db568de6b3438f4e805acff663da commit: d783d7b51d31db568de6b3438f4e805acff663da branch: main author: Barney Gale committer: barneygale date: 2025-03-18T23:37:12Z summary: GH-126367: `url2pathname()`: handle NTFS alternate data streams (#131428)

[Python-checkins] [3.13] gh-121284: Fix email address header folding with parsed encoded-word (GH-122754) (#131403)

2025-03-18 Thread bitdancer
https://github.com/python/cpython/commit/31767e61008c404e51c415b86b443baf2318bfdf commit: 31767e61008c404e51c415b86b443baf2318bfdf branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: bitdancer date: 2025-03-18T15:34:00-04:00 summary: [3.13] gh-1

[Python-checkins] gh-130914: Make graphlib.TopologicalSorter.prepare() idempotent (#131317)

2025-03-18 Thread tim-one
https://github.com/python/cpython/commit/c1b42db9e47b76fca3c2993cb172cc4991b04839 commit: c1b42db9e47b76fca3c2993cb172cc4991b04839 branch: main author: Daniel Pope committer: tim-one date: 2025-03-18T16:28:00-05:00 summary: gh-130914: Make graphlib.TopologicalSorter.prepare() idempotent (#131317

[Python-checkins] gh-128002: fix tsan race in closing socket in `test_sslproto` (#131399)

2025-03-18 Thread kumaraditya303
https://github.com/python/cpython/commit/ab6333f7f56554bfd6c01eff567ddfb163a3dae6 commit: ab6333f7f56554bfd6c01eff567ddfb163a3dae6 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-03-18T16:20:47+05:30 summary: gh-128002: fix tsan race in closing socket in `test_sslproto` (#

[Python-checkins] [3.12] gh-131094: Refine `math.isclose` docs (GH-131139) (#131393)

2025-03-18 Thread picnixz
https://github.com/python/cpython/commit/c23a2d3bdc6e03e5f986d289a7d265392d1bcaaf commit: c23a2d3bdc6e03e5f986d289a7d265392d1bcaaf 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