summaryrefslogtreecommitdiff
path: root/pygments/formatters
Commit message (Expand)AuthorAgeFilesLines
* use IOError reason in error messageGeorg Brandl2019-11-291-2/+2
* html formatter: lineseparator needs to be unicodeGeorg Brandl2019-11-261-1/+1
* Update project to use modern Python features and idiomsJon Dufresne2019-11-251-2/+2
* formatters.other: style/import fixupsGeorg Brandl2019-11-251-1/+5
* image formatter: actually respect "line_number_separator"Georg Brandl2019-11-241-1/+2
* Update TestcaseFormatter.Matthäus G. Chajdas2019-11-161-2/+2
* Fix #928.Matthäus G. Chajdas2019-11-161-2/+3
* Update img.pyanshks2019-10-221-1/+1
* Fix some typos in comments.Matth?us G. Chajdas2019-07-201-2/+2
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-2811-11/+11
* Backed out changeset: df3df829861dMatth?us G. Chajdas2019-05-211-7/+1
* Don't emit a trailing newline in nowrap mode (fixes #1514.)Matth?us G. Chajdas2019-05-181-1/+7
* Merged in SylvainCorlay/pygments-main/css-variables (pull request #814)Anteru2019-05-091-4/+29
|\
| * Add license information to generated files (fixes #1496).Matth?us G. Chajdas2019-05-071-2/+11
| * Add option to wrap the code in both <code> and <pre> (fixes #438.)Matth?us G. Chajdas2019-05-061-2/+18
* | Allow for CSS variable in pygments stylesheetsSylvain Corlay2019-05-021-3/+8
|/
* Fix ResourceWarning: unclosed fileMicka?l Schoentgen2019-01-072-5/+5
* Merge fix for recently introduced failures.Matth?us G. Chajdas2018-12-192-5/+5
|\
| * Fix a few markup problems in the docs.Georg Brandl2018-12-181-2/+2
| * Update ansi color name change version.Matth?us G. Chajdas2018-12-161-2/+2
| * Merged in mortenlund/pygments-main (pull request #777)Anteru2018-12-161-3/+9
| |\
| * | Fix more instances of invalid string escapesGeorg Brandl2018-11-281-1/+1
* | | Update remaining color namesMorten Enemark Lund2018-12-182-62/+62
| |/ |/|
* | Use replace instead of stripMorten Enemark Lund2018-08-211-2/+2
* | Ensure terminal formatter works with new ansi colors namesMorten Enemark Lund2018-08-211-2/+2
* | Change ansi color names to more saying namesMorten Enemark Lund2018-08-041-1/+7
|/
* -x functionality updates, Python 3 compatibility fixGeorg Brandl2017-01-221-4/+6
* Merged in tprynn/pygments-main/command-line-lexer-formatter (pull request #559)Georg Brandl2017-01-2212-12/+49
|\
| * style fixupsGeorg Brandl2017-01-221-6/+6
| * Merged in AndreBremer/pygments-main (pull request #597)Georg Brandl2017-01-2212-12/+12
| |\
| | * Copyright update.Georg Brandl2017-01-2212-12/+12
| | * Add support for partials and path segments for Handlebars.Christian Hammond2016-11-0412-0/+3295
| * Python 2.6 compatibility fixes and optimization.abremer2016-05-271-2/+2
| * Added Mac-specific lookup for fonts (fixes #868).abremer2016-05-271-0/+37
* | Add load_from_file functions to __all__ in lexers and formattersTanner Prynn2016-02-291-1/+1
* | bring this branch up-to-date with master, and resolve merge conflicts in lexe...Tanner Prynn2016-02-261-0/+33
|\ \ | |/ |/|
| * Use exec instead of imp.load_sourceTanner Prynn2016-02-261-9/+7
| * Update pull request per comments by birkenfeld.Tanner Prynn2016-02-241-10/+24
| * Add additional command line option to prevent users from using eval() on untr...Tanner Prynn2016-02-221-0/+21
* | merge with stableGeorg Brandl2016-02-261-4/+32
|\ \
| * | Rename ansilist that now is a set, slipped though PR 531 reviewMatthias Bussonnier2016-02-141-4/+4
| * | Add authors entry, changelog for PR#531 and fixup a few style issues.Georg Brandl2016-02-141-11/+9
| * | Merged in Carreau/pygments-main/256ansi (pull request #531)Georg Brandl2016-02-141-4/+34
| |\ \ | | |/ | |/|
| | * Update to leave compatibility for other formatters.Matthias Bussonnier2016-02-122-23/+20
| | * Handle some `#ansi*` in HtmlFormatterMatthias Bussonnier2016-02-081-2/+19
| | * Add documentation on non-extended foreground color for Terminal256 stylesMatthias Bussonnier2016-02-071-0/+7
| | * merge with originMatthias Bussonnier2015-12-181-1/+10
| | |\
| | | * Allow ansi escape sequence as color formatMatthias Bussonnier2015-11-041-1/+10
| | * | move `.replace` immediately after `read()`, andhhsprings2015-11-091-2/+9
| | * | _mapping.py should keep NL not CRNL.hhsprings2015-11-071-3/+3
| | |/