Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-103590: do not wrap a single exception raised from a try-except* (#103665) | Irit Katriel | 2023-04-27 | 1 | -24/+20 |
| | |||||
* | gh-103791: Make contextlib.suppress also act on exceptions within an ↵ | Łukasz Langa | 2023-04-24 | 1 | -20/+2 |
| | | | | | ExceptionGroup (#103792) Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com> | ||||
* | gh-102008: simplify test_except_star by using sys.exception() instead of ↵ | Irit Katriel | 2023-02-21 | 1 | -25/+19 |
| | | | | sys.exc_info() (#102009) | ||||
* | gh-99181: fix except* on unhashable exceptions (GH-99192) | Irit Katriel | 2022-11-08 | 1 | -0/+199 |
| | |||||
* | Run Tools/scripts/reindent.py (#94225) | Victor Stinner | 2022-06-26 | 1 | -1/+1 |
| | | | | | Reindent files which were not properly formatted (PEP 8: 4 spaces). Remove also some trailing spaces. | ||||
* | bpo-46219, 46221: simplify except* implementation following exc_info ↵ | Irit Katriel | 2022-01-02 | 1 | -0/+28 |
| | | | | changes. Move helpers to exceptions.c. Do not assume that exception groups are truthy. (GH-30289) | ||||
* | bpo-45292: [PEP-654] add except* (GH-29581) | Irit Katriel | 2021-12-14 | 1 | -0/+976 |