Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
jinja
/
544c2e95016ff32ecdcb02093eb279d120c5cf3d
544c2e9
Merge branch '2.10.x'
by David Lord
· 5 years ago
c6a71f9
release version 2.10.3
by David Lord
· 5 years ago
218e77d
Fix typo in setup.py
by Adrian
· 5 years ago
38165df
Merge branch '2.10.x'
by David Lord
· 5 years ago
0fee409
release version 2.10.2
by David Lord
· 5 years ago
65da441
update project metadata
by David Lord
· 5 years ago
d3b976b
Merge pull request #1000 from EtiennePelletier/fix_deadlock_improve_tests
by David Lord
· 5 years ago
69d8d98
Add tests for Undefined classes
by EtiennePelletier
· 6 years ago
53a5d0a
Add tests for utils.py - LRUCache, Lorem Ipsum & +
by EtiennePelletier
· 6 years ago
065b58f
Prevent deadlock in LRUCache.setdefault
by EtiennePelletier
· 6 years ago
7113349
Merge pull request #1040 from minho42/Simplify-import-split
by David Lord
· 5 years ago
cc89256
Merge pull request #1065 from alexwlchan/add-pypi-links
by Joshua Bronson
· 5 years ago
beb1fc6
Add docs, code and issue tracker links to setup.py
by Alex Chan
· 5 years ago
31d48f3
Merge pull request #1063 from PikachuEXE/fix/manifest
by Joshua Bronson
· 5 years ago
d7f892c
Fix MANIFEST.in to include renamed license file
by PikachuEXE
· 5 years ago
91a4040
Fix simple typo: problemtic -> problematic (#1059)
by Tim Gates
· 5 years ago
436f00b
Merge branch '2.10.x'
by David Lord
· 5 years ago
72fffe4
Merge pull request #1051 from vstinner/tb_next_py37
by David Lord
· 5 years ago
3a86ef3
Fix TracebackFrameProxy.set_next() on Python 3.7
by Victor Stinner
· 5 years ago
274eff1
Merge pull request #1045 from yuriks/patch-1
by Joshua Bronson
· 5 years ago
2231a5f
Update PyPI link to point to Jinja2 instead of 1
by Yuri Kunde Schlesner
· 5 years ago
9550dc8
Merge branch '2.10.x'
by David Lord
· 5 years ago
d601b3f
fix tox docs build
by David Lord
· 5 years ago
288dd42
Merge branch '2.9.x' into docs
by David Lord
· 5 years ago
908726c
Merge pull request #1042 from pallets/docs
by David Lord
· 5 years ago
90756da
reformat readme
by David Lord
· 5 years ago
0669656
fix linkcheck issues
by David Lord
· 5 years ago
f77b09d
modernize docs config, use pallets-sphinx-themes
by David Lord
· 5 years ago
0209b0f
Fix typo
by Min ho Kim
· 5 years ago
486a2f4
Simplify splitting import_name in import_string()
by Min ho Kim
· 5 years ago
9a877fa
Merge pull request #1035 from utoddl/stable-sort-doc
by David Lord
· 5 years ago
8a4a13d
clean up sort filter docs
by David Lord
· 5 years ago
996bcad
document that sort is stable
by Todd Lewis
· 5 years ago
47e5c95
Merge pull request #956 from revelt/patch-1
by David Lord
· 5 years ago
d8f1eb1
clean up groupby filter docs
by David Lord
· 5 years ago
523be83
clarify groupby behavior in docs
by Roy Revelt
· 6 years ago
8e3c0e7
Merge pull request #923 from CleoQc/feature/long_integer_with_underscores
by David Lord
· 5 years ago
733851e
clean up numeric underscore support
by David Lord
· 5 years ago
1fea4b6
support underscore in int and float
by CleoQc
· 6 years ago
278a057
Merge pull request #922 from CleoQc/feature/support_scientific_notation
by David Lord
· 5 years ago
483b62e
clean up scientific notation support
by David Lord
· 5 years ago
fd00805
support scientific notation
by CleoQc
· 6 years ago
626bdd0
Merge pull request #961 from JulienPalard/TemplateNotFound
by David Lord
· 5 years ago
5b2b7ca
Merge pull request #981 from pwlandoll/2.10.x
by David Lord
· 5 years ago
2e950f0
Merge pull request #994 from bkiu/931-undeclared-variables
by David Lord
· 5 years ago
f7b110c
exclude globals from find_undeclared_variables
by Brendan
· 6 years ago
c5f1fd3
Merge pull request #985 from bkiu/557-map-default
by David Lord
· 5 years ago
8178361
Merge branch 'master' into 557-map-default
by David Lord
· 5 years ago
8b09b03
Adding a default parameter to builtin map filter
by Brendan
· 6 years ago
219b8a3
Merge pull request #986 from pbjr23/fix-safe-range-memory
by David Lord
· 5 years ago
35fcd9f
sandbox uses xrange on Python 2
by Prakhar Bhandari
· 6 years ago
04cc41e
Merge pull request #990 from tbnorth/vim_syntax_tweak
by David Lord
· 5 years ago
52c45df
Merge pull request #1018 from kbiggers/jinja/557
by David Lord
· 5 years ago
2319cd5
add default to map filter
by Kevin
· 5 years ago
f76c3ed
Merge pull request #1014 from markroth8/mroth/fix/748
by David Lord
· 5 years ago
1e71e31
Allow '{%+' to be valid syntax (but NOP) when lstrip_blocks == False. Fixes #748.
by Mark Roth
· 5 years ago
55cb0e7
Merge pull request #1022 from jdufresne/hl
by David Lord
· 5 years ago
01af178
Correct syntax highlighting of jinja block in docs
by Jon Dufresne
· 5 years ago
13cc9f4
Merge branch '2.10.x'
by David Lord
· 5 years ago
e74640b
Merge pull request #1030 from rillian/PytestUnknownMarkWarning
by David Lord
· 5 years ago
6661be0
warnings are errors during tests
by David Lord
· 5 years ago
c61b366
Register custom test category markers.
by Ralph Giles
· 5 years ago
94cecd4
ignore coverage parse errors
by David Lord
· 5 years ago
d04d999
switch tests to azure pipelines
by David Lord
· 5 years ago
6257019
Merge pull request #1025 from pallets/unpin-pytest
by David Lord
· 5 years ago
ac6131d
standardize license
by David Lord
· 5 years ago
719c9f1
Merge pull request #1031 from minho42/Fix-typo
by Joshua Bronson
· 5 years ago
911df8e
Fix line length
by Min ho Kim
· 5 years ago
55e4a13
Apply suggestions
by Min ho Kim
· 5 years ago
99f2a6c
Fix typo
by Min ho Kim
· 5 years ago
5b3d0c3
Merge pull request #975 from kevbroch/master
by Kevin Brown
· 5 years ago
88f2025
Merge pull request #1002 from eplata31/bugfix-template-parse-if-with-dict-subproperty
by Kevin Brown
· 5 years ago
321b499
Merge pull request #1013 from mayuropensource/jinja-670-sort-multi-attr
by Kevin Brown
· 5 years ago
1a33d44
Unpin pytest in tox.ini
by Kevin Brown
· 5 years ago
6ffe6cc
Merge pull request #1021 from jdufresne/the-the
by Joshua Bronson
· 5 years ago
aae91f4
Fix typo "the the"
by Jon Dufresne
· 5 years ago
0f5f201
Merge pull request #1019 from jbarreneche/backport-python3.7-collections-warning-fix
by David Lord
· 5 years ago
4b1cae9
Add python 3.7 deprecation warning fix to changelog
by Juan Barreneche
· 5 years ago
593ee1e
Import abstract base classes from collections.abc
by Florian Bruhin
· 6 years ago
5dea3f7
Refactor _prepare_attribute_parts() to use in both make_attrgetter() and make_multi_attrgetter()
by mayur-srivastava
· 5 years ago
4ce2449
Merge pull request #1009 from shamsimam/doc-python-methods
by Joshua Bronson
· 5 years ago
22e0bfc
Merge pull request #1012 from yongbozhang/issue-423
by Joshua Bronson
· 5 years ago
7798e79
Merge pull request #1015 from jab/pr-1011
by Joshua Bronson
· 5 years ago
a811d86
Fix "duplicate object description of jinja2" warning
by jab
· 5 years ago
72e5573
Improve nested extends (super.super) example.
by jab
· 5 years ago
b5c6c9c
Write a new documentation section on nesting extends.
by Scott Crosby
· 5 years ago
273d8b1
issue-423 remind not to put block in if statements in doc
by yongbozhang
· 5 years ago
7a6f97c
Merge pull request #1010 from dvamin/master
by David Lord
· 5 years ago
8a39eca
Add ability to specify multiple attributes in sort,
by mayur-srivastava
· 5 years ago
4965fac
docs: Python3-ize the examples
by Deepak Amin
· 5 years ago
e632dc5
adds documentation on use of python methods in expressions
by Shams Imam
· 5 years ago
a486b37
Merge pull request #1008 from gokcegrbl/GH-999
by David Lord
· 5 years ago
9059507
Added new method itervalues() to LRUCache and deprecated itervalue()
by gokcegrbl
· 5 years ago
30685be
Merge pull request #1004 from myii/patch-1
by David Lord
· 5 years ago
62ca106
docs(filters): fix typo `columwrapper` => `columnwrapper`
by Imran Iqbal
· 5 years ago
c4813e5
Merge pull request #1003 from flexferrum/master
by David Lord
· 6 years ago
e622e89
Remove duplicated testcase
by Flex Ferrum
· 6 years ago
9b38bb4
BUGFIX #930 - Template parse if with when referencing with dictionary subproperty
by eplata31
· 6 years ago
67e2542
Merge pull request #988 from tbnorth/triv_docs_link
by Kevin Brown
· 6 years ago
19133d4
Add ChainableUndefined allowing getattr & getitem (#997)
by Étienne Pelletier
· 6 years ago
Next »