COMMITS
/ Lib/_py_warnings.py March 25, 2026
V
gh-146358: Fix warnings.catch_warnings on Free Threading (#146374)
Victor Stinner committed
December 8, 2025
V
Fix pyflakes warnings: variable is assigned to but never used (#142294)
Victor Stinner committed
November 5, 2025
P
gh-140691: urllib.request: Close FTP control socket if data socket can't connect (GH-140835)
Petr Viktorin committed
October 30, 2025
S
gh-135801: Improve filtering by module in warn_explicit() without module argument (GH-140151)
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
May 3, 2025
S
gh-133306: Use \z instead of \Z in regular expressions in the stdlib (GH-133337)
Serhiy Storchaka committed
April 9, 2025
N
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer committed