Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-46729: add number of sub-exceptions in str() of BaseExceptionGroup ↵ | Irit Katriel | 2022-02-22 | 1 | -0/+65 |
| | | | | (GH-31294) | ||||
* | bpo-46431: use raw string for regex in test (GH-30901) | Irit Katriel | 2022-01-25 | 1 | -1/+1 |
| | |||||
* | bpo-46431: improve error message on invalid calls to ↵ | Irit Katriel | 2022-01-24 | 1 | -1/+1 |
| | | | | BaseExceptionGroup.__new__ (GH-30854) | ||||
* | bpo-46107: ExceptionGroup.subgroup()/split() should copy __note__ to the ↵ | Irit Katriel | 2021-12-21 | 1 | -1/+3 |
| | | | | parts (GH-30159) | ||||
* | bpo-45292: [PEP-654] add except* (GH-29581) | Irit Katriel | 2021-12-14 | 1 | -1/+2 |
| | |||||
* | bpo-45292: Use raw strings for regex in tests (GH-29545) | Irit Katriel | 2021-11-16 | 1 | -3/+3 |
| | |||||
* | bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes ↵ | Irit Katriel | 2021-10-22 | 1 | -0/+808 |
(GH-28569) |