[Python-checkins] gh-131050: skip `test_dh_params` when TLS library lacks FFDHE ciphersuites (#131051)

2025-03-29 Thread picnixz
https://github.com/python/cpython/commit/be2d2181e62cd138b0cdf80ebc0dd4058187c52a commit: be2d2181e62cd138b0cdf80ebc0dd4058187c52a branch: main author: Will Childs-Klein committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-03-29T10:31:48Z summary: gh-131050: skip `test_dh_par

[Python-checkins] [3.13] gh-128770: raise warnings as errors in test suite - except for test_socket which still logs warnings, and internal test warnings that are now logged (#131802)

2025-03-29 Thread hugovk
https://github.com/python/cpython/commit/07d4c7e7dbdb4e676acab386d1a5bf8e4ac16898 commit: 07d4c7e7dbdb4e676acab386d1a5bf8e4ac16898 branch: 3.13 author: Thomas Grainger committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-03-29T21:21:33+02:00 summary: [3.13] gh-128770: raise warn

[Python-checkins] [3.12] gh-131050: skip `test_dh_params` when TLS library lacks FFDHE ciphersuites (GH-131051) (#131875)

2025-03-29 Thread picnixz
https://github.com/python/cpython/commit/85b6b0e2d2fffbc8a5a84661e3dfee3deb7ab011 commit: 85b6b0e2d2fffbc8a5a84661e3dfee3deb7ab011 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-131050: skip `test_dh_params` when TLS library lacks FFDHE ciphersuites (GH-131051) (#131874)

2025-03-29 Thread picnixz
https://github.com/python/cpython/commit/5c2c8177233b5c07aa3a09c7eefdfce02d565d8e commit: 5c2c8177233b5c07aa3a09c7eefdfce02d565d8e 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-131853: Test binary header in msgfmt generated file (GH-131854)

2025-03-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/fccf9ab33d0b16e6171c533d139b6118503197c1 commit: fccf9ab33d0b16e6171c533d139b6118503197c1 branch: main author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-03-29T14:27:50+02:00 summary: gh-131853:

[Python-checkins] gh-131853: Fix test_msgfmt on big-endian platforms (GH-131879)

2025-03-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c6b1a073438d93d4e62957accc73487df6711851 commit: c6b1a073438d93d4e62957accc73487df6711851 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-03-29T19:14:37+02:00 summary: gh-131853: Fix test_msgfmt on big-endian platforms (GH-131

[Python-checkins] gh-130924: Do not create cells for usages of names in local annotations (#131843)

2025-03-29 Thread JelleZijlstra
https://github.com/python/cpython/commit/425f60b9eb253c57bc32b453a02f1cf09963f85a commit: 425f60b9eb253c57bc32b453a02f1cf09963f85a branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-03-29T21:15:48Z summary: gh-130924: Do not create cells for usages of names in local annotati

[Python-checkins] [3.13] gh-131670: Fix crash in `anext()` when `__anext__` is sync and raises (GH-131682) (#131686)

2025-03-29 Thread sobolevn
https://github.com/python/cpython/commit/349209841804e68d055af0046163de09ce68f723 commit: 349209841804e68d055af0046163de09ce68f723 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2025-03-24T19:27:01Z summary: [3.13] gh-131670: