Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use print() function in both Python2 and Python 3 | cclauss | 2019-10-27 | 7 | -6/+13 |
| | |||||
* | change py2 print statements to py3 | Kartheek Lenkala | 2015-03-22 | 3 | -3/+3 |
| | |||||
* | Fixed a broken example. This fies #45 | Armin Ronacher | 2011-07-07 | 1 | -2/+10 |
| | |||||
* | Improved Jinja's debugging support by introducing "@internalcode" which ↵ | Armin Ronacher | 2009-02-24 | 3 | -2/+6 |
| | | | | | | | marks code objects that are skipped on tracebacks. Also template errors are now translated as well to help the pylons debugger. --HG-- branch : trunk | ||||
* | moved example code around | Armin Ronacher | 2008-05-07 | 8 | -0/+107 |
--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 |