Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all files, redirect to GitHub.HEADmaster | Matth?us G. Chajdas | 2019-11-10 | 12 | -3403/+0 |
| | |||||
* | Fix some typos in comments. | Matth?us G. Chajdas | 2019-07-20 | 1 | -2/+2 |
| | |||||
* | Fixup all headers and some more minor problems.2.4.2 | Georg Brandl | 2019-05-28 | 11 | -11/+11 |
| | |||||
* | Backed out changeset: df3df829861d | Matth?us G. Chajdas | 2019-05-21 | 1 | -7/+1 |
| | |||||
* | Don't emit a trailing newline in nowrap mode (fixes #1514.) | Matth?us G. Chajdas | 2019-05-18 | 1 | -1/+7 |
| | |||||
* | Merged in SylvainCorlay/pygments-main/css-variables (pull request #814) | Anteru | 2019-05-09 | 1 | -4/+29 |
|\ | | | | | | | | | | | Allow for CSS variable in pygments stylesheets Approved-by: Anteru <bitbucket@ca.sh13.net> | ||||
| * | Add license information to generated files (fixes #1496). | Matth?us G. Chajdas | 2019-05-07 | 1 | -2/+11 |
| | | | | | | | | Also update the license year to 2019. | ||||
| * | Add option to wrap the code in both <code> and <pre> (fixes #438.) | Matth?us G. Chajdas | 2019-05-06 | 1 | -2/+18 |
| | | | | | | | | Adds a new option "wrapcode" which wraps the code using <code>. | ||||
* | | Allow for CSS variable in pygments stylesheets | Sylvain Corlay | 2019-05-02 | 1 | -3/+8 |
|/ | |||||
* | Fix ResourceWarning: unclosed file | Micka?l Schoentgen | 2019-01-07 | 2 | -5/+5 |
| | | | | Also uniformize usage of the 'with' contact manager to prevent resource leaks. | ||||
* | Merge fix for recently introduced failures. | Matth?us G. Chajdas | 2018-12-19 | 2 | -5/+5 |
|\ | |||||
| * | 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 |
| | | |||||
| * | Merged in mortenlund/pygments-main (pull request #777) | Anteru | 2018-12-16 | 1 | -3/+9 |
| |\ | | | | | | | | | | | | | | | | | | | | | | Change ansi color names to more saying names Approved-by: Morten E. Lund <melund@gmail.com> Approved-by: jonathanslenders <jonathan@slenders.be> Approved-by: Anteru <bitbucket@ca.sh13.net> | ||||
| * | | Fix more instances of invalid string escapes | Georg Brandl | 2018-11-28 | 1 | -1/+1 |
| | | | | | | | | | | | | Also, raise on warnings from Pygments only. | ||||
* | | | Update remaining color names | Morten Enemark Lund | 2018-12-18 | 2 | -62/+62 |
| |/ |/| | |||||
* | | 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. | ||||
* | -x functionality updates, Python 3 compatibility fix | Georg Brandl | 2017-01-22 | 1 | -4/+6 |
| | |||||
* | Merged in tprynn/pygments-main/command-line-lexer-formatter (pull request #559) | Georg Brandl | 2017-01-22 | 12 | -12/+49 |
|\ | | | | | | | Custom Lexer/Formatter File Loading | ||||
| * | style fixups | Georg Brandl | 2017-01-22 | 1 | -6/+6 |
| | | |||||
| * | Merged in AndreBremer/pygments-main (pull request #597) | Georg Brandl | 2017-01-22 | 12 | -12/+12 |
| |\ | | | | | | | | | | Image Formatter: Mac-specific lookup for fonts (fixes #868) | ||||
| | * | Copyright update. | Georg Brandl | 2017-01-22 | 12 | -12/+12 |
| | | | |||||
| * | | Python 2.6 compatibility fixes and optimization. | abremer | 2016-05-27 | 1 | -2/+2 |
| | | | |||||
| * | | Added Mac-specific lookup for fonts (fixes #868). | abremer | 2016-05-27 | 1 | -0/+37 |
| |/ | |||||
* | | Add load_from_file functions to __all__ in lexers and formatters | Tanner Prynn | 2016-02-29 | 1 | -1/+1 |
| | | |||||
* | | bring this branch up-to-date with master, and resolve merge conflicts in ↵ | Tanner Prynn | 2016-02-26 | 1 | -0/+33 |
|\ \ | |/ |/| | | | lexerdev documentation | ||||
| * | Use exec instead of imp.load_source | Tanner Prynn | 2016-02-26 | 1 | -9/+7 |
| | | | | | | | | Custom lexer/formatter are no longer added to sys.modules() | ||||
| * | Update pull request per comments by birkenfeld. | Tanner Prynn | 2016-02-24 | 1 | -10/+24 |
| | | | | | | | | | | | | | | Add optional function parameter for the class name to instantiate, and update cli to support this. Move error handling to within the loading functions; they now only raise ClassNotFound. Modify doc with these updates and the version number. Test case clean up and additions. | ||||
| * | Add additional command line option to prevent users from using eval() on ↵ | Tanner Prynn | 2016-02-22 | 1 | -0/+21 |
| | | | | | | | | | | | | | | | | untrusted files Finish custom-formatter loading and fill in some docstrings Add load_?_from_file functions to API documentation pep8 compliance | ||||
* | | merge with stable | Georg Brandl | 2016-02-26 | 1 | -4/+32 |
|\ \ | |||||
| * | | 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 |
| | | | |||||
| * | | Merged in Carreau/pygments-main/256ansi (pull request #531) | Georg Brandl | 2016-02-14 | 1 | -4/+34 |
| |\ \ | | |/ | |/| | | | | Allow ansi escape sequence as color format | ||||
| | * | Update to leave compatibility for other formatters. | Matthias Bussonnier | 2016-02-12 | 2 | -23/+20 |
| | | | |||||
| | * | Handle some `#ansi*` in HtmlFormatter | Matthias Bussonnier | 2016-02-08 | 1 | -2/+19 |
| | | | |||||
| | * | Add documentation on non-extended foreground color for Terminal256 styles | Matthias Bussonnier | 2016-02-07 | 1 | -0/+7 |
| | | | |||||
| | * | merge with origin | Matthias Bussonnier | 2015-12-18 | 1 | -1/+10 |
| | |\ | |||||
| | | * | Allow ansi escape sequence as color format | Matthias Bussonnier | 2015-11-04 | 1 | -1/+10 |
| | | | | |||||
* | | | | Fixed Python 3 regression in image formatter (closes #1215) | Georg Brandl | 2016-02-26 | 1 | -1/+1 |
|/ / / | |||||
* | | | Added a mapping table for LaTeX encodings and added utf8 (closes #1152) | Georg Brandl | 2016-02-02 | 1 | -1/+8 |
| | | | |||||
* | | | Fixed HTML formatter output with leading empty lines (closes #1111) | Georg Brandl | 2016-02-02 | 1 | -1/+3 |
| | | | |||||
* | | | Make "make mapfiles" Python3 compatible. | Georg Brandl | 2016-02-02 | 1 | -1/+1 |
| | | | |||||
* | | | Fixed image formatter font searching on Macs (closes #1188) | Georg Brandl | 2016-02-02 | 1 | -3/+7 |
| | | | |||||
* | | | "make check" style fixes. | Georg Brandl | 2016-01-16 | 1 | -1/+1 |
| | | | |||||
* | | | Fix byte decoding in py3 for ImageFormatter | Rishav Kundu | 2016-01-07 | 1 | -1/+1 |
| | | | | | | | | | | | | subprocess.communicate returns a bytes object | ||||
* | | | merge | Georg Brandl | 2016-01-04 | 1 | -0/+10 |
|\ \ \ | |||||
| * | | | Add filename parameter to HtmlFormatter | Alexander Todorov | 2015-11-29 | 1 | -0/+10 |
| |/ / | |||||
* | | | HTML formatter: pep8 | Georg Brandl | 2016-01-04 | 1 | -22/+22 |
|/ / |