summaryrefslogtreecommitdiffstats
path: root/Lib/re/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* gh-56166: Deprecate passing confusing positional arguments in re functions (#...Serhiy Storchaka2023-08-161-3/+64
* gh-105687: Remove deprecated objects from `re` module (#105688)Nikita Sobolev2023-06-141-20/+1
* gh-91524: Speed up the regular expression substitution (#91525)Serhiy Storchaka2022-10-231-18/+4
* gh-96346: Use double caching for re._compile() (#96347)Serhiy Storchaka2022-10-071-21/+46
* gh-92728: Restore re.template, but deprecate it (GH-93161)Miro HronĨok2022-05-251-1/+22
* bpo-47211: Remove function re.template() and flag re.TEMPLATE (GH-32300)Serhiy Storchaka2022-04-061-7/+1
* bpo-47152: Remove unused import in re (GH-32298)Serhiy Storchaka2022-04-041-4/+0
* bpo-47152: Convert the re module into a package (GH-32177)Serhiy Storchaka2022-04-021-0/+363