summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_except_star.py
Commit message (Expand)AuthorAgeFilesLines
* gh-103590: do not wrap a single exception raised from a try-except* (#103665)Irit Katriel2023-04-271-24/+20
* gh-103791: Make contextlib.suppress also act on exceptions within an Exceptio...Ɓukasz Langa2023-04-241-20/+2
* gh-102008: simplify test_except_star by using sys.exception() instead of sys....Irit Katriel2023-02-211-25/+19
* gh-99181: fix except* on unhashable exceptions (GH-99192)Irit Katriel2022-11-081-0/+199
* Run Tools/scripts/reindent.py (#94225)Victor Stinner2022-06-261-1/+1
* bpo-46219, 46221: simplify except* implementation following exc_info changes....Irit Katriel2022-01-021-0/+28
* bpo-45292: [PEP-654] add except* (GH-29581)Irit Katriel2021-12-141-0/+976