calibre/src/regex
2013-11-09 22:05:05 +05:30
..
__init__.py Improved regex module for python 2013-11-09 22:05:05 +05:30
_regex.c Improved regex module for python 2013-11-09 22:05:05 +05:30
_regex.h Improved regex module for python 2013-11-09 22:05:05 +05:30
_regex_core.py Improved regex module for python 2013-11-09 22:05:05 +05:30
_regex_unicode.c Improved regex module for python 2013-11-09 22:05:05 +05:30
_regex_unicode.h Improved regex module for python 2013-11-09 22:05:05 +05:30
README Improved regex module for python 2013-11-09 22:05:05 +05:30

This regex engine is taken, with thanks, from: https://code.google.com/p/mrab-regex-hg/

It is licensed under the Python Software Foundation License

Author: Matthew Barnett