Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-103109: Document ignore_warnings() test support helper (#103110) | Charlie Zhao | 2023-04-02 | 1 | -1/+1 |
| | | | Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> | ||||
* | bpo-47061: deprecate the `aifc` module (GH-32134) | Brett Cannon | 2022-04-05 | 1 | -0/+8 |
| | | | Co-authored-by: Christian Heimes <christian@python.org> | ||||
* | bpo-44852: Support ignoring specific DeprecationWarnings wholesale in ↵ | Łukasz Langa | 2021-08-16 | 1 | -0/+10 |
| | | | | regrtest (GH-27634) | ||||
* | bpo-41003: Fix test_copyreg when numpy is installed (GH-20935) | Victor Stinner | 2020-06-17 | 1 | -0/+9 |
| | | | | | | | | Fix test_copyreg when numpy is installed: test.pickletester now saves/restores warnings.filters when importing numpy, to ignore filters installed by numpy. Add the save_restore_warnings_filters() function to the test.support.warnings_helper module. | ||||
* | bpo-40275: Add warnings_helper submodule in test.support (GH-20797) | Hai Shi | 2020-06-11 | 1 | -0/+180 |