Skip to content

Tags: fedora-python/cpython

Tags

fedora-3.9.25-6

Toggle fedora-3.9.25-6's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
00476: CVE-2026-1299

pythongh-144125: email: verify headers are sound in BytesGenerator
(cherry picked from commit 052e55e)

Co-authored-by: Seth Michael Larson <[email protected]>
Co-authored-by: Denis Ledoux <[email protected]>
Co-authored-by: Denis Ledoux <[email protected]>
Co-authored-by: Petr Viktorin <[email protected]>
Co-authored-by: Bas Bloemsaat <[email protected]>

fedora-3.14.3-1

Toggle fedora-3.14.3-1's commit message
00477: Raise an error when importing stdlib modules compiled for a di…

…fferent Python version

This is a downstream workaround "implementing"
python#137212 -
the mechanism for the check exists in Python 3.15+, where it needs to be
added to the standard library modules.
In Fedora, we need it also in previous Python versions, as we experience
segmentation fault when importing stdlib modules after update while
Python is running.

_tkinter, _tracemalloc and readline are not calling PyModuleDef_Init,
which is modified with this patch, hence they need a
direct call to the check function.

Co-Authored-By: Karolina Surma <[email protected]>

fedora-3.11.14-5

Toggle fedora-3.11.14-5's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
00475: CVE-2025-15367

pythongh-143923: Reject control characters in POP3 commands

(cherry-picked from commit b234a2b)

fedora-3.10.19-4

Toggle fedora-3.10.19-4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
00475: CVE-2025-15367

pythongh-143923: Reject control characters in POP3 commands

(cherry-picked from commit b234a2b)

fedora-3.9.25-5

Toggle fedora-3.9.25-5's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
00475: CVE-2025-15367

pythongh-143923: Reject control characters in POP3 commands

(cherry-picked from commit b234a2b)

fedora-3.13.12-1

Toggle fedora-3.13.12-1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
00475: CVE-2025-15367

Reject control characters in POP3 commands

fedora-3.12.12-4

Toggle fedora-3.12.12-4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
00475: CVE-2025-15367

pythongh-143923: Reject control characters in POP3 commands

(cherry-picked from commit b234a2b)

fedora-3.6.15-52

Toggle fedora-3.6.15-52's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
00476: CVE-2026-1299

pythongh-144125: email: verify headers are sound in BytesGenerator

(cherry picked from commit 8cdf620)

Co-authored-by: Seth Michael Larson <[email protected]>
Co-authored-by: Denis Ledoux <[email protected]>
Co-authored-by: Denis Ledoux <[email protected]>
Co-authored-by: Petr Viktorin <[email protected]>
Co-authored-by: Bas Bloemsaat <[email protected]>

The fix for the CVE uncovered a known issue in handling
policy.linesep lengths fixed by:

bpo-34424: Handle different policy.linesep lengths correctly. (python#8803)

(cherry-picked from commit 45b2f88)

Co-authored-by: Jens Troeger <[email protected]>

fedora-3.15.0a5-1

Toggle fedora-3.15.0a5-1's commit message
00466: Downstream only: Skip tests not working with older expat version

We want to run these tests in Fedora and EPEL 10, but not in EPEL 9,
which has too old version of expat. We set the upper bound version
in the conditionalized skip to a release available in CentOS Stream 10,
which is tested as working.

fedora-3.9.25-3

Toggle fedora-3.9.25-3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
00471: CVE-2025-12084

* pythongh-142145: Remove quadratic behavior in node ID cache clearing (pythonGH-142146)
* pythongh-142754: Ensure that Element & Attr instances have the ownerDocument attribute (pythonGH-142794)
(cherry picked from commit 1cc7551)
(cherry picked from commit 08d8e18)
(cherry picked from commit 8d2d7bb)

Co-authored-by: Jacob Walls <[email protected]>
Co-authored-by: Seth Michael Larson <[email protected]>
Co-authored-by: Petr Viktorin <[email protected]>
Co-authored-by: Hugo van Kemenade <[email protected]>
Co-authored-by: Gregory P. Smith <[email protected]>
Co-authored-by: Hugo van Kemenade <[email protected]>
Co-authored-by: Gregory P. Smith <[email protected]>
Co-authored-by: Gregory P. Smith <[email protected]>