Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | Port Pygments to Python 3.1. | gbrandl | 2009-03-31 | 1 | -0/+24 |
| | |||||
* | Update copyrighting style to standard "team" tags. | gbrandl | 2009-01-04 | 1 | -2/+2 |
| | | | | Update AUTHORS file accordingly. | ||||
* | * Add one formatter per image format, to avoid surprises with | gbrandl | 2008-09-07 | 1 | -2/+4 |
| | | | | | | | pygmentize -f gif -o foo.gif foo.py which would previously create a PNG image. * Make image format names case-insensitive. | ||||
* | Add a cache for `looks_like_xml` and limit it to the first thousand bytes, as | thatch | 2008-07-23 | 1 | -4/+11 |
| | | | | the regex has a tendency to go off into the woods when fed non-xml data. | ||||
* | Fixed looks_like_xml's tag regex so it doesn't do inordinate amounts of ↵ | Adam Gomaa | 2008-05-14 | 1 | -1/+1 |
| | | | | backtracking (making it O(2^n)) | ||||
* | [svn] Fix a few inconsistencies and nits, mainly in the docs. | gbrandl | 2007-05-04 | 1 | -1/+1 |
| | | | | Use the get_choice_opt function consistently. | ||||
* | [svn] Make the C# lexer unicode aware. | gbrandl | 2007-05-03 | 1 | -0/+8 |
| | | | | | Warning, major hack ahead: the code to support multiple token defs is not the prettiest. | ||||
* | [svn] Make mapfiles, make check, add D test file, make reindent. | gbrandl | 2007-04-25 | 1 | -1/+1 |
| | |||||
* | [svn] Add a new test for pygments.util, fix coverage test. | gbrandl | 2007-02-18 | 1 | -2/+12 |
| | |||||
* | [svn] Quite a few things: | gbrandl | 2007-02-12 | 1 | -0/+18 |
| | | | | | | - new pygmentize options, -F for filters and -H for detail help. - an automatically-created formatter map - better HTML formatter subclassing | ||||
* | [svn] Copyright notice update. | gbrandl | 2007-02-04 | 1 | -1/+1 |
| | |||||
* | [svn] implemented filters for pygments (first approach, api might change), ↵ | blackbird | 2006-12-21 | 1 | -6/+6 |
| | | | | it's impossible at the moment to add filters by using pygmentize | ||||
* | [svn] Some style nits and make check. | gbrandl | 2006-12-20 | 1 | -2/+2 |
| | |||||
* | [svn] Change Pygments license to BSD. | gbrandl | 2006-12-10 | 1 | -1/+1 |
| | |||||
* | [svn] More pylint fixes, update BBcode formatter to new style API. | gbrandl | 2006-10-30 | 1 | -2/+3 |
| | |||||
* | [svn] update TODO. | gbrandl | 2006-10-28 | 1 | -2/+1 |
| | |||||
* | [svn] checked in changes from the last days. including: | blackbird | 2006-10-27 | 1 | -0/+102 |
| | | | | | | - text in logo - documentation update - new `guess_lexer` method | ||||
* | [svn] Update make check. | gbrandl | 2006-10-22 | 1 | -2/+3 |
| | |||||
* | [svn] Name change, round 4 (rename SVN root folder). | gbrandl | 2006-10-19 | 1 | -0/+50 |