summaryrefslogtreecommitdiffstats
path: root/Modules/_sre/sre_lib.h
Commit message (Expand)AuthorAgeFilesLines
* gh-114569: Use PyMem_* APIs for most non-PyObject uses (#114574)Erlend E. Aasland2024-01-261-2/+2
* Output more details in the re tracing (GH-111357)Serhiy Storchaka2023-10-261-4/+39
* gh-109747: Improve errors for unsupported look-behind patterns (GH-109859)Serhiy Storchaka2023-10-141-7/+7
* gh-109631: Allow interruption of short repeated regex matches (GH-109867)Serhiy Storchaka2023-09-261-2/+4
* gh-100061: Proper fix of the bug in the matching of possessive quantifiers (G...SKO2023-08-161-0/+4
* gh-106508: Improve debugging of the _sre module (GH-106509)Serhiy Storchaka2023-07-081-0/+3
* gh-91404: Revert "bpo-23689: re module, fix memory leak when a match is termi...Gregory P. Smith2022-06-171-13/+17
* gh-91870: Remove unsupported SRE opcode CALL (GH-91872)Serhiy Storchaka2022-04-261-1/+0
* 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-181-38/+38
* gh-91404: Use computed gotos and reduce indirection in re (#91495)Brandt Bucher2022-04-151-343/+393
* bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290)Serhiy Storchaka2022-04-041-0/+1759