LibCST/native/libcst/tests/fixtures
martin 3b5329aa20
Some checks are pending
CI / test (macos-latest, 3.10) (push) Waiting to run
CI / test (macos-latest, 3.11) (push) Waiting to run
CI / test (macos-latest, 3.12) (push) Waiting to run
CI / test (macos-latest, 3.13) (push) Waiting to run
CI / test (macos-latest, 3.13t) (push) Waiting to run
CI / test (macos-latest, 3.14) (push) Waiting to run
CI / test (macos-latest, 3.14t) (push) Waiting to run
CI / test (macos-latest, 3.9) (push) Waiting to run
CI / test (ubuntu-latest, 3.10) (push) Waiting to run
CI / test (ubuntu-latest, 3.11) (push) Waiting to run
CI / test (ubuntu-latest, 3.12) (push) Waiting to run
CI / test (ubuntu-latest, 3.13) (push) Waiting to run
CI / test (ubuntu-latest, 3.13t) (push) Waiting to run
CI / test (ubuntu-latest, 3.14) (push) Waiting to run
CI / test (ubuntu-latest, 3.14t) (push) Waiting to run
CI / test (ubuntu-latest, 3.9) (push) Waiting to run
CI / test (windows-latest, 3.10) (push) Waiting to run
CI / test (windows-latest, 3.11) (push) Waiting to run
CI / test (windows-latest, 3.12) (push) Waiting to run
CI / test (windows-latest, 3.13) (push) Waiting to run
CI / test (windows-latest, 3.13t) (push) Waiting to run
CI / test (windows-latest, 3.14) (push) Waiting to run
CI / test (windows-latest, 3.14t) (push) Waiting to run
CI / test (windows-latest, 3.9) (push) Waiting to run
CI / lint (push) Waiting to run
CI / typecheck (push) Waiting to run
CI / docs (push) Waiting to run
CI / Rust unit tests (push) Waiting to run
CI / Rustfmt (push) Waiting to run
CI / build (push) Waiting to run
pypi_upload / build (push) Waiting to run
pypi_upload / Upload wheels to pypi (push) Blocked by required conditions
GitHub Actions Security Analysis with zizmor 🌈 / zizmor latest via PyPI (push) Waiting to run
feat: add support for PEP758 (#1401)
PEP758 removes the requirement for parentheses to surround exceptions
in except and except* expressions when 'as' is not present.

This pr implements support for parsing these types of statements
2025-09-09 11:16:49 -04:00
..
big_binary_operator.py [native] Box most enums (#632) 2022-01-28 10:33:33 +00:00
class_craziness.py Implement a Python PEG parser in Rust (#566) 2021-12-21 18:14:39 +00:00
comments.py Implement a Python PEG parser in Rust (#566) 2021-12-21 18:14:39 +00:00
comparisons.py Implement a Python PEG parser in Rust (#566) 2021-12-21 18:14:39 +00:00
dangling_indent.py Make sure dedents are emitted for inputs without trailing newlines (#573) 2022-01-04 20:04:21 +00:00
decorated_function_without_body.py Implement a Python PEG parser in Rust (#566) 2021-12-21 18:14:39 +00:00
dysfunctional_del.py Implement a Python PEG parser in Rust (#566) 2021-12-21 18:14:39 +00:00
expr.py Fix whitespace, fstring, walrus related parse errors (#939, #938, #937, #936, #935, #934, #933, #932, #931) 2023-06-07 12:37:16 +01:00
expr_statement.py Implement a Python PEG parser in Rust (#566) 2021-12-21 18:14:39 +00:00
fun_with_func_defs.py Support whitespace after ParamSlash (#713) 2022-06-26 09:42:37 +01:00
global_nonlocal.py Implement a Python PEG parser in Rust (#566) 2021-12-21 18:14:39 +00:00
import.py Implement a Python PEG parser in Rust (#566) 2021-12-21 18:14:39 +00:00
indents_but_no_eol_before_eof.py Implement a Python PEG parser in Rust (#566) 2021-12-21 18:14:39 +00:00
just_a_comment_without_nl.py Implement a Python PEG parser in Rust (#566) 2021-12-21 18:14:39 +00:00
malicious_match.py fix various Match statement visitation errors (#1161) 2024-06-12 17:29:25 +01:00
mixed_newlines.py Support files with mixed newlines (#1007) 2023-09-02 09:56:20 +01:00
pep646.py Add support for PEP-646 (#696) 2022-06-13 09:52:31 -06:00
raise.py Implement a Python PEG parser in Rust (#566) 2021-12-21 18:14:39 +00:00
smol_statements.py Implement a Python PEG parser in Rust (#566) 2021-12-21 18:14:39 +00:00
spacious_spaces.py Implement a Python PEG parser in Rust (#566) 2021-12-21 18:14:39 +00:00
starry_tries.py implement PEP-654: except* (#571) 2021-12-29 21:23:46 +00:00
suicidal_slices.py Implement a Python PEG parser in Rust (#566) 2021-12-21 18:14:39 +00:00
super_strings.py Support parsing of t-strings #1374 (#1398) 2025-09-09 11:16:20 -04:00
terrible_tries.py feat: add support for PEP758 (#1401) 2025-09-09 11:16:49 -04:00
trailing_comment_without_nl.py Implement a Python PEG parser in Rust (#566) 2021-12-21 18:14:39 +00:00
trailing_whitespace.py Don't swallow trailing whitespace (#976) 2023-07-18 10:03:10 +01:00
tuple_shenanigans.py Fix parsing of parenthesized empty tuples (#712) 2022-06-26 09:41:49 +01:00
type_parameters.py Implement Type Defaults for Type Parameters (PEP 696) (#1141) 2024-05-20 11:26:38 -04:00
vast_emptiness.py Implement a Python PEG parser in Rust (#566) 2021-12-21 18:14:39 +00:00
with_wickedness.py Fix Github issue 855 - fail to parse with statement (#861) 2023-02-16 10:49:05 -08:00
wonky_walrus.py Fix whitespace, fstring, walrus related parse errors (#939, #938, #937, #936, #935, #934, #933, #932, #931) 2023-06-07 12:37:16 +01:00