Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
b5aa407196b68b807c19cfecbdfc57cdb647de68
/
Modules
/
pypcre.c
c5601f4
Undefine DPRINTF before defining it, there was a conflict with some other
by Jack Jansen
· 22 years ago
af3e8de
First stab at rationalizing the PyMem_ API. Mixing PyObject_xyz with
by Tim Peters
· 23 years ago
d4233b2
Include Python.h first. Fixes #530159.
by Martin v. Löwis
· 23 years ago
3b96d0b
Fix for bug #110651 (Jitterbug PR#343): only use the low 8 bits of an octal
by Andrew M. Kuchling
· 24 years ago
7e01890
merge Include/my*.h into Include/pyport.h
by Peter Schneider-Kamp
· 24 years ago
7e47402
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
by Thomas Wouters
· 24 years ago
54925f9
Add more "volatile" decls to stop gcc -Wall warnings.
by Tim Peters
· 24 years ago
94c3452
Fix bug reported by atkins@gweep.net; re.compile(r"[\100-\410]")
by Andrew M. Kuchling
· 24 years ago
fc9d225
Patch from Vladimir Marangozov <marangoz@python.inrialpes.fr>
by Andrew M. Kuchling
· 25 years ago
b80667d
pcre_exec(): Andrew Kuchling's patch for pcre memory leak.
by Barry Warsaw
· 26 years ago
95864d3
Add dummy variable to avoid optimizer bug on OS/2 -- patch by Jeff Rush.
by Guido van Rossum
· 26 years ago
04e00a4
Fix benign problems found by a picky SGI compiler (unreachable break
by Guido van Rossum
· 26 years ago
dda6696
AMK's revised version of the previous patch.
by Guido van Rossum
· 27 years ago
39b0f89
Address warnings issued by the MSVC++ compiler
by Guido van Rossum
· 27 years ago
042ff9e
AMK's latest
by Guido van Rossum
· 27 years ago
816671c
patch for re.sub bug, by AMK.
by Guido van Rossum
· 27 years ago
d0f432b
A bug in PCRE could cause core dumps in patterns such as
by Guido van Rossum
· 27 years ago
557dea1
AMK's latest -- synchronized with PCRE 1.04.
by Guido van Rossum
· 27 years ago
58132c6
AMK's latest; plus three null bytes that I added for purify
by Guido van Rossum
· 27 years ago
1eadb41
Patch (by Andrew Kuchling of course) to prevent named back references
by Guido van Rossum
· 27 years ago
bd49ac4
The 'l' flag (locale specific matching) has been renamed to 'L'.
by Guido van Rossum
· 27 years ago
5070060
New pcre version from AMK
by Guido van Rossum
· 27 years ago
57ba4f3
Patches by Fred Lundh to make it compile better with K&R compilers.
by Guido van Rossum
· 27 years ago
c386107
Checking in AMK's latest installement. (Two small changes to shup up gcc added.)
by Guido van Rossum
· 27 years ago
51b3aa3
New "re" regular expression support.
by Guido van Rossum
· 27 years ago