LibCST/libcst/_parser
zaicruvoir1rominet ca1f81f049
Avoid raising bare Exception (#1168)
* Keep old exception messages (avoid breaking-changes for users relying on exception messages)

* Move ``get_expected_str`` out of _exceptions.py, where it does not belong, to its own file in _parser/_parsing_check.py
2025-06-07 01:53:44 -07:00
..
conversions Avoid raising bare Exception (#1168) 2025-06-07 01:53:44 -07:00
parso Avoid raising bare Exception (#1168) 2025-06-07 01:53:44 -07:00
tests Several trivial refactors (#770) 2022-09-14 14:33:45 +01:00
types Bump black from 23.12.1 to 24.8.0 (#1186) 2024-08-22 16:46:01 -07:00
__init__.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
_parsing_check.py Avoid raising bare Exception (#1168) 2025-06-07 01:53:44 -07:00
base_parser.py Avoid raising bare Exception (#1168) 2025-06-07 01:53:44 -07:00
custom_itertools.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
detect_config.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
entrypoints.py Switch default parser implementation to native (#929) 2023-05-25 18:24:59 +01:00
grammar.py Avoid raising bare Exception (#1168) 2025-06-07 01:53:44 -07:00
production_decorator.py Avoid raising bare Exception (#1168) 2025-06-07 01:53:44 -07:00
py_whitespace_parser.py Avoid raising bare Exception (#1168) 2025-06-07 01:53:44 -07:00
python_parser.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
whitespace_parser.py Fix all type errors (#579) 2022-01-05 18:13:01 +00:00
wrapped_tokenize.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00