| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Finalize single-source port for Py2.[67] and Py3.3+. | Georg Brandl | 2014-01-18 | 1 | -9/+9 |
| | | |||||
| * | manual prettifying and small fixes after futurize run | Georg Brandl | 2014-01-18 | 1 | -2/+2 |
| | | |||||
| * | futurizing: move to print_function and "except X as Y" syntax | Georg Brandl | 2014-01-18 | 1 | -1/+2 |
| | | |||||
| * | new year in copyright notice | Georg Brandl | 2014-01-10 | 1 | -1/+1 |
| | | |||||
| * | tests: make sure lexer aliases are registered lowercase | Georg Brandl | 2014-01-09 | 1 | -0/+2 |
| | | |||||
| * | Changed error message to use lexer class instead of lexer name. | Thomas Aglassinger | 2013-06-02 | 1 | -1/+1 |
| | | |||||
| * | Simplified debugging of endless loops in lexers with random generated ↵ | Thomas Aglassinger | 2013-06-02 | 1 | -1/+4 |
| | | | | | content. If the developer terminates the test by pressing Control-C, the resulting KeyboardInterrupt describes the lexer and content that caused the test to get stuck. | ||||
| * | Factored out LiterateLexer as a base class for both LiterateAgdaLexer and | Tim Baumann | 2013-05-19 | 1 | -3/+3 |
| | | | | | LiterateHaskellLexer. | ||||
| * | Added ShellSessionLexer | Christian Jann | 2013-01-25 | 1 | -1/+1 |
| | | |||||
| * | Add DylanConsoleLexer to the exceptions for test_lexer_options. | Georg Brandl | 2013-01-11 | 1 | -1/+2 |
| | | |||||
| * | Happy new year 2013. | Georg Brandl | 2013-01-09 | 1 | -1/+1 |
| | | |||||
| * | Robot Framework: fix test suite failre | Georg Brandl | 2012-12-03 | 1 | -1/+1 |
| | | |||||
| * | Test suite fix, authors and changelog entry for Julia | Georg Brandl | 2012-04-04 | 1 | -1/+1 |
| | | |||||
| * | Fixes #748: clean up deprecation and resource warnings in the test suite ↵ | Georg Brandl | 2012-03-11 | 1 | -10/+22 |
| | | | | | when run with python3 -Wd. | ||||
| * | Add changelog entry and fix test suite to cope with Elixir console lexer. | Georg Brandl | 2012-02-29 | 1 | -1/+2 |
| | | |||||
| * | Copyright update. | Georg Brandl | 2012-02-05 | 1 | -1/+1 |
| | | |||||
| * | Clean up Opa a bit and exclude from arbitrary-string test for now. | Georg Brandl | 2012-02-04 | 1 | -1/+1 |
| | | |||||
| * | Fix current copyright year. | Georg Brandl | 2011-07-09 | 1 | -1/+1 |
| | | |||||
| * | Merge with https://bitbucket.org/dvarrazzo/pygments-postgres | Georg Brandl | 2011-06-19 | 1 | -0/+14 |
| |\ | |||||
| | * | merge with https://bitbucket.org/joshpeek/pygments | Georg Brandl | 2011-06-18 | 1 | -0/+9 |
| | |\ | |||||
| | | * | Test all lexers can be found by mime type | Joshua Peek | 2011-06-08 | 1 | -0/+3 |
| | | | | |||||
| | | * | Test all lexers can be found by name or alias | Joshua Peek | 2011-06-08 | 1 | -0/+6 |
| | | | | |||||
| | * | | Fix bug in GasLexer.analyse_text(). Make sure return val can be cast to float. | Tim Van Steenburgh | 2011-05-26 | 1 | -0/+2 |
| | |/ | |||||
| | * | Temporarily disable extensive testing of the XQuery lexer. | Georg Brandl | 2011-01-04 | 1 | -0/+3 |
| | | | |||||
| * | | Added PostgreSQL specific SQL and interactive session lexers | Daniele Varrazzo | 2011-04-01 | 1 | -1/+1 |
| |/ | |||||
| * | make check: whitespace errors | Tim Hatch | 2010-12-21 | 1 | -1/+1 |
| | | |||||
| * | Switch to bitbucket as main repo. | Georg Brandl | 2010-09-07 | 1 | -1/+1 |
| | | |||||
| * | Convert lexer and formatter tests to test generators, so that one failure ↵ | Georg Brandl | 2010-02-18 | 1 | -175/+187 |
| | | | | | does not prevent running the others. | ||||
| * | - Added the ``ensurenl`` lexer option, which can be used to suppress the | Georg Brandl | 2010-02-18 | 1 | -0/+25 |
| | | | | | | | | | automatic addition of a newline to the lexer input. - Fixed a bug in `do_insertions()` used for multi-lexer languages. - Added tests for standard lexer whitespace options. | ||||
| * | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 |
| | | |||||
| * | Port Pygments to Python 3.1. | gbrandl | 2009-03-31 | 1 | -12/+23 |
| | | |||||
| * | Update copyrighting style to standard "team" tags. | gbrandl | 2009-01-04 | 1 | -2/+2 |
| | | | | | Update AUTHORS file accordingly. | ||||
| * | Explicitly use binary file mode. | gbrandl | 2008-11-25 | 1 | -3/+3 |
| | | |||||
| * | file() -> open() in tests. | gbrandl | 2008-11-25 | 1 | -3/+3 |
| | | |||||
| * | Fix #368 by requiring word boundaries for codetag filter. | thatch | 2008-10-08 | 1 | -0/+16 |
| | | |||||
| * | instead of picking a random modules to test, provide an easy way to get the ↵ | Benjamin Peterson | 2008-09-21 | 1 | -4/+6 |
| | | | | | current one | ||||
| * | remove __builtin__.testdir/testfile magic | Benjamin Peterson | 2008-09-18 | 1 | -3/+5 |
| | | | | | This adds a new file tests/support.py | ||||
| * | Fix test_basic_api. | gbrandl | 2008-09-09 | 1 | -2/+6 |
| | | |||||
| * | Ignore failure when default font is not installed. | gbrandl | 2008-07-23 | 1 | -3/+4 |
| | | |||||
| * | Ignore import errors in the tests.0.10 | gbrandl | 2008-05-06 | 1 | -2/+9 |
| | | |||||
| * | Fix the test_basic_api. | gbrandl | 2007-09-09 | 1 | -1/+1 |
| | | |||||
| * | [svn] Make the C# lexer unicode aware. | gbrandl | 2007-05-03 | 1 | -1/+8 |
| | | | | | | Warning, major hack ahead: the code to support multiple token defs is not the prettiest. | ||||
| * | [svn] Add whitespace filter. Add a few more filter unit tests. | gbrandl | 2007-05-03 | 1 | -4/+32 |
| | | |||||
| * | [svn] Make check. | gbrandl | 2007-02-14 | 1 | -1/+1 |
| | | |||||
| * | [svn] Add tests for filters. | gbrandl | 2007-02-14 | 1 | -1/+12 |
| | | |||||
| * | [svn] Copyright notice update. | gbrandl | 2007-02-04 | 1 | -1/+1 |
| | | |||||
| * | [svn] - add missing example files | gbrandl | 2007-01-25 | 1 | -1/+21 |
| | | | | | | - add "outencoding" option to formatters - improve cmdline error reporting | ||||
| * | [svn] Allow dropping style files into the styles subpackage. | gbrandl | 2007-01-25 | 1 | -0/+4 |
| | | |||||
| * | [svn] Add test for lexer attribute types. | gbrandl | 2007-01-12 | 1 | -1/+4 |
| | | |||||
| * | [svn] Fix #178 and make test suite pass. | gbrandl | 2007-01-08 | 1 | -0/+4 |
| | | |||||
