Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better repr for TemplateNotFound. | Julien Palard | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | Bump up the copyright to 2017 | Armin Ronacher | 2017-01-07 | 1 | -1/+1 |
| | |||||
* | Added missing method for template errors | Armin Ronacher | 2013-05-20 | 1 | -0/+2 |
| | |||||
* | Unified constructor for template errors between 2.x and 3.x | Armin Ronacher | 2013-05-20 | 1 | -0/+3 |
| | |||||
* | Make the runtime leak less of the version hacks | Armin Ronacher | 2013-05-20 | 1 | -5/+7 |
| | |||||
* | Added unicode mixin for unified string logic | Armin Ronacher | 2013-05-19 | 1 | -17/+3 |
| | |||||
* | PY3 -> PY2 macro | Armin Ronacher | 2013-05-19 | 1 | -6/+6 |
| | |||||
* | Unified version checks where appropriate | Armin Ronacher | 2013-05-19 | 1 | -2/+1 |
| | |||||
* | Moved all six usages (ignoring testsuite) into jinja2._compat | Armin Ronacher | 2013-05-19 | 1 | -8/+10 |
| | |||||
* | Python 3 exceptions can handle unicode messages | Alex Morega | 2013-05-18 | 1 | -10/+20 |
| | |||||
* | Remove unused imports | Daniel Neuhäuser | 2013-05-18 | 1 | -1/+1 |
| | |||||
* | python 3 port: manual fixes, remove 2to3 from setup.py, remove fixers | Thomas Waldmann | 2013-05-18 | 1 | -8/+4 |
| | |||||
* | python 3 port: automated changes by a slightly modified python-modernize | Thomas Waldmann | 2013-05-17 | 1 | -2/+5 |
| | | | | (replacing unicode with six.text_type, but not replacing u"" by six.u("")) | ||||
* | Typo fix | Simon Sapin | 2011-12-03 | 1 | -1/+1 |
| | |||||
* | Down to 7 failures for Python 3. We're onto something. | Armin Ronacher | 2010-02-10 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | Added comment to why __unicode__ goes after __str__. | Armin Ronacher | 2010-02-10 | 1 | -0/+8 |
| | | | | | --HG-- branch : trunk | ||||
* | Approaching python3 compatibility | Armin Ronacher | 2010-02-10 | 1 | -6/+6 |
| | | | | | --HG-- branch : trunk | ||||
* | It's a new year | Armin Ronacher | 2010-01-22 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | Fixed the choice include tests. | Armin Ronacher | 2010-01-14 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | include tags are now able to select between multiple templates | Armin Ronacher | 2010-01-14 | 1 | -2/+32 |
| | | | | | | | | and take the first that exists, if a list of templates is given. --HG-- branch : trunk | ||||
* | Improved Jinja's debugging support by introducing "@internalcode" which ↵ | Armin Ronacher | 2009-02-24 | 1 | -0/+9 |
| | | | | | | | marks code objects that are skipped on tracebacks. Also template errors are now translated as well to help the pylons debugger. --HG-- branch : trunk | ||||
* | Added a (ugly) hack to the exceptions so that they don't warn under 2.6 | Armin Ronacher | 2009-02-19 | 1 | -4/+13 |
| | | | | | --HG-- branch : trunk | ||||
* | Copyright switch to "The Jinja Team". | Armin Ronacher | 2009-01-04 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | Various cleanups and added custom cycler. | Armin Ronacher | 2008-10-05 | 1 | -13/+26 |
| | | | | | --HG-- branch : trunk | ||||
* | end of line sequence is no configurable | Armin Ronacher | 2008-05-23 | 1 | -14/+24 |
| | | | | | --HG-- branch : trunk | ||||
* | improved exception system. now both name (load name) and filename are passed. | Armin Ronacher | 2008-05-16 | 1 | -2/+7 |
| | | | | | --HG-- branch : trunk | ||||
* | documentation update | Armin Ronacher | 2008-05-07 | 1 | -0/+6 |
| | | | | | --HG-- branch : trunk | ||||
* | improved debugging for syntax errors | Armin Ronacher | 2008-05-01 | 1 | -2/+2 |
| | | | | | --HG-- branch : trunk | ||||
* | fixed some NameErrors | Benjamin Wiegand | 2008-04-28 | 1 | -0/+6 |
| | | | | | --HG-- branch : trunk | ||||
* | autoescaping is separate from finalize now and Markup is completely ignored ↵ | Armin Ronacher | 2008-04-28 | 1 | -5/+3 |
| | | | | | | | if the environment is not in autoescape mode --HG-- branch : trunk | ||||
* | worked on the tests and made undefined fail on comparisons now | Armin Ronacher | 2008-04-26 | 1 | -5/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | fixed two typos | Priit Laes | 2008-04-17 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | improved undefined behavior | Armin Ronacher | 2008-04-17 | 1 | -9/+12 |
| | | | | | --HG-- branch : trunk | ||||
* | various docstring changes | Armin Ronacher | 2008-04-17 | 1 | -6/+6 |
| | | | | | --HG-- branch : trunk | ||||
* | updated a few docstrings and removed contrib | Armin Ronacher | 2008-04-17 | 1 | -2/+2 |
| | | | | | --HG-- branch : trunk | ||||
* | added first working pieces of compiler | Armin Ronacher | 2008-04-07 | 1 | -2/+10 |
| | | | | | --HG-- branch : trunk | ||||
* | a clean restart | Armin Ronacher | 2008-03-31 | 1 | -0/+42 |
--HG-- branch : trunk rename : jinja/__init__.py => jinja2/__init__.py rename : jinja/_debugger.c => jinja2/_debugger.c rename : jinja/_native.py => jinja2/_native.py rename : jinja/_speedups.c => jinja2/_speedups.c rename : jinja/constants.py => jinja2/constants.py rename : jinja/contrib/__init__.py => jinja2/contrib/__init__.py rename : jinja/contrib/_djangosupport.py => jinja2/contrib/_djangosupport.py rename : jinja/contrib/djangosupport.py => jinja2/contrib/djangosupport.py rename : jinja/datastructure.py => jinja2/datastructure.py rename : jinja/defaults.py => jinja2/defaults.py rename : jinja/environment.py => jinja2/environment.py rename : jinja/exceptions.py => jinja2/exceptions.py rename : jinja/filters.py => jinja2/filters.py rename : jinja/lexer.py => jinja2/lexer.py rename : jinja/loaders.py => jinja2/loaders.py rename : jinja/nodes.py => jinja2/nodes.py rename : jinja/parser.py => jinja2/parser.py rename : jinja/tests.py => jinja2/tests.py rename : jinja/translators/__init__.py => jinja2/translators/__init__.py rename : jinja/translators/python.py => jinja2/translators/python.py rename : jinja/utils.py => jinja2/utils.py |