Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | -x functionality updates, Python 3 compatibility fix | Georg Brandl | 2017-01-22 | 3 | -9/+8 |
| | |||||
* | 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 | 2 | -1/+8 |
| | | | | | | | 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 | 2 | -0/+226 |
| | |||||
* | merge default into stable | Georg Brandl | 2016-01-17 | 1 | -0/+36 |