Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make tojson always safe (fix #709) | Ayala Shachar | 2017-05-23 | 1 | -1/+1 |
| | |||||
* | 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 | -2/+7 |
| | |||||
* | Added a more convenient autoescaping function | Armin Ronacher | 2017-01-07 | 1 | -0/+49 |
| | |||||
* | Ported tojson filter. Fixes #458 | Armin Ronacher | 2017-01-06 | 1 | -0/+31 |
| | |||||
* | Merge pull request #525 from iffy/fix-cycle-next | Armin Ronacher | 2017-01-03 | 1 | -1/+3 |
|\ | | | | | Give Cycler a next() method so that it works in python2 and 3 | ||||
| * | Give Cycler a next() method so that it works in python2 and 3 | Matt Haggard | 2015-12-29 | 1 | -1/+3 |
| | | |||||
* | | Make noopener the default for urlize | Armin Ronacher | 2016-12-31 | 1 | -8/+6 |
| | | |||||
* | | Initial support for async rendering | Armin Ronacher | 2016-12-28 | 1 | -0/+8 |
| | | |||||
* | | Fix typo in clear_caches docstring | Marcelo Jorge Vieira | 2016-09-09 | 1 | -1/+1 |
| | | |||||
* | | Escape target attribute in the urlize function in utils.py. (#507) | Sambhav Satija | 2016-04-10 | 1 | -1/+1 |
|/ | |||||
* | Fixed for_qs for urlencode. This fixes #515 | Armin Ronacher | 2015-11-20 | 1 | -1/+1 |
| | |||||
* | Escape slashes in query strings. This fixes #445 | Armin Ronacher | 2015-05-25 | 1 | -2/+6 |
| | |||||
* | Merge pull request #375 from zart/fix-relative-search-on-windows | Markus Unterwaditzer | 2015-03-11 | 1 | -1/+1 |
|\ | | | | | Windows returns EINVAL on bogus filenames | ||||
| * | Windows returns EINVAL on bogus filenames | Konstantin Zemlyak | 2014-09-28 | 1 | -1/+1 |
| | | | | | | | | Related pull of pyramid_jinja2: https://github.com/Pylons/pyramid_jinja2/pull/94 | ||||
* | | Fix typo | Fabio Utzig | 2015-01-18 | 1 | -1/+1 |
|/ | |||||
* | Issue #126: Add `target` keyword argument to urlize. | Berker Peksag | 2013-08-21 | 1 | -5/+11 |
| | |||||
* | Removed some no longer needed code from compat | Armin Ronacher | 2013-05-20 | 1 | -2/+3 |
| | |||||
* | Removed some dead imports | Armin Ronacher | 2013-05-20 | 1 | -1/+1 |
| | |||||
* | More cleanup in the utils module | Armin Ronacher | 2013-05-20 | 1 | -30/+2 |
| | |||||
* | Some more small cleanup for metaclasses | Armin Ronacher | 2013-05-20 | 1 | -2/+0 |
| | |||||
* | Make the runtime leak less of the version hacks | Armin Ronacher | 2013-05-20 | 1 | -2/+3 |
| | |||||
* | PY3 -> PY2 macro | Armin Ronacher | 2013-05-19 | 1 | -2/+2 |
| | |||||
* | Unified version checks where appropriate | Armin Ronacher | 2013-05-19 | 1 | -2/+2 |
| | |||||
* | Moved all six usages (ignoring testsuite) into jinja2._compat | Armin Ronacher | 2013-05-19 | 1 | -28/+8 |
| | |||||
* | Removed bundled markupsafe | Armin Ronacher | 2013-05-19 | 1 | -11/+2 |
| | |||||
* | Fixed MethodType being wrong on 3.x | Armin Ronacher | 2013-05-18 | 1 | -1/+1 |
| | |||||
* | No need for tuple comparisons. | Cory Benfield | 2013-05-18 | 1 | -1/+1 |
| | |||||
* | utils: remove some old py compat code | Thomas Waldmann | 2013-05-18 | 1 | -44/+3 |
| | |||||
* | python 3 port: manual fixes, remove 2to3 from setup.py, remove fixers | Thomas Waldmann | 2013-05-18 | 1 | -19/+12 |
| | |||||
* | python 3 port: automated changes by a slightly modified python-modernize | Thomas Waldmann | 2013-05-17 | 1 | -10/+11 |
| | | | | (replacing unicode with six.text_type, but not replacing u"" by six.u("")) | ||||
* | Pessimistic locking for LRU cache. This fixes #8 | Armin Ronacher | 2013-04-13 | 1 | -20/+24 |
| | |||||
* | Fixed an issue about urlize function | mozillazg | 2013-03-18 | 1 | -0/+1 |
| | | | | | | | | | | | When URL startswith 'https://', the return is wrong. Before: >>> urlize('https://github.com/') u'<a href="http://https://github.com/">https://github.com/</a>' After: >>> urlize('https://github.com/') u'<a href="https://github.com/">https://github.com/</a>' | ||||
* | Few typos in jinja2.utils | Florent Xicluna | 2012-02-05 | 1 | -7/+7 |
| | |||||
* | Renamed urlescape to urlencode | Armin Ronacher | 2012-01-07 | 1 | -1/+1 |
| | |||||
* | Reworked implementation of the urlescape filter, made it Python3 compatible, ↵ | Armin Ronacher | 2012-01-07 | 1 | -0/+19 |
| | | | | documented it. | ||||
* | Changed naked except statements to catch only subclasses of Exception. | Ian Lewis | 2010-11-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Naked except statements catch subclasses of BaseException which can occur anywhere (i.e. KeyboardInterrupt). Unexpected issues can occur when the exception happens during the loading of a module. The python interpreter doesn't know about a module's failed load and does not remove it from sys.modules. This is particularly a problem on AppEngine where python will think the module is loaded but in fact the module load has failed. See: http://code.google.com/p/googleappengine/issues/detail?id=1409 Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com> | ||||
* | MarkupSafe is now used for the Jinja2 speedups | Armin Ronacher | 2010-08-17 | 1 | -224/+6 |
| | | | | | --HG-- branch : trunk | ||||
* | Different name for builtins in Python 3 | Armin Ronacher | 2010-04-20 | 1 | -1/+2 |
| | | | | | --HG-- branch : trunk | ||||
* | fixed an error reporting bug for undefineds.2.4.1 | Armin Ronacher | 2010-04-20 | 1 | -2/+2 |
| | | | | | --HG-- branch : trunk | ||||
* | Improved error message for undefineds | Armin Ronacher | 2010-04-12 | 1 | -0/+16 |
| | | | | | --HG-- branch : trunk | ||||
* | Documented autoescaping behavior and eval contexts. | Armin Ronacher | 2010-03-15 | 1 | -1/+2 |
| | | | | | --HG-- branch : trunk | ||||
* | Biggest change to Jinja since the 1.x migration: added evaluation contexts | Armin Ronacher | 2010-03-14 | 1 | -0/+12 |
| | | | | | | | | | which make it possible to keep the ahead of time optimizations and provide dynamic activation and deactivation of autoescaping and other context specific features. --HG-- branch : trunk | ||||
* | Down to 7 failures for Python 3. We're onto something. | Armin Ronacher | 2010-02-10 | 1 | -14/+19 |
| | | | | | --HG-- branch : trunk | ||||
* | Approaching python3 compatibility | Armin Ronacher | 2010-02-10 | 1 | -2/+2 |
| | | | | | --HG-- branch : trunk | ||||
* | Propably delaying release for better python 3 support. Started working on | Armin Ronacher | 2010-02-09 | 1 | -1/+1 |
| | | | | | | | that. --HG-- branch : trunk | ||||
* | It's a new year | Armin Ronacher | 2010-01-22 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | Fix typos and one extra import. | Georg Brandl | 2009-11-22 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | Fixed a scoping bug that was introduced in the development version and was | Armin Ronacher | 2009-10-25 | 1 | -1/+5 |
| | | | | | | | | triggered by multiple layers of local variables not tracked properly in if statements. --HG-- branch : trunk | ||||
* | Made the lru cache more robust. | Armin Ronacher | 2009-09-14 | 1 | -2/+6 |
| | | | | | --HG-- branch : trunk |