COMMITS
/ Lib/warnings.py April 9, 2025
N
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer committed
April 6, 2025
March 17, 2025
S
gh-129843: fix pure Python implementation of `warnings.warn_explicit` (#129848)
Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) committed
February 8, 2025
S
gh-129842: warnings.py: Remove obsolete requirement reference (GH-129845)
Stan Ulbrych committed
January 14, 2025
N
gh-128384: Add locking to warnings.py. (gh-128386)
Neil Schemenauer 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
April 19, 2024
T
January 9, 2024
S
gh-113781: Silence AttributeError in warning module during Python finalization (GH-113813)
Serhiy Storchaka committed
December 1, 2023
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
June 1, 2023
N
Fix docstring of `warnings._deprecated` to show correct `remove` value (#105178)
Nikita Sobolev committed
January 28, 2023
G
gh-39615: Add warnings.warn() skip_file_prefixes support (#100840)
Gregory P. Smith 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
January 5, 2020
S
bpo-39056: Fix handling invalid warning category in the -W option. (GH-17618)
Serhiy Storchaka 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
June 8, 2018
T
bpo-33375: Get filename for warnings from frame.f_code.co_filename (GH-6622)
Thomas Kluyver committed
January 21, 2018
N
bpo-32591: Add native coroutine origin tracking (#5250)
Nathaniel J. Smith committed
January 8, 2018
N
bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458)
Nick Coghlan committed
December 12, 2017
V
bpo-32230: Set sys.warnoptions with -X dev (#4820)
Victor Stinner committed
November 29, 2017
J
bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#4534)
Jesse-Bakker committed
November 27, 2017
V
bpo-27535: Fix memory leak with warnings ignore (#4489)
Victor Stinner committed
V
bpo-32089: Use default action for ResourceWarning (#4584)
Victor Stinner committed
November 22, 2017
V
bpo-27535: Optimize warnings.warn() (#4508)
Victor Stinner committed
November 21, 2017
V
bpo-32089: Fix warnings filters in dev mode (#4482)
Victor Stinner committed
November 20, 2017
V
bpo-32088: Display Deprecation in debug mode (#4474)
Victor Stinner committed
June 4, 2017
A
Simplify code in warnings modules (#1935)
Alex Gaynor committed
April 5, 2017
S
bpo-29762: More use "raise from None". (#569)
Serhiy Storchaka committed
December 6, 2016
N
Issue #28835: Tidy previous showwarning changes based on review comments.
Ned Deily committed
V
catch_warnings() calls showwarning() if overriden
Victor Stinner committed
May 26, 2016
M
Issue #18383: Merge warnings fix from 3.5
Martin Panter committed
M
Issue #18383: Avoid adding duplicate filters when warnings is reloaded
Martin Panter committed
April 5, 2016
M
Merge typo fixes from 3.5
Martin Panter committed
M
Fix typos in documentation and comments
Martin Panter committed
March 24, 2016
V
warnings.formatwarning(): catch exceptions
Victor Stinner committed
March 22, 2016
V
Add a source parameter to warnings.warn()
Victor Stinner committed
March 19, 2016
V
Fix test_logging
Victor Stinner committed
V
On ResourceWarning, log traceback where the object was allocated
Victor Stinner committed
March 18, 2016
V
Add _showwarnmsg() and _formatwarnmsg() to warnings
Victor Stinner committed
September 6, 2015
L
Issue #24305: Prevent import subsystem stack frames from being counted
Larry Hastings committed
April 13, 2015
B
Issue #23731: Implement PEP 488.
Brett Cannon committed
December 14, 2014
S
Fixed a typo in a comment (issue #23016).
Serhiy Storchaka committed
S
Fixed a typo in a comment (issue #23016).
Serhiy Storchaka committed
December 10, 2014
S
Issue #23016: A warning no longer produces AttributeError when the program
Serhiy Storchaka committed
S
Issue #23016: A warning no longer produces an AttributeError when the program
Serhiy Storchaka committed
September 18, 2014
A
Issue #4180: The warnings registries are now reset when the filters are modified.
Antoine Pitrou committed
A
Issue #4180: The warnings registries are now reset when the filters are modified.
Antoine Pitrou committed