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
*
don't prefetch next item in loop context
David Lord
2019-11-07
1
-94
/
+157
*
fixing LoopContext, loops indexing and iterator length property
aayushuppal
2019-10-14
1
-12
/
+11
*
Don't make cond_expr_undefined configurable
Adrian Moennich
2019-10-13
1
-1
/
+1
*
Fix bug with when using Markup on ChainableUndefined
Laurence de Bruxelles
2019-10-04
1
-4
/
+7
*
Fix simple typo: problemtic -> problematic (#1059)
Tim Gates
2019-09-04
1
-3
/
+2
*
Fix typo
Min ho Kim
2019-07-25
1
-1
/
+1
*
Apply suggestions
Min ho Kim
2019-07-07
1
-1
/
+1
*
Fix typo
Min ho Kim
2019-07-07
1
-1
/
+1
*
Fix typo "the the"
Jon Dufresne
2019-06-21
1
-1
/
+1
*
Add ChainableUndefined allowing getattr & getitem (#997)
Étienne Pelletier
2019-05-08
1
-3
/
+30
*
Import abstract base classes from collections.abc
Florian Bruhin
2018-08-07
1
-7
/
+2
*
Merge pull request #502 from berrange/callable
David Lord
2017-07-07
1
-7
/
+8
|
\
|
*
runtime: avoid assumption that all objects provide __call__
Daniel P. Berrange
2015-10-13
1
-7
/
+8
*
|
Add support for namespace attribute assignment
Adrian Moennich
2017-06-24
1
-2
/
+2
*
|
Add changed() to loop context
Adrian Moennich
2017-06-24
1
-0
/
+8
*
|
Add previtem/nextitem to loop context
Adrian Moennich
2017-06-24
1
-5
/
+22
*
|
Fix custom contexts in fast resolve mode
Adrian Moennich
2017-03-15
1
-1
/
+3
*
|
Fixed async macro autoescape. Fixes #671
Armin Ronacher
2017-01-28
1
-0
/
+4
*
|
Add support back for custom resolves on old resolve method
Armin Ronacher
2017-01-12
1
-10
/
+58
*
|
Fixed some string literal warnings. Fixes #646
Armin Ronacher
2017-01-08
1
-1
/
+1
*
|
Support new scoping rules in scoped blocks
Armin Ronacher
2017-01-08
1
-3
/
+5
*
|
Add support for explicit callers
Armin Ronacher
2017-01-08
1
-1
/
+15
*
|
Bump up the copyright to 2017
Armin Ronacher
2017-01-07
1
-1
/
+1
*
|
Generalize scoping. This fixes #603
Armin Ronacher
2017-01-07
1
-2
/
+7
*
|
Fixed self references in macros
Armin Ronacher
2017-01-06
1
-1
/
+3
*
|
Set macro autoescape behavior at call instead of compile time. Fixes #565
Armin Ronacher
2017-01-06
1
-3
/
+35
*
|
Do not emit make_logging_undefined to runtime
Armin Ronacher
2017-01-05
1
-1
/
+1
*
|
Changed behavior of macro defaults to be frame bound
Armin Ronacher
2017-01-03
1
-7
/
+2
*
|
First pass on integrating id tracking
Armin Ronacher
2017-01-03
1
-6
/
+13
*
|
Changelog and __rsub__ handling
Armin Ronacher
2017-01-03
1
-1
/
+1
*
|
Merge pull request #530 from nick-garcia/master
Armin Ronacher
2017-01-03
1
-1
/
+1
|
\
\
|
*
|
Setting __sub__ equal to _fail_with_undefined_error so subtractions with
Nick Garcia
2016-01-07
1
-1
/
+1
|
|
/
*
|
Support the same set of loop functions for async mode
Armin Ronacher
2016-12-28
1
-24
/
+24
*
|
Added support for async loop context
Armin Ronacher
2016-12-28
1
-12
/
+21
|
/
*
Let the Environment override the Context
ThiefMaster
2015-04-06
1
-1
/
+2
*
Fix doctests
Markus Unterwaditzer
2015-03-22
1
-7
/
+7
*
Fixed a Python 3 regression.
Armin Ronacher
2014-06-06
1
-10
/
+16
*
Added tests for logging undefined and added it to the docs.
Armin Ronacher
2014-06-06
1
-18
/
+61
*
Added support for logging of undefined objects.
Armin Ronacher
2014-06-06
1
-6
/
+41
*
Fix loop context length calculation for iterators. Fixes #244
Christoph Reiter
2014-03-30
1
-2
/
+3
*
Merge branch '2.7-maintenance'
Armin Ronacher
2013-08-07
1
-1
/
+11
|
\
|
*
Fixed warnings if Python is run with -3.
Armin Ronacher
2013-08-07
1
-1
/
+11
*
|
Since we no longer support 2.5 we can use the builtin next() function
Armin Ronacher
2013-05-20
1
-1
/
+1
|
/
*
Documented loop.depth and added loop.depth0.
Armin Ronacher
2013-05-20
1
-2
/
+4
*
feature to version check for context dict methods
Armin Ronacher
2013-05-20
1
-2
/
+2
*
Removed an unnecessary check
Armin Ronacher
2013-05-20
1
-8
/
+7
*
Make the runtime leak less of the version hacks
Armin Ronacher
2013-05-20
1
-13
/
+13
*
Added unicode mixin for unified string logic
Armin Ronacher
2013-05-19
1
-17
/
+3
*
PY3 -> PY2 macro
Armin Ronacher
2013-05-19
1
-7
/
+7
*
Moved all six usages (ignoring testsuite) into jinja2._compat
Armin Ronacher
2013-05-19
1
-19
/
+24
[next]