cpython/Lib/re
Serhiy Storchaka f9637b4ba3
Remove dead code in the RE parser (GH-122796)
2024-08-07 19:44:18 +00:00
..
__init__.py GH-83162: Rename re.error for better clarity. (#101677) 2023-12-11 15:45:08 -05:00
_casefix.py Fix syntax in generate_re_casefix.py (#122699) 2024-08-05 23:16:29 -07:00
_compiler.py gh-111259: Optimize complementary character sets in RE (GH-120742) 2024-06-20 07:19:32 +00:00
_constants.py gh-111259: Optimize complementary character sets in RE (GH-120742) 2024-06-20 07:19:32 +00:00
_parser.py Remove dead code in the RE parser (GH-122796) 2024-08-07 19:44:18 +00:00