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
/
compiler.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Small optimization for python scopes
Armin Ronacher
2017-01-03
1
-1
/
+1
*
Fixed a typo
Armin Ronacher
2017-01-03
1
-1
/
+1
*
Cleaned up some code that no longer needs to exist
Armin Ronacher
2017-01-03
1
-6
/
+3
*
Stop assigning stuff to the frame that does not belong there
Armin Ronacher
2017-01-03
1
-13
/
+19
*
Kill now unused assigned_names
Armin Ronacher
2017-01-03
1
-5
/
+0
*
Kill some dead code
Armin Ronacher
2017-01-03
1
-11
/
+0
*
Force missing to be a local
Armin Ronacher
2017-01-03
1
-2
/
+4
*
Fixed from imports with context
Armin Ronacher
2017-01-03
1
-2
/
+3
*
Made all tests pass again
Armin Ronacher
2017-01-03
1
-4
/
+4
*
Fixed various breakage from the new id tracking
Armin Ronacher
2017-01-03
1
-49
/
+36
*
Reset variables for scoping
Armin Ronacher
2017-01-03
1
-27
/
+68
*
First pass on integrating id tracking
Armin Ronacher
2017-01-03
1
-364
/
+88
*
Support block-set in toplevel situations when extends is used
Armin Ronacher
2016-12-31
1
-0
/
+4
*
First pass on async support for filters
Armin Ronacher
2016-12-28
1
-0
/
+4
*
Made the env._async property public for filters
Armin Ronacher
2016-12-28
1
-23
/
+23
*
Support the same set of loop functions for async mode
Armin Ronacher
2016-12-28
1
-8
/
+10
*
Fixed error message
Armin Ronacher
2016-12-28
1
-1
/
+1
*
Added support for async loop context
Armin Ronacher
2016-12-28
1
-4
/
+11
*
Added basic support for async iter
Armin Ronacher
2016-12-28
1
-2
/
+14
*
Added tests for async functionality with imports and includes
Armin Ronacher
2016-12-28
1
-5
/
+13
*
Added untested support for imports and includes in async mode
Armin Ronacher
2016-12-28
1
-7
/
+12
*
Use more _get_default_module calls
Armin Ronacher
2016-12-28
1
-4
/
+5
*
Rewrap
Armin Ronacher
2016-12-28
1
-1
/
+2
*
Stop use of .module in generated code
Armin Ronacher
2016-12-28
1
-1
/
+1
*
Basic async support for blocks
Armin Ronacher
2016-12-28
1
-2
/
+4
*
Automatically await on function calls if necessary
Armin Ronacher
2016-12-28
1
-0
/
+7
*
Initial support for async rendering
Armin Ronacher
2016-12-28
1
-11
/
+10
*
Add async flags
Armin Ronacher
2016-12-28
1
-0
/
+7
*
Added support for generator_stop
Armin Ronacher
2016-12-27
1
-1
/
+10
*
Added decorator support for finalize. This fixes #431
Armin Ronacher
2015-05-25
1
-2
/
+24
*
Let the Environment override the CodeGenerator
ThiefMaster
2015-04-06
1
-1
/
+2
*
Implemented a block set tag.
Armin Ronacher
2014-06-07
1
-28
/
+51
*
Merge branch '2.7-maintenance'
Armin Ronacher
2013-08-07
1
-9
/
+2
|
\
|
*
Revert "Support included blocks override"
Armin Ronacher
2013-08-07
1
-9
/
+2
*
|
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
/
+2
*
Some more small cleanup for metaclasses
Armin Ronacher
2013-05-20
1
-1
/
+2
*
Moved all six usages (ignoring testsuite) into jinja2._compat
Armin Ronacher
2013-05-19
1
-16
/
+14
*
six.advance_iterator -> next
Armin Ronacher
2013-05-19
1
-3
/
+4
*
Merge remote-tracking branch 'paradoxxxzero/include_fix'
Armin Ronacher
2013-05-19
1
-2
/
+9
|
\
|
*
Support included blocks override
Florian Mounier
2012-01-05
1
-2
/
+9
*
|
Fixed #79
Armin Ronacher
2013-05-19
1
-1
/
+2
*
|
Fixed a loop bug. This fixes #100
Armin Ronacher
2013-05-19
1
-0
/
+1
*
|
Fixed a type in a module name.
Armin Ronacher
2013-05-18
1
-1
/
+1
*
|
Merge remote-tracking branch 'ThomasWaldmann/sprint-branch' into sprint-branch
Armin Ronacher
2013-05-18
1
-7
/
+3
|
\
\
|
*
|
stuff missing from previous commit, thanks git
Thomas Waldmann
2013-05-18
1
-5
/
+2
*
|
|
Merge branch 'master' into sprint-branch
Armin Ronacher
2013-05-18
1
-3
/
+3
|
\
\
\
|
*
|
|
Fixed typos: overriden to overridden
Jonas Nockert
2013-02-23
1
-3
/
+3
|
|
|
/
|
|
/
|
*
|
|
Python 2.6+ supports conditional expressions.
Cory Benfield
2013-05-18
1
-24
/
+7
*
|
|
Merge pull request #214 from Lukasa/luk-sprint-branch
Armin Ronacher
2013-05-18
1
-4
/
+6
|
\
\
\
[prev]
[next]