Name: | python |
---|---|
Version: | 2.7.5 |
Release: | 69.0.1.el7_5 |
Architecture: | aarch64 |
Group: | Development/Languages |
Size: | 142291 |
License: | Python |
RPM: | python-2.7.5-69.0.1.el7_5.aarch64.rpm |
Source RPM: | python-2.7.5-69.0.1.el7_5.src.rpm |
Build Date: | Tue Jul 03 2018 |
Build Host: | ca-buildarm04.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]
- Remove 3DS cipher to mitigate CVE-2016-2183 (sweet32). Resolves: rhbz#1584545
- Add Conflicts tag with old virtualenv versions due to new behaviour of httplib (patch 295) Resolves: rhbz#1483438
- Re-add the private `_set_hostport` api to httplib (Patch 296) Resolves: rhbz#1546351
- Fix https connections behind a proxy. Resolves: rhbz#1483438
- Fix hanging of all threads when trying to access an inaccessible NFS server. Resolves: rhbz#1520068
- Fix an issue with the context parameter addition to xmlrpclib.ServerProxy Resolves: rhbz#1490392
- Make it more likely for the system allocator to release free()d memory arenas Resolves: rhbz#1468410
- Add context parameter to xmlrpclib.ServerProxy Resolves: rhbz#1490392
- Increase imaplib's MAXLINE to accommodate modern mailbox sizes. Resolves: rhbz#1489858