summaryrefslogtreecommitdiffstats
path: root/Lib/re/_parser.py
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-109747: Improve errors for unsupported look-behind patterns (GH-109...Miss Islington (bot)2023-10-141-3/+10
* [3.11] gh-106510: Fix DEBUG output for atomic group (GH-106511) (GH-106549)Miss Islington (bot)2023-07-081-1/+3
* gh-92728: Restore re.template, but deprecate it (GH-93161)Miss Islington (bot)2022-05-251-1/+2
* gh-91760: Deprecate group names and numbers which will be invalid in future (...Serhiy Storchaka2022-04-301-7/+34
* gh-91870: Remove unsupported SRE opcode CALL (GH-91872)Serhiy Storchaka2022-04-261-4/+0
* gh-91308: Simplify parsing inline flag "x" (verbose) (GH-91855)Serhiy Storchaka2022-04-231-16/+4
* gh-91700: Validate the group number in conditional expression in RE (GH-91702)Serhiy Storchaka2022-04-221-0/+10
* gh-90568: Fix exception type for \N with a named sequence in RE (GH-91665)Serhiy Storchaka2022-04-221-2/+2
* bpo-47227: Suppress expression chaining for more RE parsing errors (GH-32333)Serhiy Storchaka2022-04-061-5/+5
* bpo-47211: Remove function re.template() and flag re.TEMPLATE (GH-32300)Serhiy Storchaka2022-04-061-2/+1
* bpo-47152: Convert the re module into a package (GH-32177)Serhiy Storchaka2022-04-021-0/+1079