Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use print() function in both Python2 and Python 3 | cclauss | 2019-10-27 | 1 | -0/+1 |
| | |||||
* | use "Jinja" instead of "Jinja2" | David Lord | 2019-10-23 | 1 | -3/+3 |
| | |||||
* | Trim trailing white space throughout the project | Jon Dufresne | 2018-08-29 | 1 | -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) | luzpaz | 2018-02-18 | 1 | -3/+3 |
| | | | Found via `codespell -q 3` using v1.12.0.dev0 | ||||
* | Trivial typos | Unknown | 2017-11-08 | 1 | -6/+6 |
| | | | Most non-user facing. | ||||
* | clean up MANIFEST.in | David Lord | 2017-11-08 | 1 | -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-stringdefs | David Lord | 2017-07-04 | 1 | -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 command | Armin Ronacher | 2017-04-03 | 1 | -1/+1 |
| | |||||
* | Improve release script to support new format and wheels. | Armin Ronacher | 2015-07-26 | 1 | -2/+2 |
| | |||||
* | Fix doctests | Markus Unterwaditzer | 2015-03-22 | 1 | -0/+43 |
| | | | | Fix #427 | ||||
* | Add wheel support. | Berker Peksag | 2014-05-19 | 1 | -1/+12 |
| | |||||
* | Fixed release script | Armin Ronacher | 2013-08-07 | 1 | -2/+4 |
| | |||||
* | Fixed a release script and added a release date | Armin Ronacher | 2013-05-20 | 1 | -1/+1 |
| | |||||
* | Added release script2.6 | Armin Ronacher | 2011-07-24 | 1 | -0/+151 |
| | |||||
* | [svn] added pylint script for jinja and cleaned code up a bit (and importing ↵ | Armin Ronacher | 2007-05-28 | 1 | -0/+301 |
is faster now) --HG-- branch : trunk |