Name: | python3-idle |
---|---|
Version: | 3.6.8 |
Release: | 51.0.1.el8_8.1 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 3309107 |
License: | Python |
RPM: | python3-idle-3.6.8-51.0.1.el8_8.1.aarch64.rpm |
Source RPM: | python3-3.6.8-51.0.1.el8_8.1.src.rpm |
Build Date: | Wed Jun 14 2023 |
Build Host: | build-ol8-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://www.python.org/ |
Summary: | A basic graphical development environment for Python |
Description: | IDLE is Python’s Integrated Development and Learning Environment. IDLE has the following features: Python shell window (interactive interpreter) with colorizing of code input, output, and error messages; 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); debugger with persistent breakpoints, stepping, and viewing of global and local namespaces; configuration, browsers, and other dialogs. |
- Add Oracle Linux distribution in platform.py [Orabug: 20812544]
- Security fix for CVE-2023-24329 Resolves: rhbz#2173917
- Properly strip the LTO bytecode from python.o Resolves: rhbz#2137707
- Security fix for CVE-2022-45061 - Strip the LTO bytecode from python.o Resolves: rhbz#2144072, rhbz#2137707
- Security fixes for CVE-2020-10735 and CVE-2021-28861 Resolves: rhbz#1834423, rhbz#2120642
- Release bump Resolves: rhbz#2136435
- Security fix for CVE-2015-20107 Resolves: rhbz#2075390
- Security fix for CVE-2022-0391: urlparse does not sanitize URLs containing ASCII newline and tabs - Fix the test suite support for Expat >= 2.4.5 Resolves: rhbz#2047376, rhbz#2060435
- Security fix for CVE-2021-4189: ftplib should not use the host from the PASV response Resolves: rhbz#2036020
- Use the monotonic clock for theading.Condition - Use the monotonic clock for the global interpreter lock Resolves: rhbz#2003758