COMMITS
/ Lib/warnings.py 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
August 22, 2014
B
Merge for issue #22191 fix
Brett Cannon committed
B
Issue #22191: Fix warnings.__all__.
Brett Cannon committed
July 11, 2014
B
Issue #16382: Improve exception message of warnings.warn() for bad category.
Berker Peksag committed
October 24, 2013
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
October 28, 2011
F
Closes #13258: Use callable() built-in in the standard library.
Florent Xicluna committed
October 24, 2010
G
September 4, 2010
B
_warnings exposed two variables with the name 'default_action' and
Brett Cannon committed
June 28, 2010
B
Merged revisions 77402,77505,77510 via svnmerge from
Benjamin Peterson committed
October 27, 2009
September 16, 2009
G
Use true booleans and PEP8 for argdefaults.
Georg Brandl committed
October 16, 2008
B
forward port r66386
Benjamin Peterson committed
September 9, 2008
B
Merged revisions 66321 via svnmerge from
Brett Cannon committed