summaryrefslogtreecommitdiffstats
path: root/third_party/jinja2/AUTHORS
Commit message (Collapse)AuthorAgeFilesLines
* Update Jinja2 (Python template library) to 2.7.1nbarth@chromium.org2013-09-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Jinja2 (used in Blink scripts in Source/core and Source/bindings) has been updated to 2.7.1 (from existing 2.6); see changelog. http://jinja.pocoo.org/docs/changelog/ The specific new features in this release that are useful are: * keep_trailing_newline * lstrip_blocks ...which make it easier to control whitespace, making templates easier to read. (Specifically it lets us easily indent control blocks.) * selectattr (allows filtering lists in template, simplifying Python code) In the Changelog these are referred to as: Added support for keeping the trailing newline in templates. Added finer grained support for stripping whitespace on the left side of blocks. Added map, select, reject, selectattr and rejectattr filters. BTW, 2.7 is the first Jinja2 major release in 2 years; 2.7.1 is a bugfix release: 2.7 2013-05-20 2.7.1 2013-08-07 This upgrade introduces a new dependency (on Windows), due to the safe string class being factored out into a separate library. Thus depends on separate CL: Add MarkupSafe library to third_party (dependency for Jinja2 2.7) https://codereview.chromium.org/23445019/ This has been committed as r221578: https://src.chromium.org/viewvc/chrome?view=rev&revision=221578 TBR=cpu@chromium.org Review URL: https://chromiumcodereview.appspot.com/23506004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221663 0039d316-1c4b-4281-b951-d872f2087c98
* Add Python templating engine Jinja2 to third_partytimloh@chromium.org2013-05-091-0/+31
A templating engine will make it easier to create/maintain the python code generators in Blink (e.g. https://codereview.chromium.org/14905002/) BUG= Review URL: https://chromiumcodereview.appspot.com/14761007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199186 0039d316-1c4b-4281-b951-d872f2087c98