summaryrefslogtreecommitdiffstats
path: root/Lib/re
Commit message (Collapse)AuthorAgeFilesLines
* bpo-23689: re module, fix memory leak when a match is terminated by a signal ↵Ma Lin2022-04-032-23/+40
| | | | or memory allocation failure (GH-32283)
* bpo-47152: Convert the re module into a package (GH-32177)Serhiy Storchaka2022-04-024-0/+2504
The sre_* modules are now deprecated.