Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '2.11.x' | David Lord | 2020-02-05 | 1 | -1/+0 |
|\ | |||||
| * | remove custom pytest marks | David Lord | 2020-02-05 | 1 | -1/+0 |
| | | |||||
* | | apply pyupgrade and f-strings | David Lord | 2020-02-05 | 1 | -6/+4 |
|/ | |||||
* | Revert "rename imports to jinja" | David Lord | 2020-01-26 | 1 | -8/+8 |
| | | | | This reverts commit 1167525b73863119f8bbec03ddb9d35eacff4bef. | ||||
* | rename imports to jinja | David Lord | 2020-01-10 | 1 | -8/+8 |
| | |||||
* | simplify module docstringsstyle | David Lord | 2020-01-10 | 1 | -9/+0 |
| | |||||
* | apply flake8 | David Lord | 2020-01-10 | 1 | -14/+13 |
| | |||||
* | apply black | David Lord | 2020-01-10 | 1 | -33/+49 |
| | |||||
* | apply reorder-python-imports | David Lord | 2020-01-10 | 1 | -3/+4 |
| | |||||
* | TemplateSyntaxError can be pickled | Andrew Rabert | 2020-01-08 | 1 | -0/+7 |
| | |||||
* | TemplateSyntaxError from included template has source | David Lord | 2019-12-03 | 1 | -4/+19 |
| | |||||
* | rewrite traceback rewriting support | David Lord | 2019-12-02 | 1 | -2/+2 |
| | | | | | | | | | | | | | Simplify the `jinja.debug` code. On Python >= 3.7, `tb_next` is directly assignable. On PyPy, use transparent proxies only if support is enabled. For cpython < 3.7, use ctypes to set `tb_next`. Rewrite the ctypes code to use `py_object` and `pythonapi.Py_IncRef`, which seems to avoid crashing on debug builds. On Python 3, a rewritten `TemplateSyntaxError` would retain the frames from the compiler functions for some reason. Clear these so the template source is the last thing in the traceback. | ||||
* | Add test for Template.get_corresponding_lineno() | Mr. Senko | 2017-01-29 | 1 | -0/+4 |
| | | | | this currently breaks with an exception inside Jinja | ||||
* | Remove unused/duplicate imports | Adrian Moennich | 2017-01-09 | 1 | -2/+0 |
| | |||||
* | Bump up the copyright to 2017 | Armin Ronacher | 2017-01-07 | 1 | -1/+1 |
| | |||||
* | Changed behavior of local extraction | Armin Ronacher | 2017-01-03 | 1 | -2/+3 |
| | |||||
* | Fixed debug support locals for new behavior | Armin Ronacher | 2017-01-03 | 1 | -1/+13 |
| | |||||
* | Rename testsuite to tests and suggestions | Kartheek Lenkala | 2015-03-22 | 1 | -0/+73 |
| | | | | | Remove py.test from setup.py install_requires Rename testsuite folder to tests. | ||||
* | Removed old testsuite. | Armin Ronacher | 2010-02-09 | 1 | -51/+0 |
| | | | | | --HG-- branch : trunk | ||||
* | Improved test invokation. Picks up doctests within Jinja now, changed | Armin Ronacher | 2010-02-07 | 1 | -3/+3 |
| | | | | | | | | doctests that just show usage that would not work on their own so that they are standard code blocks now and do not disturb testing. --HG-- branch : trunk | ||||
* | Got rid of py.testisms. | Armin Ronacher | 2009-07-26 | 1 | -8/+2 |
| | | | | | --HG-- branch : trunk | ||||
* | Support nose framework for the whole test suite. | Rene Leonhardt | 2009-04-20 | 1 | -5/+13 |
| | | | | | --HG-- branch : trunk | ||||
* | Improved Jinja's debugging support by introducing "@internalcode" which ↵ | Armin Ronacher | 2009-02-24 | 1 | -1/+13 |
| | | | | | | | marks code objects that are skipped on tracebacks. Also template errors are now translated as well to help the pylons debugger. --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 | -2/+2 |
| | | | | | --HG-- branch : trunk | ||||
* | even more tests, fixed severe bug with autoescaping. | Armin Ronacher | 2008-05-25 | 1 | -0/+37 |
--HG-- branch : trunk |