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 some tests for python 2.4. Disabled a test for 2.4 that does not work ...
Armin Ronacher
2010-02-17
1
-2
/
+15
*
Down to 7 failures for Python 3. We're onto something.
Armin Ronacher
2010-02-10
1
-1
/
+9
*
Started working on unittest powered testsuite.
Armin Ronacher
2010-02-09
1
-1
/
+1
*
It's a new year
Armin Ronacher
2010-01-22
1
-1
/
+1
*
More correct fix for 380. The only thing that is part of the outer scope
Armin Ronacher
2010-01-14
1
-2
/
+1
*
fixed a problem with having call blocks in outer scopes that
Armin Ronacher
2010-01-14
1
-1
/
+1
*
include tags are now able to select between multiple templates
Armin Ronacher
2010-01-14
1
-1
/
+11
*
Reverted [73b04625ab54]. The old behavior is the new behavior, the other
Armin Ronacher
2009-10-26
1
-11
/
+2
*
Shortcut for the if inner visit for empty branches.
Armin Ronacher
2009-10-25
1
-0
/
+2
*
Fixed a scoping bug that was introduced in the development version and was
Armin Ronacher
2009-10-25
1
-17
/
+26
*
added a deprecation warning for a variable assignment, scope bug
Armin Ronacher
2009-09-18
1
-2
/
+9
*
fixes issue with code generator that causes unbound variables
Armin Ronacher
2009-09-17
1
-0
/
+24
*
Tiny improvement for the loop hack. Implemented it in a way that the
Armin Ronacher
2009-09-13
1
-1
/
+1
*
Refactoring in the way the parse function is invoked.
Armin Ronacher
2009-09-13
1
-1
/
+1
*
Added ugly workaround for a loop bug.
Armin Ronacher
2009-09-12
1
-0
/
+9
*
More Python 3 support.
Armin Ronacher
2009-08-05
1
-3
/
+3
*
Added testcase for a bug
Armin Ronacher
2009-03-18
1
-1
/
+3
*
Added support for optional `scoped` modifier to blocks.
Armin Ronacher
2009-02-19
1
-2
/
+6
*
Fixed a bug that caused internal errors if names where used as iteration
Armin Ronacher
2009-02-11
1
-18
/
+36
*
Made it possible to refer to names from outer scopes in included templates
Armin Ronacher
2009-02-08
1
-0
/
+14
*
Fixed a bug that caused syntax errors when defining macros or using the
Armin Ronacher
2009-02-04
1
-1
/
+4
*
Copyright switch to "The Jinja Team".
Armin Ronacher
2009-01-04
1
-1
/
+1
*
Include statements can now be marked with ``ignore missing`` to skip
Armin Ronacher
2008-12-27
1
-7
/
+20
*
Fixed a translation error caused by looping over empty recursive loops.
Armin Ronacher
2008-12-25
1
-2
/
+3
*
Fixed a macro scoping bug discovered by ckknight introduced in one of the ear...
Armin Ronacher
2008-10-30
1
-0
/
+2
*
imports and includes "with context" are passed the full context now, not only...
Armin Ronacher
2008-10-04
1
-9
/
+25
*
The hopefully final fix for the bug apollo13 spotted earlier.
Armin Ronacher
2008-09-23
1
-11
/
+9
*
Fixed a bug with the handling of empty statements in macros (it also fixes a ...
Armin Ronacher
2008-09-17
1
-7
/
+15
*
Fixed a confusing edge case (thanks apollo13)
Armin Ronacher
2008-09-15
1
-3
/
+3
*
Fixed a bug in the subscript operation.
Armin Ronacher
2008-09-12
1
-5
/
+2
*
Fixed a bug in the compiler that caused problems with loop not being referenc...
Armin Ronacher
2008-08-14
1
-1
/
+2
*
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
[next]