summaryrefslogtreecommitdiff
path: root/Lib/re
Commit message (Expand)AuthorAgeFilesLines
* gh-91524: Speed up the regular expression substitution (#91525)Serhiy Storchaka2022-10-233-48/+21
* gh-96346: Use double caching for re._compile() (#96347)Serhiy Storchaka2022-10-071-21/+46
* gh-91404: Revert "bpo-23689: re module, fix memory leak when a match is termi...Gregory P. Smith2022-06-172-39/+22
* gh-92728: Restore re.template, but deprecate it (GH-93161)Miro HronĨok2022-05-254-2/+27
* gh-91760: More strict rules for numerical group references and group names in...Serhiy Storchaka2022-05-081-28/+12
* gh-91760: Deprecate group names and numbers which will be invalid in future (...Serhiy Storchaka2022-04-301-7/+34
* gh-92049: Forbid pickling constants re._constants.SUCCESS etc (GH-92070)Serhiy Storchaka2022-04-301-0/+2
* gh-91870: Remove unsupported SRE opcode CALL (GH-91872)Serhiy Storchaka2022-04-263-12/+1
* RE: Pre-split the list of opcode names (GH-91859)Serhiy Storchaka2022-04-231-70/+71
* gh-91308: Simplify parsing inline flag "x" (verbose) (GH-91855)Serhiy Storchaka2022-04-231-16/+4
* gh-91575: Add a script for generating data for case-insensitive matching in r...Serhiy Storchaka2022-04-222-57/+108
* 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
* gh-91575: Update case-insensitive matching in re to the latest Unicode versio...Serhiy Storchaka2022-04-181-3/+27
* bpo-47152: Automatically regenerate sre_constants.h (GH-91439)Serhiy Storchaka2022-04-121-43/+0
* 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-064-13/+2
* bpo-47152: Remove unused import in re (GH-32298)Serhiy Storchaka2022-04-041-4/+0
* bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290)Serhiy Storchaka2022-04-041-1/+1
* bpo-23689: re module, fix memory leak when a match is terminated by a signal ...Ma Lin2022-04-032-23/+40
* bpo-47152: Convert the re module into a package (GH-32177)Serhiy Storchaka2022-04-024-0/+2504