summaryrefslogtreecommitdiff
path: root/jinja2/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* Added missing method for template errorsArmin Ronacher2013-05-201-0/+2
* Unified constructor for template errors between 2.x and 3.xArmin Ronacher2013-05-201-0/+3
* Make the runtime leak less of the version hacksArmin Ronacher2013-05-201-5/+7
* Added unicode mixin for unified string logicArmin Ronacher2013-05-191-17/+3
* PY3 -> PY2 macroArmin Ronacher2013-05-191-6/+6
* Unified version checks where appropriateArmin Ronacher2013-05-191-2/+1
* Moved all six usages (ignoring testsuite) into jinja2._compatArmin Ronacher2013-05-191-8/+10
* Python 3 exceptions can handle unicode messagesAlex Morega2013-05-181-10/+20
* Remove unused importsDaniel Neuhäuser2013-05-181-1/+1
* python 3 port: manual fixes, remove 2to3 from setup.py, remove fixersThomas Waldmann2013-05-181-8/+4
* python 3 port: automated changes by a slightly modified python-modernizeThomas Waldmann2013-05-171-2/+5
* Typo fixSimon Sapin2011-12-031-1/+1
* 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