summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | Added tag 2.0.2 for changeset 142a870bf0f1Georg Brandl2015-01-200-0/+0
| | | | | | | | |
* | | | | | | | | Bump to 2.0.2.2.0.2Georg Brandl2015-01-202-2/+2
| | | | | | | | |
* | | | | | | | | Added tag 2.0.1 for changeset 94e1e056c92dGeorg Brandl2015-01-200-0/+0
| | | | | | | | |
* | | | | | | | | Fix Python tracebacks getting duplicated in the console lexer (closes #1068).Georg Brandl2015-01-202-0/+10
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | spelling/grammar/syntax fixes for docsEricFromCanada2014-11-1411-27/+28
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Swift lexer: use words()Georg Brandl2014-11-131-89/+103
| | | | | | |
* | | | | | | Closes #1062: recognize backquote-delimited identifiers in F#.Georg Brandl2014-11-131-0/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Use detailed exceptions, remove coverage cache between runs.Georg Brandl2014-11-111-2/+2
|/ / / / /
* | | | | Fix and test the "lex(class)" and "format(class)" handlers.Georg Brandl2014-11-112-5/+23
| | | | |
* | | | | util: PEP8Georg Brandl2014-11-111-6/+11
| | | | |
* | | | | Do not import pygments prematurely when running with coverage.Georg Brandl2014-11-111-12/+17
| | | | |
* | | | | (Hopefully) fix test_cmdline failures under Windows without colorama.Georg Brandl2014-11-112-3/+8
|/ / / /
* | | | Switch exception test to a different exception from closed streams.Georg Brandl2014-11-111-19/+7
|/ / /
* | | Wrap the whole inner body of main() in the try-except.Georg Brandl2014-11-101-40/+41
| | |
* | | Fix use of test methods not in 2.6.Georg Brandl2014-11-101-8/+8
| | |
* | | Bring coverage testing up to scratch. Add "pragma: no cover" to __main__ blocks.Georg Brandl2014-11-1012-13/+22
|/ /
* | Fix leftover debugging "raise". Add test coverage for errors and exceptions ↵Georg Brandl2014-11-103-10/+66
|/ | | | in cmdline_main.
* Bump to 2.0.1.2.0.1Georg Brandl2014-11-102-2/+2
|
* Closes #1058: Fix an encoding issue when using ``pygmentize`` with the ↵Georg Brandl2014-11-103-56/+79
| | | | ``-o`` option.
* Added tag 2.0 for changeset ed3206a773e9Georg Brandl2014-11-090-0/+0
|
* Bump to 2.0 final.2.0Georg Brandl2014-11-092-2/+2
|
* Changelog entries for 2.0 final.Georg Brandl2014-11-091-3/+22
|
* Closes #1057: adjust lexer analysis functions; remove too broad analysis for ↵Georg Brandl2014-11-093-7/+4
| | | | SystemVerilog and strengthen C.
* Take lexer priority into account when sorting equal analyse scores.Georg Brandl2014-11-091-8/+10
|
* Closes #1055: fixup guessing routines for HTML/XML related markupGeorg Brandl2014-11-085-14/+13
| | | | | | | * remove too broad recognition for Lasso lexer * recognize XML declaration (<?xml ...?>) as XML * make HTML doctype recognition more general (HTML5 only requires <!DOCTYPE html>) * fix PHP not to recognize XML declarations
* python2.6 has no assertSequenceEqualTim Hatch2014-11-061-4/+4
|
* Remove duplicate words in _mql_builtins.pyTim Hatch2014-11-061-53/+0
|
* Move _mql_builtins to 1-per-line and sort.Tim Hatch2014-11-061-400/+1177
|
* Create _mql_builtins.pyTim Hatch2014-11-062-434/+454
|
* Remove duplicates from data passed to words()Tim Hatch2014-11-0610-30/+22
|
* Regenerate SciLab builtins.Tim Hatch2014-11-061-11/+0
|
* Fix SciLab builtins to only be a single type each (script).Tim Hatch2014-11-061-3/+10
|
* Add 'duplicates_removed' function (for *_builtins.py generation).Tim Hatch2014-11-062-0/+32
|
* Simplify charclasses in the remaining modulesGeorg Brandl2014-11-0621-85/+82
|
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-0614-52/+54
|
* Fix Raw token lexer/formatter with new default encoding.Georg Brandl2014-11-062-1/+3
|
* Update docs w.r.t. encodings.Georg Brandl2014-11-064-10/+22
|
* Default lexer encoding is now "guess", i.e. UTF-8 / Locale / Latin1 isGeorg Brandl2014-11-064-8/+10
| | | | tried in that order.
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-068-101/+102
|
* Fix flags for JS.Georg Brandl2014-11-061-3/+4
|
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-066-105/+101
|
* Fix prolog lexer comments.Georg Brandl2014-11-061-1/+1
|
* cirru: fix looping behaviorGeorg Brandl2014-11-061-1/+1
|
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-066-51/+52
|
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-066-33/+33
|
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-064-50/+52
|
* Simplify charclasses in a few modulesGeorg Brandl2014-11-063-15/+15
|
* JVM lexers: simplify charclassesGeorg Brandl2014-11-061-54/+54
|
* Merged in jiyinyiyong/pygments-main (pull request #378)Georg Brandl2014-11-062-39/+203
|\ | | | | | | update Cirru for HTML and JavaScript DSLs
| * update Cirru tests and rulesjiyinyiyong2014-11-042-39/+203
| |