COMMITS
/ Lib/test/test_warnings/__init__.py May 3, 2026
S
gh-143231: Add the module attribute to warnings.WarningMessage (GH-149298)
Serhiy Storchaka committed
March 25, 2026
V
gh-146358: Fix warnings.catch_warnings on Free Threading (#146374)
Victor Stinner committed
November 14, 2025
S
gh-122255: Synchronize warnings in C and Python implementations of the warnings module (GH-122824)
Serhiy Storchaka committed
October 30, 2025
S
gh-135801: Improve filtering by module in warn_explicit() without module argument (GH-140151)
Serhiy Storchaka committed
October 17, 2025
S
gh-135801: Add tests for filtering warnings by module (GH-140240)
Serhiy Storchaka committed
September 16, 2025
S
gh-134716: Support regular expressions in -W and PYTHONWARNINGS (GH-138149)
Serhiy Storchaka committed
September 5, 2025
B
gh-138010: Fix `__init_subclass__` forwarding by `warnings.deprecated` (#138210)
Brian Schubert committed
August 14, 2025
S
gh-125854: Improve error messages for invalid category in the warnings module (GH-137750)
Serhiy Storchaka committed
July 16, 2025
H
gh-127146: Emscripten: Don't need to avoid unpaired surrogate anymore (#136707)
Hood Chatham committed
May 22, 2025
S
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka committed
May 1, 2025
April 16, 2025
N
gh-128384: Fix for unreliable warnings unit tests. (gh-132611)
Neil Schemenauer committed
April 9, 2025
N
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer committed
April 6, 2025
February 7, 2025
S
January 14, 2025
N
gh-128384: Add locking to warnings.py. (gh-128386)
Neil Schemenauer committed
November 12, 2024
August 8, 2024
S
gh-122255: Add black box tests in test_warnings (GH-122227)
Serhiy Storchaka committed
July 25, 2024
S
gh-122191: Fix test_warnings failure if run with -Werror (GH-122222)
Serhiy Storchaka committed
July 23, 2024
S
gh-122088: Copy the coroutine status of the underlying callable in `@warnings.deprecated` (#122086)
Sebastian Rittau committed
June 30, 2024
K
gh-121163: Add "all" as an valid alias for "always" in warnings.simplefilter() (#121164)
Kirill Podoprigora committed
June 18, 2024
V
gh-120417: Add #noqa: F401 to tests (#120627)
Victor Stinner committed
April 24, 2024
P
gh-112730: Make the test suite resilient to color-activation environment variables (#117672)
Pablo Galindo Salgado committed
April 19, 2024
T
December 1, 2023
W
gh-106922: Support multi-line error locations in traceback (attempt 2) (#112097)
William Wen committed
R
bpo-39912: Raise appropriate exceptions in filterwarnings() and simplefilter() (GH-18878)
Rémi Lapeyre committed
November 29, 2023
J
gh-104003: Implement PEP 702 (#104004)
Jelle Zijlstra committed
October 26, 2023
P
gh-67224: Show source lines in tracebacks when using the -c option when running Python (#111200)
Pablo Galindo Salgado committed
July 10, 2023
I
gh-103186: Fix or catch 'extra' stderr output from unittests (#103196)
Ijtaba Hussain committed
January 28, 2023
G
gh-39615: Add warnings.warn() skip_file_prefixes support (#100840)
Gregory P. Smith committed
August 13, 2022
C
gh-95853: Add script to automate WASM build (GH-95828)
Christian Heimes committed
May 25, 2022
V
gh-69443: Add test.support.Py_DEBUG constant (#93226)
Victor Stinner committed
April 24, 2022
Z
gh-91230: Concise catch_warnings with simplefilter (#91435)
Zac Hatfield-Dodds committed
April 5, 2022
B
bpo-47061: deprecate the `aifc` module (GH-32134)
Brett Cannon committed
April 1, 2021
I
bpo-43651: Fix EncodingWarning in test_warnings (GH-25126)
Inada Naoki committed
August 4, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21452)
Hai Shi committed
June 25, 2020
S
bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters. (GH-21035)
Serhiy Storchaka committed
S
bpo-41113: Fix test_warnings on non-Western locales. (GH-21143)
Serhiy Storchaka committed
February 3, 2020
V
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner committed
January 5, 2020
S
bpo-39056: Fix handling invalid warning category in the -W option. (GH-17618)
Serhiy Storchaka committed
December 8, 2019
V
bpo-38991: Remove test.support.strip_python_stderr() (GH-17490)
Victor Stinner committed
August 30, 2019
M
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim committed
June 25, 2019
V
bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053)
Victor Stinner committed
March 1, 2019
X
bpo-35178: Fix warnings._formatwarnmsg() (GH-12033)
Xtreak committed
November 13, 2018
V
bpo-29564: warnings suggests to enable tracemalloc (GH-10486)
Victor Stinner committed
July 9, 2018
S
Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191)
Sergey Fedoseev committed
June 21, 2018
C
bpo-33912: Fix test_warnings when run with -Werror (GH-7839)
Christopher Frederickson committed
June 8, 2018
T
bpo-33375: Get filename for warnings from frame.f_code.co_filename (GH-6622)
Thomas Kluyver committed
June 4, 2018
V
bpo-33509: Fix test_warnings for python3 -Werror (GH-7365)
Victor Stinner committed
May 15, 2018
V
bpo-33509: Fix _warnings for module_globals=None (#6833)
Victor Stinner committed