| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cmdline: port to argparse | Georg Brandl | 2021-01-22 | 1 | -0/+3 |
| * | add markdown to aliases | Mestery | 2021-01-18 | 1 | -0/+1 |
| * | Move setup.py to a declarative setup.cfg (#1621) | Jon Dufresne | 2021-01-17 | 1 | -2/+3 |
| * | update changelog | Mestery | 2021-01-17 | 1 | -1/+1 |
| * | Added `pygmentize -C` option to guess a lexer from content | Georg Brandl | 2021-01-17 | 1 | -0/+2 |
| * | Do not guess MIME or SQL without reason | Georg Brandl | 2021-01-17 | 1 | -0/+1 |
| * | Make guessing prefer Python 3 lexer | Georg Brandl | 2021-01-17 | 1 | -0/+1 |
| * | Fix escapes in JavaScript backtick strings | Georg Brandl | 2021-01-17 | 1 | -0/+2 |
| * | Update CHANGES. | Matthäus G. Chajdas | 2021-01-12 | 1 | -1/+0 |
| * | Prepare for 2.7.4 release. | Matthäus G. Chajdas | 2021-01-12 | 1 | -5/+8 |
| * | Fix several exponential/cubic complexity regexes found by Ben Caller/Doyensec | Georg Brandl | 2021-01-11 | 1 | -1/+4 |
| * | Prepare for 2.7.4 release. | Matthäus G. Chajdas | 2021-01-06 | 1 | -109/+123 |
| * | Update CHANGES. | Matthäus G. Chajdas | 2021-01-04 | 1 | -0/+1 |
| * | Fix #1652. | Matthäus G. Chajdas | 2020-12-29 | 1 | -0/+1 |
| * | add some changelogs | Georg Brandl | 2020-12-28 | 1 | -0/+2 |
| * | Merge github.com:mathiasertl/pygments | Georg Brandl | 2020-12-28 | 1 | -0/+1 |
| * | fix a lot more backtracking string regexes | Georg Brandl | 2020-12-25 | 1 | -2/+2 |
| * | Fix backtracking Modula2 string regexes. | Georg Brandl | 2020-12-24 | 1 | -1/+4 |
| * | Fix raw token lexer w.r.t. Unicode. | Georg Brandl | 2020-12-24 | 1 | -0/+1 |
| * | fix inefficient regexes for guessing lexers | Georg Brandl | 2020-12-19 | 1 | -0/+1 |
| * | Limit recursion with nesting Ruby heredocs | Georg Brandl | 2020-12-17 | 1 | -0/+1 |
| * | Fix backtracking string regexes in JavascriptLexer und TypescriptLexer. | Georg Brandl | 2020-12-17 | 1 | -0/+1 |
| * | fixes #1625: infinite loop in SML lexer | Georg Brandl | 2020-12-10 | 1 | -0/+8 |
| * | Prepare 2.7.3 release.2.7.3 | Matthäus G. Chajdas | 2020-12-06 | 1 | -1/+5 |
| * | Update CHANGES. | Matthäus G. Chajdas | 2020-12-06 | 1 | -9/+10 |
| * | Update CHANGES. | Matthäus G. Chajdas | 2020-12-05 | 1 | -0/+2 |
| * | Update mapfiles and CHANGES. | Matthäus G. Chajdas | 2020-12-05 | 1 | -0/+1 |
| * | Update CHANGES. | Matthäus G. Chajdas | 2020-12-05 | 1 | -2/+16 |
| * | fix changelog entry | Georg Brandl | 2020-11-12 | 1 | -2/+1 |
| * | json: deprecate BareJsonObjectLexer | Georg Brandl | 2020-11-11 | 1 | -0/+3 |
| * | Prepare 2.7.2 release.2.7.2 | Matthäus G. Chajdas | 2020-10-24 | 1 | -1/+13 |
| * | image formatter: find ttc fonts on Mac | Georg Brandl | 2020-09-20 | 1 | -0/+1 |
| * | python traceback lexer: fix custom exceptions without message | Georg Brandl | 2020-09-19 | 1 | -0/+8 |
| * | Update changelog, make "make clean" clean more things | Georg Brandl | 2020-09-17 | 1 | -0/+5 |
| * | fix regression in JSON lexer, bump to 2.7.12.7.1 | Georg Brandl | 2020-09-17 | 1 | -2/+5 |
| * | Update CHANGES. | Matthäus G. Chajdas | 2020-09-12 | 1 | -0/+4 |
| * | Preparing 2.7.0 release.2.7.0 | Matthäus G. Chajdas | 2020-09-12 | 1 | -1/+1 |
| * | Update CHANGES. | Matthäus G. Chajdas | 2020-09-08 | 1 | -1/+1 |
| * | Update CHANGES. | Matthäus G. Chajdas | 2020-09-08 | 1 | -2/+8 |
| * | update changelog | Georg Brandl | 2020-09-06 | 1 | -0/+4 |
| * | Update CHANGES and language list. | Matthäus G. Chajdas | 2020-09-03 | 1 | -3/+17 |
| * | changelog: fix markup | Georg Brandl | 2020-09-01 | 1 | -1/+1 |
| * | Update CHANGES. | Matthäus G. Chajdas | 2020-08-22 | 1 | -0/+4 |
| * | Manually merge PR#1497. | Matthäus G. Chajdas | 2020-08-22 | 1 | -0/+1 |
| * | Update CHAGES, language list. | Matthäus G. Chajdas | 2020-06-01 | 1 | -1/+5 |
| * | Update CHANGES. | Matthäus G. Chajdas | 2020-05-26 | 1 | -0/+1 |
| * | Update CHANGES, documentation. | Matthäus G. Chajdas | 2020-05-26 | 1 | -0/+1 |
| * | Update CHANGES. | Matthäus G. Chajdas | 2020-05-26 | 1 | -1/+1 |
| * | Update CHANGES. | Matthäus G. Chajdas | 2020-05-24 | 1 | -0/+2 |
| * | Update CHANGES. | Matthäus G. Chajdas | 2020-05-22 | 1 | -1/+1 |
