Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright update. | Georg Brandl | 2017-01-22 | 1 | -1/+1 |
| | |||||
* | Provide explanation when a test is skipped | John Vandenberg | 2016-09-20 | 1 | -4/+4 |
| | | | | | | | SkipTest messages are shown when running the test suite with verbosity, such as `nosetests -v`. They help the user see how to fix the problem, in order to achieve higher coverage when running the test suite. | ||||
* | Rework of shell session lexers | Tim Hatch | 2015-10-14 | 1 | -7/+4 |
| | |||||
* | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Add exclusion for LiterateCryptolLexer in test_basic_api | Gaurav Jain | 2014-05-17 | 1 | -1/+1 |
| | |||||
* | merge with iElectric/pygments-main | Georg Brandl | 2014-03-16 | 1 | -1/+8 |
|\ | |||||
| * | get_lexer_by_name: handle edge case when _alias is None | Domen Kozar | 2014-03-15 | 1 | -1/+8 |
| | | |||||
* | | Add authors/changelog for Idris, exempt the literate lexer from stripnl test | Georg Brandl | 2014-03-04 | 1 | -1/+2 |
| | | |||||
* | | 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 |
| |