summaryrefslogtreecommitdiff
path: root/pygments/cmdline.py
Commit message (Expand)AuthorAgeFilesLines
* cmdline: wrap outfile directly with colorama only if output to terminalGeorg Brandl2014-10-141-17/+25
* Refine streaming mode a bit:Georg Brandl2014-10-081-6/+22
* Merged in __russ__/pygments-main (pull request #165)Georg Brandl2014-10-081-102/+119
|\
| * Overhaul encoding handling in cmdline even more.Georg Brandl2014-10-081-38/+28
| * Fix calling "pygmentize" without any args.Georg Brandl2014-10-081-4/+0
| * Closes #799: read from binary buffer stdin on Python 3 if explicit encoding g...Georg Brandl2014-10-081-4/+12
| * Closes #963: always guess lexer when reading from stdin.Georg Brandl2014-10-071-11/+5
| * Closes #979: improve encoding behavior of cmdline invocationsGeorg Brandl2014-10-071-11/+26
| * Closes #980: fix DeprecationWarnings (mostly due to files closed by __del__) ...Georg Brandl2014-10-071-1/+2
| * Update ElixirLexer and example_elixir.exAlexei Sholik2014-06-051-0/+454
* removed pointless code and trimmed the -s help docsruss2013-02-131-9/+4
* added -s option to support line-by-line formatting of stdin streamruss2013-02-131-3/+32
* Closes #838: fix lexers not receiving command-line options when guessing by c...Georg Brandl2013-01-181-4/+4
* Happy new year 2013.Georg Brandl2013-01-091-2/+2
* More fixed for PEP-8 formatting.Grigory Petrov2012-12-251-6/+6
* Modified by Tim Hatch request.Grigory Petrov2012-12-241-1/+1
* Fixed code style to be PEP-8 compatible.Grigory Petrov2012-12-231-1/+1
* pygmentize on Windows now uses color output if 'colorama' python package is a...Grigory Petrov2012-12-231-0/+8
* Happy new year.Georg Brandl2012-08-191-1/+1
* Closes #691: Fix Python 3 terminal highlighting with pygmentize.Georg Brandl2012-02-061-0/+3
* Copyright update.Georg Brandl2012-02-051-1/+1
* Update copyright years.Georg Brandl2011-09-101-1/+1
* Fix current copyright year.Georg Brandl2011-07-091-1/+1
* 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