Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-56166: Deprecate passing confusing positional arguments in re functions (#... | Serhiy Storchaka | 2023-08-16 | 1 | -3/+64 |
* | gh-105687: Remove deprecated objects from `re` module (#105688) | Nikita Sobolev | 2023-06-14 | 1 | -20/+1 |
* | gh-91524: Speed up the regular expression substitution (#91525) | Serhiy Storchaka | 2022-10-23 | 1 | -18/+4 |
* | gh-96346: Use double caching for re._compile() (#96347) | Serhiy Storchaka | 2022-10-07 | 1 | -21/+46 |
* | gh-92728: Restore re.template, but deprecate it (GH-93161) | Miro HronĨok | 2022-05-25 | 1 | -1/+22 |
* | bpo-47211: Remove function re.template() and flag re.TEMPLATE (GH-32300) | Serhiy Storchaka | 2022-04-06 | 1 | -7/+1 |
* | bpo-47152: Remove unused import in re (GH-32298) | Serhiy Storchaka | 2022-04-04 | 1 | -4/+0 |
* | bpo-47152: Convert the re module into a package (GH-32177) | Serhiy Storchaka | 2022-04-02 | 1 | -0/+363 |