summaryrefslogtreecommitdiff
path: root/jinja2/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* Down to 7 failures for Python 3. We're onto something.Armin Ronacher2010-02-101-1/+1
* Added comment to why __unicode__ goes after __str__.Armin Ronacher2010-02-101-0/+8
* Approaching python3 compatibilityArmin Ronacher2010-02-101-6/+6
* It's a new yearArmin Ronacher2010-01-221-1/+1
* Fixed the choice include tests.Armin Ronacher2010-01-141-1/+1
* include tags are now able to select between multiple templatesArmin Ronacher2010-01-141-2/+32
* Improved Jinja's debugging support by introducing "@internalcode" which marks...Armin Ronacher2009-02-241-0/+9
* Added a (ugly) hack to the exceptions so that they don't warn under 2.6Armin Ronacher2009-02-191-4/+13
* Copyright switch to "The Jinja Team".Armin Ronacher2009-01-041-1/+1
* Various cleanups and added custom cycler.Armin Ronacher2008-10-051-13/+26
* end of line sequence is no configurableArmin Ronacher2008-05-231-14/+24
* improved exception system. now both name (load name) and filename are passed.Armin Ronacher2008-05-161-2/+7
* documentation updateArmin Ronacher2008-05-071-0/+6
* improved debugging for syntax errorsArmin Ronacher2008-05-011-2/+2
* fixed some NameErrorsBenjamin Wiegand2008-04-281-0/+6
* autoescaping is separate from finalize now and Markup is completely ignored i...Armin Ronacher2008-04-281-5/+3
* worked on the tests and made undefined fail on comparisons nowArmin Ronacher2008-04-261-5/+1
* fixed two typosPriit Laes2008-04-171-1/+1
* improved undefined behaviorArmin Ronacher2008-04-171-9/+12
* various docstring changesArmin Ronacher2008-04-171-6/+6
* updated a few docstrings and removed contribArmin Ronacher2008-04-171-2/+2
* added first working pieces of compilerArmin Ronacher2008-04-071-2/+10
* a clean restartArmin Ronacher2008-03-311-0/+42