summaryrefslogtreecommitdiff
path: root/pygments/cmdline.py
Commit message (Expand)AuthorAgeFilesLines
* Happy new year!Georg Brandl2010-01-011-1/+1
* Port Pygments to Python 3.1.Georg Brandl2009-03-311-6/+9
* Update copyrighting style to standard "team" tags.Georg Brandl2009-01-041-2/+2
* Support guessing even with a filename (#355)thatch2008-12-311-1/+1
* #372: add -N option to guess lexer name based on file name.Georg Brandl2008-11-151-2/+21
* open() should be used instead of file()Benjamin Peterson2008-09-211-2/+2
* Raise exception when trying to use -S with the image formatter.Georg Brandl2008-09-071-1/+5
* Bump copyright year on pygments.cmdlinethatch2008-07-241-2/+2
* Allow the `pygmentize` script to guess lexers based on file contents, now thatthatch2008-07-231-13/+33
* Handle a few more errors gracefully.Georg Brandl2008-01-111-2/+2
* Add -P option to command line mode.Georg Brandl2007-10-141-13/+31
* [svn] Improve the Haskell lexer, add style entries for Keyword.Type.Georg Brandl2007-08-141-1/+1
* [svn] Add setuptools entrypoint to create a proper scriptGeorg Brandl2007-07-181-1/+1
* [svn] Be even more cautious.Georg Brandl2007-06-301-2/+2
* [svn] Fix sys.stdX.encoding being None.Georg Brandl2007-06-301-2/+2
* [svn] Smartify pygmentize encoding handling.Georg Brandl2007-06-131-0/+12
* [svn] Fix a cmdline bug.Georg Brandl2007-02-251-2/+5
* [svn] Prepare for 0.7.1.Georg Brandl2007-02-151-1/+1
* [svn] Make check.Georg Brandl2007-02-141-5/+5
* [svn] Shorten some testfiles, silence some pylint warnings,Georg Brandl2007-02-141-9/+12
* [svn] Quite a few things:Georg Brandl2007-02-121-59/+166
* [svn] Copyright notice update.Georg Brandl2007-02-041-1/+1
* [svn] - add missing example filesGeorg Brandl2007-01-251-2/+8
* [svn] Make -L output better readable on terminals with less than 150 chars wi...Georg Brandl2006-12-201-6/+2
* [svn] Fix -O.Georg Brandl2006-12-201-2/+2
* [svn] Use the Punctuation token type everywhere.Georg Brandl2006-12-181-60/+83
* [svn] Make test suite work again.Georg Brandl2006-12-171-1/+9
* [svn] Move command line interface to separate file.Georg Brandl2006-12-171-0/+208