Name: | python |
---|---|
Version: | 2.7.5 |
Release: | 34.0.1.el7 |
Architecture: | x86_64 |
Group: | Development/Languages |
Size: | 80835 |
License: | Python |
RPM: | python-2.7.5-34.0.1.el7.x86_64.rpm |
Source RPM: | python-2.7.5-34.0.1.el7.src.rpm |
Build Date: | Sat Nov 21 2015 |
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. |
- Add Oracle Linux distribution in platform.py [orabug 20812544]
- 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
- Change Patch224 according to latest update in PEP493 Resolves:rhbz#1219108
- Popen shouldn't ignore SIG_PIPE Resolves: rhbz#1117751
- Exclude python subprocess temp files from cleaning Resolves: rhbz#1058482
- Add list for cprofile sort option Resolves:rhbz#1237107
- Add switch to toggle cert verification on or off globally Resolves:rhbz#1219108