Name: | python |
---|---|
Version: | 2.7.5 |
Release: | 39.0.1.el7_2 |
Architecture: | x86_64 |
Group: | Development/Languages |
Size: | 80835 |
License: | Python |
RPM: | python-2.7.5-39.0.1.el7_2.x86_64.rpm |
Source RPM: | python-2.7.5-39.0.1.el7_2.src.rpm |
Build Date: | Wed Sep 14 2016 |
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 hashlib algorithms breaking by initializing OpenSSL_add_all_digests function in _hashlib library Resolves: rhbz#1371132
- Fix for CVE-2016-1000110 HTTPoxy attack Resolves: rhbz#1359163
- Force all child threads to terminate in TestForkInThread Resolves: rhbz#1365200
- 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#1346356
- Adjusted tests to acknowledge lack of SSLv2 support Resolves: rhbz#1351584
- Revert fix for rhbz#1117751 as it leads to regressions Resolves: rhbz#1117751
- Only restore SIG_PIPE when Popen called with restore_sigpipe Resolves: rhbz#1117751
- Backport SSLSocket.version function - Temporary disable test_gdb on ppc64le rhbz#1260558 Resolves: rhbz#1259421
- Update load_cert_chain function to accept None keyfile Resolves: rhbz#1250611