index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
pypcre.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Undefine DPRINTF before defining it, there was a conflict with some other
Jack Jansen
2002-06-26
1
-0/+1
*
First stab at rationalizing the PyMem_ API. Mixing PyObject_xyz with
Tim Peters
2002-04-12
1
-2/+5
*
Include Python.h first. Fixes #530159.
Martin v. Löwis
2002-03-15
1
-1/+1
*
Fix for bug #110651 (Jitterbug PR#343): only use the low 8 bits of an octal
Andrew M. Kuchling
2000-08-02
1
-1/+1
*
merge Include/my*.h into Include/pyport.h
Peter Schneider-Kamp
2000-07-31
1
-1/+0
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
1
-4/+4
*
Add more "volatile" decls to stop gcc -Wall warnings.
Tim Peters
2000-07-05
1
-2/+2
*
Fix bug reported by atkins@gweep.net; re.compile(r"[\100-\410]")
Andrew M. Kuchling
2000-06-01
1
-1/+1
*
Patch from Vladimir Marangozov <marangoz@python.inrialpes.fr>
Andrew M. Kuchling
2000-02-18
1
-6/+6
*
pcre_exec(): Andrew Kuchling's patch for pcre memory leak.
Barry Warsaw
1999-01-27
1
-0/+1
*
Add dummy variable to avoid optimizer bug on OS/2 -- patch by Jeff Rush.
Guido van Rossum
1998-12-21
1
-0/+2
*
Fix benign problems found by a picky SGI compiler (unreachable break
Guido van Rossum
1998-07-07
1
-2/+0
*
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
*
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
*
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
*
Checking in AMK's latest installement.
Guido van Rossum
1997-10-08
1
-16/+18
*
New "re" regular expression support.
Guido van Rossum
1997-10-06
1
-0/+4075