Christian Heimes
|
909b5714e1
|
bpo-9216: hashlib usedforsecurity fixes (GH-20258)
func:`hashlib.new` passed ``usedforsecurity`` to OpenSSL EVP constructor
``_hashlib.new()``. test_hashlib and test_smtplib handle strict security
policy better.
Signed-off-by: Christian Heimes <christian@python.org>
Automerge-Triggered-By: @tiran
|
2020-05-22 11:04:33 -07:00 |
Serhiy Storchaka
|
e437a10d15
|
Issue #23277: Remove unused imports in tests.
|
2016-04-24 21:41:02 +03:00 |
Berker Peksag
|
1e8ee9b380
|
Issue #23277: Remove unused sys and os imports
Patch by Jon Dufresne.
|
2016-04-24 07:31:42 +03:00 |
Berker Peksag
|
ce643913a9
|
Issue #9517: Move script_helper to the support package.
Patch by Christie Wilson.
|
2015-05-06 06:33:17 +03:00 |
Zachary Ware
|
2b0a610297
|
Issue #21918: Convert test_tools.py to a sub-package of test.
|
2014-07-16 14:26:09 -05:00 |