python-pcre icon indicating copy to clipboard operation
python-pcre copied to clipboard

Python bindings for PCRE regex engine.

Results 6 python-pcre issues
Sort by recently updated
recently updated
newest added

When scanning lots of data, the existing code can spend significant amounts of time in the loop that checks for non-ASCII characters. Unfortunately, all compilers I tested failed to properly...

Hi. First of all, thanks in advance for your package. It's very helpful. I use it a lot but sometimes I received an *PCREError(-8, 'failed to match pattern')* The compiled...

Ok, i'm lost. I have installed pcre with homebrew. However this does not seem to work as it seems like it is missing `jit´. I tried installing pcre on my...

After I type these command ``` # python setup.py install ``` I receive these error message: ``` running install running build running build_py creating build creating build/lib.linux-x86_64-2.7 copying python/pcre.py ->...

I have compiled pcre-8.36 on RHEL6.4 x86_64 using the following configure command: ``` ./configure \ --enable-jit --enable-pcre16 --enable-pcre32 \ --enable-pcregrep-libz --enable-pcregrep-libbz2 \ --enable-pcretest-libreadline \ --enable-utf --enable-unicode-properties --disable-stack-for-recursion ``` When I...

core dump on ubuntu14.04 (amd64,python2.7.6,pcre8.35) Python 2.7.6 (default, Mar 22 2014, 22:59:56) [GCC 4.8.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. > > > import pcre...