summaryrefslogtreecommitdiff
path: root/examples/basic/debugger.py
Commit message (Collapse)AuthorAgeFilesLines
* apply pyupgrade and f-stringsDavid Lord2020-02-051-2/+0
|
* Revert "rename imports to jinja"David Lord2020-01-261-2/+2
| | | | This reverts commit 1167525b73863119f8bbec03ddb9d35eacff4bef.
* rename imports to jinjaDavid Lord2020-01-101-2/+2
|
* apply blackDavid Lord2020-01-101-2/+2
|
* apply reorder-python-importsDavid Lord2020-01-101-1/+1
|
* Use print() function in both Python2 and Python 3cclauss2019-10-271-1/+2
|
* Improved Jinja's debugging support by introducing "@internalcode" which ↵Armin Ronacher2009-02-241-1/+1
| | | | | | | 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 aroundArmin Ronacher2008-05-071-0/+7
--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