summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_warnings
Commit message (Expand)AuthorAgeFilesLines
* Issue #21925: Fix test_warnings for release modeVictor Stinner2016-03-251-2/+2
* Merge 3.5Victor Stinner2016-03-241-6/+26
|\
| * warnings.formatwarning(): catch exceptionsVictor Stinner2016-03-241-0/+17
| * Fix test_warnings.test_improper_option()Victor Stinner2016-03-241-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-181-0/+11
* | Merge from 3.5Steve Dower2015-09-071-1/+1
|/
* Reapplied change to test_warnings.py to test_warnings/__init__.py.Steve Dower2015-09-071-0/+6
* Issue #24305: Prevent import subsystem stack frames from being countedLarry Hastings2015-09-064-0/+970