Name: | python27-python |
---|---|
Version: | 2.7.16 |
Release: | 4.0.1.el7 |
Architecture: | x86_64 |
Group: | Development/Languages |
Size: | 81387 |
License: | Python |
RPM: | python27-python-2.7.16-4.0.1.el7.x86_64.rpm |
Source RPM: | python27-python-2.7.16-4.0.1.el7.src.rpm |
Build Date: | Wed May 22 2019 |
Build Host: | x86-ol7-builder-02.us.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]
- Fix regression in the crypt module introduced in update to Python 2.7.16 (fix the name of the _crypt module init function).
- Disallow control chars in http URLs - Fixes CVE-2019-9740 and CVE-2019-9947 Resolves: rhbz#1709403 and rhbz#1709407
- Updated fix for CVE-2019-9636 Resolves: rhbz#1709329
- Update to 2.7.16 Resolves: rhbz#1709388, rhbz#1709381, rhbz#1709360
- Security fix for CVE-2019-9636 Resolves: rhbz#1689325
- Enable tests and rewheel
- Add support for aarch64 and ppc64le. - Disable rewheel and tests
- Reworked and readded patch 224: File based configuration of HTTPS verification Resolves: rhbz#1417838
- Rebuilding because some .pyc/.pyo files were not properly generated in the official build for some reason