summaryrefslogtreecommitdiffstats
path: root/Modules/pypcre.c
Commit message (Expand)AuthorAgeFilesLines
* Address warnings issued by the MSVC++ compilerGuido van Rossum1998-04-101-2/+2
* AMK's latestGuido van Rossum1998-04-031-47/+119
* patch for re.sub bug, by AMK.Guido van Rossum1998-03-101-2/+3
* A bug in PCRE could cause core dumps in patterns such asGuido van Rossum1998-02-201-2/+7
* AMK's latest -- synchronized with PCRE 1.04.Guido van Rossum1997-12-221-123/+168
* AMK's latest; plus three null bytes that I added for purifyGuido van Rossum1997-12-171-146/+121
* Patch (by Andrew Kuchling of course) to prevent named back referencesGuido van Rossum1997-12-151-1/+1
* The 'l' flag (locale specific matching) has been renamed to 'L'.Guido van Rossum1997-12-101-2/+2
* New pcre version from AMKGuido van Rossum1997-12-081-714/+1275
* Patches by Fred Lundh to make it compile better with K&R compilers.Guido van Rossum1997-12-021-20/+20
* Checking in AMK's latest installement.Guido van Rossum1997-10-081-16/+18
* New "re" regular expression support.Guido van Rossum1997-10-061-0/+4075