summaryrefslogtreecommitdiff
path: root/jinja2/debug.py
Commit message (Collapse)AuthorAgeFilesLines
* Should work for cpython and pypy now (if the latter is fixed)tproxyArmin Ronacher2010-11-291-9/+7
|
* We cannot fake the descriptor on a tproxy so we have to set _tb_next directlyArmin Ronacher2010-11-291-2/+2
|
* Started work on support for transparent proxies for the debug hackArmin Ronacher2010-11-291-17/+39
|
* Finally fixed the 64bit segfault on big-endian architectures in non-tracing modeArmin Ronacher2010-10-171-1/+1
|
* Documented switch to MarkupSafeArmin Ronacher2010-08-171-2/+2
| | | | | --HG-- branch : trunk
* Fixed some tests for python 2.4. Disabled a test for 2.4 that does not work ↵Armin Ronacher2010-02-171-1/+1
| | | | | | | because of a python limitation. --HG-- branch : trunk
* It's a new yearArmin Ronacher2010-01-221-1/+1
| | | | | --HG-- branch : trunk
* More Python 3 support.Armin Ronacher2009-08-051-2/+10
| | | | | --HG-- branch : trunk
* Fixed a bug in jinja2/debug (second time, forgot to merge and threw away ↵Armin Ronacher2009-04-171-1/+6
| | | | | | | changes -.-) --HG-- branch : trunk
* Removed print statement left in the codeArmin Ronacher2009-04-171-1/+0
| | | | | --HG-- branch : trunk
* Resolved conflictArmin Ronacher2009-04-161-0/+8
|\ | | | | | | | | --HG-- branch : trunk
| * Documented more changesArmin Ronacher2009-04-021-0/+8
| | | | | | | | | | --HG-- branch : trunk
| * Started refactoring of debugging system for better AppEngine/Pylons support.Armin Ronacher2009-03-051-18/+98
| | | | | | | | | | --HG-- branch : trunk
* | Fixed a bug with template syntax errors not handled properly.Armin Ronacher2009-04-161-3/+13
| | | | | | | | | | --HG-- branch : trunk
* | Started refactoring of debugging system for better AppEngine/Pylons support.Armin Ronacher2009-03-051-18/+98
|/ | | | | | --HG-- branch : trunk extra : rebase_source : 30b87a402e0847f95eaf277d0fc50e1a63177d5b
* Improved Jinja's debugging support by introducing "@internalcode" which ↵Armin Ronacher2009-02-241-18/+43
| | | | | | | marks code objects that are skipped on tracebacks. Also template errors are now translated as well to help the pylons debugger. --HG-- branch : trunk
* Fixed a bug that caused syntax errors when defining macros or using theArmin Ronacher2009-02-041-2/+2
| | | | | | | | | `{% call %}` tag inside loops. This fixes #323. --HG-- branch : trunk
* Copyright switch to "The Jinja Team".Armin Ronacher2009-01-041-1/+1
| | | | | --HG-- branch : trunk
* Various cleanups and added custom cycler.Armin Ronacher2008-10-051-18/+0
| | | | | --HG-- branch : trunk
* Removed a few stdlib dependencies. This is the first step for IronPython ↵Armin Ronacher2008-08-131-1/+1
| | | | | | | support, the second one being a new lexer. --HG-- branch : trunk
* Backed out changeset 6afb554797b6, which added unicode identifier support. ↵Armin Ronacher2008-05-111-8/+1
| | | | | | | This doesn't work in reality under Python 2.6 properly. --HG-- branch : trunk
* added support for unicode identifiersArmin Ronacher2008-05-111-1/+8
| | | | | --HG-- branch : trunk
* added cache_clear functionArmin Ronacher2008-05-011-1/+3
| | | | | --HG-- branch : trunk
* improved debugging for syntax errorsArmin Ronacher2008-05-011-0/+18
| | | | | --HG-- branch : trunk
* added spitfire to bench and did some more refactoringArmin Ronacher2008-04-261-3/+25
| | | | | --HG-- branch : trunk
* inheritance uses a less awkward hack for contexts now and subclassing ↵Armin Ronacher2008-04-241-1/+5
| | | | | | | templates is possible --HG-- branch : trunk
* added C escape and tb_set_next functionsArmin Ronacher2008-04-181-4/+7
| | | | | --HG-- branch : trunk
* added autoescapingArmin Ronacher2008-04-171-1/+4
| | | | | --HG-- branch : trunk
* debugger skips two internal frames nowArmin Ronacher2008-04-161-2/+4
| | | | | --HG-- branch : trunk
* better debugging information. compiler knows about name and filename now ↵Armin Ronacher2008-04-161-23/+31
| | | | | | | (the first one is the load name, the second the estimated filename on the file system if such a name exists) --HG-- branch : trunk
* added new python only debug hackArmin Ronacher2008-04-161-0/+129
--HG-- branch : trunk