summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [svn]0.7gbrandl2007-02-142-3/+3
* [svn] Prepare for 0.8dev.gbrandl2007-02-144-12/+12
* [svn] Update release info.gbrandl2007-02-141-3/+3
* [svn] Improve Moin parser and add docs.gbrandl2007-02-143-22/+72
* [svn] Add a first version of the Moin parser.gbrandl2007-02-143-14/+114
* [svn] Make check.gbrandl2007-02-1410-22/+24
* [svn] Remove debug print.gbrandl2007-02-141-1/+0
* [svn] Add tests for filters.gbrandl2007-02-144-5/+30
* [svn] Test that the HTML formatter output is complete.gbrandl2007-02-143-10/+19
* [svn] A test case for the external CSS function of the HTML formatter.gbrandl2007-02-142-18/+44
* [svn] Add validation test for HTML formatter.gbrandl2007-02-149-1/+2639
* [svn] Shorten some testfiles, silence some pylint warnings,gbrandl2007-02-1416-28722/+86
* [svn] Another two fixes.gbrandl2007-02-132-5/+3
* [svn] Optimize HTML output, fix PyTb formatter.gbrandl2007-02-132-2/+5
* [svn] Allow Python traceback lexer for doctests.gbrandl2007-02-131-0/+2
* [svn] Fix a Java lexer thing.gbrandl2007-02-132-2/+3
* [svn] Make the XML lexer recognize tag names with underscores. Fixes #201.gbrandl2007-02-134-6/+6
* [svn] Select codename. Hail mitsuhiko!gbrandl2007-02-131-1/+1
* [svn] Small docs update.gbrandl2007-02-132-12/+15
* [svn] Fix reST error.gbrandl2007-02-121-2/+2
* [svn] Quite a few things:gbrandl2007-02-1231-206/+530
* [svn] Document the new HTML formatter interface.gbrandl2007-02-121-2/+56
* [svn] Add a "lineseparator" HTML formatter option.gbrandl2007-02-101-4/+12
* [svn] Clarify docs for the ReST directive.gbrandl2007-02-102-11/+13
* [svn] Copyright notice update.gbrandl2007-02-0458-67/+67
* [svn] Add OCaml examplefile.gbrandl2007-02-031-0/+1213
* [svn] Add OCaml lexer.gbrandl2007-02-034-2/+85
* [svn] Fix in the new HTML formatter.gbrandl2007-02-011-2/+4
* [svn] HTML formatter overhaul.gbrandl2007-01-294-114/+155
* [svn] PyLint run.gbrandl2007-01-259-120/+66
* [svn] Update TODO, remove LGPL file.gbrandl2007-01-253-507/+4
* [svn] Fix lexer docstrings.gbrandl2007-01-252-2/+2
* [svn] - add missing example filesgbrandl2007-01-259-3/+1548
* [svn] make it clear that 0.7 is in development.gbrandl2007-01-253-4/+6
* [svn] Allow dropping style files into the styles subpackage.gbrandl2007-01-254-9/+38
* [svn] make check.gbrandl2007-01-252-4/+6
* [svn] Fix Java(Script) number regexes.gbrandl2007-01-252-5/+7
* [svn] Add Dylan lexer by Tim Hatch.gbrandl2007-01-253-1/+47
* [svn] Added using(state=x) and RST lexer by Tim Hatch.gbrandl2007-01-2510-56/+182
* [svn] Add changelog entry.gbrandl2007-01-221-1/+3
* [svn] Fix line continuation in Python strings.gbrandl2007-01-221-3/+3
* [svn] subtokens -> subtypesblackbird2007-01-201-3/+3
* [svn] Some minor cleanup.gbrandl2007-01-204-14/+13
* [svn] various changes in pygments (does also affect the docs)blackbird2007-01-209-18/+170
* [svn] Some clarification in quickstart.gbrandl2007-01-171-6/+8
* [svn] Another Python string lexer fix.gbrandl2007-01-141-2/+2
* [svn] Add helpful exception for people doing highlight(code, PythonLexer, ...).gbrandl2007-01-142-12/+26
* [svn] Fix #185, fix JspLexer so that test suite passes.gbrandl2007-01-144-10/+21
* [svn] added "partial" to csharp keyword listblackbird2007-01-141-1/+1
* [svn] fixed error in unicode documentation and added newlines in template.py ...blackbird2007-01-143-3/+7