Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | bpo-46458: emit code for else of a try block immediately after the try body ↵ | Irit Katriel | 2022-01-27 |
| | | | | (GH-30751) | ||
* | bpo-45292: [PEP-654] add except* (GH-29581) | Irit Katriel | 2021-12-14 |
| | |||
* | Issue #21741: Update 147 test modules to use test discovery. | Zachary Ware | 2015-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.support | Benjamin Peterson | 2008-05-20 |
| | |||
* | Raise statement normalization in Lib/test/. | Collin Winter | 2007-08-29 |
| | |||
* | Set svn:eol-style to native. | Tim Peters | 2006-03-01 |
| | |||
* | Whitespace normalization. | Tim Peters | 2005-12-25 |
| | |||
* | SF patch #1355913, PEP 341 - Unification of try/except and try/finally | Neal Norwitz | 2005-12-17 |
Modified since ast-arenas was implemented. |