summaryrefslogtreecommitdiffstats
path: root/Modules/_sre
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods...Erlend E. Aasland2024-02-061-3/+3
* [3.11] gh-109747: Improve errors for unsupported look-behind patterns (GH-109...Miss Islington (bot)2023-10-142-9/+7
* [3.11] gh-110590: Fix a bug where _sre.compile would overwrite exceptions (GH...Miss Islington (bot)2023-10-101-0/+3
* [3.11] gh-109631: Allow interruption of short repeated regex matches (GH-1098...Miss Islington (bot)2023-09-262-2/+5
* [3.11] gh-100061: Proper fix of the bug in the matching of possessive quantif...Serhiy Storchaka2023-08-161-0/+4
* gh-98740: Fix validation of conditional expressions in RE (GH-98764)Miss Islington (bot)2022-11-031-27/+29
* gh-91404: Revert "bpo-23689: re module, fix memory leak when a match is termi...Miss Islington (bot)2022-06-175-81/+47
* gh-92728: Restore re.template, but deprecate it (GH-93161)Miss Islington (bot)2022-05-252-0/+2
* gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)Victor Stinner2022-05-031-19/+19
* gh-91583: AC: Fix regression for functions with defining_class (GH-91739)Serhiy Storchaka2022-04-301-44/+250
* gh-91870: Remove unsupported SRE opcode CALL (GH-91872)Serhiy Storchaka2022-04-263-40/+37
* gh-91616: re module, fix .fullmatch() mismatch when using Atomic Grouping or ...Ma Lin2022-04-191-7/+7
* bpo-47256: Increasing the depth of backtracking in RE (GH-32411)Ma Lin2022-04-182-44/+44
* gh-91404: Use computed gotos and reduce indirection in re (#91495)Brandt Bucher2022-04-152-343/+452
* bpo-47152: Automatically regenerate sre_constants.h (GH-91439)Serhiy Storchaka2022-04-121-2/+2
* bpo-47211: Remove function re.template() and flag re.TEMPLATE (GH-32300)Serhiy Storchaka2022-04-062-2/+0
* bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290)Serhiy Storchaka2022-04-045-0/+5947