COMMITS
/ Lib/test/support/warnings_helper.py August 26, 2025
R
gh-135427: Fix DeprecationWarning for os.fork when run in threads with -Werror (GH-136796)
Rani Pinchuk committed
May 22, 2025
S
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka committed
April 9, 2025
N
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer committed
April 2, 2023
C
gh-103109: Document ignore_warnings() test support helper (#103110)
Charlie Zhao committed
April 5, 2022
B
bpo-47061: deprecate the `aifc` module (GH-32134)
Brett Cannon committed
August 16, 2021
Ł
bpo-44852: Support ignoring specific DeprecationWarnings wholesale in regrtest (GH-27634)
Łukasz Langa committed
June 17, 2020
V
bpo-41003: Fix test_copyreg when numpy is installed (GH-20935)
Victor Stinner committed
June 11, 2020
H
bpo-40275: Add warnings_helper submodule in test.support (GH-20797)
Hai Shi committed