Path to this page:
Subject: CVS commit: pkgsrc/lang/python27
From: Christian E. Hopps
Date: 2014-12-16 08:07:32
Message id: 20141216070732.62D5D98@cvs.netbsd.org
Log Message:
Update to 2.7.9 removing patches that were incorporated. Significant
changes include:
- The entirety of Python 3.4's ssl module has been backported for
Python 2.7.9. See PEP 466 for justification.
- HTTPS certificate validation using the system's certificate store
is now enabled by default. See PEP 476 for details.
- SSLv3 has been disabled by default in httplib and its reverse
dependencies due to the POODLE attack.
- The ensurepip module module has been backported, which provides the
pip package manager in every Python 2.7 installation. See PEP 477.
Files: