Name: | rh-python34-python |
---|---|
Version: | 3.4.2 |
Release: | 13.0.1.el7 |
Architecture: | x86_64 |
Group: | Development/Languages |
Size: | 41811 |
License: | Python |
RPM: | rh-python34-python-3.4.2-13.0.1.el7.x86_64.rpm |
Source RPM: | rh-python34-python-3.4.2-13.0.1.el7.src.rpm |
Build Date: | Thu Mar 30 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.python.org/ |
Summary: | Version 3 of the Python programming language aka Python 3000 |
Description: | Python 3 is a new version of the language that is incompatible with the 2.x line of releases. The language is mostly the same, but many details, especially how built-in objects like dictionaries and strings work, have changed considerably, and a lot of deprecated features have finally been removed. |
- Add Oracle Linux distribution in platform.py [orabug 20812544]
- Fix for CVE-2016-1000110 HTTPoxy attack Resolves: rhbz#1359171
- Replace 512 bit dh key with a 1024 bit one (upstream change) - Python upstream issue #24985: https://bugs.python.org/issue24985 python SSL test fails due to minimum key size being increased in OpenSSL Resolves: rhbz#1356506
- Fix for CVE-2016-5699 python: http protocol steam injection attack (rhbz#1303699) Disabled HTTP header injections in http.client (upstream patch) Resolves: rhbz#1346360
- Fix for CVE-2016-0772 python: smtplib StartTLS stripping attack (rhbz#1303647) Raise an error when STARTTLS fails (upstream patch) Resolves: rhbz#1346360
- Build debug build with -O1 to improve GDB backtraces Resolves: rhbz#1204169 - Fix tempfile.NamedTemporaryFile being closed while iterating Resolves: rhbz#1203236
- Add patch for unrestricted decompression in XMLRPC CVE-2013-1753 - Add patch to enable HTTPS verify by default CVE-2014-9365 - Enable set -e inside scl enable while calling tests - Skip failing test_readline test Resolves: rhbz#1187793 Resolves: rhbz#1187795
- Add patch for fixing type-punned pointer in ceval.c
- Add unversioned 2to3 binary
- Rebuild as wheel