aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2020-08-18Revert "Revert "Import external/python/jinja into master""IRIS YANG
This reverts commit 81aec74062b5c629b3408f7f3d18343ec0bbcab8. Reason for revert: It seems Jinja folder is empty. Revert the revert to add files back. Third-party review: ag/11821018 Change-Id: I4429a3b3448cdf2eb62ec388392a2a29fa3dbc21
2020-07-17Revert "Import external/python/jinja into master"IRIS YANG
This reverts commit e868444bb65b7ae2a025b1c8c7854a8c4f2f58c1. Reason for revert: Since build will failed. We might need to wait b/160731429 fixed and submit it again. Change-Id: I56449de779d11c13cdfe1243b9a9726f94e55b33
2020-02-05apply pyupgrade and f-stringsDavid Lord
2020-01-26Revert "rename imports to jinja"David Lord
This reverts commit 1167525b73863119f8bbec03ddb9d35eacff4bef.
2020-01-10rename imports to jinjaDavid Lord
2020-01-10remove old scripts and examplesDavid Lord
2020-01-10more relative importsDavid Lord
_identifier exports a compiled regex instead of a string to avoid some tricky cleanup
2020-01-10apply flake8David Lord
2020-01-10apply blackDavid Lord
2020-01-10apply reorder-python-importsDavid Lord
2019-10-27Use print() function in both Python2 and Python 3cclauss
2019-10-23use "Jinja" instead of "Jinja2"David Lord
2018-08-29Trim trailing white space throughout the projectJon Dufresne
Many editors clean up trailing white space on save. By removing it all in one go, it helps keep future diffs cleaner by avoiding spurious white space changes on unrelated lines.
2018-02-18Fix typos (#815)luzpaz
Found via `codespell -q 3` using v1.12.0.dev0
2017-11-08Trivial typosUnknown
Most non-user facing.
2017-11-08clean up MANIFEST.inDavid Lord
clean up make-release.py for py3 add rst extension to CHANGES for GitHub clean up changelog formatting
2017-07-04go back to generating regex, simplifiedDavid Lord
new version uses ~2KB vs 200KB memory, is ~100x faster to load move script to generate pattern to scripts directory add more tests
2017-04-03Updated release commandArmin Ronacher
2015-07-26Improve release script to support new format and wheels.Armin Ronacher
2015-03-22Fix doctestsMarkus Unterwaditzer
Fix #427
2014-05-19Add wheel support.Berker Peksag
2013-08-07Fixed release scriptArmin Ronacher
2013-05-20Fixed a release script and added a release dateArmin Ronacher
2011-07-24Added release scriptArmin Ronacher
2007-05-28[svn] added pylint script for jinja and cleaned code up a bit (and importing ↵Armin Ronacher
is faster now) --HG-- branch : trunk