aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_exceptions.py
Commit message (Expand)AuthorAge
* gh-111609: Test `end_offset` in SyntaxError subclass (#127830)Nice Zombies2024-12-11
* gh-126139: Improve error message location for future statement with unknown f...Brian Schubert2024-10-29
* gh-123378: fix a crash in `UnicodeError.__str__` (#124935)Bénédikt Tran2024-10-08
* gh-124188: Fix PyErr_ProgramTextObject() (GH-124189)Serhiy Storchaka2024-09-24
* gh-120544: Add `else: fail()` to tests where exception is expected (#120545)Nikita Sobolev2024-06-15
* gh-118702: Implement vectorcall for BaseException (#118703)Victor Stinner2024-05-10
* gh-112730: Make the test suite resilient to color-activation environment vari...Pablo Galindo Salgado2024-04-24
* gh-117606: Truncate extremely long error message in `test_exceptions` (#117670)Nice Zombies2024-04-11
* gh-116303: Skip tests if C recursion limit is unavailable (GH-117368)Erlend E. Aasland2024-04-08
* gh-116303: Skip test module dependent tests if test modules are unavailable (...Erlend E. Aasland2024-04-03
* gh-115823: Calculate correctly error locations when dealing with implicit enc...Pablo Galindo Salgado2024-02-26
* gh-107944: Improve error message for getargs with bad keyword arguments (#114...Shantanu2024-02-08
* gh-106922: Support multi-line error locations in traceback (attempt 2) (#112097)William Wen2023-12-01
* gh-111654: remove redundant decref in LOAD_FROM_DICT_OR_DEREF (#111655)AN Long2023-11-02
* gh-109894: Fix initialization of static `MemoryError` in subinterpreter (gh-1...Radislav Chugunov2023-10-23
* gh-107450: Check for overflow in the tokenizer and fix overflow test (#110832)Lysandros Nikolaou2023-10-16
* gh-107450: Fix testMemoryErrorBigSource using the bigmemtest decorator (GH-11...Lysandros Nikolaou2023-10-13
* gh-107450: Fix parser column offset overflow test on Windows (#110768)Lysandros Nikolaou2023-10-13
* gh-107450: Raise OverflowError when parser column offset overflows (#110754)Lysandros Nikolaou2023-10-12
* gh-104169: Fix test_peg_generator after tokenizer refactoring (#110727)Lysandros Nikolaou2023-10-12
* gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-108421)Serhiy Storchaka2023-09-02
* gh-108634: Py_TRACE_REFS uses a hash table (#108663)Victor Stinner2023-08-31
* gh-105724: Add location information to `assert` errors (GH-105935)Nikita Sobolev2023-08-16
* gh-103333: Pickle the keyword attributes of AttributeError (#103352)Charles Machalow2023-05-12
* gh-102856: Initial implementation of PEP 701 (#102855)Pablo Galindo Salgado2023-04-19
* gh-102799: use sys.exception() instead of sys.exc_info() in tests (#103293)Irit Katriel2023-04-06
* gh-89058: remove skip from test_no_hang_on_context_chain_cycle2 (#102903)Irit Katriel2023-04-05
* gh-102799: remove unnecessary calls to sys.exc_info() in tests (#102800)Irit Katriel2023-03-18
* GH-101578: Normalize the current exception (GH-101607)Mark Shannon2023-02-08
* gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484)Nikita Sobolev2022-12-23
* GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-...Mark Shannon2022-10-05
* gh-97008: Add a Python implementation of AttributeError and NameError suggest...Łukasz Langa2022-10-04
* gh-96352: Set AttributeError context in _PyObject_GenericGetAttrWithDict (#96...philg3142022-09-08
* Increase test coverage of Objects/exceptions.c (GH-94674)Irit Katriel2022-07-08
* gh-84623: Remove unused imports in tests (#93772)Victor Stinner2022-06-13
* GH-88116: Use a compact format to represent end line and column offsets. (GH-...Mark Shannon2022-04-21
* gh-89770: Implement PEP-678 - Exception notes (GH-31317)Irit Katriel2022-04-16
* bpo-47212: Improve error messages for un-parenthesized generator expressions ...Matthieu Dartiailh2022-04-05
* bpo-46940: Don't override existing AttributeError suggestion information (GH-...Pablo Galindo Salgado2022-03-07
* Allow the parser to avoid nested processing of invalid rules (GH-31252)Pablo Galindo Salgado2022-02-10
* bpo-46458: Add tests for context of exception in finally block (GH-30986)Irit Katriel2022-01-28
* bpo-46442: improve and rename testExceptionCleanupNames (GH-30758)Yellow Dusk2022-01-22
* bpo-46339: Fix crash in the parser when computing error text for multi-line f...Pablo Galindo Salgado2022-01-11
* bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463)Pablo Galindo Salgado2022-01-08
* bpo-46240: Correct the error for unclosed parentheses when the tokenizer is n...Pablo Galindo Salgado2022-01-04
* bpo-45292: [PEP-654] add except* (GH-29581)Irit Katriel2021-12-14
* bpo-46054: Correct non-utf8 character tests in test_exceptions (GH-30074)Pablo Galindo Salgado2021-12-12
* bpo-46054: Fix parsing error when parsing non-utf8 characters in source files...Pablo Galindo Salgado2021-12-12
* bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059)Pablo Galindo Salgado2021-12-11
* bpo-46004: Fix error location for loops with invalid targets (GH-29959)Pablo Galindo Salgado2021-12-07