aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_exception_variations.py
Commit message (Collapse)AuthorAge
* bpo-46458: emit code for else of a try block immediately after the try body ↵Irit Katriel2022-01-27
| | | | (GH-30751)
* bpo-45292: [PEP-654] add except* (GH-29581)Irit Katriel2021-12-14
|
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-13
| | | | | | | I have compared output between pre- and post-patch runs of these tests to make sure there's nothing missing and nothing broken, on both Windows and Linux. The only differences I found were actually tests that were previously *not* run.
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
|
* Raise statement normalization in Lib/test/.Collin Winter2007-08-29
|
* Set svn:eol-style to native.Tim Peters2006-03-01
|
* Whitespace normalization.Tim Peters2005-12-25
|
* SF patch #1355913, PEP 341 - Unification of try/except and try/finallyNeal Norwitz2005-12-17
Modified since ast-arenas was implemented.