Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
004c00b7
Kaydet (Commit)
004c00b7
authored
Eyl 19, 2014
tarafından
Benjamin Peterson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
merge 3.4
üst
a5c85b3f
cbfaa7b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
9 deletions
+18
-9
2.7.rst
Doc/whatsnew/2.7.rst
+18
-9
No files found.
Doc/whatsnew/2.7.rst
Dosyayı görüntüle @
004c00b7
...
@@ -2548,22 +2548,31 @@ with the first of those changes appearing in the Python 2.7.7 release.
...
@@ -2548,22 +2548,31 @@ with the first of those changes appearing in the Python 2.7.7 release.
:pep:`466` related features added in Python 2.7.7:
:pep:`466` related features added in Python 2.7.7:
* :func:`hmac.compare_digest` was backported from Python 3 to make a timing
* :func:`hmac.compare_digest` was backported from Python 3 to make a timing
attack resistant comparison operation broadly available to Python 2
attack resistant comparison operation available to Python 2 applications.
applications (backported by Alex Gaynor in :issue:`21306`)
(Contributed by Alex Gaynor; :issue:`21306`.)
* upgraded to OpenSSL 1.0.1g for the prebuilt Windows installers published
on python.org (contributed by Zachary Ware in :issue:`21462`)
* OpenSSL 1.0.1g was upgraded in the official Windows installers published on
python.org. (Contributed by Zachary Ware; :issue:`21462`.)
:pep:`466` related features added in Python 2.7.8:
:pep:`466` related features added in Python 2.7.8:
* :func:`hashlib.pbkdf2_hmac` was backported from Python 3 to make a hashing
* :func:`hashlib.pbkdf2_hmac` was backported from Python 3 to make a hashing
algorithm suitable for secure password storage broadly available to Python
algorithm suitable for secure password storage broadly available to Python
2 applications (backported by Alex Gaynor in :issue:`21304`)
2 applications. (Contributed by Alex Gaynor; :issue:`21304`.)
* OpenSSL 1.0.1h was upgraded for the official Windows installers published on
python.org. (contributed by Zachary Ware in :issue:`21671` for CVE-2014-0224)
:pep:`466` related features added in Python 2.7.9:
* Most of Python 3.4's :mod:`ssl` module was backported. This means :mod:`ssl`
now supports Server Name Indication, TLS1.x settings, access to the platform
certificate store, the :class:`~ssl.SSLContext` class, and other
features. (Contributed by Alex Gaynor and David Reid; :issue:`21308`.)
*
upgraded to OpenSSL 1.0.1h for the prebuilt Windows installers published
*
:func:`os.urandom` was changed to cache a file descriptor to ``/dev/urandom``
on python.org (contributed by Zachary Ware in :issue:`21671` for
instead of reopening ``/dev/urandom`` on every call. (Contributed by Alex
CVE-2014-0224
)
Gaynor; :issue:`21305`.
)
.. ======================================================================
.. ======================================================================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment