index
:
delta/python-packages/pygments-git.git
2382-fix
661/ashsearle/phpclass
686/ximmm/css
704/kenzierocks/antlrv4
716/kemichal/eloquence
719/tatt61880/kuin
723/drhouck/cliterals
732/djrm0/gdscript
752/camoberg/yang
765/lgiordani/m68k
767/6wind/yang
769/mtreinish/openqasm
793/brytonhall/singularity
829/TheMartianLife/yarn
834/john-andrews/chisel
836/MaisaMilena/formality
839/joente/thingsdb
Anteru/issue1009
argparse
bug/angular-html
examplefiles
fix/1437
fix/1579
fix/1698-lineos-wrapping
improve-linenos-handling
master
py2removal
raw-alias
regex
release/2.8.x
stable
task/add-analyze-text
task/improve-crlf-handling
github.com: pygments/pygments.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pygments
/
formatters
Commit message (
Expand
)
Author
Age
Files
Lines
*
use IOError reason in error message
Georg Brandl
2019-11-29
1
-2
/
+2
*
html formatter: lineseparator needs to be unicode
Georg Brandl
2019-11-26
1
-1
/
+1
*
Update project to use modern Python features and idioms
Jon Dufresne
2019-11-25
1
-2
/
+2
*
formatters.other: style/import fixups
Georg Brandl
2019-11-25
1
-1
/
+5
*
image formatter: actually respect "line_number_separator"
Georg Brandl
2019-11-24
1
-1
/
+2
*
Update TestcaseFormatter.
Matthäus G. Chajdas
2019-11-16
1
-2
/
+2
*
Fix #928.
Matthäus G. Chajdas
2019-11-16
1
-2
/
+3
*
Update img.py
anshks
2019-10-22
1
-1
/
+1
*
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
|
\
|
*
Add license information to generated files (fixes #1496).
Matth?us G. Chajdas
2019-05-07
1
-2
/
+11
|
*
Add option to wrap the code in both <code> and <pre> (fixes #438.)
Matth?us G. Chajdas
2019-05-06
1
-2
/
+18
*
|
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
*
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
|
|
\
|
*
|
Fix more instances of invalid string escapes
Georg Brandl
2018-11-28
1
-1
/
+1
*
|
|
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
|
/
*
-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
|
\
|
*
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
|
|
\
|
|
*
Copyright update.
Georg Brandl
2017-01-22
12
-12
/
+12
|
|
*
Add support for partials and path segments for Handlebars.
Christian Hammond
2016-11-04
12
-0
/
+3295
|
*
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 lexe...
Tanner Prynn
2016-02-26
1
-0
/
+33
|
\
\
|
|
/
|
/
|
|
*
Use exec instead of imp.load_source
Tanner Prynn
2016-02-26
1
-9
/
+7
|
*
Update pull request per comments by birkenfeld.
Tanner Prynn
2016-02-24
1
-10
/
+24
|
*
Add additional command line option to prevent users from using eval() on untr...
Tanner Prynn
2016-02-22
1
-0
/
+21
*
|
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
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
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
|
|
*
|
move `.replace` immediately after `read()`, and
hhsprings
2015-11-09
1
-2
/
+9
|
|
*
|
_mapping.py should keep NL not CRNL.
hhsprings
2015-11-07
1
-3
/
+3
|
|
|
/
[next]