Home
last modified time | relevance | path

Searched refs:algorithms_guaranteed (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_hashlib.py113 self.assertEqual(hashlib.algorithms_guaranteed,
118 self.assertTrue(set(hashlib.algorithms_guaranteed).
/external/python/cpython2/Lib/
Dhashlib.py62 algorithms_guaranteed = set(__always_supported) variable
/external/python/cpython3/Lib/
Dhashlib.py64 algorithms_guaranteed = set(__always_supported) variable
/external/python/cpython2/Doc/library/
Dhashlib.rst91 .. data:: algorithms_guaranteed
102 :func:`new`. :attr:`algorithms_guaranteed` will always be a subset. The
/external/python/cpython3/Lib/test/
Dtest_hashlib.py185 self.assertEqual(hashlib.algorithms_guaranteed,
190 self.assertTrue(set(hashlib.algorithms_guaranteed).
/external/python/cpython3/Doc/library/
Dhashlib.rst119 .. data:: algorithms_guaranteed
132 :func:`new`. :attr:`algorithms_guaranteed` will always be a subset. The
/external/python/cpython2/Misc/NEWS.d/
D2.7.9rc1.rst573 As part of PEP 466, backport hashlib.algorithms_guaranteed and
/external/python/cpython3/Doc/whatsnew/
D3.2.rst1475 >>> hashlib.algorithms_guaranteed
D2.7.rst2639 * :data:`hashlib.algorithms_guaranteed` and
/external/python/cpython2/Doc/whatsnew/
D2.7.rst2609 * :data:`hashlib.algorithms_guaranteed` and
/external/python/cpython3/Misc/
DHISTORY10737 - Have hashlib.algorithms_available and hashlib.algorithms_guaranteed both
12162 - hashlib has two new constant attributes: algorithms_guaranteed and