| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove Python 2 compatibility | Georg Brandl | 2020-01-04 | 1 | -2/+1 |
| | | | | | | * remove 2/3 shims in pygments.util * update setup.py metadata | ||||
| * | keep version number in one place, dont do the "x.y.z+" anymore | Georg Brandl | 2019-11-29 | 1 | -1/+1 |
| | | |||||
| * | Post-release updates; also tweak checklist | Georg Brandl | 2019-11-29 | 1 | -1/+1 |
| | | |||||
| * | update changelog, bump version to 2.5.2 | Georg Brandl | 2019-11-29 | 1 | -1/+1 |
| | | |||||
| * | Bump version to 2.5.1.2.5.1 | Matthäus G. Chajdas | 2019-11-26 | 1 | -1/+1 |
| | | |||||
| * | Bump version number.2.5.0 | Matthäus G. Chajdas | 2019-11-26 | 1 | -1/+1 |
| | | |||||
| * | Update hg/bitbucket -> git/github everywhere. | Georg Brandl | 2019-11-10 | 1 | -3/+3 |
| | | |||||
| * | Fixup all headers and some more minor problems.2.4.2 | Georg Brandl | 2019-05-28 | 1 | -1/+1 |
| | | |||||
| * | Update changelog, prepare 2.4.2 release. | Georg Brandl | 2019-05-28 | 1 | -1/+1 |
| | | |||||
| * | Update CHANGES and prepare for 2.4.1 release. | Matth?us G. Chajdas | 2019-05-24 | 1 | -1/+1 |
| | | |||||
| * | Bump version to 2.4.0. | Matth?us G. Chajdas | 2019-05-08 | 1 | -1/+1 |
| | | |||||
| * | Prepare 2.3.1 release. | Matth?us G. Chajdas | 2018-12-16 | 1 | -1/+1 |
| | | |||||
| * | Update changelog and version number. | Matth?us G. Chajdas | 2018-11-24 | 1 | -1/+1 |
| | | |||||
| * | Bump to 2.2.0 final.2.2.0 | Georg Brandl | 2017-01-22 | 1 | -1/+1 |
| | | |||||
| * | Copyright update. | Georg Brandl | 2017-01-22 | 1 | -1/+1 |
| | | |||||
| * | Add support for partials and path segments for Handlebars. | Christian Hammond | 2016-11-04 | 1 | -0/+90 |
| This introduces support for some missing features to the Handlebars lexer: Partials and path segments. Partials mostly appeared to work before, but the `>` in `{{> ... }}` would appear as a syntax error, as could other components of the partial. This change introduces support for: * Standard partials: `{{> partialName}}` * Partials with parameters: `{{> partialName varname="value"}}` * Ddynamic partials: `{{> (partialFunc)}}` * Ddynamic partials with lookups: `{{> (lookup ../path "partialName")}}` * Partial blocks: `{{> @partial-block}}` * Inline partials: `{{#*inline}}..{{/inline}}` It also introduces support for path segments, which can reference content in the current context or in a parent context. For instance, `this.name`, `this/name`, `./name`, `../name`, `this/name`, etc. These are all now tracked as variables. | |||||
