summaryrefslogtreecommitdiffstats
path: root/Modules/pcremodule.c
Commit message (Collapse)AuthorAgeFilesLines
* Add test for failure of the getattr call in pcre_expand() -- it usedGuido van Rossum1998-07-171-0/+4
| | | | to core dump if the first argument did not have a "group" attribute.
* Fix benign problems found by a picky SGI compiler (unreachable breakGuido van Rossum1998-07-071-9/+0
| | | | after a return).
* Address warnings issued by the MSVC++ compilerGuido van Rossum1998-04-101-1/+0
|
* AMK's latestGuido van Rossum1998-04-031-40/+35
|
* patch for re.sub bug, by AMK.Guido van Rossum1998-03-101-3/+1
|
* AMK's latest -- synchronized with PCRE 1.04.Guido van Rossum1997-12-221-1/+1
|
* AMK's latest; plus three null bytes that I added for purifyGuido van Rossum1997-12-171-13/+29
|
* New pcre version from AMKGuido van Rossum1997-12-081-438/+388
|
* Add proper (getattrfunc) cast in Pcre_Type.Guido van Rossum1997-10-201-1/+1
|
* Checking in AMK's latest installement.Guido van Rossum1997-10-081-114/+50
| | | | (Two small changes to shup up gcc added.)
* New "re" regular expression support.Guido van Rossum1997-10-061-0/+775
This code is written by Philip Hazel and Andrew Kuchling. It requires a new "re.py" module, too.