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
*
consistent use of token constants
David Lord
2019-10-10
1
-25
/
+31
*
use slots for lexer lstrip marker
David Lord
2019-10-07
1
-0
/
+2
*
add comments about lstrip code
David Lord
2019-10-06
1
-20
/
+37
*
Merge branch 'master' into 857-lexer-whitespace-performance
David Lord
2019-10-06
1
-6
/
+21
|
\
|
*
clean up numeric underscore support
David Lord
2019-07-23
1
-4
/
+15
|
*
support underscore in int and float
CleoQc
2019-07-23
1
-4
/
+7
|
*
clean up scientific notation support
David Lord
2019-07-23
1
-7
/
+2
|
*
support scientific notation
CleoQc
2019-07-22
1
-2
/
+8
|
*
Allow '{%+' to be valid syntax (but NOP) when lstrip_blocks == False. Fixes #...
Mark Roth
2019-07-20
1
-17
/
+27
*
|
Fix lexer being extremely slow on large amounts of whitespace. Fixes #857
Peter Dolak
2019-05-06
1
-43
/
+30
|
/
*
fix docs warnings
David Lord
2017-07-06
1
-1
/
+4
*
go back to generating regex, simplified
feature/kill-stringdefs
David Lord
2017-07-04
1
-9
/
+12
*
remove unnecessary \b from name regex
David Lord
2017-07-03
1
-7
/
+5
*
test for new identifier lexer
David Lord
2017-07-02
1
-1
/
+1
*
Added missing identifiers to the name re
Armin Ronacher
2017-07-02
1
-1
/
+7
*
Inversed invalid logic
Armin Ronacher
2017-07-01
1
-3
/
+3
*
Use str.isidentifier to match idents on python 3
Armin Ronacher
2017-07-01
1
-20
/
+12
*
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
[next]