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
*
use "Jinja" instead of "Jinja2"
David Lord
2019-10-23
1
-2
/
+2
*
BUGFIX #930 - Template parse if with when referencing with dictionary subprop...
eplata31
2019-05-13
1
-1
/
+3
*
parser: Fix typo `self.lineno` -> `token.lineno`
Tornike Gogniashvili
2018-10-29
1
-1
/
+1
*
More closely match python splatting for calls
Toshio Kuratomi
2018-01-29
1
-2
/
+4
*
Support filters in set block
ThiefMaster
2017-10-31
1
-1
/
+2
*
Merge branch '2.9-maintenance'
Adrian Moennich
2017-08-22
1
-7
/
+6
|
\
|
*
Compile `elif` tag to `elif` instead of `else: if`
2.9-maintenance
Adrian Moennich
2017-08-22
1
-7
/
+6
*
|
Don't skip an erroneous comma when parsing from
Jack Wilsdon
2017-07-07
1
-1
/
+0
*
|
Add stricter checking to "from ... import ..."
Jack Wilsdon
2017-07-07
1
-1
/
+1
*
|
Add support for namespace attribute assignment
Adrian Moennich
2017-06-24
1
-4
/
+10
|
/
*
Implement with-tag with a custom node
Armin Ronacher
2017-01-08
1
-8
/
+11
*
Bump up the copyright to 2017
Armin Ronacher
2017-01-07
1
-1
/
+1
*
Move the autoescape extension and with statement to be built-in
Armin Ronacher
2017-01-07
1
-1
/
+26
*
Change grouping behavior of tests. This fixes #401
Armin Ronacher
2017-01-07
1
-1
/
+1
*
Fixed long standing wrong operator precedence
Armin Ronacher
2016-12-28
1
-52
/
+23
*
Disallow f(x, y=1, z) and similar nonsense
ThiefMaster
2015-02-06
1
-0
/
+2
*
Implemented a block set tag.
Armin Ronacher
2014-06-07
1
-3
/
+6
*
Flake 8 fixes
Armin Ronacher
2014-06-06
1
-9
/
+8
*
Since we no longer support 2.5 we can use the builtin next() function
Armin Ronacher
2013-05-20
1
-1
/
+1
*
six.advance_iterator -> next
Armin Ronacher
2013-05-19
1
-50
/
+49
*
Remove unused imports
Daniel Neuhäuser
2013-05-18
1
-1
/
+1
*
python 3 port: manual fixes, remove 2to3 from setup.py, remove fixers
Thomas Waldmann
2013-05-18
1
-50
/
+49
*
python 3 port: automated changes by a slightly modified python-modernize
Thomas Waldmann
2013-05-17
1
-0
/
+2
*
unused code
Dmitry Jemerov
2011-09-26
1
-1
/
+0
*
couple of typos in comments
Dmitry Jemerov
2011-09-26
1
-1
/
+1
*
fixed an operator precedence error introduced in 2.5.2.
2.5.3
Armin Ronacher
2010-10-17
1
-4
/
+18
*
fixed an issue with unary operators having the wrong precendence.
2.5.1
Armin Ronacher
2010-08-17
1
-12
/
+12
*
Added extension ordering, this fixes #376.
Armin Ronacher
2010-04-12
1
-1
/
+1
*
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
[next]