mirror of
https://github.com/python/cpython.git
synced 2025-11-10 02:21:40 +00:00
Make it easier to run and test Python on systems with restrict crypto policies: * add requires_hashdigest to test.support to check if a hash digest algorithm is available and working * avoid MD5 in test_hmac * replace MD5 with SHA256 in test_tarfile * mark network tests that require MD5 for MD5-based digest auth or CRAM-MD5 https://bugs.python.org/issue38270 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| bytecode_helper.py | ||
| script_helper.py | ||
| testresult.py | ||