Name: | python3-idle |
---|---|
Version: | 3.6.8 |
Release: | 23.0.1.el8 |
Architecture: | i686 |
Group: | Unspecified |
Size: | 3308611 |
License: | Python |
RPM: | python3-idle-3.6.8-23.0.1.el8.i686.rpm |
Source RPM: | python3-3.6.8-23.0.1.el8.src.rpm |
Build Date: | Thu Feb 20 2020 |
Build Host: | jenkins-10-147-72-125-c5b73e7c-96b8-4432-82d0-e7725c1cde3d.appad1iad.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]
- 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
- Changed Requires into Recommends for python3-pip to allow a lower RHEL8 footprint for containers and other minimal environments Resolves: rhbz#1756217
- Patch 329 (FIPS) modified: Added workaround for mod_ssl: Skip error checking in _Py_hashlib_fips_error Resolves: rhbz#1760106
- Security fix for CVE-2019-16056 Resolves: rhbz#1750776
- Skip windows specific test_get_exe_bytes test case and enable test_distutils Resolves: rhbz#1754040
- Reduce the number of tests running during the profile guided optimizations build - Enable profile guided optimizations for all the supported architectures Resolves: rhbz#1749576
- Security fix for CVE-2018-20852 Resolves: rhbz#1741553
- Properly pass the -Og optimization flag to the debug build Resolves: rhbz#1712977 and rhbz#1714733
- Patch 329 that adds support for OpenSSL FIPS mode has been improved and bugfixed Resolves: rhbz#1744670 rhbz#1745499 rhbz#1745685