Catch down errors caused by tb_set_next. This fixes #22
[jinja2.git] / jinja2 / debug.py
2011-04-18 Armin RonacherCatch down errors caused by tb_set_next. This fixes #22
2010-11-29 Armin RonacherTraceback hack now works for pypy
2010-11-29 Armin RonacherShould work for cpython and pypy now (if the latter...
2010-11-29 Armin RonacherWe cannot fake the descriptor on a tproxy so we have...
2010-11-29 Armin RonacherStarted work on support for transparent proxies for...
2010-10-17 Armin RonacherMerge branch '2.5-maintenance'
2010-10-17 Armin RonacherFinally fixed the 64bit segfault on big-endian architec...
2010-08-17 Armin RonacherMerged in ronny's fixes for round filter
2010-08-17 Armin RonacherDocumented switch to MarkupSafe
2010-02-17 Armin RonacherMerged in changes from 2.3.1
2010-02-17 Armin RonacherFixed some tests for python 2.4. Disabled a test for...
2010-01-22 Armin RonacherIt's a new year
2009-08-05 Armin RonacherMore Python 3 support.
2009-04-17 Armin RonacherFixed a bug in jinja2/debug (second time, forgot to...
2009-04-16 Armin RonacherRemoved print statement left in the code
2009-04-16 Armin RonacherResolved conflict
2009-04-16 Armin RonacherFixed a bug with template syntax errors not handled...
2009-04-02 Armin RonacherDocumented more changes
2009-03-05 Armin RonacherStarted refactoring of debugging system for better...
2009-03-05 Armin RonacherStarted refactoring of debugging system for better...
2009-02-24 Armin RonacherImproved Jinja's debugging support by introducing ...
2009-02-04 Armin RonacherFixed a bug that caused syntax errors when defining...
2009-01-04 Armin RonacherCopyright switch to "The Jinja Team".
2008-10-05 Armin RonacherVarious cleanups and added custom cycler.
2008-08-13 Armin RonacherRemoved a few stdlib dependencies. This is the first...
2008-05-10 Armin RonacherBacked out changeset 6afb554797b6, which added unicode...
2008-05-10 Armin Ronacheradded support for unicode identifiers
2008-05-01 Armin Ronacheradded cache_clear function
2008-05-01 Armin Ronacherimproved debugging for syntax errors
2008-04-26 Armin Ronacheradded spitfire to bench and did some more refactoring
2008-04-24 Armin Ronacherinheritance uses a less awkward hack for contexts now...
2008-04-18 Armin Ronacheradded C escape and tb_set_next functions
2008-04-17 Armin Ronacheradded autoescaping
2008-04-16 Armin Ronacherdebugger skips two internal frames now
2008-04-16 Armin Ronacherbetter debugging information. compiler knows about...
2008-04-16 Armin Ronacheradded new python only debug hack