summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_warnings/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* gh-126209: Fix inconsistency of `skip_file_prefixes` in `warnings.warn`'s C ...Daehee Kim2024-11-121-0/+12
* gh-122255: Add black box tests in test_warnings (GH-122227)Serhiy Storchaka2024-08-081-0/+91
* gh-122191: Fix test_warnings failure if run with -Werror (GH-122222)Serhiy Storchaka2024-07-251-13/+23
* gh-122088: Copy the coroutine status of the underlying callable in `@warnings...Sebastian Rittau2024-07-231-0/+24
* gh-121163: Add "all" as an valid alias for "always" in warnings.simplefilter(...Kirill Podoprigora2024-06-301-33/+35
* gh-120417: Add #noqa: F401 to tests (#120627)Victor Stinner2024-06-181-1/+1
* gh-112730: Make the test suite resilient to color-activation environment vari...Pablo Galindo Salgado2024-04-241-0/+3
* gh-117535: Change unknown filename of warnings from `sys` to `<sys>` (#118018)Tian Gao2024-04-191-2/+2
* gh-106922: Support multi-line error locations in traceback (attempt 2) (#112097)William Wen2023-12-011-2/+2
* bpo-39912: Raise appropriate exceptions in filterwarnings() and simplefilter(...Rémi Lapeyre2023-12-011-0/+22
* gh-104003: Implement PEP 702 (#104004)Jelle Zijlstra2023-11-291-1/+281
* gh-67224: Show source lines in tracebacks when using the -c option when runni...Pablo Galindo Salgado2023-10-261-0/+4
* gh-103186: Fix or catch 'extra' stderr output from unittests (#103196)Ijtaba Hussain2023-07-101-3/+7
* gh-39615: Add warnings.warn() skip_file_prefixes support (#100840)Gregory P. Smith2023-01-281-1/+38
* gh-95853: Add script to automate WASM build (GH-95828)Christian Heimes2022-08-131-1/+8
* gh-69443: Add test.support.Py_DEBUG constant (#93226)Victor Stinner2022-05-251-3/+1
* gh-91230: Concise catch_warnings with simplefilter (#91435)Zac Hatfield-Dodds2022-04-241-0/+19
* bpo-47061: deprecate the `aifc` module (GH-32134)Brett Cannon2022-04-051-0/+40
* bpo-43651: Fix EncodingWarning in test_warnings (GH-25126)Inada Naoki2021-04-011-3/+3
* bpo-40275: Use new test.support helper submodules in tests (GH-21452)Hai Shi2020-08-041-17/+23
* bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters....Serhiy Storchaka2020-06-251-3/+3
* bpo-41113: Fix test_warnings on non-Western locales. (GH-21143)Serhiy Storchaka2020-06-251-3/+3
* bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)Victor Stinner2020-02-031-1/+0
* bpo-39056: Fix handling invalid warning category in the -W option. (GH-17618)Serhiy Storchaka2020-01-051-0/+23
* bpo-38991: Remove test.support.strip_python_stderr() (GH-17490)Victor Stinner2019-12-081-1/+2
* Fix typos mostly in comments, docs and test names (GH-15209)Min ho Kim2019-08-301-1/+1
* bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053)Victor Stinner2019-06-251-10/+9
* bpo-35178: Fix warnings._formatwarnmsg() (GH-12033)Xtreak2019-03-011-0/+19
* bpo-29564: warnings suggests to enable tracemalloc (GH-10486)Victor Stinner2018-11-131-5/+20
* Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191)Sergey Fedoseev2018-07-091-4/+8
* bpo-33912: Fix test_warnings when run with -Werror (GH-7839)Christopher Frederickson2018-06-211-0/+1
* bpo-33375: Get filename for warnings from frame.f_code.co_filename (GH-6622)Thomas Kluyver2018-06-081-75/+9
* bpo-33509: Fix test_warnings for python3 -Werror (GH-7365)Victor Stinner2018-06-041-0/+2
* bpo-33509: Fix _warnings for module_globals=None (#6833)Victor Stinner2018-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-291-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-111-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
|\ \ | |/