Name: | python3-idle |
---|---|
Version: | 3.6.8 |
Release: | 47.0.1.el8_6 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 3309107 |
License: | Python |
RPM: | python3-idle-3.6.8-47.0.1.el8_6.x86_64.rpm |
Source RPM: | python3-3.6.8-47.0.1.el8_6.src.rpm |
Build Date: | Tue Sep 13 2022 |
Build Host: | build-ol8-x86_64.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-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
- 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
- Change shouldRollover() methods of logging.handlers to only rollover regular files Resolves: rhbz#2009200
- Security fix for CVE-2021-3737 Resolves: rhbz#1995162
- Security fix for CVE-2021-3733: Denial of service when identifying crafted invalid RFCs Resolves: rhbz#1995234
- Adjusted the postun scriptlets to enable upgrading to RHEL 9 - Resolves: rhbz#1933055
- Fix reentrant call to threading.enumerate() (rhbz#1959459) - Don't exit Python with abort() when a thread exit and there is no available file descriptor to load dynamically the libgcc_s.so.1 library (rhbz#1972293)