summaryrefslogtreecommitdiff
path: root/pygments/util.py
Commit message (Expand)AuthorAgeFilesLines
* Fixes #1153: Change Windows+Py3 workaround code to flush when finished.Tim Hatch2015-10-271-1/+1
* Fixes noted by pylint, mostly.Tim Hatch2015-10-141-2/+2
* Copyright year update.Georg Brandl2015-01-211-1/+1
* util: PEP8Georg Brandl2014-11-111-6/+11
* (Hopefully) fix test_cmdline failures under Windows without colorama.Georg Brandl2014-11-111-1/+6
* Closes #1055: fixup guessing routines for HTML/XML related markupGeorg Brandl2014-11-081-4/+9
* Add 'duplicates_removed' function (for *_builtins.py generation).Tim Hatch2014-11-061-0/+16
* Overhaul encoding handling in cmdline even more.Georg Brandl2014-10-081-5/+30
* PEP8 and docstring format cleanup.Georg Brandl2014-10-071-25/+11
* Closes #979: improve encoding behavior of cmdline invocationsGeorg Brandl2014-10-071-0/+21
* Move specialcasing of words() to any subclass of FutureTim Hatch2014-10-031-0/+12
* Make format_lines take an indent level.Tim Hatch2014-10-031-6/+7
* Add util function for keyword list formattingTim Hatch2014-10-031-0/+20
* Clarified comment in _surrogatepair() util.Andrew Pinkham2014-05-061-1/+1
* Added comment to _surrogatepair() util.Andrew Pinkham2014-05-061-0/+5
* 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
* * Add one formatter per image format, to avoid surprises withgbrandl2008-09-071-2/+4
* Add a cache for `looks_like_xml` and limit it to the first thousand bytes, asthatch2008-07-231-4/+11
* Fixed looks_like_xml's tag regex so it doesn't do inordinate amounts of backt...Adam Gomaa2008-05-141-1/+1
* [svn] Fix a few inconsistencies and nits, mainly in the docs.gbrandl2007-05-041-1/+1
* [svn] Make the C# lexer unicode aware.gbrandl2007-05-031-0/+8
* [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
* [svn] Copyright notice update.gbrandl2007-02-041-1/+1
* [svn] implemented filters for pygments (first approach, api might change), it...blackbird2006-12-211-6/+6
* [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
* [svn] Update make check.gbrandl2006-10-221-2/+3
* [svn] Name change, round 4 (rename SVN root folder).gbrandl2006-10-191-0/+50