[ All A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Project python3.9-3.9.21-1.el9_5

Name python3.9
Epoch 0
Version 3.9.21
Release 1.el9_5
Website/URL https://www.python.org/
License Python
Build Time 2025-02-20 14:14:36
Build Host certified-builder01.msvsphere-os.ru
Summary Python 3 Integrated Development and Learning Environment
Repositories OS
Description IDLE is Python’s Integrated Development and Learning Environment. The GUI is uniform between Windows, Unix, and Mac OS X. IDLE provides an easy way to start writing, running, and debugging Python code.IDLE is written in pure Python, and uses the tkinter GUI toolkit. It provides:a Python shell window (interactive interpreter) with colorizing of code input, output, and error messages,a multi-window text editor with multiple undo, Python colorizing, smart indent, call tips, auto completion, and other features,search within any window, replace within editor windows, and search through multiple files (grep),a debugger with persistent breakpoints, stepping, and viewing of global and local namespaces.
Errata
Screenshot 1 Screenshot 2 Screenshot 3
× Full screenshot
Packages link
Package Summary SHA-256 checksum
x86_64
python3-3.9.21-1.el9_5.x86_64 Python 3.9 interpreter 2ed832d31717a248bfad49549f0cf166c8c4439d1de1a9e7f3cec62d492910f7 download
python3-libs-3.9.21-1.el9_5.x86_64 Python runtime libraries a2d2e43a3cbc85f5feeea35d64587006f7d0226fd3a9998dc15031bba9b6ee15 download
i686
python3-libs-3.9.21-1.el9_5.i686 Python runtime libraries 3b5a6e6e9e592612d1b777d1229781b62b572a7613274d3715237c732f080439 download
noarch
python-unversioned-command-3.9.21-1.el9_5.noarch The "python" command that runs Python 3 55d2c850400d971b999f4bf38aba257fe2467b04547e8300724e7056aadca0ae download
src
python3.9-3.9.21-1.el9_5.src Python 3 Integrated Development and Learning Environment c4fd5300a4179ac265e368dd0733a4577a41c2555f22f995123f60570a9b2d48 download
Changelog link
* Thu Dec 05 2024 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.9.21-1
- Update to 3.9.21
- Security fix for CVE-2024-11168 and CVE-2024-9287
Resolves: RHEL-64888
Resolves: RHEL-67259

* Wed Sep 11 2024 Lumír Balhar <lbalhar@redhat.com> - 3.9.19-8.1
- Security fix for CVE-2024-6232
Resolves: RHEL-57420

* Fri Aug 23 2024 Charalampos Stratakis <cstratak@redhat.com> - 3.9.19-8
- Security fix for CVE-2024-8088
Resolves: RHEL-55967

* Tue Aug 13 2024 Lumír Balhar <lbalhar@redhat.com> - 3.9.19-7
- Security fix for CVE-2024-6923
Resolves: RHEL-53045

* Thu Aug 01 2024 Miro Hrončok <mhroncok@redhat.com> - 3.9.19-6
- Ensure 3rd party extension modules for the debug build use the -O0 flag

* Thu Jul 25 2024 Charalampos Stratakis <cstratak@redhat.com> - 3.9.19-5
- Properly propagate the optimization flags to C extensions

* Thu Jul 18 2024 Charalampos Stratakis <cstratak@redhat.com> - 3.9.19-4
- Build Python with -O3
- https://fedoraproject.org/wiki/Changes/Python_built_with_gcc_O3

* Thu Jul 18 2024 Charalampos Stratakis <cstratak@redhat.com> - 3.9.19-3
- Security fix for CVE-2024-4032
Resolves: RHEL-44107

* Tue Jun 11 2024 Charalampos Stratakis <cstratak@redhat.com> - 3.9.19-2
- Enable importing of hash-based .pyc files under FIPS mode
Resolves: RHEL-40750

* Mon Apr 22 2024 Charalampos Stratakis <cstratak@redhat.com> - 3.9.19-1
- Update to 3.9.19
- Security fixes for CVE-2023-6597 and CVE-2024-0450
- Fix tests for XMLPullParser with Expat with fixed CVE
Resolves: RHEL-33679, RHEL-33691