| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [svn] Take #3... | Georg Brandl | 2007-05-30 | 1 | -2/+2 |
| | | |||||
| * | [svn] Another small test commit. | Georg Brandl | 2007-05-30 | 1 | -1/+1 |
| | | |||||
| * | [svn] Test commit. | Georg Brandl | 2007-05-30 | 1 | -1/+1 |
| | | |||||
| * | [svn] More doc. | Georg Brandl | 2007-05-30 | 3 | -10/+19 |
| | | |||||
| * | [svn] Doc add. | Georg Brandl | 2007-05-30 | 2 | -0/+11 |
| | | |||||
| * | [svn] added tim hatch's lexer (forgot about the CHANGELOG entry...) and ↵ | blackbird | 2007-05-28 | 1 | -7/+6 |
| | | | | | updated docs to jinja 1 | ||||
| * | [svn] Apply patches by Tim, add MiniD lexer from Jarrett and new example files. | Georg Brandl | 2007-05-28 | 1 | -0/+3 |
| | | |||||
| * | [svn] Add a section on directive options. | Georg Brandl | 2007-05-28 | 1 | -0/+34 |
| | | |||||
| * | [svn] Expand the quickstart a bit. | Georg Brandl | 2007-05-18 | 2 | -16/+43 |
| | | |||||
| * | [svn] Make a sentence clearer. | Georg Brandl | 2007-05-18 | 1 | -2/+3 |
| | | |||||
| * | [svn] Elaborate the Unicode docs a bit. | Georg Brandl | 2007-05-18 | 1 | -9/+24 |
| | | |||||
| * | [svn] Fix a few inconsistencies and nits, mainly in the docs. | Georg Brandl | 2007-05-04 | 5 | -25/+51 |
| | | | | | Use the get_choice_opt function consistently. | ||||
| * | [svn] Fix the filters example. | Georg Brandl | 2007-05-03 | 1 | -6/+6 |
| | | |||||
| * | [svn] Add whitespace filter. Add a few more filter unit tests. | Georg Brandl | 2007-05-03 | 1 | -2/+6 |
| | | |||||
| * | [svn] Document "handlecodeblocks" option. Bad mitsuhiko :) | Georg Brandl | 2007-03-29 | 1 | -0/+4 |
| | | |||||
| * | [svn] fixed syntax error in pygments docs | blackbird | 2007-02-17 | 1 | -1/+1 |
| | | |||||
| * | [svn] A bit moving around. | Georg Brandl | 2007-02-17 | 1 | -17/+22 |
| | | |||||
| * | [svn] Add ==dev egg install. | Georg Brandl | 2007-02-17 | 1 | -0/+14 |
| | | |||||
| * | [svn] Move docs for not-so-common options to individual classes. | Georg Brandl | 2007-02-16 | 1 | -24/+0 |
| | | |||||
| * | [svn] Mention the options. | Georg Brandl | 2007-02-16 | 1 | -4/+5 |
| | | |||||
| * | [svn] Prepare for 0.7.1. | Georg Brandl | 2007-02-15 | 1 | -15/+33 |
| | | |||||
| * | [svn] Improve Moin parser and add docs. | Georg Brandl | 2007-02-14 | 2 | -0/+40 |
| | | |||||
| * | [svn] Make the XML lexer recognize tag names with underscores. Fixes #201. | Georg Brandl | 2007-02-13 | 2 | -3/+3 |
| | | |||||
| * | [svn] Small docs update. | Georg Brandl | 2007-02-13 | 1 | -1/+1 |
| | | |||||
| * | [svn] Quite a few things: | Georg Brandl | 2007-02-12 | 2 | -12/+45 |
| | | | | | | | - new pygmentize options, -F for filters and -H for detail help. - an automatically-created formatter map - better HTML formatter subclassing | ||||
| * | [svn] Clarify docs for the ReST directive. | Georg Brandl | 2007-02-10 | 2 | -11/+13 |
| | | |||||
| * | [svn] Copyright notice update. | Georg Brandl | 2007-02-04 | 1 | -1/+1 |
| | | |||||
| * | [svn] - add missing example files | Georg Brandl | 2007-01-25 | 1 | -0/+10 |
| | | | | | | - add "outencoding" option to formatters - improve cmdline error reporting | ||||
| * | [svn] Allow dropping style files into the styles subpackage. | Georg Brandl | 2007-01-25 | 1 | -1/+11 |
| | | |||||
| * | [svn] Added using(state=x) and RST lexer by Tim Hatch. | Georg Brandl | 2007-01-25 | 1 | -2/+6 |
| | | |||||
| * | [svn] Some minor cleanup. | Georg Brandl | 2007-01-20 | 1 | -7/+8 |
| | | |||||
| * | [svn] various changes in pygments (does also affect the docs) | blackbird | 2007-01-20 | 1 | -0/+15 |
| | | |||||
| * | [svn] Some clarification in quickstart. | Georg Brandl | 2007-01-17 | 1 | -6/+8 |
| | | |||||
| * | [svn] fixed error in unicode documentation and added newlines in template.py ↵ | blackbird | 2007-01-14 | 1 | -2/+2 |
| | | | | | file. also fixed python < 2.5 bug | ||||
| * | [svn] Some doc changes to trigger rebuild. | Georg Brandl | 2007-01-13 | 2 | -8/+8 |
| | | |||||
| * | [svn] added unicode information for pygments | blackbird | 2007-01-13 | 2 | -0/+33 |
| | | |||||
| * | [svn] documented token functions | blackbird | 2007-01-13 | 1 | -0/+9 |
| | | |||||
| * | [svn] added missing explanation for Punctuation in overview | blackbird | 2007-01-13 | 1 | -2/+2 |
| | | |||||
| * | [svn] documented `Punctuation` operator | blackbird | 2007-01-13 | 1 | -16/+26 |
| | | |||||
| * | [svn] changed the link back | blackbird | 2007-01-13 | 1 | -1/+1 |
| | | |||||
| * | [svn] changed a link to trigger the doc rebuild | blackbird | 2007-01-13 | 1 | -1/+1 |
| | | |||||
| * | [svn] added authors and changelog to documentation | blackbird | 2007-01-13 | 4 | -1/+47 |
| | | |||||
| * | [svn] Fix 2.4 compat. | Georg Brandl | 2007-01-12 | 1 | -1/+1 |
| | | |||||
| * | [svn] Trigger doc rebuild | Georg Brandl | 2007-01-12 | 1 | -1/+0 |
| | | |||||
| * | [svn] Generate lexer, formatter and filter docs from docstrings. | Georg Brandl | 2007-01-12 | 4 | -1117/+104 |
| | | | | | There is the problem of ordering, though. | ||||
| * | [svn] fixed bug in pytb lexer declaration, added ben bangerts mako lexers, ↵ | blackbird | 2007-01-12 | 2 | -3/+107 |
| | | | | | documented missing lexers, updated CHANGES | ||||
| * | [svn] Some doc nits. | Georg Brandl | 2007-01-11 | 2 | -31/+33 |
| | | |||||
| * | [svn] Improve MoinWikiLexer. | Georg Brandl | 2007-01-11 | 1 | -3/+3 |
| | | |||||
| * | [svn] Add Trac Wiki lexer, by Tim Hatch. | Georg Brandl | 2007-01-11 | 1 | -0/+11 |
| | | |||||
| * | [svn] Note newness in 0.7. | Georg Brandl | 2007-01-11 | 1 | -0/+2 |
| | | |||||
