summaryrefslogtreecommitdiffstats
path: root/Modules/pcremodule.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.