| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-126209: Fix inconsistency of `skip_file_prefixes` in `warnings.warn`'s C ... | Daehee Kim | 2024-11-12 | 2 | -4/+18 |
|
|
* | gh-122255: Add black box tests in test_warnings (GH-122227) | Serhiy Storchaka | 2024-08-08 | 1 | -0/+91 |
|
|
* | gh-122191: Fix test_warnings failure if run with -Werror (GH-122222) | Serhiy Storchaka | 2024-07-25 | 1 | -13/+23 |
|
|
* | gh-122088: Copy the coroutine status of the underlying callable in `@warnings... | Sebastian Rittau | 2024-07-23 | 1 | -0/+24 |
|
|
* | gh-121163: Add "all" as an valid alias for "always" in warnings.simplefilter(... | Kirill Podoprigora | 2024-06-30 | 1 | -33/+35 |
|
|
* | gh-120417: Add #noqa: F401 to tests (#120627) | Victor Stinner | 2024-06-18 | 1 | -1/+1 |
|
|
* | gh-112730: Make the test suite resilient to color-activation environment vari... | Pablo Galindo Salgado | 2024-04-24 | 1 | -0/+3 |
|
|
* | gh-117535: Change unknown filename of warnings from `sys` to `<sys>` (#118018) | Tian Gao | 2024-04-19 | 1 | -2/+2 |
|
|
* | gh-106922: Support multi-line error locations in traceback (attempt 2) (#112097) | William Wen | 2023-12-01 | 1 | -2/+2 |
|
|
* | bpo-39912: Raise appropriate exceptions in filterwarnings() and simplefilter(... | Rémi Lapeyre | 2023-12-01 | 1 | -0/+22 |
|
|
* | gh-104003: Implement PEP 702 (#104004) | Jelle Zijlstra | 2023-11-29 | 1 | -1/+281 |
|
|
* | gh-67224: Show source lines in tracebacks when using the -c option when runni... | Pablo Galindo Salgado | 2023-10-26 | 1 | -0/+4 |
|
|
* | gh-103186: Fix or catch 'extra' stderr output from unittests (#103196) | Ijtaba Hussain | 2023-07-10 | 1 | -3/+7 |
|
|
* | gh-39615: Add warnings.warn() skip_file_prefixes support (#100840) | Gregory P. Smith | 2023-01-28 | 3 | -2/+55 |
|
|
* | gh-95853: Add script to automate WASM build (GH-95828) | Christian Heimes | 2022-08-13 | 1 | -1/+8 |
|
|
* | gh-69443: Add test.support.Py_DEBUG constant (#93226) | Victor Stinner | 2022-05-25 | 1 | -3/+1 |
|
|
* | gh-91230: Concise catch_warnings with simplefilter (#91435) | Zac Hatfield-Dodds | 2022-04-24 | 1 | -0/+19 |
|
|
* | bpo-47061: deprecate the `aifc` module (GH-32134) | Brett Cannon | 2022-04-05 | 1 | -0/+40 |
|
|
* | bpo-43651: Fix EncodingWarning in test_warnings (GH-25126) | Inada Naoki | 2021-04-01 | 1 | -3/+3 |
|
|
* | bpo-40275: Use new test.support helper submodules in tests (GH-21452) | Hai Shi | 2020-08-04 | 1 | -17/+23 |
|
|
* | bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters.... | Serhiy Storchaka | 2020-06-25 | 1 | -3/+3 |
|
|
* | bpo-41113: Fix test_warnings on non-Western locales. (GH-21143) | Serhiy Storchaka | 2020-06-25 | 1 | -3/+3 |
|
|
* | bpo-39489: Remove COUNT_ALLOCS special build (GH-18259) | Victor Stinner | 2020-02-03 | 1 | -1/+0 |
|
|
* | bpo-39056: Fix handling invalid warning category in the -W option. (GH-17618) | Serhiy Storchaka | 2020-01-05 | 1 | -0/+23 |
|
|
* | bpo-38991: Remove test.support.strip_python_stderr() (GH-17490) | Victor Stinner | 2019-12-08 | 1 | -1/+2 |
|
|
* | Fix typos mostly in comments, docs and test names (GH-15209) | Min ho Kim | 2019-08-30 | 1 | -1/+1 |
|
|
* | bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053) | Victor Stinner | 2019-06-25 | 1 | -10/+9 |
|
|
* | bpo-35178: Fix warnings._formatwarnmsg() (GH-12033) | Xtreak | 2019-03-01 | 1 | -0/+19 |
|
|
* | bpo-29564: warnings suggests to enable tracemalloc (GH-10486) | Victor Stinner | 2018-11-13 | 1 | -5/+20 |
|
|
* | Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191) | Sergey Fedoseev | 2018-07-09 | 1 | -4/+8 |
|
|
* | bpo-33912: Fix test_warnings when run with -Werror (GH-7839) | Christopher Frederickson | 2018-06-21 | 1 | -0/+1 |
|
|
* | bpo-33375: Get filename for warnings from frame.f_code.co_filename (GH-6622) | Thomas Kluyver | 2018-06-08 | 1 | -75/+9 |
|
|
* | bpo-33509: Fix test_warnings for python3 -Werror (GH-7365) | Victor Stinner | 2018-06-04 | 1 | -0/+2 |
|
|
* | bpo-33509: Fix _warnings for module_globals=None (#6833) | Victor Stinner | 2018-05-15 | 1 | -0/+19 |
|
|
* | bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458) | Nick Coghlan | 2018-01-08 | 1 | -1/+35 |
|
|
* | bpo-32230: Set sys.warnoptions with -X dev (#4820) | Victor Stinner | 2017-12-12 | 1 | -5/+10 |
|
|
* | bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#... | Jesse-Bakker | 2017-11-29 | 1 | -3/+3 |
|
|
* | bpo-27535: Fix memory leak with warnings ignore (#4489) | Victor Stinner | 2017-11-27 | 1 | -0/+1 |
|
|
* | bpo-31566: Fix an assertion failure in _warnings.warn() in case of a bad __na... | Oren Milman | 2017-09-24 | 1 | -0/+10 |
|
|
* | bpo-31285: Fix an assertion failure and a SystemError in warnings.warn_explic... | Oren Milman | 2017-09-24 | 1 | -0/+36 |
|
|
* | bpo-31416: Fix assertion failures in case of a bad warnings.filters or warnin... | Oren Milman | 2017-09-11 | 1 | -0/+15 |
|
|
* | bpo-31411: Prevent raising a SystemError in case warnings.onceregistry is not... | Oren Milman | 2017-09-11 | 1 | -0/+11 |
|
|
* | Spelling fixes (#2902) | Ville Skyttä | 2017-08-03 | 1 | -1/+1 |
|
|
* | bpo-30812: Fix test_warnings, restore _showwarnmsg (#2504) | Victor Stinner | 2017-06-30 | 1 | -4/+9 |
|
|
* | bpo-20548: Use specific asserts in warnings and exceptions tests (#788) | Serhiy Storchaka | 2017-03-30 | 1 | -20/+20 |
|
|
* | warnings: Fix the issue number | Victor Stinner | 2016-12-06 | 1 | -2/+2 |
|
|
* | catch_warnings() calls showwarning() if overriden | Victor Stinner | 2016-12-06 | 1 | -0/+45 |
|
|
* | Issue #27528: Merge warning doc and test from 3.5 | Martin Panter | 2016-07-19 | 1 | -0/+12 |
|\ |
|
| * | 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 |
|\ \
| |/ |
|