cpython/Lib/re
Serhiy Storchaka 7b6e34e5ba
gh-106052: Fix bug in the matching of possessive quantifiers (gh-106515)
It did not work in the case of a subpattern containing backtracking.

Temporary implement possessive quantifiers as equivalent greedy qualifiers
in atomic groups.
2023-08-09 08:47:57 +03:00
..
__init__.py gh-105687: Remove deprecated objects from re module (#105688) 2023-06-14 12:26:20 +02: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-106052: Fix bug in the matching of possessive quantifiers (gh-106515) 2023-08-09 08:47:57 +03:00
_constants.py gh-105687: Remove deprecated objects from re module (#105688) 2023-06-14 12:26:20 +02:00
_parser.py gh-106566: Optimize (?!) in regular expressions (GH-106567) 2023-08-07 18:09:56 +03:00