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
*
modernize docs config, use pallets-sphinx-themes
David Lord
2019-07-26
1
-1
/
+4
*
Reduce unused unicodedata dump. Fixes #666
Armin Ronacher
2017-01-24
1
-7
/
+20
*
Remove unused/duplicate imports
Adrian Moennich
2017-01-09
1
-2
/
+1
*
Fixed some string literal warnings. Fixes #646
Armin Ronacher
2017-01-08
1
-4
/
+4
*
Bump up the copyright to 2017
Armin Ronacher
2017-01-07
1
-1
/
+1
*
Add a policy for the ascii literal behavior. Fixes #392
Armin Ronacher
2017-01-07
1
-9
/
+0
*
Merge pull request #312 from fengsp/master
Armin Ronacher
2014-06-06
1
-2
/
+2
|
\
|
*
Removed duplication from ignored_tokens in lexer
fsp
2014-03-18
1
-2
/
+2
*
|
Fix for #304
Armin Ronacher
2014-06-06
1
-5
/
+6
|
/
*
Since we no longer support 2.5 we can use the builtin next() function
Armin Ronacher
2013-05-20
1
-1
/
+1
*
Make the runtime leak less of the version hacks
Armin Ronacher
2013-05-20
1
-9
/
+6
*
Moved all six usages (ignoring testsuite) into jinja2._compat
Armin Ronacher
2013-05-19
1
-8
/
+7
*
six.advance_iterator -> next
Armin Ronacher
2013-05-19
1
-8
/
+10
*
Merge remote-tracking branch 'kristi/master'
Armin Ronacher
2013-05-19
1
-3
/
+40
|
\
|
*
Apply lstrip_blocks to comments (match trim_blocks behavior)
Kristi Tsukida
2012-07-12
1
-11
/
+22
|
*
Don't match variable or comment blocks, Use {%+ to disable lstrip_blocks beha...
Kristi Tsukida
2012-07-12
1
-8
/
+27
|
*
hash lstrip_blocks in lexer cache
Kristi Tsukida
2012-07-12
1
-0
/
+1
|
*
remove debug code
Kristi Tsukida
2012-07-10
1
-2
/
+0
|
*
add lstrip_blocks environment setting, fix lexer
Kristi Tsukida
2012-07-10
1
-5
/
+9
|
*
lstrip spaces (but not newlines) from block tags
Kristi Tsukida
2012-07-10
1
-2
/
+6
*
|
Merge remote-tracking branch 'wking/keep-trailing-newline'
Armin Ronacher
2013-05-19
1
-2
/
+11
|
\
\
|
*
|
Add `keep_trailing_newline` to configure final endline stripping
W. Trevor King
2013-01-11
1
-2
/
+11
|
|
/
*
|
Merge pull request #203 from aspiers/master
Armin Ronacher
2013-05-19
1
-1
/
+1
|
\
\
|
*
|
Prevent line statements eating newlines (fixes #52)
Adam Spiers
2013-05-01
1
-1
/
+1
|
|
/
*
|
python 3 port: manual fixes, remove 2to3 from setup.py, remove fixers
Thomas Waldmann
2013-05-18
1
-15
/
+22
*
|
python 3 port: automated changes by a slightly modified python-modernize
Thomas Waldmann
2013-05-17
1
-6
/
+7
|
/
*
couple of typos in comments
Dmitry Jemerov
2011-09-26
1
-4
/
+4
*
Committed fix for raw testcase.
Armin Ronacher
2010-06-05
1
-1
/
+2
*
Down to 7 failures for Python 3. We're onto something.
Armin Ronacher
2010-02-10
1
-1
/
+2
*
greatly improved error message reporting. This fixes #339
Armin Ronacher
2010-02-06
1
-6
/
+42
*
It's a new year
Armin Ronacher
2010-01-22
1
-1
/
+1
*
More Python 3 support.
Armin Ronacher
2009-08-05
1
-8
/
+19
*
Started to work on Python 3 support.
Armin Ronacher
2009-08-05
1
-2
/
+1
*
Broken overlong line.
Armin Ronacher
2009-04-02
1
-1
/
+2
*
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
[next]