summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* gh-140193: Forward port test_exec_set_nomemory_hang from 3.13 (GH-140187)yihong2025-11-111-0/+33
* gh-140253: Improve the syntax error from an ill-positioned double-star subpat...Bartosz Sławecki2025-10-221-1/+10
* gh-63161: Fix PEP 263 support (GH-139481)Serhiy Storchaka2025-10-101-2/+6
* gh-74185: repr() of ImportError now contains attributes name and path (#136770)Yoav Nir2025-08-141-0/+44
* gh-127146: Add skip_emscripten_stack_overflow in a few places (#135722)Hood Chatham2025-06-191-0/+2
* gh-71339: Use new assertion methods in tests (GH-129046)Serhiy Storchaka2025-05-221-10/+10
* gh-127146: xfail more Emscripten stack overflows (#134358)Hood Chatham2025-05-201-0/+1
* gh-132449: Improve syntax error messages for keywords with typos (#132450)Pablo Galindo Salgado2025-04-221-1/+1
* gh-128974: Fix `UnicodeError.__str__` when custom attributes have side-effect...Bénédikt Tran2025-03-011-0/+37
* GH-130396: Use computed stack limits on linux (GH-130398)Mark Shannon2025-02-251-2/+2
* GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not cou...Petr Viktorin2025-02-241-1/+1
* GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)Mark Shannon2025-02-191-1/+1
* gh-88535: Improve syntax error for wrongly closed strings (#26633)Pablo Galindo Salgado2025-02-131-1/+1
* gh-129354: Use PyErr_FormatUnraisable() function (#129523)Victor Stinner2025-02-051-1/+4
* gh-127873: Only check `sys.flags.ignore_environment` for `PYTHON*` env vars (...Hugo van Kemenade2025-01-211-0/+2
* gh-128595: Add test class helper to force no terminal colour (#128687)Hugo van Kemenade2025-01-131-0/+1
* gh-111609: Test `end_offset` in SyntaxError subclass (#127830)Nice Zombies2024-12-111-0/+15
* gh-126139: Improve error message location for future statement with unknown f...Brian Schubert2024-10-291-2/+2
* gh-123378: fix a crash in `UnicodeError.__str__` (#124935)Bénédikt Tran2024-10-081-0/+24
* gh-124188: Fix PyErr_ProgramTextObject() (GH-124189)Serhiy Storchaka2024-09-241-41/+130
* gh-120544: Add `else: fail()` to tests where exception is expected (#120545)Nikita Sobolev2024-06-151-0/+2
* gh-118702: Implement vectorcall for BaseException (#118703)Victor Stinner2024-05-101-0/+23
* gh-112730: Make the test suite resilient to color-activation environment vari...Pablo Galindo Salgado2024-04-241-1/+6
* gh-117606: Truncate extremely long error message in `test_exceptions` (#117670)Nice Zombies2024-04-111-1/+2
* gh-116303: Skip tests if C recursion limit is unavailable (GH-117368)Erlend E. Aasland2024-04-081-1/+1
* gh-116303: Skip test module dependent tests if test modules are unavailable (...Erlend E. Aasland2024-04-031-5/+13
* gh-115823: Calculate correctly error locations when dealing with implicit enc...Pablo Galindo Salgado2024-02-261-0/+1
* gh-107944: Improve error message for getargs with bad keyword arguments (#114...Shantanu2024-02-081-1/+1
* gh-106922: Support multi-line error locations in traceback (attempt 2) (#112097)William Wen2023-12-011-1/+2
* gh-111654: remove redundant decref in LOAD_FROM_DICT_OR_DEREF (#111655)AN Long2023-11-031-0/+7
* gh-109894: Fix initialization of static `MemoryError` in subinterpreter (gh-1...Radislav Chugunov2023-10-231-0/+14
* gh-107450: Check for overflow in the tokenizer and fix overflow test (#110832)Lysandros Nikolaou2023-10-161-4/+12
* gh-107450: Fix testMemoryErrorBigSource using the bigmemtest decorator (GH-11...Lysandros Nikolaou2023-10-131-1/+1
* gh-107450: Fix parser column offset overflow test on Windows (#110768)Lysandros Nikolaou2023-10-131-1/+3
* gh-107450: Raise OverflowError when parser column offset overflows (#110754)Lysandros Nikolaou2023-10-121-0/+4
* gh-104169: Fix test_peg_generator after tokenizer refactoring (#110727)Lysandros Nikolaou2023-10-121-1/+1
* gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-108421)Serhiy Storchaka2023-09-021-0/+1
* gh-108634: Py_TRACE_REFS uses a hash table (#108663)Victor Stinner2023-08-311-0/+6
* gh-105724: Add location information to `assert` errors (GH-105935)Nikita Sobolev2023-08-161-0/+117
* gh-103333: Pickle the keyword attributes of AttributeError (#103352)Charles Machalow2023-05-121-27/+34
* gh-102856: Initial implementation of PEP 701 (#102855)Pablo Galindo Salgado2023-04-191-1/+2
* gh-102799: use sys.exception() instead of sys.exc_info() in tests (#103293)Irit Katriel2023-04-061-34/+32
* gh-89058: remove skip from test_no_hang_on_context_chain_cycle2 (#102903)Irit Katriel2023-04-051-1/+0
* gh-102799: remove unnecessary calls to sys.exc_info() in tests (#102800)Irit Katriel2023-03-181-9/+9
* GH-101578: Normalize the current exception (GH-101607)Mark Shannon2023-02-081-4/+4
* gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484)Nikita Sobolev2022-12-231-4/+3
* GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-...Mark Shannon2022-10-051-6/+2
* gh-97008: Add a Python implementation of AttributeError and NameError suggest...Łukasz Langa2022-10-041-500/+3
* gh-96352: Set AttributeError context in _PyObject_GenericGetAttrWithDict (#96...philg3142022-09-081-0/+5
* Increase test coverage of Objects/exceptions.c (GH-94674)Irit Katriel2022-07-081-5/+47