summaryrefslogtreecommitdiff
path: root/tests/test_regexopt.py
Commit message (Expand)AuthorAgeFilesLines
* Copyright update.Georg Brandl2017-01-221-1/+1
* Fix a bug in default grouping in regexopt when the words are all the same len...Tim Hatch2016-06-011-0/+34
* Copyright year update.Georg Brandl2015-01-211-1/+1
* Add regexopt test for suffix ordering.Tim Hatch2014-10-211-0/+8
* Add aditional tests for regex optimization.Tim Hatch2014-10-101-0/+16
* Closes #1041: Fix test suite to pass under Python 2.6.Georg Brandl2014-10-071-2/+14
* regexopt: return the uncompiled regex.Georg Brandl2014-09-201-1/+2
* Add module to optimize regexes that consist of a long |-separated list of lit...Georg Brandl2014-09-161-0/+39