summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_exception_group.py
Commit message (Expand)AuthorAgeFilesLines
* GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)Victor Stinner2023-09-081-2/+2
* GH-107263: Increase C stack limit for most functions, except `_PyEval_EvalFra...Mark Shannon2023-08-041-2/+2
* gh-105730: support more callables in ExceptionGroup.split() and subgroup() (#...Irit Katriel2023-06-231-19/+46
* gh-99553: add tests for ExceptionGroup wrapping (#99615)Zac Hatfield-Dodds2023-04-111-0/+14
* gh-99553: fix bug where an ExceptionGroup subclass can wrap a BaseException (...Irit Katriel2022-11-181-4/+18
* Increase test coverage of Objects/exceptions.c (GH-94674)Irit Katriel2022-07-081-0/+12
* gh-84623: Remove unused imports in tests (#93772)Victor Stinner2022-06-131-1/+0
* gh-89770: Implement PEP-678 - Exception notes (GH-31317)Irit Katriel2022-04-161-2/+33
* bpo-46927: Include the type's name in the error message for subscripting non-...Serhiy Storchaka2022-03-051-1/+1
* bpo-46729: add number of sub-exceptions in str() of BaseExceptionGroup (GH-31...Irit Katriel2022-02-221-0/+65
* bpo-46431: use raw string for regex in test (GH-30901)Irit Katriel2022-01-251-1/+1
* bpo-46431: improve error message on invalid calls to BaseExceptionGroup.__new...Irit Katriel2022-01-241-1/+1
* bpo-46107: ExceptionGroup.subgroup()/split() should copy __note__ to the part...Irit Katriel2021-12-211-1/+3
* bpo-45292: [PEP-654] add except* (GH-29581)Irit Katriel2021-12-141-1/+2
* bpo-45292: Use raw strings for regex in tests (GH-29545)Irit Katriel2021-11-161-3/+3
* bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (G...Irit Katriel2021-10-221-0/+808