Name: | python27-python |
---|---|
Version: | 2.7.18 |
Release: | 4.0.1.el7 |
Architecture: | x86_64 |
Group: | Development/Languages |
Size: | 80983 |
License: | Python |
RPM: | python27-python-2.7.18-4.0.1.el7.x86_64.rpm |
Source RPM: | python27-python-2.7.18-4.0.1.el7.src.rpm |
Build Date: | Mon May 02 2022 |
Build Host: | build-ol7-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | http://www.python.org/ |
Summary: | An interpreted, interactive, object-oriented programming language |
Description: | Python is an interpreted, interactive, object-oriented programming language often compared to Tcl, Perl, Scheme or Java. Python includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems (X11, Motif, Tk, Mac and MFC). Programmers can write new built-in modules for Python in C or C++. Python can be used as an extension language for applications that need a programmable interface. Note that documentation for Python is provided in the python-docs package. This package provides the "python" executable; most of the actual implementation is within the "python-libs" package. |
- Add Oracle Linux distribution in platform.py [orabug 20812544]
- Security fixes for CVE-2021-3733, CVE-2021-3737, CVE-2021-4189 and CVE-2022-0391 - Fix test suite issues with the latest expat security update Resolves: rhbz#1995234, rhbz#1995162, rhbz#2036020, rhbz#2047376
- Security fixes for CVE-2021-3177, CVE-2021-23336 and CVE-2020-27619 Resolves: rhbz#1918168, rhbz#1928904, rhbz#1889886
- Security fix for CVE-2020-26116: Reject control chars in HTTP method in httplib.putrequest Resolves: rhbz#1883254
- Update to 2.7.18, the last release of the Python 2 series - Security fix for CVE-2019-18348 - Security fix for CVE-2019-20907 Resolves: rhbz#1881145, rhbz#1765149, rhbz#1856542
- Rebuild to regenerate properly the pyc and pyo files Resolves: rhbz#1759950
- Update to 2.7.17 Resolves: rhbz#1759950
- Security fix for CVE-2019-10160 Resolves: rhbz#1718925
- Security fix for CVE-2019-9948 Resolves: rhbz#1704175
- Fix regression in the crypt module introduced in update to Python 2.7.16 (fix the name of the _crypt module init function).