Name: | python |
---|---|
Version: | 2.7.5 |
Release: | 48.0.1.el7 |
Architecture: | x86_64 |
Group: | Development/Languages |
Size: | 80835 |
License: | Python |
RPM: | python-2.7.5-48.0.1.el7.x86_64.rpm |
Source RPM: | python-2.7.5-48.0.1.el7.src.rpm |
Build Date: | Mon Sep 05 2016 |
Build Host: | x86-ol7-builder-01.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 for CVE-2016-1000110 HTTPoxy attack Resolves: rhbz#1359164
- Fix for CVE-2016-5636: possible integer overflow and heap corruption in zipimporter.get_data() Resolves: rhbz#1356364
- Drop patch 221 that backported sslwrap function since it was introducing regressions - Refactor patch 227 Resolves: rhbz#1331425
- 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#1346357
- Fix iteration over files with very long lines Resolves: rhbz#1271760
- Move python.conf from /etc/tmpfiles.d/ to /usr/lib/tmpfiles.d/ Resolves: rhbz#1288426
- JSON decoder lone surrogates fix Resolves: rhbz#1301017
- Updated PEP493 implementation Resolves: rhbz#1315758
- Backport of Computed Goto dispatch Resolves: rhbz#1289277