summaryrefslogtreecommitdiff
path: root/pygments/formatters/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Run pyupgrade across codebase to modernize syntax and patterns (#1622)Jon Dufresne2021-01-171-2/+1
* Bump copyright year.Matthäus G. Chajdas2021-01-031-1/+1
* Update copyright year (fixes #1514.)Matthäus G. Chajdas2020-08-221-1/+1
* Remove Python 2 compatibility (#1348)Georg Brandl2020-02-291-4/+4
* use IOError reason in error messageGeorg Brandl2019-11-291-2/+2
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
* Fix ResourceWarning: unclosed fileMicka?l Schoentgen2019-01-071-1/+2
* -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-221-1/+1
|\
| * Copyright update.Georg Brandl2017-01-221-1/+1
| * Add support for partials and path segments for Handlebars.Christian Hammond2016-11-041-0/+118
* Add load_from_file functions to __all__ in lexers and formattersTanner Prynn2016-02-291-1/+1
* 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 default into stableGeorg Brandl2016-01-171-0/+118