Name: | python3-idle |
---|---|
Version: | 3.6.8 |
Release: | 38.0.1.el8_4 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 3309107 |
License: | Python |
RPM: | python3-idle-3.6.8-38.0.1.el8_4.x86_64.rpm |
Source RPM: | python3-3.6.8-38.0.1.el8_4.src.rpm |
Build Date: | Tue Sep 21 2021 |
Build Host: | host-100-100-224-52.blddevtest1iad.osdevelopmeniad.oraclevcn.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]
- Fix reentrant call to threading.enumerate() Resolves: rhbz#1990860
- Fix for CVE-2021-23336 Resolves: rhbz#1928904
- Fix for CVE-2021-3177 Resolves: rhbz#1918168
- New options -a and -k for pathfix.py script backported from upstream Resolves: rhbz#1917691
- Security fix for CVE-2020-27619: eval() call on content received via HTTP in the CJK codec tests Resolves: rhbz#1890237
- Add support for upstream architecture names https://fedoraproject.org/wiki/Changes/Python_Upstream_Architecture_Names Resolves: rhbz#1868003
- Security fix for CVE-2020-26116: Reject control chars in HTTP method in http.client Resolves: rhbz#1883257
- Avoid infinite loop when reading specially crafted TAR files (CVE-2019-20907) Resolves: rhbz#1856481 - Resolve hash collisions for Pv4Interface and IPv6Interface (CVE-2020-14422) Resolves: rhbz#1854926
- Remove downstream 00178-dont-duplicate-flags-in-sysconfig.patch which introduced a bug on distutils.sysconfig.get_config_var('LIBPL') (rhbz#1851090).