aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_exceptions.py
Commit message (Expand)AuthorAge
* 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
* bpo-45607: Make it possible to enrich exception displays via setting their __...Irit Katriel2021-12-03
* bpo-45786: Allocate space for frame in frame object. (GH-29729)Mark Shannon2021-11-29
* bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if insi...Pablo Galindo Salgado2021-11-24
* bpo-45871: Refactor except matcher validation into a separate function so tha...Irit Katriel2021-11-22
* bpo-45848: Allow the parser to get error lines from encoded files (GH-29646)Pablo Galindo Salgado2021-11-20
* bpo-45727: Make the syntax error for missing comma more consistent (GH-29427)Pablo Galindo Salgado2021-11-19
* bpo-45826: Fix a crash in suggestions.c by checking for `traceback is None` (...Dennis Sweeney2021-11-18
* bpo-45494: Fix parser crash when reporting errors involving invalid continuat...Pablo Galindo Salgado2021-10-19
* bpo-45408: Don't override previous tokenizer errors in the second parser pass...Pablo Galindo Salgado2021-10-07
* bpo-45400: Fix suggestion test of test_exceptions (GH-28783)Victor Stinner2021-10-07
* Fix typos in the Lib directory (GH-28775)Christian Clauss2021-10-06
* [tests] Add missing assert against expected tracebacks in test_exceptions.py ...andrei kulakov2021-09-22
* bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)Serhiy Storchaka2021-08-29
* bpo-44895: skip test_no_hang_on_context_chain_cycle2 until the refleak is fix...Irit Katriel2021-08-16
* bpo-44895: Temporarily add an extra gc.collect() call (GH-27746)Irit Katriel2021-08-13
* bpo-33930: Fix typo in the test name. (#27733)Benjamin Peterson2021-08-11
* bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-...Pablo Galindo Salgado2021-08-11
* bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle i...Irit Katriel2021-08-10
* bpo-34013: Don't consider a grouped expression when reporting legacy print sy...Pablo Galindo Salgado2021-08-01
* bpo-34013: Move the Python 2 hints from the exception constructor to the pars...Pablo Galindo Salgado2021-07-27
* bpo-34013: Generalize the invalid legacy statement error message (GH-27389)Pablo Galindo Salgado2021-07-27
* bpo-44655: Don't include suggestions for attributes that are the same as the ...Pablo Galindo Salgado2021-07-16
* Remove unnecessary 'invalid_primary' rule in the parser (GH-27186)Pablo Galindo Salgado2021-07-16
* bpo-44317: Improve tokenizer errors with more informative locations (GH-26555)Pablo Galindo Salgado2021-07-10
* Make sure that line number is set correctly for call to __exit__ when handlin...Mark Shannon2021-06-24
* bpo-44409: Fix error location in tokenizer errors that happen during initiali...Pablo Galindo2021-06-14
* bpo-44368: Ensure we don't raise incorrect custom syntax errors with soft key...Pablo Galindo2021-06-09
* bpo-44349: Fix edge case when displaying text from files with encoding in syn...Pablo Galindo2021-06-09