Christian Heimes
|
4ddd5da269
|
[3.9] bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455) (GH-30574)
Co-authored-by: Christian Heimes <christian@python.org>
|
2022-01-13 11:20:45 +01:00 |
|
Serhiy Storchaka
|
ab58269ab3
|
[3.9] bpo-45042: Now test classes decorated with requires_hashdigest are not skipped (GH-28060) (GH-28169)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>.
(cherry picked from commit dd7b816ac8 )
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
|
2021-09-05 09:41:33 +03:00 |
|
Miss Islington (bot)
|
a08b7c3bb0
|
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
(cherry picked from commit 909b5714e1 )
Co-authored-by: Christian Heimes <christian@python.org>
|
2020-05-22 11:22:30 -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 |
|