| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue #27528: Document and test warning messages must match at beginning | Martin Panter | 2016-07-19 | 1 | -0/+12 |
| | | |||||
| * | Issue #19527: Fixed tests with defined COUNT_ALLOCS. | Serhiy Storchaka | 2016-07-03 | 1 | -0/+1 |
| | | |||||
| * | first step in backout of bad default->3.5 merge d085b4f779af. Create new ↵ | Ned Deily | 2016-06-03 | 1 | -1/+1 |
| | | | | | head and fix whitespace. | ||||
| * | test_warnings: catch stderr and check warning | Victor Stinner | 2016-05-26 | 1 | -1/+9 |
| | | | | | | Check the user warning in test_error_after_default() to not pollute the output, and check the warning logged into stderr. | ||||
| * | Issue #18383: Avoid adding duplicate filters when warnings is reloaded | Martin Panter | 2016-05-26 | 1 | -0/+47 |
| | | | | | Based on patch by Alex Shkop. | ||||
| * | Issue #21925: Fix test_warnings for release mode | Victor Stinner | 2016-03-25 | 1 | -2/+2 |
| | | | | | Use -Wd comment line option to log the ResourceWarning. | ||||
| * | warnings.formatwarning(): catch exceptions | Victor Stinner | 2016-03-24 | 1 | -0/+17 |
| | | | | | | | Issue #21925: warnings.formatwarning() now catches exceptions on linecache.getline(...) to be able to log ResourceWarning emitted late during the Python shutdown process. | ||||
| * | Fix test_warnings.test_improper_option() | Victor Stinner | 2016-03-24 | 1 | -6/+9 |
| | | | | | | test_warnings: only run test_improper_option() and test_warnings_bootstrap() once. The unit test doesn't depend on self.module. | ||||
| * | Reapplied change to test_warnings.py to test_warnings/__init__.py. | Steve Dower | 2015-09-07 | 1 | -0/+6 |
| | | |||||
| * | Issue #24305: Prevent import subsystem stack frames from being counted | Larry Hastings | 2015-09-06 | 4 | -0/+970 |
| by the warnings.warn(stacklevel=) parameter. | |||||
