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
*
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
*
More Python 3 support.
Armin Ronacher
2009-08-05
1
-0
/
+9
*
Started to work on Python 3 support.
Armin Ronacher
2009-08-05
1
-1
/
+5
*
Improved Jinja's debugging support by introducing "@internalcode" which marks...
Armin Ronacher
2009-02-24
1
-0
/
+9
*
Fixed a threading issue with the LRUCache. Still not sure if I should releas...
Armin Ronacher
2009-01-12
1
-1
/
+7
*
Copyright switch to "The Jinja Team".
Armin Ronacher
2009-01-04
1
-1
/
+1
*
Fixed an escaping bug in urlize
Armin Ronacher
2008-11-17
1
-1
/
+1
*
Added support for `Environment.compile_expression`.
Armin Ronacher
2008-11-02
1
-0
/
+6
*
Implemented and documented "joiner"
Armin Ronacher
2008-10-13
1
-0
/
+14
*
Various cleanups and added custom cycler.
Armin Ronacher
2008-10-05
1
-0
/
+37
*
Fixed a documentation bug.
Armin Ronacher
2008-09-08
1
-2
/
+2
*
Removed a few stdlib dependencies. This is the first step for IronPython sup...
Armin Ronacher
2008-08-13
1
-8
/
+40
*
updated documentation
Armin Ronacher
2008-06-09
1
-3
/
+5
*
data files are optional now
Armin Ronacher
2008-05-28
1
-9
/
+59
*
some more documentation updates and minor code cleanups. Additionally True a...
Armin Ronacher
2008-05-28
1
-6
/
+38
*
improved sandbox and updated setup.py
Armin Ronacher
2008-05-26
1
-14
/
+21
*
all calls are proxied by context.call now so that we can inject environment a...
Armin Ronacher
2008-05-25
1
-3
/
+3
*
added unittest for Markup and let the markup constructor accept `__html__` ob...
Armin Ronacher
2008-05-23
1
-0
/
+5
*
fixed babel entry point
Armin Ronacher
2008-05-20
1
-0
/
+16
[next]