summaryrefslogtreecommitdiff
path: root/pygments/util.py
Commit message (Collapse)AuthorAgeFilesLines
* Finalize single-source port for Py2.[67] and Py3.3+.Georg Brandl2014-01-181-20/+29
|
* new year in copyright noticeGeorg Brandl2014-01-101-1/+1
|
* Happy new year 2013.Georg Brandl2013-01-091-1/+1
|
* Handle non-BMP Unicode ranges consistently, regardless of Python build.Tim Hatch2012-08-261-0/+45
|
* Copyright update.Georg Brandl2012-02-051-1/+1
|
* make_analysator can now handle TypeErrorsBenji York2011-10-031-1/+1
|
* Fix current copyright year.Georg Brandl2011-07-091-1/+1
|
* Do not fail in analyse_text methods (#618).Georg Brandl2010-11-261-2/+8
|
* Fix opening unicode file under Py3k.Georg Brandl2010-02-181-0/+4
|
* Happy new year!Georg Brandl2010-01-011-1/+1
|
* Port Pygments to Python 3.1.gbrandl2009-03-311-0/+24
|
* Update copyrighting style to standard "team" tags.gbrandl2009-01-041-2/+2
| | | | Update AUTHORS file accordingly.
* * Add one formatter per image format, to avoid surprises withgbrandl2008-09-071-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, asthatch2008-07-231-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 Gomaa2008-05-141-1/+1
| | | | backtracking (making it O(2^n))
* [svn] Fix a few inconsistencies and nits, mainly in the docs.gbrandl2007-05-041-1/+1
| | | | Use the get_choice_opt function consistently.
* [svn] Make the C# lexer unicode aware.gbrandl2007-05-031-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.gbrandl2007-04-251-1/+1
|
* [svn] Add a new test for pygments.util, fix coverage test.gbrandl2007-02-181-2/+12
|
* [svn] Quite a few things:gbrandl2007-02-121-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.gbrandl2007-02-041-1/+1
|
* [svn] implemented filters for pygments (first approach, api might change), ↵blackbird2006-12-211-6/+6
| | | | it's impossible at the moment to add filters by using pygmentize
* [svn] Some style nits and make check.gbrandl2006-12-201-2/+2
|
* [svn] Change Pygments license to BSD.gbrandl2006-12-101-1/+1
|
* [svn] More pylint fixes, update BBcode formatter to new style API.gbrandl2006-10-301-2/+3
|
* [svn] update TODO.gbrandl2006-10-281-2/+1
|
* [svn] checked in changes from the last days. including:blackbird2006-10-271-0/+102
| | | | | | - text in logo - documentation update - new `guess_lexer` method
* [svn] Update make check.gbrandl2006-10-221-2/+3
|
* [svn] Name change, round 4 (rename SVN root folder).gbrandl2006-10-191-0/+50