Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix benign problems found by a picky SGI compiler (unreachable break | Guido van Rossum | 1998-07-07 | 1 | -2/+0 |
| | | | | after a return or goto). | ||||
* | AMK's revised version of the previous patch. | Guido van Rossum | 1998-05-07 | 1 | -8/+24 |
| | |||||
* | Address warnings issued by the MSVC++ compiler | Guido van Rossum | 1998-04-10 | 1 | -2/+2 |
| | |||||
* | AMK's latest | Guido van Rossum | 1998-04-03 | 1 | -47/+119 |
| | |||||
* | patch for re.sub bug, by AMK. | Guido van Rossum | 1998-03-10 | 1 | -2/+3 |
| | |||||
* | A bug in PCRE could cause core dumps in patterns such as | Guido van Rossum | 1998-02-20 | 1 | -2/+7 |
| | | | | '((a)*)*'. Andrew Kuchling posted a fix to the string-sig. | ||||
* | AMK's latest -- synchronized with PCRE 1.04. | Guido van Rossum | 1997-12-22 | 1 | -123/+168 |
| | |||||
* | AMK's latest; plus three null bytes that I added for purify | Guido van Rossum | 1997-12-17 | 1 | -146/+121 |
| | |||||
* | Patch (by Andrew Kuchling of course) to prevent named back references | Guido van Rossum | 1997-12-15 | 1 | -1/+1 |
| | | | | in the pattern to wear out the reference count on small integers. | ||||
* | The 'l' flag (locale specific matching) has been renamed to 'L'. | Guido van Rossum | 1997-12-10 | 1 | -2/+2 |
| | |||||
* | New pcre version from AMK | Guido van Rossum | 1997-12-08 | 1 | -714/+1275 |
| | |||||
* | Patches by Fred Lundh to make it compile better with K&R compilers. | Guido van Rossum | 1997-12-02 | 1 | -20/+20 |
| | | | | | (Should really let AMK do this, but don't know when he'll give me a new version.) | ||||
* | Checking in AMK's latest installement. | Guido van Rossum | 1997-10-08 | 1 | -16/+18 |
| | | | | (Two small changes to shup up gcc added.) | ||||
* | New "re" regular expression support. | Guido van Rossum | 1997-10-06 | 1 | -0/+4075 |
This code is written by Philip Hazel and Andrew Kuchling. It requires a new "re.py" module, too. |