summaryrefslogtreecommitdiff
path: root/pygments/cmdline.py
Commit message (Expand)AuthorAgeFilesLines
* Fixes noted by pylint, mostly.Tim Hatch2015-10-141-5/+6
* merge with stableGeorg Brandl2015-01-211-36/+48
|\
| * cmdline: more coverageGeorg Brandl2014-11-111-7/+2
| * Fix -H return codes and test them.Georg Brandl2014-11-111-2/+3
| * (Hopefully) fix test_cmdline failures under Windows without colorama.Georg Brandl2014-11-111-2/+2
| * Reorder logic in cmdline.main a bit.Georg Brandl2014-11-111-12/+14
| * Bring pygments.cmdline coverage to ~100%, fix a few glitches in the process.Georg Brandl2014-11-111-14/+11
| * merge with stableGeorg Brandl2014-11-101-2/+19
| |\
| | * Add a -v command line switch that shows the full traceback.Georg Brandl2014-11-101-2/+19
* | | Copyright year update.Georg Brandl2015-01-211-2/+2
* | | (Hopefully) fix test_cmdline failures under Windows without colorama.Georg Brandl2014-11-111-2/+2
|/ /
* | Wrap the whole inner body of main() in the try-except.Georg Brandl2014-11-101-40/+41
|/
* Fix leftover debugging "raise". Add test coverage for errors and exceptions i...Georg Brandl2014-11-101-8/+14
* Closes #1058: Fix an encoding issue when using ``pygmentize`` with the ``-o``...Georg Brandl2014-11-101-56/+57
* Appease pyflakes.Georg Brandl2014-11-061-0/+2
* 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
| * fix spelling in new class nameGeorg Brandl2014-04-141-2/+2
| * Merge remote-tracking branch 'pr230/master'Tim Hatch2014-04-141-0/+10
| |\
| | * Update the patch from #493 to work with tip.Jonathan Protzenko2013-08-211-0/+10
| * | manual prettifying and small fixes after futurize runGeorg Brandl2014-01-181-2/+4
| * | futurizing: move to print_function and "except X as Y" syntaxGeorg Brandl2014-01-181-66/+67
| * | new year in copyright noticeGeorg Brandl2014-01-101-2/+2
| * | Fix options with "=" in them.Jonathan Protzenko2013-09-041-1/+1
| |/
* | 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.gbrandl2009-03-311-6/+9
* Update copyrighting style to standard "team" tags.gbrandl2009-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.gbrandl2008-11-151-2/+21
* open() should be used instead of file()Benjamin Peterson2008-09-211-2/+2