Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge with stable | Georg Brandl | 2015-01-21 | 1 | -65/+152 |
|\ | |||||
| * | Quote normalization. | Georg Brandl | 2014-11-11 | 1 | -26/+26 |
| | | |||||
| * | cmdline: more coverage | Georg Brandl | 2014-11-11 | 1 | -4/+25 |
| | | |||||
| * | Fix -H return codes and test them. | Georg Brandl | 2014-11-11 | 1 | -1/+3 |
| | | |||||
| * | Care for Windows newlines in stdout. | Georg Brandl | 2014-11-11 | 1 | -3/+3 |
| | | |||||
| * | Bring pygments.cmdline coverage to ~100%, fix a few glitches in the process. | Georg Brandl | 2014-11-11 | 1 | -60/+115 |
| | | |||||
| * | merge with stable | Georg Brandl | 2014-11-11 | 1 | -3/+12 |
| |\ | |||||
| | * | merge with stable | Georg Brandl | 2014-11-10 | 1 | -0/+8 |
| | |\ | |||||
| | | * | Add a -v command line switch that shows the full traceback. | Georg Brandl | 2014-11-10 | 1 | -0/+8 |
| | | | | |||||
* | | | | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
|/ / / | |||||
* | | | Switch exception test to a different exception from closed streams. | Georg Brandl | 2014-11-11 | 1 | -19/+7 |
|/ / | |||||
* | | Fix use of test methods not in 2.6. | Georg Brandl | 2014-11-10 | 1 | -8/+8 |
|/ | |||||
* | Fix leftover debugging "raise". Add test coverage for errors and exceptions ↵ | Georg Brandl | 2014-11-10 | 1 | -0/+50 |
| | | | | in cmdline_main. | ||||
* | Closes #1058: Fix an encoding issue when using ``pygmentize`` with the ↵ | Georg Brandl | 2014-11-10 | 1 | -0/+14 |
| | | | | ``-o`` option. | ||||
* | Fix encoding of the test streams. | Georg Brandl | 2014-10-14 | 1 | -2/+2 |
| | |||||
* | Overhaul encoding handling in cmdline even more. | Georg Brandl | 2014-10-08 | 1 | -6/+16 |
| | | | | | | | Now the encoding guessed for the input file will be used for an output file. We now always read and write to the terminal .buffer on Python 3, which allows us to override the terminal encoding and use our guessing algorithm. | ||||
* | Closes #980: fix DeprecationWarnings (mostly due to files closed by __del__) ↵ | Georg Brandl | 2014-10-07 | 1 | -4/+1 |
| | | | | | | on Py3. Also fix a bunch of other uses of open() to use the with statement. | ||||
* | Finalize single-source port for Py2.[67] and Py3.3+. | Georg Brandl | 2014-01-18 | 1 | -4/+5 |
| | |||||
* | new year in copyright notice | Georg Brandl | 2014-01-10 | 1 | -1/+1 |
| | |||||
* | Happy new year 2013. | Georg Brandl | 2013-01-09 | 1 | -1/+1 |
| | |||||
* | Fixes #748: clean up deprecation and resource warnings in the test suite ↵ | Georg Brandl | 2012-03-11 | 1 | -21/+25 |
| | | | | when run with python3 -Wd. | ||||
* | Copyright update. | Georg Brandl | 2012-02-05 | 1 | -1/+1 |
| | |||||
* | Fix current copyright year. | Georg Brandl | 2011-07-09 | 1 | -1/+1 |
| | |||||
* | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | Consistency fixes in the test suite. | gbrandl | 2009-09-15 | 1 | -4/+0 |
| | |||||
* | Port Pygments to Python 3.1. | gbrandl | 2009-03-31 | 1 | -4/+7 |
| | |||||
* | Update copyrighting style to standard "team" tags. | gbrandl | 2009-01-04 | 1 | -2/+2 |
| | | | | Update AUTHORS file accordingly. | ||||
* | file() -> open() in tests. | gbrandl | 2008-11-25 | 1 | -2/+2 |
| | |||||
* | instead of picking a random modules to test, provide an easy way to get the ↵ | Benjamin Peterson | 2008-09-21 | 1 | -7/+8 |
| | | | | current one | ||||
* | remove __builtin__.testdir/testfile magic | Benjamin Peterson | 2008-09-18 | 1 | -5/+8 |
| | | | | This adds a new file tests/support.py | ||||
* | Add -P option to command line mode. | gbrandl | 2007-10-14 | 1 | -0/+6 |
| | |||||
* | [svn] Fix a cmdline bug. | gbrandl | 2007-02-25 | 1 | -0/+4 |
| | |||||
* | [svn] Fix test_cmdline. | gbrandl | 2007-02-15 | 1 | -1/+2 |
| | |||||
* | [svn] Add a first version of the Moin parser. | gbrandl | 2007-02-14 | 1 | -2/+8 |
| | |||||
* | [svn] Make check. | gbrandl | 2007-02-14 | 1 | -2/+2 |
| | |||||
* | [svn] Add tests for filters. | gbrandl | 2007-02-14 | 1 | -2/+15 |
| | |||||
* | [svn] Copyright notice update. | gbrandl | 2007-02-04 | 1 | -1/+1 |
| | |||||
* | [svn] Add a test case for -O option. | gbrandl | 2006-12-20 | 1 | -0/+7 |
| | |||||
* | [svn] Make test suite work again. | gbrandl | 2006-12-17 | 1 | -0/+1 |
| | |||||
* | [svn] Change Pygments license to BSD. | gbrandl | 2006-12-10 | 1 | -1/+1 |
| | |||||
* | [svn] make check. | gbrandl | 2006-10-31 | 1 | -2/+2 |
| | |||||
* | [svn] Really add file. | gbrandl | 2006-10-31 | 1 | -0/+60 |