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
/
runtime.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
more unittests and updated documentation for extensions. Fixed bug in optimi...
Armin Ronacher
2008-05-23
1
-1
/
+1
*
fixed an embarrassing mistake in the documentation
Armin Ronacher
2008-05-19
1
-4
/
+7
*
some more cleaning up
Armin Ronacher
2008-05-18
1
-0
/
+2
*
small refactoring
Armin Ronacher
2008-05-18
1
-6
/
+23
*
added a semi realworld benchmark (jinja2 and mako)
Armin Ronacher
2008-05-15
1
-4
/
+4
*
fixed bug with parameter parsing
Armin Ronacher
2008-05-15
1
-2
/
+1
*
reversed the internal structure for blocks
Armin Ronacher
2008-05-15
1
-4
/
+2
*
added unittest for recursive for loop
Armin Ronacher
2008-05-11
1
-2
/
+6
*
readded support for recursive for-loops
Armin Ronacher
2008-05-11
1
-1
/
+8
*
documentation update
Armin Ronacher
2008-05-07
1
-3
/
+5
*
some documentation improvements, jinja escapes " and ' now, both into charpoi...
Armin Ronacher
2008-05-06
1
-6
/
+31
*
moved concat to utils, fixed a few docstrings, fixed memory leak in _speedups...
Armin Ronacher
2008-05-03
1
-22
/
+1
*
small performance improvements
Armin Ronacher
2008-05-01
1
-12
/
+14
*
moved caching from loaders to environment and added environment overlays
Armin Ronacher
2008-04-30
1
-28
/
+25
*
again documentation updates fixed another python 2.4 bug. Imports are not ev...
Armin Ronacher
2008-04-29
1
-6
/
+5
*
added python2.4 workaround for unicode.join bug
Armin Ronacher
2008-04-28
1
-1
/
+19
*
autoescaping is separate from finalize now and Markup is completely ignored i...
Armin Ronacher
2008-04-28
1
-9
/
+64
*
all unittests pass, the special and dependency lookups have their own visitor...
Armin Ronacher
2008-04-27
1
-22
/
+38
*
added spitfire to bench and did some more refactoring
Armin Ronacher
2008-04-26
1
-61
/
+10
*
worked on the tests and made undefined fail on comparisons now
Armin Ronacher
2008-04-26
1
-16
/
+31
*
there is now a workaround in the compiler that makes sure it's possible to ca...
Armin Ronacher
2008-04-26
1
-14
/
+21
*
some performance improvements
Armin Ronacher
2008-04-26
1
-2
/
+6
*
revamped jinja2 import system. the behavior is less confusing now, but it's ...
Armin Ronacher
2008-04-25
1
-2
/
+7
*
moved `IncludedTemplate` into the regular template API, fixed more unittests
Armin Ronacher
2008-04-25
1
-28
/
+15
*
moved trans extension from jinja2.i18n to jinja2.ext and fixed some more unit...
Armin Ronacher
2008-04-25
1
-2
/
+12
*
inheritance uses a less awkward hack for contexts now and subclassing templat...
Armin Ronacher
2008-04-24
1
-72
/
+82
*
fixed more unittests
Armin Ronacher
2008-04-22
1
-1
/
+8
*
added first code for parser extensions and moved some code in speedups around
Armin Ronacher
2008-04-20
1
-8
/
+2
*
fixed more unittests
Armin Ronacher
2008-04-18
1
-1
/
+1
*
loops and `tests` tests pass now
Armin Ronacher
2008-04-18
1
-3
/
+4
*
removed loop.parent. If this variable is wanted you can get it by doing some...
Armin Ronacher
2008-04-18
1
-11
/
+5
*
fixed two typos
Priit Laes
2008-04-17
1
-3
/
+6
*
improved undefined behavior
Armin Ronacher
2008-04-17
1
-22
/
+37
*
various docstring changes
Armin Ronacher
2008-04-17
1
-5
/
+5
*
`TemplateData` -> `Markup`
Armin Ronacher
2008-04-17
1
-10
/
+2
*
added autoescaping
Armin Ronacher
2008-04-17
1
-6
/
+9
*
reimplemented {% trans %}
Armin Ronacher
2008-04-16
1
-17
/
+24
*
removed unusde __delitem__ for context
Armin Ronacher
2008-04-15
1
-5
/
+0
*
added sandbox and exchageable undefined objects
Armin Ronacher
2008-04-14
1
-30
/
+49
*
added super()
Armin Ronacher
2008-04-13
1
-3
/
+30
*
optimizer can optimize filtered for loops now
Armin Ronacher
2008-04-13
1
-2
/
+5
*
added loop filtering
Armin Ronacher
2008-04-13
1
-11
/
+16
*
added support for new call statement
Armin Ronacher
2008-04-12
1
-4
/
+16
*
fixed include
Armin Ronacher
2008-04-12
1
-4
/
+13
*
implemented includes
Armin Ronacher
2008-04-11
1
-6
/
+35
*
basic inheritance works now
Armin Ronacher
2008-04-11
1
-10
/
+4
*
work on tha runtime
Armin Ronacher
2008-04-11
1
-2
/
+5
*
optimized child template code generation. we now have zero overhead for the ...
Armin Ronacher
2008-04-11
1
-4
/
+5
*
fixed one bug with blocks, one to go
Armin Ronacher
2008-04-10
1
-3
/
+11
*
Automated merge with ssh://team@pocoo.org/jinja2-main
Armin Ronacher
2008-04-09
1
-1
/
+1
|
\
[prev]
[next]