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
/
parser.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
This fixes #368.
Armin Ronacher
2010-02-11
1
-9
/
+14
*
Further error message improvement, this time for #341.
Armin Ronacher
2010-02-07
1
-0
/
+9
*
implicit tuple expressions can no longer be totally empty.
Armin Ronacher
2010-02-06
1
-4
/
+19
*
greatly improved error message reporting. This fixes #339
Armin Ronacher
2010-02-06
1
-36
/
+105
*
It's a new year
Armin Ronacher
2010-01-22
1
-1
/
+1
*
More Python 3 support.
Armin Ronacher
2009-08-05
1
-47
/
+48
*
Added support for optional `scoped` modifier to blocks.
Armin Ronacher
2009-02-19
1
-0
/
+1
*
Fixed a bug in the parser that made ``{{ foo[1, 2] }}`` impossible.
Armin Ronacher
2009-02-05
1
-1
/
+1
*
Priority of `not` raised. It's now possible to write `not foo in bar`
Armin Ronacher
2009-02-04
1
-6
/
+8
*
This commit makes the parser and lexer use regular string comparison to suppo...
Ali Afshar
2009-01-05
1
-52
/
+52
*
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
-0
/
+6
*
Added support for `Environment.compile_expression`.
Armin Ronacher
2008-11-02
1
-2
/
+3
*
Fixed a bug with the loop context of a for loop if the iterator passed has a ...
Armin Ronacher
2008-07-04
1
-2
/
+4
*
added support for implicit string literal concatenation
Armin Ronacher
2008-06-22
1
-1
/
+9
*
added support for token stream filtering and preprocessing.
Armin Ronacher
2008-06-13
1
-2
/
+1
*
Fixed a broken unittest and fixed a bug that required multiple tests to be pu...
Armin Ronacher
2008-06-12
1
-1
/
+5
*
Improved attribute and item lookup by allowing template designers to express ...
Armin Ronacher
2008-06-12
1
-6
/
+10
*
some more documentation updates and minor code cleanups. Additionally True a...
Armin Ronacher
2008-05-28
1
-3
/
+4
*
fixed a bug in error reporting and some small documentation updates
Armin Ronacher
2008-05-26
1
-2
/
+2
*
even more tests, fixed severe bug with autoescaping.
Armin Ronacher
2008-05-25
1
-1
/
+2
*
all calls are proxied by context.call now so that we can inject environment a...
Armin Ronacher
2008-05-25
1
-0
/
+1
*
variables starting with one or more underscores are not exported
Armin Ronacher
2008-05-23
1
-2
/
+2
*
removed attribute local aliasing again because that implementation was broken
Armin Ronacher
2008-05-16
1
-2
/
+0
*
improved exception system. now both name (load name) and filename are passed.
Armin Ronacher
2008-05-16
1
-24
/
+24
*
simplified from imports
Armin Ronacher
2008-05-15
1
-1
/
+1
*
fixed bug with parameter parsing
Armin Ronacher
2008-05-15
1
-0
/
+1
*
switched back to explicit set for assignments. {% foo = 42 %} becomes {% set...
Armin Ronacher
2008-05-13
1
-31
/
+25
*
added parsing code for "for item in seq recursive" and improved parser interf...
Armin Ronacher
2008-05-11
1
-41
/
+33
*
added support for dotted names in tests and filters
Armin Ronacher
2008-05-10
1
-2
/
+8
*
added a function to parse assign targes and documented it for the extension i...
Armin Ronacher
2008-05-10
1
-51
/
+45
*
more updates on the extension API
Armin Ronacher
2008-05-08
1
-2
/
+9
*
First extension interface documentation and updates in that interface
Armin Ronacher
2008-05-08
1
-25
/
+48
*
fixed a bug with filtered loops
Armin Ronacher
2008-05-04
1
-1
/
+1
*
updated filters: wordwraps uses the wordwrap module and urlize marks the resu...
Armin Ronacher
2008-05-03
1
-3
/
+2
*
added "with context" or "without context" import/include modifiers
Armin Ronacher
2008-05-02
1
-7
/
+29
*
moved code from datastructure into lexer as the module only holds code for th...
Armin Ronacher
2008-05-01
1
-1
/
+0
*
Jinja doesn't have keywords any longer. The reason for this radical change i...
Armin Ronacher
2008-05-01
1
-53
/
+68
*
fixed some NameErrors
Benjamin Wiegand
2008-04-28
1
-1
/
+1
*
more docs and fixed bug in parser that assigned lineno for ExprStmt wrong
Armin Ronacher
2008-04-28
1
-1
/
+1
*
all unittests pass, the special and dependency lookups have their own visitor...
Armin Ronacher
2008-04-27
1
-0
/
+3
*
added spitfire to bench and did some more refactoring
Armin Ronacher
2008-04-26
1
-2
/
+1
*
there is now a workaround in the compiler that makes sure it's possible to ca...
Armin Ronacher
2008-04-26
1
-2
/
+11
*
revamped jinja2 import system. the behavior is less confusing now, but it's ...
Armin Ronacher
2008-04-25
1
-18
/
+44
*
moved trans extension from jinja2.i18n to jinja2.ext and fixed some more unit...
Armin Ronacher
2008-04-25
1
-9
/
+6
*
fixed more unittests
Armin Ronacher
2008-04-22
1
-4
/
+4
*
fixed setup.py, a type and removed the possibility to use multiple statements...
Armin Ronacher
2008-04-21
1
-28
/
+6
*
refactored extensions a bit
Armin Ronacher
2008-04-20
1
-18
/
+4
*
added first code for parser extensions and moved some code in speedups around
Armin Ronacher
2008-04-20
1
-19
/
+34
*
loops and `tests` tests pass now
Armin Ronacher
2008-04-18
1
-2
/
+2
[next]