| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix and test the "lex(class)" and "format(class)" handlers. | Georg Brandl | 2014-11-11 | 1 | -1/+18 |
| | | |||||
| * | Dont print out all tokens to stdout. | Georg Brandl | 2014-10-08 | 1 | -2/+0 |
| | | |||||
| * | Closes #908: fix test suite to test formatters with no Unicode output correctly. | Georg Brandl | 2014-10-07 | 1 | -7/+9 |
| | | |||||
| * | Closes #1028: fix filters to return Unicode strings | Georg Brandl | 2014-10-07 | 1 | -7/+16 |
| | | |||||
| * | Closes #980: fix DeprecationWarnings (mostly due to files closed by __del__) ↵ | Georg Brandl | 2014-10-07 | 1 | -12/+3 |
| | | | | | | | on Py3. Also fix a bunch of other uses of open() to use the with statement. | ||||
| * | Fix minor problems noted by regexlint and 'make check' | Tim Hatch | 2014-10-04 | 1 | -1/+3 |
| | | |||||
| * | Sort out Unicode output issues with RTF and image formatters. | Georg Brandl | 2014-09-20 | 1 | -1/+1 |
| | | |||||
| * | Don't test lexer classes from arbitrary plugins. | Georg Brandl | 2014-09-20 | 1 | -2/+2 |
| | | |||||
| * | make test with -v a bit easier on the eyes | Georg Brandl | 2014-09-20 | 1 | -4/+5 |
| | | |||||
| * | basic API test: use SkipTest; PEP8 | Georg Brandl | 2014-09-20 | 1 | -13/+15 |
| | | |||||
| * | Make each instantiation a single test | Georg Brandl | 2014-09-20 | 1 | -2/+4 |
| | | |||||
| * | Refactored formatter mapping to work like the lexer mapping. | Georg Brandl | 2014-09-20 | 1 | -6/+10 |
| | | | | | Thanks to Ilia Choly for the initial pull request. | ||||
| * | Update ElixirLexer and example_elixir.ex | Alexei Sholik | 2014-06-05 | 1 | -0/+309 |
| Elixir syntax has evolved quite significantly since the initial lexer was written. In this update I have rewritten most of the code to support modern Elixir (as of v0.14.0-dev). The example file has also been updated to give an quick overview of most of the language constructs. | |||||
