Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | -x functionality updates, Python 3 compatibility fix | Georg Brandl | 2017-01-22 | 1 | -7/+4 |
| | |||||
* | Use exec instead of imp.load_source | Tanner Prynn | 2016-02-26 | 1 | -217/+4 |
| | | | | Custom lexer/formatter are no longer added to sys.modules() | ||||
* | Update pull request per comments by birkenfeld. | Tanner Prynn | 2016-02-24 | 1 | -1/+3 |
| | | | | | | | Add optional function parameter for the class name to instantiate, and update cli to support this. Move error handling to within the loading functions; they now only raise ClassNotFound. Modify doc with these updates and the version number. Test case clean up and additions. | ||||
* | add tests for custom lexer/formatter loading from file | Tanner Prynn | 2016-02-22 | 1 | -0/+226 |