Name: | python3-idle |
---|---|
Version: | 3.6.8 |
Release: | 31.0.1.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 3309107 |
License: | Python |
RPM: | python3-idle-3.6.8-31.0.1.el8.x86_64.rpm |
Source RPM: | python3-3.6.8-31.0.1.el8.src.rpm |
Build Date: | Fri Nov 06 2020 |
Build Host: | jenkins-172-17-0-2-237b4ab7-979d-4697-aa25-2443d561c392.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]
- 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).
- Fix python3-config --configdir (rhbz#1772992).
- Security fix for CVE-2020-8492 Resolves: rhbz#1810618
- Add a sentinel value on the Hmac_members table of the fips compliant hmac module Resolves: rhbz#1800512
- Skip test_startup_imports from test_site if we have a .pth file in sys.path Resolves: rhbz#1814392
- Security fix for CVE-2019-16935 Resolves: rhbz#1798001
- Build Python with -fno-semantic-interposition for better performance - https://fedoraproject.org/wiki/Changes/PythonNoSemanticInterpositionSpeedup - Also fix test_gdb failures with Link Time Optimizations Resolves: rhbz#1724996
- Modify the test suite to better handle disabled SSL/TLS versions and FIPS mode - Use OpenSSL's DRBG and disable os.getrandom() function in FIPS mode Resolves: rhbz#1754028, rhbz#1754027, rhbz#1754026, rhbz#1774471