calibre/src/regex
2015-06-10 18:54:39 +05:30
..
__init__.py Edit Book: Fix groups in replace template being interpreted backwards when search direction is up 2015-06-10 18:54:39 +05:30
_regex.c Edit Book: Fix groups in replace template being interpreted backwards when search direction is up 2015-06-10 18:54:39 +05:30
_regex.h Update regex module from upstream 2014-09-20 08:39:13 +05:30
_regex_core.py Update regex engine (fixes a thread safety bug) 2015-06-09 09:40:44 +05:30
_regex_unicode.c Update regex engine (fixes a thread safety bug) 2015-06-09 09:40:44 +05:30
_regex_unicode.h Update regex engine (fixes a thread safety bug) 2015-06-09 09:40:44 +05:30
README Update regex engine to latest (2.4.61) 2015-05-25 09:55:10 +05:30

This regex engine is taken, with thanks, from: https://bitbucket.org/mrabarnett/mrab-regex

It is licensed under the Python Software Foundation License

Author: Matthew Barnett