Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |