summaryrefslogtreecommitdiff
path: root/jinja2/debug.py
Commit message (Expand)AuthorAgeFilesLines
* Fix regression in 2.9 involving unsafe Context.get_all() usageZac Medico2017-08-091-1/+1
* Bump up the copyright to 2017Armin Ronacher2017-01-071-1/+1
* Make tests pass on 3.x againArmin Ronacher2017-01-031-1/+1
* Fixed various breakage from the new id trackingArmin Ronacher2017-01-031-2/+5
* Changed behavior of local extractionArmin Ronacher2017-01-031-1/+1
* Fixed debug support locals for new behaviorArmin Ronacher2017-01-031-9/+28
* fix the fancy tracebacks on Python 3Antti Haapala2015-05-101-11/+24
* fix trivial typo (side -> size)rbtcollins2014-11-211-1/+1
* Removed duplication from types that was only necessary for IronPythonArmin Ronacher2013-05-201-7/+7
* Moved all six usages (ignoring testsuite) into jinja2._compatArmin Ronacher2013-05-191-9/+9
* Trash debugsupport.Cory Benfield2013-05-181-6/+3
* python 3 port: manual fixes, remove 2to3 from setup.py, remove fixersThomas Waldmann2013-05-181-1/+1
* python 3 port: automated changes by a slightly modified python-modernizeThomas Waldmann2013-05-171-4/+5
* Fixed a typo.Armin Ronacher2011-09-261-1/+1
* Catch down errors caused by tb_set_next. This fixes #22Armin Ronacher2011-04-181-1/+7
* Traceback hack now works for pypyArmin Ronacher2010-11-291-1/+6
* 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
* Fixed some tests for python 2.4. Disabled a test for 2.4 that does not work ...Armin Ronacher2010-02-171-1/+1
* It's a new yearArmin Ronacher2010-01-221-1/+1
* More Python 3 support.Armin Ronacher2009-08-051-2/+10
* Fixed a bug in jinja2/debug (second time, forgot to merge and threw away chan...Armin Ronacher2009-04-171-1/+6
* Removed print statement left in the codeArmin Ronacher2009-04-171-1/+0
* Resolved conflictArmin Ronacher2009-04-161-0/+8
|\
| * Documented more changesArmin Ronacher2009-04-021-0/+8
| * Started refactoring of debugging system for better AppEngine/Pylons support.Armin Ronacher2009-03-051-18/+98
* | Fixed a bug with template syntax errors not handled properly.Armin Ronacher2009-04-161-3/+13
* | Started refactoring of debugging system for better AppEngine/Pylons support.Armin Ronacher2009-03-051-18/+98
|/
* Improved Jinja's debugging support by introducing "@internalcode" which marks...Armin Ronacher2009-02-241-18/+43
* Fixed a bug that caused syntax errors when defining macros or using theArmin Ronacher2009-02-041-2/+2
* Copyright switch to "The Jinja Team".Armin Ronacher2009-01-041-1/+1
* Various cleanups and added custom cycler.Armin Ronacher2008-10-051-18/+0
* Removed a few stdlib dependencies. This is the first step for IronPython sup...Armin Ronacher2008-08-131-1/+1
* Backed out changeset 6afb554797b6, which added unicode identifier support. T...Armin Ronacher2008-05-111-8/+1
* added support for unicode identifiersArmin Ronacher2008-05-111-1/+8
* added cache_clear functionArmin Ronacher2008-05-011-1/+3
* improved debugging for syntax errorsArmin Ronacher2008-05-011-0/+18
* added spitfire to bench and did some more refactoringArmin Ronacher2008-04-261-3/+25
* inheritance uses a less awkward hack for contexts now and subclassing templat...Armin Ronacher2008-04-241-1/+5
* added C escape and tb_set_next functionsArmin Ronacher2008-04-181-4/+7
* added autoescapingArmin Ronacher2008-04-171-1/+4
* debugger skips two internal frames nowArmin Ronacher2008-04-161-2/+4
* better debugging information. compiler knows about name and filename now (th...Armin Ronacher2008-04-161-23/+31
* added new python only debug hackArmin Ronacher2008-04-161-0/+129