mirror of
https://github.com/python/cpython.git
synced 2025-12-18 06:41:40 +00:00
New features: * refactor `hashlib_helper.requires_hashdigest` in prevision of a future `hashlib_helper.requires_builtin_hashdigest` for built-in hashes only * add `hashlib_helper.requires_openssl_hashdigest` to request OpenSSL hashes, assuming that `_hashlib` exists. Refactoring: * split hmac.copy() test by implementation * update how algorithms are discovered for RFC test cases * simplify how OpenSSL hash digests are requested * refactor hexdigest tests for RFC test vectors * typo fix: `assert_hmac_hexdigest_by_new` -> `assert_hmac_hexdigest_by_name` Improvements: * strengthen contract on `hmac_new_by_name` and `hmac_digest_by_name` * rename mixin classes to better match their responsibility |
||
|---|---|---|
| .. | ||
| _hypothesis_stubs | ||
| interpreters | ||
| __init__.py | ||
| ast_helper.py | ||
| asynchat.py | ||
| asyncore.py | ||
| bytecode_helper.py | ||
| hashlib_helper.py | ||
| hypothesis_helper.py | ||
| i18n_helper.py | ||
| import_helper.py | ||
| logging_helper.py | ||
| os_helper.py | ||
| pty_helper.py | ||
| refleak_helper.py | ||
| script_helper.py | ||
| smtpd.py | ||
| socket_helper.py | ||
| strace_helper.py | ||
| testcase.py | ||
| threading_helper.py | ||
| venv.py | ||
| warnings_helper.py | ||