Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '2.11.x' | David Lord | 2020-02-05 | 1 | -8/+0 |
|\ | |||||
| * | remove custom pytest marks | David Lord | 2020-02-05 | 1 | -8/+0 |
| | | |||||
* | | apply pyupgrade and f-strings | David Lord | 2020-02-05 | 1 | -9/+8 |
| | | |||||
* | | remove _compat module | David Lord | 2020-02-05 | 1 | -8/+6 |
| | | |||||
* | | remove deprecated code | David Lord | 2020-02-05 | 1 | -7/+0 |
|/ | |||||
* | Revert "rename imports to jinja" | David Lord | 2020-01-26 | 1 | -9/+9 |
| | | | | This reverts commit 1167525b73863119f8bbec03ddb9d35eacff4bef. | ||||
* | rename imports to jinja | David Lord | 2020-01-10 | 1 | -9/+9 |
| | |||||
* | simplify module docstringsstyle | David Lord | 2020-01-10 | 1 | -9/+0 |
| | |||||
* | apply flake8 | David Lord | 2020-01-10 | 1 | -13/+13 |
| | |||||
* | apply black | David Lord | 2020-01-10 | 1 | -42/+44 |
| | |||||
* | apply reorder-python-imports | David Lord | 2020-01-10 | 1 | -7/+12 |
| | |||||
* | don't create a third queue | David Lord | 2019-10-24 | 1 | -1/+2 |
| | |||||
* | LRUCache.copy initializes queue methods | Ryan Siemens | 2019-10-24 | 1 | -1/+12 |
| | |||||
* | Add tests for utils.py - LRUCache, Lorem Ipsum & + | EtiennePelletier | 2019-10-04 | 1 | -4/+95 |
| | |||||
* | Added new method itervalues() to LRUCache and deprecated itervalue() | gokcegrbl | 2019-05-31 | 1 | -0/+21 |
| | | | | (Fixes pallets/jinja#999) | ||||
* | remove test copied from markupsafe | David Lord | 2017-07-06 | 1 | -18/+0 |
| | |||||
* | Bump up the copyright to 2017 | Armin Ronacher | 2017-01-07 | 1 | -1/+1 |
| | |||||
* | Updated docs on autoescaping and made select_autoescape case insensitive | Armin Ronacher | 2017-01-07 | 1 | -0/+2 |
| | |||||
* | Added a more convenient autoescaping function | Armin Ronacher | 2017-01-07 | 1 | -1/+16 |
| | |||||
* | Cleaned up shitty syntax in testsuite | Armin Ronacher | 2017-01-06 | 1 | -4/+4 |
| | |||||
* | Escape target attribute in the urlize function in utils.py. (#507) | Sambhav Satija | 2016-04-10 | 1 | -1/+12 |
| | |||||
* | Rename testsuite to tests and suggestions | Kartheek Lenkala | 2015-03-22 | 1 | -0/+76 |
Remove py.test from setup.py install_requires Rename testsuite folder to tests. |