summaryrefslogtreecommitdiffstats
path: root/Lib/re/_compiler.py
Commit message (Expand)AuthorAgeFilesLines
* gh-109747: Improve errors for unsupported look-behind patterns (GH-109859)Serhiy Storchaka2023-10-141-1/+3
* gh-100061: Proper fix of the bug in the matching of possessive quantifiers (G...SKO2023-08-161-7/+0
* gh-106052: Fix bug in the matching of possessive quantifiers (gh-106515)Serhiy Storchaka2023-08-091-0/+7
* gh-105687: Remove deprecated objects from `re` module (#105688)Nikita Sobolev2023-06-141-2/+0
* gh-91404: Revert "bpo-23689: re module, fix memory leak when a match is termi...Gregory P. Smith2022-06-171-38/+21
* gh-92728: Restore re.template, but deprecate it (GH-93161)Miro HronĨok2022-05-251-0/+2
* gh-91870: Remove unsupported SRE opcode CALL (GH-91872)Serhiy Storchaka2022-04-261-6/+0
* gh-91575: Add a script for generating data for case-insensitive matching in r...Serhiy Storchaka2022-04-221-57/+2
* gh-91575: Update case-insensitive matching in re to the latest Unicode versio...Serhiy Storchaka2022-04-181-3/+27
* bpo-47211: Remove function re.template() and flag re.TEMPLATE (GH-32300)Serhiy Storchaka2022-04-061-2/+0
* bpo-23689: re module, fix memory leak when a match is terminated by a signal ...Ma Lin2022-04-031-22/+39
* bpo-47152: Convert the re module into a package (GH-32177)Serhiy Storchaka2022-04-021-0/+800