cpython/Lib/re
Serhiy Storchaka 28890427c5
RE: Pre-split the list of opcode names (GH-91859)
1. It makes them interned.
2. It allows to add comments to individual opcodes.
2022-04-23 18:49:23 +03:00
..
__init__.py bpo-47211: Remove function re.template() and flag re.TEMPLATE (GH-32300) 2022-04-06 19:53:50 +03:00
_casefix.py gh-91575: Add a script for generating data for case-insensitive matching in re (GH-91660) 2022-04-22 21:37:46 +03:00
_compiler.py gh-91575: Add a script for generating data for case-insensitive matching in re (GH-91660) 2022-04-22 21:37:46 +03:00
_constants.py RE: Pre-split the list of opcode names (GH-91859) 2022-04-23 18:49:23 +03:00
_parser.py gh-91308: Simplify parsing inline flag "x" (verbose) (GH-91855) 2022-04-23 12:50:42 +03:00