Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | go back to generating regex, simplifiedfeature/kill-stringdefs | David Lord | 2017-07-04 | 1 | -3/+9 |
| | | | | | | new version uses ~2KB vs 200KB memory, is ~100x faster to load move script to generate pattern to scripts directory add more tests | ||||
* | remove unnecessary \b from name regex | David Lord | 2017-07-03 | 1 | -4/+4 |
| | |||||
* | switch back to unicode escapes | David Lord | 2017-07-02 | 1 | -4/+4 |
| | |||||
* | fix unicode for py2 | David Lord | 2017-07-02 | 1 | -13/+13 |
| | |||||
* | test for new identifier lexer | David Lord | 2017-07-02 | 1 | -0/+21 |
| | | | | currently fails on special case unicode | ||||
* | Bump up the copyright to 2017 | Armin Ronacher | 2017-01-07 | 1 | -1/+1 |
| | |||||
* | Cleaned up shitty syntax in testsuite | Armin Ronacher | 2017-01-06 | 1 | -5/+5 |
| | |||||
* | Fixed long standing wrong operator precedence | Armin Ronacher | 2016-12-28 | 1 | -0/+4 |
| | |||||
* | Rename testsuite to tests and suggestions | Kartheek Lenkala | 2015-03-22 | 1 | -0/+609 |
Remove py.test from setup.py install_requires Rename testsuite folder to tests. |