Skip to content

Tags: fedora-python/cpython

Tags

fedora-3.11.15-4

Toggle fedora-3.11.15-4's commit message
00485: CVE-2026-4224

Stack overflow parsing XML with deeply nested DTD content models

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>

fedora-3.14.4-2

Toggle fedora-3.14.4-2's commit message
00486: pythongh-148646: Add --enable-prebuilt-jit-stencils configure …

…flag

fedora-3.12.13-3

Toggle fedora-3.12.13-3's commit message
00485: CVE-2026-4224

Stack overflow parsing XML with deeply nested DTD content models

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>

fedora-3.15.0a8-1

Toggle fedora-3.15.0a8-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.14.4-1

Toggle fedora-3.14.4-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 <ksurma@redhat.com>

fedora-3.13.13-1

Toggle fedora-3.13.13-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.

_curses, _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 <ksurma@redhat.com>

fedora-3.12.13-2

Toggle fedora-3.12.13-2's commit message

Unverified

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

Reject leading dashes in webbrowser URLs (pythonGH-146360)

(cherry picked from commit 82a24a4)

Co-authored-by: Seth Michael Larson <seth@python.org>

fedora-3.11.15-2

Toggle fedora-3.11.15-2's commit message

Unverified

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

Reject leading dashes in webbrowser URLs (pythonGH-143931) (pythonGH-146364)

(cherry picked from commit 82a24a4)

Co-authored-by: Seth Michael Larson <seth@python.org>

fedora-3.9.25-7

Toggle fedora-3.9.25-7's commit message

Unverified

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

Reject leading dashes in webbrowser URLs (pythonGH-143931) (pythonGH-146359)

Cherry-picked from Python 3.10: ad4d5ba

(cherry picked from commit 82a24a4)

Co-authored-by: Seth Michael Larson <seth@python.org>

fedora-3.6.15-55

Toggle fedora-3.6.15-55's commit message

Unverified

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

Reject leading dashes in webbrowser URLs (pythonGH-143931) (pythonGH-146359)

(cherry picked from commit 82a24a4)

Backported from Python 3.10: ad4d5ba

Co-authored-by: Seth Michael Larson <seth@python.org>