Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | apply pyupgrade and f-strings | David Lord | 2020-02-05 | 1 | -5/+3 |
| | |||||
* | Revert "rename imports to jinja" | David Lord | 2020-01-26 | 1 | -2/+2 |
| | | | | This reverts commit 1167525b73863119f8bbec03ddb9d35eacff4bef. | ||||
* | rename imports to jinja | David Lord | 2020-01-10 | 1 | -2/+2 |
| | |||||
* | apply black | David Lord | 2020-01-10 | 1 | -8/+12 |
| | |||||
* | apply reorder-python-imports | David Lord | 2020-01-10 | 1 | -2/+1 |
| | |||||
* | Use print() function in both Python2 and Python 3 | cclauss | 2019-10-27 | 1 | -0/+1 |
| | |||||
* | change py2 print statements to py3 | Kartheek Lenkala | 2015-03-22 | 1 | -1/+1 |
| | |||||
* | moved example code around | Armin Ronacher | 2008-05-07 | 1 | -0/+27 |
--HG-- branch : trunk rename : examples/cycle.py => examples/basic/cycle.py rename : examples/debugger.py => examples/basic/debugger.py rename : examples/inheritance.py => examples/basic/inheritance.py rename : examples/templates/broken.html => examples/basic/templates/broken.html rename : examples/test.py => examples/basic/test.py rename : examples/test_filter_and_linestatements.py => examples/basic/test_filter_and_linestatements.py rename : examples/test_loop_filter.py => examples/basic/test_loop_filter.py rename : examples/translate.py => examples/basic/translate.py |