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
...
*
fixed a bug with nested loops and the special loop variable.
Armin Ronacher
2008-08-13
1
-15
/
+21
*
Removed a few stdlib dependencies. This is the first step for IronPython sup...
Armin Ronacher
2008-08-13
1
-7
/
+9
*
fixed a few broken license declarations. should have been BSD not GPL
Armin Ronacher
2008-07-15
1
-1
/
+1
*
Fixed bug in finalizer
Armin Ronacher
2008-07-14
1
-1
/
+6
*
Fixed a bug with the loop context of a for loop if the iterator passed has a ...
Armin Ronacher
2008-07-04
1
-8
/
+26
*
Changed all sentences with occurrences of subscribing to a similar sentence t...
Armin Ronacher
2008-06-25
1
-1
/
+1
*
Improved attribute and item lookup by allowing template designers to express ...
Armin Ronacher
2008-06-12
1
-2
/
+7
*
even more tests, fixed severe bug with autoescaping.
Armin Ronacher
2008-05-25
1
-2
/
+5
*
all calls are proxied by context.call now so that we can inject environment a...
Armin Ronacher
2008-05-25
1
-24
/
+13
*
fixed bug with static unicode strings and auto escaping
Armin Ronacher
2008-05-24
1
-2
/
+14
*
end of line sequence is no configurable
Armin Ronacher
2008-05-23
1
-1
/
+0
*
more unittests and updated documentation for extensions. Fixed bug in optimi...
Armin Ronacher
2008-05-23
1
-3
/
+6
*
added loopcontrols extension and added unittests for it
Armin Ronacher
2008-05-23
1
-9
/
+7
*
refactored compiler and improved identifier handling for for-loops
Armin Ronacher
2008-05-23
1
-39
/
+55
*
variables starting with one or more underscores are not exported
Armin Ronacher
2008-05-23
1
-8
/
+8
*
call is now handled like a regular unnamed macro, refactored compiled a bit
Armin Ronacher
2008-05-22
1
-80
/
+76
*
improved thread safety of the LRUCache and fixed a bug in for loops
Armin Ronacher
2008-05-19
1
-24
/
+17
*
temporary identifiers are prefixed with "t_" now and the _node_setup_finished...
Armin Ronacher
2008-05-19
1
-1
/
+1
*
some more cleaning up
Armin Ronacher
2008-05-18
1
-3
/
+3
*
small refactoring
Armin Ronacher
2008-05-18
1
-51
/
+53
*
subscribe doesn't eat up unicode errors any longer
Armin Ronacher
2008-05-17
1
-9
/
+1
*
removed attribute local aliasing again because that implementation was broken
Armin Ronacher
2008-05-16
1
-67
/
+0
*
improved exception system. now both name (load name) and filename are passed.
Armin Ronacher
2008-05-16
1
-5
/
+8
*
added disclaimer to rwbench and fixed error reporting for one of the four Out...
Armin Ronacher
2008-05-16
1
-5
/
+5
*
simplified from imports
Armin Ronacher
2008-05-15
1
-2
/
+21
*
added a semi realworld benchmark (jinja2 and mako)
Armin Ronacher
2008-05-15
1
-3
/
+5
*
fixed bug with parameter parsing
Armin Ronacher
2008-05-15
1
-3
/
+4
*
fixed error on static subscribe aliasing if the subscription argument was a v...
Armin Ronacher
2008-05-15
1
-2
/
+2
*
fixed error reporting for filtered statements
Armin Ronacher
2008-05-15
1
-7
/
+8
*
reversed the internal structure for blocks
Armin Ronacher
2008-05-15
1
-2
/
+2
*
added support for local aliasing of some attributes. the technique used is n...
Armin Ronacher
2008-05-15
1
-1
/
+67
*
the two escape implementations work the same now, updated jinja2-debug to loa...
Armin Ronacher
2008-05-14
1
-1
/
+1
*
improved subscribe
Armin Ronacher
2008-05-13
1
-1
/
+5
*
switched back to explicit set for assignments. {% foo = 42 %} becomes {% set...
Armin Ronacher
2008-05-13
1
-2
/
+2
*
improved variable exporting, added TODO file
Armin Ronacher
2008-05-12
1
-3
/
+19
*
added unittest for recursive for loop
Armin Ronacher
2008-05-11
1
-4
/
+4
*
readded support for recursive for-loops
Armin Ronacher
2008-05-11
1
-10
/
+66
*
added parsing code for "for item in seq recursive" and improved parser interf...
Armin Ronacher
2008-05-11
1
-2
/
+2
*
fixed a bug in extension handling
Armin Ronacher
2008-05-11
1
-1
/
+2
*
Backed out changeset 6afb554797b6, which added unicode identifier support. T...
Armin Ronacher
2008-05-11
1
-48
/
+17
*
added support for unicode identifiers
Armin Ronacher
2008-05-11
1
-17
/
+48
*
added support for dotted names in tests and filters
Armin Ronacher
2008-05-10
1
-6
/
+13
*
First extension interface documentation and updates in that interface
Armin Ronacher
2008-05-08
1
-1
/
+32
*
some documentation improvements, jinja escapes " and ' now, both into charpoi...
Armin Ronacher
2008-05-06
1
-1
/
+1
*
Fixed bug that caused "for item in seq if expr" to fail if the loop is not ac...
Armin Ronacher
2008-05-06
1
-1
/
+1
*
moved concat to utils, fixed a few docstrings, fixed memory leak in _speedups...
Armin Ronacher
2008-05-03
1
-2
/
+1
*
added "with context" or "without context" import/include modifiers
Armin Ronacher
2008-05-02
1
-7
/
+21
*
small performance improvements
Armin Ronacher
2008-05-01
1
-6
/
+7
*
again documentation updates fixed another python 2.4 bug. Imports are not ev...
Armin Ronacher
2008-04-29
1
-2
/
+7
*
python2.4 compatibility and doc updates
Armin Ronacher
2008-04-28
1
-1
/
+3
[prev]
[next]