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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
async support doesn't require patching
inline-async
David Lord
2021-04-10
9
-593
/
+453
*
Markup and escape should be imported from markupsafe
David Lord
2021-04-10
2
-11
/
+32
*
unify/rename filter and function decorators
David Lord
2021-04-10
10
-157
/
+286
*
extract common code for import/from nodes
David Lord
2021-04-10
1
-20
/
+13
*
refactor compiler environment.is_async checks
angelafrentz
2021-04-09
1
-25
/
+21
*
add default parameter to groupby
lisongmin
2021-04-05
2
-3
/
+19
*
Fix map documentation
Sam Bull
2021-04-05
1
-1
/
+1
*
update wording on dictionary default ordering
jeff
2021-04-05
1
-3
/
+2
*
Split lines in lexer only by \r\n, \r and \n
Matěj Volf
2021-04-05
1
-5
/
+10
*
NativeEnvironment supports async mode
remidebette
2021-04-05
1
-0
/
+14
*
add Undefined.__aiter__
Jafnee
2021-04-05
1
-0
/
+4
*
Undefined.__contains__ raises UndefinedError
David Parker
2021-04-05
1
-1
/
+1
*
parse hex, octal, and binary integer literals
Alex Mykyta
2021-04-05
1
-2
/
+17
*
filters.py: do_indent: ident filter can indent with arbitrary characters
Lars Kollstedt
2021-04-05
1
-3
/
+12
*
add type annotations to filters and tests
David Lord
2021-04-05
6
-206
/
+509
*
add pgettext and npgettext
Sardorbek Imomaliev
2021-04-05
1
-6
/
+57
*
add 'is filter' and 'is test' tests
David Lord
2021-04-04
4
-97
/
+211
*
allow optional use of filter based on existence
Amy
2021-04-04
2
-2
/
+27
*
more detailed docs about globals
David Lord
2021-03-31
1
-41
/
+80
*
fix bug with cached templates not using new globals
Amy
2021-03-30
1
-0
/
+10
*
track local loop/block vars for contextfunctions
Amy
2021-03-26
2
-4
/
+46
*
allow scoped blocks to access loop vars
Amy
2021-03-26
1
-3
/
+6
*
map filter can use False as default
BALaka-18
2021-02-24
1
-1
/
+1
*
consistent typing config
David Lord
2021-02-24
6
-11
/
+16
*
update tojson docs
David Lord
2021-02-01
2
-46
/
+46
*
Merge branch '2.11.x'
David Lord
2021-01-31
2
-9
/
+4
|
\
|
*
release version 2.11.3
2.11.3
2.11.x
David Lord
2021-01-31
1
-1
/
+1
|
*
speed up urlize matching
David Lord
2021-01-31
1
-51
/
+56
|
*
do_dictsort: update example ready to copy/paste
Mark Hansen
2020-05-16
1
-4
/
+4
*
|
fix new formatting issues
David Lord
2021-01-30
3
-16
/
+23
*
|
refactor urlize function
David Lord
2021-01-30
1
-63
/
+71
*
|
update urlize docs, clean up code
David Lord
2021-01-30
3
-71
/
+120
*
|
Improve and extend urlize
Bebleo
2021-01-30
3
-27
/
+93
*
|
deprecate 'with' and 'autoescape' extensions
FawziyahAlebiosu
2021-01-29
1
-2
/
+17
*
|
add required attribute to blocks
Amy
2021-01-29
3
-3
/
+27
*
|
native_concat: pass only strings to literal_eval
Martin Krizek
2021-01-28
1
-0
/
+2
*
|
add 'linetable' to the preserved CodeType attributes (#1334)
Thomas Moschny
2021-01-19
1
-0
/
+1
*
|
detect custom async filters in as_const
Richard Gibson
2020-10-31
1
-4
/
+7
*
|
Setup mypy
Teymour Aldridge
2020-07-28
8
-28
/
+39
*
|
ignore trim_blocks using '+%}'
Amy
2020-06-22
1
-4
/
+8
*
|
imported templates can see the current globals
Amy
2020-06-22
4
-7
/
+27
*
|
remove sandbox._MagicFormatMapping
Amy
2020-06-15
1
-32
/
+0
*
|
update package and filesystem loader docs
David Lord
2020-05-23
1
-12
/
+17
*
|
Merge branch '2.11.x'
David Lord
2020-04-13
2
-30
/
+15
|
\
\
|
|
/
|
*
release version 2.11.2
2.11.2
David Lord
2020-04-13
1
-1
/
+1
|
*
native only evals at end of render
David Lord
2020-04-13
1
-24
/
+7
|
*
Fix unintended lstrip_blocks behavior. Fixes #1138
Peter Dolak
2020-04-13
1
-5
/
+8
|
*
Merge tag '2.11.1' into 2.11.x
David Lord
2020-04-08
1
-1
/
+1
|
|
\
|
|
*
release version 2.11.1
2.11.1
David Lord
2020-01-30
1
-1
/
+1
*
|
|
Update oudated CutomLoader code example (#1185)
Xinbin Huang
2020-04-08
1
-2
/
+2
[next]