summaryrefslogtreecommitdiff
path: root/Lib/test/test_warnings
Commit message (Expand)AuthorAgeFilesLines
* bpo-35178: Fix warnings._formatwarnmsg() (GH-12033)Miss Islington (bot)2019-03-011-0/+19
* bpo-29564: warnings suggests to enable tracemalloc (GH-10486) (GH-10509)Miss Islington (bot)2018-12-041-5/+20
* Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191)Miss Islington (bot)2018-07-091-4/+8
* bpo-33509: Fix test_warnings for python3 -Werror (GH-7365)Miss Islington (bot)2018-06-041-0/+2
* bpo-33509: Fix _warnings for module_globals=None (GH-6833)Miss Islington (bot)2018-05-151-0/+19
* bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458)Nick Coghlan2018-01-081-1/+35
* bpo-32230: Set sys.warnoptions with -X dev (#4820)Victor Stinner2017-12-121-5/+10
* bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#...Jesse-Bakker2017-11-301-3/+3
* bpo-27535: Fix memory leak with warnings ignore (#4489)Victor Stinner2017-11-271-0/+1
* bpo-31566: Fix an assertion failure in _warnings.warn() in case of a bad __na...Oren Milman2017-09-241-0/+10
* bpo-31285: Fix an assertion failure and a SystemError in warnings.warn_explic...Oren Milman2017-09-241-0/+36
* bpo-31416: Fix assertion failures in case of a bad warnings.filters or warnin...Oren Milman2017-09-121-0/+15
* bpo-31411: Prevent raising a SystemError in case warnings.onceregistry is not...Oren Milman2017-09-111-0/+11
* Spelling fixes (#2902)Ville Skyttä2017-08-031-1/+1
* bpo-30812: Fix test_warnings, restore _showwarnmsg (#2504)Victor Stinner2017-06-301-4/+9
* bpo-20548: Use specific asserts in warnings and exceptions tests (#788)Serhiy Storchaka2017-03-301-20/+20
* warnings: Fix the issue numberVictor Stinner2016-12-061-2/+2
* catch_warnings() calls showwarning() if overridenVictor Stinner2016-12-061-0/+45
* Issue #27528: Merge warning doc and test from 3.5Martin Panter2016-07-191-0/+12
|\
| * Issue #27528: Document and test warning messages must match at beginningMartin Panter2016-07-191-0/+12
* | Issue #19527: Fixed tests with defined COUNT_ALLOCS.Serhiy Storchaka2016-07-031-0/+1
|\ \ | |/
| * Issue #19527: Fixed tests with defined COUNT_ALLOCS.Serhiy Storchaka2016-07-031-0/+1
| * first step in backout of bad default->3.5 merge d085b4f779af. Create new hea...Ned Deily2016-06-031-1/+1
* | Merge 3.5 (test_warnings)Victor Stinner2016-05-261-1/+9
|\ \ | |/
| * test_warnings: catch stderr and check warningVictor Stinner2016-05-261-1/+9
* | Issue #18383: Merge warnings fix from 3.5Martin Panter2016-05-261-0/+47
|\ \ | |/
| * Issue #18383: Avoid adding duplicate filters when warnings is reloadedMartin Panter2016-05-261-0/+47
| * Issue #21925: Fix test_warnings for release modeVictor Stinner2016-03-251-2/+2
* | Issue #21925: Fix test_warnings for release modeVictor Stinner2016-03-251-2/+2
* | Merge 3.5Victor Stinner2016-03-251-6/+26
|\ \ | |/
| * warnings.formatwarning(): catch exceptionsVictor Stinner2016-03-251-0/+17
| * Fix test_warnings.test_improper_option()Victor Stinner2016-03-251-6/+9
* | Issue #26588: remove debug traces from _tracemalloc.Victor Stinner2016-03-221-1/+0
* | Issue #26588: skip test_warnings.test_tracemalloc()Victor Stinner2016-03-221-0/+1
* | Try again to fix test_warnings on WindowsVictor Stinner2016-03-191-0/+2
* | Try to fix test_warnings on WindowsVictor Stinner2016-03-191-8/+10
* | On ResourceWarning, log traceback where the object was allocatedVictor Stinner2016-03-191-0/+30
* | Add _showwarnmsg() and _formatwarnmsg() to warningsVictor Stinner2016-03-191-0/+11
* | Merge from 3.5Steve Dower2015-09-061-1/+1
|/
* Reapplied change to test_warnings.py to test_warnings/__init__.py.Steve Dower2015-09-061-0/+6
* Issue #24305: Prevent import subsystem stack frames from being countedLarry Hastings2015-09-064-0/+970