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
/
lexer.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed another bug with line comments
Armin Ronacher
2009-04-01
1
-2
/
+2
*
Fixed bug in line-based comments with priority.
Armin Ronacher
2009-03-31
1
-8
/
+12
*
Added support for line-based comments.
Armin Ronacher
2009-03-30
1
-19
/
+38
*
Improved usage of string interning. This should fix the problems with jython.
Armin Ronacher
2009-02-04
1
-49
/
+97
*
This commit makes the parser and lexer use regular string comparison to suppo...
Ali Afshar
2009-01-05
1
-3
/
+3
*
Copyright switch to "The Jinja Team".
Armin Ronacher
2009-01-04
1
-1
/
+1
*
Added support for `Environment.compile_expression`.
Armin Ronacher
2008-11-02
1
-4
/
+9
*
It's now possible to use ``{{ foo.0.0 }}``
Armin Ronacher
2008-09-10
1
-1
/
+1
*
Removed a few stdlib dependencies. This is the first step for IronPython sup...
Armin Ronacher
2008-08-13
1
-25
/
+18
*
Added example extension that uses the stream filtering and added unittests.
Armin Ronacher
2008-06-14
1
-0
/
+7
*
Added unittests for stream filtering and preprocessing features of extensions.
Armin Ronacher
2008-06-14
1
-1
/
+0
*
added support for token stream filtering and preprocessing.
Armin Ronacher
2008-06-13
1
-54
/
+56
*
fixed bug with static unicode strings and auto escaping
Armin Ronacher
2008-05-24
1
-1
/
+1
*
end of line sequence is no configurable
Armin Ronacher
2008-05-23
1
-7
/
+12
*
Environment.lex returns unicode tokens now, even if the input data was a byte...
Armin Ronacher
2008-05-23
1
-2
/
+1
*
lex includes whitespace now which makes it a lot more useful
Armin Ronacher
2008-05-22
1
-11
/
+5
*
temporary identifiers are prefixed with "t_" now and the _node_setup_finished...
Armin Ronacher
2008-05-19
1
-4
/
+1
*
improved exception system. now both name (load name) and filename are passed.
Armin Ronacher
2008-05-16
1
-42
/
+23
*
added parsing code for "for item in seq recursive" and improved parser interf...
Armin Ronacher
2008-05-11
1
-11
/
+19
*
Backed out changeset 6afb554797b6, which added unicode identifier support. T...
Armin Ronacher
2008-05-11
1
-12
/
+11
*
added support for unicode identifiers
Armin Ronacher
2008-05-11
1
-11
/
+12
*
First extension interface documentation and updates in that interface
Armin Ronacher
2008-05-08
1
-11
/
+9
*
updated filters: wordwraps uses the wordwrap module and urlize marks the resu...
Armin Ronacher
2008-05-03
1
-2
/
+2
*
added "with context" or "without context" import/include modifiers
Armin Ronacher
2008-05-02
1
-1
/
+1
*
moved code from datastructure into lexer as the module only holds code for th...
Armin Ronacher
2008-05-01
1
-1
/
+151
*
Jinja doesn't have keywords any longer. The reason for this radical change i...
Armin Ronacher
2008-05-01
1
-11
/
+1
*
added cache_clear function
Armin Ronacher
2008-05-01
1
-1
/
+1
*
revamped jinja2 import system. the behavior is less confusing now, but it's ...
Armin Ronacher
2008-04-25
1
-1
/
+2
*
moved trans extension from jinja2.i18n to jinja2.ext and fixed some more unit...
Armin Ronacher
2008-04-25
1
-88
/
+19
*
inheritance uses a less awkward hack for contexts now and subclassing templat...
Armin Ronacher
2008-04-24
1
-8
/
+8
*
fixed more unittests
Armin Ronacher
2008-04-22
1
-3
/
+6
*
fixed setup.py, a type and removed the possibility to use multiple statements...
Armin Ronacher
2008-04-21
1
-3
/
+2
*
added first code for parser extensions and moved some code in speedups around
Armin Ronacher
2008-04-20
1
-3
/
+3
*
reimplemented {% trans %}
Armin Ronacher
2008-04-16
1
-32
/
+13
*
added support for new call statement
Armin Ronacher
2008-04-12
1
-12
/
+8
*
added support for line statement prefixes (cheetah/mako/erb like)
Armin Ronacher
2008-04-12
1
-3
/
+24
*
work on tha runtime
Armin Ronacher
2008-04-11
1
-3
/
+0
*
added first working pieces of compiler
Armin Ronacher
2008-04-07
1
-7
/
+8
*
first version of new parser
Armin Ronacher
2008-03-31
1
-4
/
+4
*
a clean restart
Armin Ronacher
2008-03-31
1
-0
/
+503
[prev]