Name: | python27-python |
---|---|
Version: | 2.7.8 |
Release: | 16.el7 |
Architecture: | x86_64 |
Group: | Development/Languages |
Size: | 79590 |
License: | Python |
RPM: | python27-python-2.7.8-16.el7.x86_64.rpm |
Source RPM: | python27-python-2.7.8-16.el7.src.rpm |
Build Date: | Wed Sep 21 2016 |
Build Host: | ca-buildj3.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. |
- Fix for CVE-2016-1000110 HTTPoxy attack Resolves: rhbz#1359167
- Fix for CVE-2016-0772 python: smtplib StartTLS stripping attack (rhbz#1303647) Raise an error when STARTTLS fails (upstream patch) - Fix for CVE-2016-5699 python: http protocol steam injection attack (rhbz#1303699) Disabled HTTP header injections in httplib (upstream patch) Resolves: rhbz#1346358
- Fix iteration over files with very long lines Resolves: rhbz#1329141
- Modified 00214-pep466-backport-py3-ssl-changes.patch to apply correctly Resolves: rhbz#1111464
- Modified 00224-pep476-add-toggle-for-cert-verify.patch to use certificate verification config file from python27 SCL directory. Resolves: rhbz#1111464
- Add choices for sort option of cProfile for better output Resolves: rhbz#1319655
- Modified patch so tests can acknowledge the existense or lack of SSLv2 support Resolves: rhbz#1319703
- Adjusted tests to acknowledge lack of SSLv2 support Resolves: rhbz#1319703
- Change HTTPS certificate verification to platform_default Resolves: rhbz#1319774
- Initialize OpenSSL_add_all_digests in _hashlib Resolves: rhbz#1318319