index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
warnings.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix docstring of `warnings._deprecated` to show correct `remove` value (#105178)
Nikita Sobolev
2023-06-01
1
-1/+1
*
gh-39615: Add warnings.warn() skip_file_prefixes support (#100840)
Gregory P. Smith
2023-01-28
1
-7/+22
*
gh-91230: Concise catch_warnings with simplefilter (#91435)
Zac Hatfield-Dodds
2022-04-24
1
-1/+11
*
bpo-47061: deprecate the `aifc` module (GH-32134)
Brett Cannon
2022-04-05
1
-0/+21
*
bpo-39056: Fix handling invalid warning category in the -W option. (GH-17618)
Serhiy Storchaka
2020-01-05
1
-17/+13
*
bpo-35178: Fix warnings._formatwarnmsg() (GH-12033)
Xtreak
2019-03-01
1
-1/+1
*
bpo-29564: warnings suggests to enable tracemalloc (GH-10486)
Victor Stinner
2018-11-13
1
-6/+17
*
bpo-33375: Get filename for warnings from frame.f_code.co_filename (GH-6622)
Thomas Kluyver
2018-06-08
1
-14/+2
*
bpo-32591: Add native coroutine origin tracking (#5250)
Nathaniel J. Smith
2018-01-21
1
-0/+23
*
bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458)
Nick Coghlan
2018-01-08
1
-1/+3
*
bpo-32230: Set sys.warnoptions with -X dev (#4820)
Victor Stinner
2017-12-12
1
-29/+6
*
bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#...
Jesse-Bakker
2017-11-29
1
-1/+1
*
bpo-27535: Fix memory leak with warnings ignore (#4489)
Victor Stinner
2017-11-27
1
-1/+0
*
bpo-32089: Use default action for ResourceWarning (#4584)
Victor Stinner
2017-11-27
1
-1/+1
*
bpo-27535: Optimize warnings.warn() (#4508)
Victor Stinner
2017-11-22
1
-3/+14
*
bpo-32089: Fix warnings filters in dev mode (#4482)
Victor Stinner
2017-11-21
1
-3/+11
*
bpo-32088: Display Deprecation in debug mode (#4474)
Victor Stinner
2017-11-20
1
-5/+9
*
Simplify code in warnings modules (#1935)
Alex Gaynor
2017-06-04
1
-3/+7
*
bpo-29762: More use "raise from None". (#569)
Serhiy Storchaka
2017-04-05
1
-4/+4
*
Issue #28835: Tidy previous showwarning changes based on review comments.
Ned Deily
2016-12-06
1
-28/+27
*
catch_warnings() calls showwarning() if overriden
Victor Stinner
2016-12-06
1
-2/+12
*
Issue #18383: Merge warnings fix from 3.5
Martin Panter
2016-05-26
1
-11/+15
|
\
|
*
Issue #18383: Avoid adding duplicate filters when warnings is reloaded
Martin Panter
2016-05-26
1
-11/+15
*
|
Merge typo fixes from 3.5
Martin Panter
2016-04-05
1
-1/+1
|
\
\
|
|
/
|
*
Fix typos in documentation and comments
Martin Panter
2016-04-05
1
-1/+1
*
|
Merge 3.5
Victor Stinner
2016-03-24
1
-5/+26
|
\
\
|
|
/
|
*
warnings.formatwarning(): catch exceptions
Victor Stinner
2016-03-24
1
-2/+8
*
|
Add a source parameter to warnings.warn()
Victor Stinner
2016-03-22
1
-2/+2
*
|
Fix test_logging
Victor Stinner
2016-03-19
1
-27/+33
*
|
On ResourceWarning, log traceback where the object was allocated
Victor Stinner
2016-03-19
1
-4/+18
*
|
Add _showwarnmsg() and _formatwarnmsg() to warnings
Victor Stinner
2016-03-18
1
-16/+53
|
/
*
Issue #24305: Prevent import subsystem stack frames from being counted
Larry Hastings
2015-09-06
1
-4/+27
*
Issue #23731: Implement PEP 488.
Brett Cannon
2015-04-13
1
-1/+1
*
Fixed a typo in a comment (issue #23016).
Serhiy Storchaka
2014-12-14
1
-1/+1
|
\
|
*
Fixed a typo in a comment (issue #23016).
Serhiy Storchaka
2014-12-14
1
-1/+1
*
|
Issue #23016: A warning no longer produces an AttributeError when the program
Serhiy Storchaka
2014-12-10
1
-0/+3
|
\
\
|
|
/
|
*
Issue #23016: A warning no longer produces AttributeError when the program
Serhiy Storchaka
2014-12-10
1
-0/+3
*
|
Issue #4180: The warnings registries are now reset when the filters are modif...
Antoine Pitrou
2014-09-18
1
-1/+16
|
\
\
|
|
/
|
*
Issue #4180: The warnings registries are now reset when the filters are modif...
Antoine Pitrou
2014-09-18
1
-1/+16
*
|
Merge for issue #22191 fix
Brett Cannon
2014-08-22
1
-1/+2
|
\
\
|
|
/
|
*
Issue #22191: Fix warnings.__all__.
Brett Cannon
2014-08-22
1
-1/+2
*
|
Issue #16382: Improve exception message of warnings.warn() for bad category.
Berker Peksag
2014-07-11
1
-1/+3
|
/
*
Close #19379: Lazily import linecache in the warnings module, to make startup...
Antoine Pitrou
2013-10-24
1
-4/+2
*
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon
2013-07-04
1
-3/+3
*
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon
2013-06-14
1
-3/+3
*
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-1/+1
*
Closes #13258: Use callable() built-in in the standard library.
Florent Xicluna
2011-10-28
1
-1/+1
*
Add a new warning gategory, ResourceWarning, as discussed on python-dev. It ...
Georg Brandl
2010-10-24
1
-0/+7
*
_warnings exposed two variables with the name 'default_action' and
Brett Cannon
2010-09-04
1
-3/+3
*
Merged revisions 77402,77505,77510 via svnmerge from
Benjamin Peterson
2010-06-28
1
-2/+4
[next]