index
:
delta/jinja2.git
2.10-maintenance
2.10.x
2.11.x
2.5-maintenance
2.7-maintenance
2.8-maintenance
2.9-maintenance
2.9.x
3.0.x
3.1.x
GH-1194-formal-grammar
GH-1253-set-within-if
GH-1413-set-namespace-tuple
baserock/morph
bugfix/attribute-access
bugfix/inline-optmiize
dependabot/add-v2-config-file
dependabot/pip/pip-tools-5.2.0
dependabot/pip/pip-tools-6.3.0
dependabot/pip/pip-tools-6.4.0
dependabot/pip/pre-commit-2.10.0
dependabot/pip/pre-commit-2.14.1
dependabot/pip/pre-commit-2.15.0
dependabot/pip/pre-commit-2.16.0
dependabot/pip/pytest-5.4.3
dependabot/pip/pytest-6.2.2
dependabot/pip/pytest-6.2.5
dependabot/pip/requirements/3.0.x/sphinx-issues-2.0.0
dependabot/pip/requirements/3.0.x/tox-3.24.5
dependabot/pip/tox-3.15.2
dependabot/pip/tox-3.24.3
dependabot/pip/tox-3.24.4
docs
docs-globals
drop-python2
feature/async
feature/kill-stringdefs
feature/no-locals
feature/overlay-scopes
feature/pairs
inline-async
isinstance-tests
main
master
native-template-env
no-finalize-template-data
operator-tests
patch-traceback
pkgutil-loader
pre-commit-ci-update-config
pytest-cleanup
refactor-loop-context
remove-docs-dev
replace-easy-install-instructions-with-pip
revert-1121-the-great-rename
revert-rename
sphinx
sprint-branch
style
the-great-rename
tproxy
unify-decorators
unpin-pytest
urlize-speedup
website
github.com: mitsuhiko/jinja2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jinja2
/
utils.py
Commit message (
Expand
)
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
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
Konstantin Zemlyak
2014-09-28
1
-1
/
+1
*
|
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
*
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
*
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
*
Changed naked except statements to catch only subclasses of Exception.
Ian Lewis
2010-11-07
1
-1
/
+1
*
MarkupSafe is now used for the Jinja2 speedups
Armin Ronacher
2010-08-17
1
-224
/
+6
*
Different name for builtins in Python 3
Armin Ronacher
2010-04-20
1
-1
/
+2
*
fixed an error reporting bug for undefineds.
2.4.1
Armin Ronacher
2010-04-20
1
-2
/
+2
*
Improved error message for undefineds
Armin Ronacher
2010-04-12
1
-0
/
+16
*
Documented autoescaping behavior and eval contexts.
Armin Ronacher
2010-03-15
1
-1
/
+2
*
Biggest change to Jinja since the 1.x migration: added evaluation contexts
Armin Ronacher
2010-03-14
1
-0
/
+12
*
Down to 7 failures for Python 3. We're onto something.
Armin Ronacher
2010-02-10
1
-14
/
+19
*
Approaching python3 compatibility
Armin Ronacher
2010-02-10
1
-2
/
+2
*
Propably delaying release for better python 3 support. Started working on
Armin Ronacher
2010-02-09
1
-1
/
+1
*
It's a new year
Armin Ronacher
2010-01-22
1
-1
/
+1
*
Fix typos and one extra import.
Georg Brandl
2009-11-22
1
-1
/
+1
*
Fixed a scoping bug that was introduced in the development version and was
Armin Ronacher
2009-10-25
1
-1
/
+5
*
Made the lru cache more robust.
Armin Ronacher
2009-09-14
1
-2
/
+6
[next]