summaryrefslogtreecommitdiff
path: root/Modules/pcremodule.c
Commit message (Expand)AuthorAgeFilesLines
* [Bug #433047, reported by Armin Rigo] Remove extra 'i' character inAndrew M. Kuchling2001-06-181-1/+2
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-16/+0
* Do the absolute minimal amount of modifications to eradicateBarry Warsaw2000-09-011-4/+0
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-1/+1
* ANSI-ficationPeter Schneider-Kamp2000-07-101-23/+9
* Python 2.0 is not supposed to use string exceptions in the standard libraryFred Drake2000-07-061-1/+1
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-2/+2
* Charles G Waldman: Doing a PyObject_New then PyMem_DEL causes havoc ifGuido van Rossum2000-04-251-3/+3
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-291-3/+3
* Patch from Vladimir Marangozov <marangoz@python.inrialpes.fr>:Andrew M. Kuchling2000-02-181-4/+2
* Patch from Paul Sokolovsky <Paul.Sokolovsky@technologist.com>:Fred Drake2000-02-041-1/+3
* PyPcre_expand(): Fixed two memory leaks, where a PyString_FromString()Barry Warsaw1999-02-011-3/+26
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
* Use the t# format where appropriate. Greg Stein.Guido van Rossum1998-10-081-2/+2
* Add test for failure of the getattr call in pcre_expand() -- it usedGuido van Rossum1998-07-171-0/+4
* Fix benign problems found by a picky SGI compiler (unreachable breakGuido van Rossum1998-07-071-9/+0
* 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
* New "re" regular expression support.Guido van Rossum1997-10-061-0/+775