summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* apply pyupgrade and f-stringsDavid Lord2020-02-051-6/+2
|
* Revert "rename imports to jinja"David Lord2020-01-261-2/+4
| | | | This reverts commit 1167525b73863119f8bbec03ddb9d35eacff4bef.
* rename imports to jinjaDavid Lord2020-01-101-4/+2
|
* remove old scripts and examplesDavid Lord2020-01-103-529/+0
|
* more relative importsDavid Lord2020-01-101-4/+7
| | | | | _identifier exports a compiled regex instead of a string to avoid some tricky cleanup
* apply flake8David Lord2020-01-102-6/+7
|
* apply blackDavid Lord2020-01-103-67/+63
|
* apply reorder-python-importsDavid Lord2020-01-102-3/+8
|
* Use print() function in both Python2 and Python 3cclauss2019-10-271-0/+1
|
* use "Jinja" instead of "Jinja2"David Lord2019-10-231-3/+3
|
* Trim trailing white space throughout the projectJon Dufresne2018-08-291-11/+11
| | | | | | 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.
* Fix typos (#815)luzpaz2018-02-181-3/+3
| | | Found via `codespell -q 3` using v1.12.0.dev0
* Trivial typosUnknown2017-11-081-6/+6
| | | Most non-user facing.
* clean up MANIFEST.inDavid Lord2017-11-081-30/+46
| | | | | | clean up make-release.py for py3 add rst extension to CHANGES for GitHub clean up changelog formatting
* go back to generating regex, simplifiedfeature/kill-stringdefsDavid Lord2017-07-041-0/+77
| | | | | | new version uses ~2KB vs 200KB memory, is ~100x faster to load move script to generate pattern to scripts directory add more tests
* Updated release commandArmin Ronacher2017-04-031-1/+1
|
* Improve release script to support new format and wheels.Armin Ronacher2015-07-261-2/+2
|
* Fix doctestsMarkus Unterwaditzer2015-03-221-0/+43
| | | | Fix #427
* Add wheel support.Berker Peksag2014-05-191-1/+12
|
* Fixed release scriptArmin Ronacher2013-08-071-2/+4
|
* Fixed a release script and added a release dateArmin Ronacher2013-05-201-1/+1
|
* Added release script2.6Armin Ronacher2011-07-241-0/+151
|
* [svn] added pylint script for jinja and cleaned code up a bit (and importing ↵Armin Ronacher2007-05-281-0/+301
is faster now) --HG-- branch : trunk