Sign in
android
/
platform
/
external
/
python
/
jinja
/
refs/heads/android14-qpr2-release
/
docs
3121357
Revert "Revert "Import external/python/jinja into master""
by IRIS YANG
· 5 years ago
81aec74
Revert "Import external/python/jinja into master"
by IRIS YANG
· 5 years ago
6b01227
ignore trim_blocks using '+%}'
by Amy
· 5 years ago
2408a55
update package and filesystem loader docs
by David Lord
· 6 years ago
24cc61d
use pip-compile to pin dev requirements
by David Lord
· 6 years ago
29cd927
remove vim syntax file
by David Lord
· 6 years ago
c074fd5
Merge branch '2.11.x'
by David Lord
· 6 years ago
7c18c21
Fix html tag
by Nils K
· 6 years ago
930dd3d
Add link to template designer documentation
by ldealmei
· 6 years ago
45a76a3
Merge branch '2.11.x'
by David Lord
· 6 years ago
2f61f69
rewrite async discussion
by David Lord
· 6 years ago
7c1b535
Fix async doc
by David Brochart
· 6 years ago
2a8515d
apply pyupgrade and f-strings
by David Lord
· 6 years ago
f28b25e
remove Python 2 from docs
by David Lord
· 6 years ago
4a59ac9
Revert "rename imports to jinja"
by David Lord
· 6 years ago
1167525
rename imports to jinja
by David Lord
· 6 years ago
51c1c8e
simplify module docstrings
by David Lord
· 6 years ago
e492255
remove old scripts and examples
by David Lord
· 6 years ago
04c8787
apply black
by David Lord
· 6 years ago
13ff6c8
fix(templates.rst): fix typo (`hat` => `that`)
by Imran Iqbal
· 6 years ago
8182509
use "Jinja" instead of "Jinja2"
by David Lord
· 6 years ago
57626a0
use "Jinja" instead of "Jinja2"
by David Lord
· 6 years ago
cde8a42
clarify cycler.next() behavior
by David Lord
· 6 years ago
50f1810
clean up i18n documentation
by David Lord
· 6 years ago
36ba250
document lack of file extension closes #547
by David Lord
· 6 years ago
aad4dcf
document behavior of block tag in if block closes #423
by David Lord
· 6 years ago
a554288
format expression docs
by David Lord
· 6 years ago
d2bf582
improve docs about string methods in templates closes #273
by David Lord
· 6 years ago
4d331a0
Don't make cond_expr_undefined configurable
by Adrian Moennich
· 6 years ago
c4d3996
Use separate undefined object for CondExpr
by Adrian Moennich
· 6 years ago
5e645ab
document debug extension
by David Lord
· 6 years ago
9550dc8
Merge branch '2.10.x'
by David Lord
· 6 years ago
288dd42
Merge branch '2.9.x' into docs
by David Lord
· 6 years ago
0669656
fix linkcheck issues
by David Lord
· 6 years ago
f77b09d
modernize docs config, use pallets-sphinx-themes
by David Lord
· 6 years ago
1fea4b6
support underscore in int and float
by CleoQc
· 6 years ago
483b62e
clean up scientific notation support
by David Lord
· 6 years ago
fd00805
support scientific notation
by CleoQc
· 6 years ago
01af178
Correct syntax highlighting of jinja block in docs
by Jon Dufresne
· 6 years ago
13cc9f4
Merge branch '2.10.x'
by David Lord
· 6 years ago
593ee1e
Import abstract base classes from collections.abc
by Florian Bruhin
· 7 years ago
4ce2449
Merge pull request #1009 from shamsimam/doc-python-methods
by Joshua Bronson
· 7 years ago
22e0bfc
Merge pull request #1012 from yongbozhang/issue-423
by Joshua Bronson
· 7 years ago
a811d86
Fix "duplicate object description of jinja2" warning
by jab
· 7 years ago
72e5573
Improve nested extends (super.super) example.
by jab
· 7 years ago
b5c6c9c
Write a new documentation section on nesting extends.
by Scott Crosby
· 7 years ago
273d8b1
issue-423 remind not to put block in if statements in doc
by yongbozhang
· 7 years ago
4965fac
docs: Python3-ize the examples
by Deepak Amin
· 7 years ago
e632dc5
adds documentation on use of python methods in expressions
by Shams Imam
· 7 years ago
67e2542
Merge pull request #988 from tbnorth/triv_docs_link
by Kevin Brown
· 7 years ago
19133d4
Add ChainableUndefined allowing getattr & getitem (#997)
by Étienne Pelletier
· 7 years ago
6373e25
fixes #242, deletes link to Jinja 1 docs.
by Terry N. Brown
· 7 years ago
e214048
Merge remote-tracking branch 'origin/2.10.x'
by David Lord
· 7 years ago
722ee98
Fix tox docs-html builds
by Kevin Brown
· 7 years ago
a9d557f
Fix typo
by Ruben Garcia
· 7 years ago
9e410c7
Fix broken nl2br filter example
by Mark Amery
· 7 years ago
d2ab8ac
Remove reference to deprecated easy_install; use pip instead
by Jon Dufresne
· 7 years ago
dd05562
Fix ambiguity in include section
by Grey Li
· 7 years ago
148b6fb
Trim trailing white space throughout the project
by Jon Dufresne
· 7 years ago
b9932a0
Merge pull request #853 from doobeh/584-filters-index
by David Lord
· 7 years ago
0273753
Merge pull request #869 from jwflory/docs/vim-syntax
by David Lord
· 7 years ago
31bf9b7
Import abstract base classes from collections.abc
by Florian Bruhin
· 7 years ago
5425921
Also drop Python 2.6
by Florian Bruhin
· 7 years ago
287c4ac
Update integration docs for Vim syntax highlighting
by Justin W. Flory
· 7 years ago
d1fb22f
Drop Python 3.3 support
by Florian Bruhin
· 7 years ago
fb7e12c
Merge pull request #849 from funkyfuture/patch-1
by Hsiaoming Yang
· 8 years ago
d28e9be
Quick lookup table for builtin filters and tests-- references #584
by Anthony Plunkett
· 8 years ago
c7e22ae
Merge pull request #852 from ngr/html_highlight_fix
by David Lord
· 8 years ago
87672b8
remove html+jinja highlight
by ngr
· 8 years ago
0db3afc
{% raw %} tests and note for documentation
by ngr
· 8 years ago
d0f8811
Fixes 'awaitable' typo in api.rst
by Frank Sachsenheim
· 8 years ago
453f81d
Update all pypi.python.org URLs to pypi.org
by Jon Dufresne
· 8 years ago
65337f8
Fix small typo
by nwalsh1995
· 8 years ago
989a7db
add changelog fix unrelated docs issue
by David Lord
· 8 years ago
c0c3b78
Remove old statement about Python 3 (#803)
by Godefroid Chapelle
· 8 years ago
1f60059
fix code block markup
by David Lord
· 8 years ago
778ccb2
Trivial typos
by Unknown
· 8 years ago
d9d3fc3
clean up MANIFEST.in
by David Lord
· 8 years ago
072cdf9
Support filters in set block
by ThiefMaster
· 8 years ago
40bc44c
Add support for the Environment to optionally return native types.
by James Tanner
· 8 years ago
d62f050
allow using comparison operator symbols as tests
by David Lord
· 8 years ago
5ffbf8e
fix docs warnings
by David Lord
· 8 years ago
e605ff1
Add support for `{% trans trimmed ... %}`
by Adrian Moennich
· 8 years ago
cc1d287
Add docs for namespace functionality
by Adrian Moennich
· 8 years ago
bc076b3
Add changed() to loop context
by Adrian Moennich
· 8 years ago
9bdb547
Add previtem/nextitem to loop context
by Adrian Moennich
· 8 years ago
3b1ddea
In documentation, prefer https over http when available
by Jon Dufresne
· 9 years ago
044e40b
Merge branch 'master' of github.com:pallets/jinja
by Armin Ronacher
· 9 years ago
96f52e6
Fix typo (#687)
by Daniel van Flymen
· 9 years ago
b5eee90
Use proper `versionadded` annotation in docs
by Adrian Moennich
· 9 years ago
9574abe
Added a note for #657
by Armin Ronacher
· 9 years ago
78c9612
Added a note on loop scoping
by Armin Ronacher
· 9 years ago
fb47dfa
Allow to reconfigure the default for truncate leeway
by Armin Ronacher
· 9 years ago
b81a8a3
Updated docs on autoescaping and made select_autoescape case insensitive
by Armin Ronacher
· 9 years ago
a27a503
Move the autoescape extension and with statement to be built-in
by Armin Ronacher
· 9 years ago
028f058
Add a policy for the ascii literal behavior. Fixes #392
by Armin Ronacher
· 9 years ago
e71a130
Ported tojson filter. Fixes #458
by Armin Ronacher
· 9 years ago
b3c174b
Fix and/or logic in docs (#521)
by Zach Malone
· 9 years ago
e253520
Added docs for policies
by Armin Ronacher
· 9 years ago
d8326d9
Started doc work for async
by Armin Ronacher
· 9 years ago
Next »