| Name: | python2 |
|---|---|
| Version: | 2.7.17 |
| Release: | 1.0.1.module+el8.2.0+5577+bb63ba72 |
| Architecture: | aarch64 |
| Module: | python27:2.7:8020020200117110429:9edba152 |
| Group: | Development/Languages |
| Size: | 143918 |
| License: | Python |
| RPM: | python2-2.7.17-1.0.1.module+el8.2.0+5577+bb63ba72.aarch64.rpm |
| Source RPM: | python2-2.7.17-1.0.1.module+el8.2.0+5577+bb63ba72.src.rpm |
| Build Date: | Thu Apr 30 2020 |
| Build Host: | ca-buildarm05 |
| Vendor: | Oracle America |
| URL: | https://www.python.org/ |
| Summary: | An interpreted, interactive, object-oriented programming language |
| Description: | Python 2 is an old version of the language that is incompatible with the 3.x line of releases. The language is mostly the same, but many details, especially how built-in objects like dictionaries and strings work, have changed considerably, and a lot of deprecated features have finally been removed in the 3.x line. Note that documentation for Python 2 is provided in the python2-docs package. This package provides the "python2" executable; most of the actual implementation is within the "python2-libs" package. For the unversioned "python" executable, see manual page "unversioned-python". |
- Add Oracle Linux distribution in platform.py [Orabug: 20812544]
- Update to 2.7.17 Resolves: rhbz#1759944
- Adding FIPS compliance to Python 2 in RHEL8: - Updated patch 146 with a new version of the FIPS patch - Patch 169 has been removed, obsoleted by the updated patch 146 Resolves: rhbz#1734126
- Use RPM built wheels of pip and setuptools in ensurepip instead of our rewheel patch - Require python2-setuptools from python2-devel to prevent packaging errors Resolves: rhbz#1718398
- Fix urlparse.urlsplit() error message for Unicode URL Resolves: rhbz#1689327
- Security fix for CVE-2019-10160 Resolves: rhbz#1689327
- Security fix for CVE-2019-9948 Resolves: rhbz#1704176
- Disallow control chars in http URLs - Fixes CVE-2019-9740 and CVE-2019-9947 Resolves: rhbz#1703539 and rhbz#1704367
- Remove pyc/pyo files from /usr/bin Resolves: rhbz#1696741
- Updated fix for CVE-2019-9636 Resolves: rhbz#1689327