Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a few markup problems in the docs. | Georg Brandl | 2018-12-18 | 1 | -2/+2 |
| | |||||
* | Update ansi color name change version. | Matth?us G. Chajdas | 2018-12-16 | 1 | -2/+2 |
| | |||||
* | Use replace instead of strip | Morten Enemark Lund | 2018-08-21 | 1 | -2/+2 |
| | |||||
* | Ensure terminal formatter works with new ansi colors names | Morten Enemark Lund | 2018-08-21 | 1 | -2/+2 |
| | |||||
* | Change ansi color names to more saying names | Morten Enemark Lund | 2018-08-04 | 1 | -1/+7 |
| | | | | | | The ansi color names are changed to names which are easier to understand and align with color names of other projects and terminals. (e.g. ``#ansifuchsia`` to ``ansibrightmagenta``) This also drops the # prefix to the color names. Hashtag # is usually used for hex colors and the names are already prefixed with `ansi`. Furthermore, it allows the new and old set of names to be exclusive. | ||||
* | Copyright update. | Georg Brandl | 2017-01-22 | 1 | -1/+1 |
| | |||||
* | Rename ansilist that now is a set, slipped though PR 531 review | Matthias Bussonnier | 2016-02-14 | 1 | -4/+4 |
| | |||||
* | Add authors entry, changelog for PR#531 and fixup a few style issues. | Georg Brandl | 2016-02-14 | 1 | -11/+9 |
| | |||||
* | Update to leave compatibility for other formatters. | Matthias Bussonnier | 2016-02-12 | 1 | -4/+18 |
| | |||||
* | Add documentation on non-extended foreground color for Terminal256 styles | Matthias Bussonnier | 2016-02-07 | 1 | -0/+7 |
| | |||||
* | Allow ansi escape sequence as color format | Matthias Bussonnier | 2015-11-04 | 1 | -1/+10 |
| | |||||
* | Closes #1142: add 16-million color terminal formatter. | Georg Brandl | 2015-10-17 | 1 | -3/+61 |
| | |||||
* | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | terminal formatters: PEP8 cleanup | Georg Brandl | 2014-10-14 | 1 | -23/+24 |
| | |||||
* | use versionadded directives | Georg Brandl | 2014-01-19 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Closes #691: Fix Python 3 terminal highlighting with pygmentize. | Georg Brandl | 2012-02-06 | 1 | -1/+4 |
| | |||||
* | 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 |
| | |||||
* | Port Pygments to Python 3.1. | gbrandl | 2009-03-31 | 1 | -6/+4 |
| | |||||
* | Update copyrighting style to standard "team" tags. | gbrandl | 2009-01-04 | 1 | -2/+2 |
| | | | | Update AUTHORS file accordingly. | ||||
* | Use floor division where needed. | gbrandl | 2008-11-25 | 1 | -2/+2 |
| | |||||
* | [svn] Apply a bunch of Tim Hatch's changes. | gbrandl | 2007-08-15 | 1 | -4/+5 |
| | |||||
* | [svn] Two fixes. | gbrandl | 2007-08-13 | 1 | -1/+1 |
| | |||||
* | [svn] Smartify pygmentize encoding handling. | gbrandl | 2007-06-13 | 1 | -5/+2 |
| | |||||
* | [svn] Add terminal 256 color formatter. | gbrandl | 2007-06-13 | 1 | -0/+223 |