Name: | python27-python |
---|---|
Version: | 2.7.8 |
Release: | 3.el7 |
Architecture: | x86_64 |
Group: | Development/Languages |
Size: | 79590 |
License: | Python |
RPM: | python27-python-2.7.8-3.el7.x86_64.rpm |
Source RPM: | python27-python-2.7.8-3.el7.src.rpm |
Build Date: | Tue Feb 02 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 httplib fix for CVE-2013-1752 Resolves: rhbz#1187779
- Fix %check setion not failing properly on failed test - Fixed CVE-2013-1752, CVE-2013-1753 Resolves: rhbz#1187779
- Update to 2.7.8. Resolves: rhbz#1167912 - Make python-devel depend on scl-utils-build. Resolves: rhbz#1170993
- Add scl prefix to libpython.stp file Resolves: rhbz#1077272
- Bump release number to avoid build conflict with rhel-7.0
- Move unversioned python macros to metapackage
- Add patch to resolve missing libffi while building - Remove BuildRequires: db4-devel, add BuildRequires: libdb-devel
- Make building depending collections on top of python27 easier. Resolves: rhbz#994548
- Added patch for CVE-2013-4238 Resolves: rhbz#997768
- Fix memory leak of variable 'utf8' in marshal.c rhbz#985439