summaryrefslogtreecommitdiff
path: root/Lib/warnings.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-35178: Fix warnings._formatwarnmsg() (GH-12033)Miss Islington (bot)2019-03-011-1/+1
* bpo-29564: warnings suggests to enable tracemalloc (GH-10486) (GH-10509)Miss Islington (bot)2018-12-041-6/+17
* bpo-32591: Add native coroutine origin tracking (#5250)Nathaniel J. Smith2018-01-211-0/+23
* bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458)Nick Coghlan2018-01-081-1/+3
* bpo-32230: Set sys.warnoptions with -X dev (#4820)Victor Stinner2017-12-121-29/+6
* bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#...Jesse-Bakker2017-11-301-1/+1
* bpo-27535: Fix memory leak with warnings ignore (#4489)Victor Stinner2017-11-271-1/+0
* bpo-32089: Use default action for ResourceWarning (#4584)Victor Stinner2017-11-271-1/+1
* bpo-27535: Optimize warnings.warn() (#4508)Victor Stinner2017-11-221-3/+14
* bpo-32089: Fix warnings filters in dev mode (#4482)Victor Stinner2017-11-201-3/+11
* bpo-32088: Display Deprecation in debug mode (#4474)Victor Stinner2017-11-201-5/+9
* Simplify code in warnings modules (#1935)Alex Gaynor2017-06-041-3/+7
* bpo-29762: More use "raise from None". (#569)Serhiy Storchaka2017-04-051-4/+4
* Issue #28835: Tidy previous showwarning changes based on review comments.Ned Deily2016-12-061-28/+27
* catch_warnings() calls showwarning() if overridenVictor Stinner2016-12-061-2/+12
* Issue #18383: Merge warnings fix from 3.5Martin Panter2016-05-261-11/+15
|\
| * Issue #18383: Avoid adding duplicate filters when warnings is reloadedMartin Panter2016-05-261-11/+15
* | Merge typo fixes from 3.5Martin Panter2016-04-051-1/+1
|\ \ | |/
| * Fix typos in documentation and commentsMartin Panter2016-04-051-1/+1
* | Merge 3.5Victor Stinner2016-03-251-5/+26
|\ \ | |/
| * warnings.formatwarning(): catch exceptionsVictor Stinner2016-03-251-2/+8
* | Add a source parameter to warnings.warn()Victor Stinner2016-03-231-2/+2
* | Fix test_loggingVictor Stinner2016-03-191-27/+33
* | On ResourceWarning, log traceback where the object was allocatedVictor Stinner2016-03-191-4/+18
* | Add _showwarnmsg() and _formatwarnmsg() to warningsVictor Stinner2016-03-191-16/+53
|/
* Issue #24305: Prevent import subsystem stack frames from being countedLarry Hastings2015-09-061-4/+27
* Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-1/+1
* Fixed a typo in a comment (issue #23016).Serhiy Storchaka2014-12-141-1/+1
|\
| * Fixed a typo in a comment (issue #23016).Serhiy Storchaka2014-12-141-1/+1
* | Issue #23016: A warning no longer produces an AttributeError when the programSerhiy Storchaka2014-12-101-0/+3
|\ \ | |/
| * Issue #23016: A warning no longer produces AttributeError when the programSerhiy Storchaka2014-12-101-0/+3
* | Issue #4180: The warnings registries are now reset when the filters are modif...Antoine Pitrou2014-09-181-1/+16
|\ \ | |/
| * Issue #4180: The warnings registries are now reset when the filters are modif...Antoine Pitrou2014-09-181-1/+16
* | Merge for issue #22191 fixBrett Cannon2014-08-221-1/+2
|\ \ | |/
| * Issue #22191: Fix warnings.__all__.Brett Cannon2014-08-221-1/+2
* | Issue #16382: Improve exception message of warnings.warn() for bad category.Berker Peksag2014-07-111-1/+3
|/
* Close #19379: Lazily import linecache in the warnings module, to make startup...Antoine Pitrou2013-10-241-4/+2
* Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-3/+3
* Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-131-3/+3
* Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
* Closes #13258: Use callable() built-in in the standard library.Florent Xicluna2011-10-281-1/+1
* Add a new warning gategory, ResourceWarning, as discussed on python-dev. It ...Georg Brandl2010-10-241-0/+7
* _warnings exposed two variables with the name 'default_action' andBrett Cannon2010-09-041-3/+3
* Merged revisions 77402,77505,77510 via svnmerge fromBenjamin Peterson2010-06-281-2/+4
* Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,...Georg Brandl2009-10-271-1/+13
* Use true booleans and PEP8 for argdefaults.Georg Brandl2009-09-161-2/+2
* forward port r66386Benjamin Peterson2008-10-161-0/+15
* Merged revisions 66321 via svnmerge fromBrett Cannon2008-09-091-25/+21
* Merge in r66135. Doing also required removing a stale DeprecationWarning alongBrett Cannon2008-09-021-0/+70
* Removed some unused imports to decrease the amount of loaded modules during s...Christian Heimes2008-08-151-1/+0