Name: | python2 |
---|---|
Version: | 2.7.17 |
Release: | 2.0.2.module+el8.3.0+el8+9687+03d85b1a |
Architecture: | x86_64 |
Module: | python27:2.7:8030020200819165639:851f4228 |
Group: | Development/Languages |
Size: | 82046 |
License: | Python |
RPM: | python2-2.7.17-2.0.2.module+el8.3.0+el8+9687+03d85b1a.x86_64.rpm |
Source RPM: | python2-2.7.17-2.0.2.module+el8.3.0+el8+9687+03d85b1a.src.rpm |
Build Date: | Fri Mar 19 2021 |
Build Host: | host-100-100-224-23.blddevtest1iad.osdevelopmeniad.oraclevcn.com |
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". |
- Fix buffer overflow in PyCArg_repr [Orabug: 32551171][CVE-2021-3177]
- Add Oracle Linux distribution in platform.py [Orabug: 20812544]
- Avoid infinite loop when reading specially crafted TAR files (CVE-2019-20907) Resolves: rhbz#1856481
- 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