COMMITS
/ Doc/library/warnings.rst February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
November 18, 2025
H
Python 3.15.0a2
Hugo van Kemenade committed
October 30, 2025
S
gh-135801: Improve filtering by module in warn_explicit() without module argument (GH-140151)
Serhiy Storchaka committed
October 18, 2025
S
gh-140241: Fix documentation for the registry parameter of warnings.warn_explicit() (GH-140242)
Serhiy Storchaka committed
October 5, 2025
A
gh-105812: Use the ``:deco:`` role in place of manual decorator markup (#139619)
Adam Turner committed
September 16, 2025
S
gh-134716: Support regular expressions in -W and PYTHONWARNINGS (GH-138149)
Serhiy Storchaka committed
August 29, 2025
August 6, 2025
M
Docs: Use the correct example module in warnings.rst (#137402)
Mendel Feygelson committed
April 9, 2025
N
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer committed
November 2, 2024
October 31, 2024
R
gh-125818: Fix incorrect signature of argument `skip_file_prefixes` in warnings docs (GH-125823)
RUANG (James Roy) committed
September 25, 2024
June 30, 2024
K
gh-121163: Add "all" as an valid alias for "always" in warnings.simplefilter() (#121164)
Kirill Podoprigora committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
February 1, 2024
P
gh-114811: Change '\*' to '*' in warnings.rst (#114819)
Pradyot Ranjan committed
November 29, 2023
J
gh-104003: Implement PEP 702 (#104004)
Jelle Zijlstra committed
January 28, 2023
G
gh-39615: Add warnings.warn() skip_file_prefixes support (#100840)
Gregory P. Smith committed
July 5, 2022
N
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
Ned Batchelder committed
May 30, 2022
K
bpo-42272: fix misleading warning filter message/module docs (#23172)
Kevin Locke committed
April 24, 2022
Z
gh-91230: Concise catch_warnings with simplefilter (#91435)
Zac Hatfield-Dodds committed
January 4, 2022
H
bpo-33252: Document that ResourceWarning is ignored by default (GH-30358)
Hugo van Kemenade committed
April 8, 2021
V
bpo-43774: Document configure options (GH-25283)
Victor Stinner committed
December 17, 2020
A
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
Andre Delfino committed
May 20, 2019
C
bpo-35563: Add reference links to warnings.rst (GH-11289)
Cheryl Sabella committed
April 5, 2019
I
bpo-36404: recommend DeprecationWarning over PendingDeprecationWarning (GH-12505)
Inada Naoki committed
January 8, 2018
N
bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458)
Nick Coghlan committed
October 30, 2016
M
Issue #26638: Merge option warning fixes from 3.5 into 3.6
Martin Panter committed
M
Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings
Martin Panter committed
July 19, 2016
M
Issue #27528: Merge warning doc and test from 3.5
Martin Panter committed
M
Issue #27528: Document and test warning messages must match at beginning
Martin Panter committed
June 11, 2016
T
Merge Issue #22558.
Terry Jan Reedy committed
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
April 16, 2016
M
Issue #26638: Merge link fixes from 3.5
Martin Panter committed
M
Issue #26638: Fix links to some CLI options and section headings
Martin Panter committed
March 22, 2016
V
Add a source parameter to warnings.warn()
Victor Stinner committed
March 19, 2016
V
On ResourceWarning, log traceback where the object was allocated
Victor Stinner committed
September 27, 2014
B
Revert #22251
Berker Peksag committed
B
Issue #22251: Fix ReST markup to avoid errors building docs.
Berker Peksag committed
October 13, 2013
S
Issue #18758: Fixed and improved cross-references.
Serhiy Storchaka committed
March 28, 2013
July 18, 2011
B
Add Misc/NEWS entry and relevant doc change for issue 10271.
Brett Cannon committed
July 9, 2011
A
Mention logging.captureWarnings in the warnings module doc.
Antoine Pitrou committed
January 27, 2011
R
More source links
Raymond Hettinger committed
December 1, 2010
E
#10535: Enable silenced warnings in unittest by default
Ezio Melotti committed
October 26, 2010
G
Markup fix.
Georg Brandl committed
October 24, 2010
G
Add documentation about the default warnings filters.
Georg Brandl committed
G
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
June 28, 2010
B
fix versionchanged
Benjamin Peterson committed
B
Merged revisions 77402,77505,77510 via svnmerge from
Benjamin Peterson committed