| Name: | python3.11-idle |
|---|---|
| Version: | 3.11.13 |
| Release: | 3.0.1.el9 |
| Architecture: | x86_64 |
| Group: | Unspecified |
| Size: | 5867193 |
| License: | Python |
| RPM: | python3.11-idle-3.11.13-3.0.1.el9.x86_64.rpm |
| Source RPM: | python3.11-3.11.13-3.0.1.el9.src.rpm |
| Build Date: | Mon Sep 15 2025 |
| Build Host: | build-ol9-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. |
- Remove upstream URL reference [Orabug: 36073032]
- Security fix for CVE-2025-8194 Resolves: RHEL-106365
- Fix PySSL_SetError handling SSL_ERROR_SYSCALL - This fixes random flakiness of test_ssl on stressed machines Resolves: RHEL-101551
- Update to 3.11.13 - Security fixes for CVE-2025-4517, CVE-2025-4330, CVE-2025-4138, CVE-2024-12718, CVE-2025-4435 Resolves: RHEL-98044, RHEL-98014, RHEL-98237, RHEL-98176, RHEL-98205
- Security fix for CVE-2025-0938 Resolves: RHEL-77262
- Update to 3.11.11 Resolves: RHEL-64883
- Update to 3.11.10 Resolves: RHEL-57412
- Security fix for CVE-2024-8088 Resolves: RHEL-55959
- Security fix for CVE-2024-6923 Resolves: RHEL-53038
- Properly propagate the optimization flags to C extensions