calibre/src/regex
2016-12-28 08:16:33 +05:30
..
__init__.py Fix incorrect handling of some regular expressions in the Search tool. Fixes #1652621 [Pattern matching problem in ebook-editor](https://bugs.launchpad.net/calibre/+bug/1652621) 2016-12-28 08:16:33 +05:30
_regex.c Fix incorrect handling of some regular expressions in the Search tool. Fixes #1652621 [Pattern matching problem in ebook-editor](https://bugs.launchpad.net/calibre/+bug/1652621) 2016-12-28 08:16:33 +05:30
_regex.h Edit Book: Update regex engine to support Unicode 9.0 2016-07-21 09:27:48 +05:30
_regex_core.py Update regex module 2016-12-27 14:11:32 +05:30
_regex_unicode.c Edit Book: Update regex engine to support Unicode 9.0 2016-07-21 09:27:48 +05:30
_regex_unicode.h Edit Book: Update regex engine to support Unicode 9.0 2016-07-21 09:27:48 +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