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