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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a second test for #278
Armin Ronacher
2017-01-03
1
-0
/
+11
*
Added a test for #278
Armin Ronacher
2017-01-03
1
-0
/
+9
*
Added test for #86
Armin Ronacher
2017-01-03
1
-0
/
+6
*
Use a separate scope for the loop else branch
Armin Ronacher
2017-01-03
1
-1
/
+6
*
Fixed from imports with context
Armin Ronacher
2017-01-03
1
-0
/
+8
*
Fixed some broken tests
Armin Ronacher
2017-01-03
2
-4
/
+4
*
Fixed various breakage from the new id tracking
Armin Ronacher
2017-01-03
1
-1
/
+1
*
Changed behavior of local extraction
Armin Ronacher
2017-01-03
1
-2
/
+3
*
Fixed debug support locals for new behavior
Armin Ronacher
2017-01-03
1
-1
/
+13
*
Added new-style id tracking code
Armin Ronacher
2017-01-03
1
-0
/
+218
*
Merge pull request #530 from nick-garcia/master
Armin Ronacher
2017-01-03
1
-0
/
+2
|
\
|
*
Setting __sub__ equal to _fail_with_undefined_error so subtractions with
Nick Garcia
2016-01-07
1
-0
/
+2
*
|
Merge pull request #525 from iffy/fix-cycle-next
Armin Ronacher
2017-01-03
1
-0
/
+11
|
\
\
|
*
|
Give Cycler a next() method so that it works in python2 and 3
Matt Haggard
2015-12-29
1
-0
/
+11
|
|
/
*
|
Support block-set in toplevel situations when extends is used
Armin Ronacher
2016-12-31
1
-0
/
+7
*
|
Support old-style classes for attribute lookups. Fixes #631
Armin Ronacher
2016-12-31
1
-0
/
+8
*
|
Make noopener the default for urlize
Armin Ronacher
2016-12-31
2
-9
/
+16
*
|
Rename tests to avoid name collision
Miro HronĨok
2016-12-29
1
-2
/
+2
*
|
Merge branch '2.8-maintenance'
Armin Ronacher
2016-12-29
1
-1
/
+26
|
\
\
|
*
\
Merge branch '2.8-maintenance' of github.com:pallets/jinja into 2.8-maintenance
Armin Ronacher
2016-12-29
1
-3
/
+8
|
|
\
\
|
*
|
|
SECURITY: support sandboxing in format expressions
Armin Ronacher
2016-12-29
1
-1
/
+26
|
|
|
/
|
|
/
|
*
|
|
Make slice work with async generators
feature/async
Armin Ronacher
2016-12-29
1
-0
/
+9
*
|
|
Improved tests for sum
Armin Ronacher
2016-12-29
1
-10
/
+12
*
|
|
ported list and sum
Armin Ronacher
2016-12-29
1
-0
/
+49
*
|
|
Improved tests for select
Armin Ronacher
2016-12-29
1
-9
/
+15
*
|
|
Ported map and select
Armin Ronacher
2016-12-29
1
-0
/
+29
*
|
|
Test sync and async generator
Armin Ronacher
2016-12-29
1
-6
/
+8
*
|
|
Added reject/rejectattr with basic async support
Armin Ronacher
2016-12-29
1
-0
/
+12
*
|
|
Made join filter work with async
Armin Ronacher
2016-12-28
1
-0
/
+29
*
|
|
Restructured tests for async filters
Armin Ronacher
2016-12-28
1
-17
/
+24
*
|
|
Made groupby work with async
Armin Ronacher
2016-12-28
1
-10
/
+70
*
|
|
First pass on async support for filters
Armin Ronacher
2016-12-28
3
-2
/
+24
*
|
|
Make tests pass on older python versions again
Armin Ronacher
2016-12-28
2
-11
/
+7
*
|
|
Support the same set of loop functions for async mode
Armin Ronacher
2016-12-28
1
-1
/
+176
*
|
|
Added support for async loop context
Armin Ronacher
2016-12-28
1
-1
/
+12
*
|
|
Added basic support for async iter
Armin Ronacher
2016-12-28
1
-0
/
+11
*
|
|
Wrap generate to support async mode
Armin Ronacher
2016-12-28
1
-0
/
+8
*
|
|
Auto skip async tests for imports
Armin Ronacher
2016-12-28
1
-0
/
+2
*
|
|
Added tests for async functionality with imports and includes
Armin Ronacher
2016-12-28
1
-7
/
+142
*
|
|
Restore original render func for non async usage
Armin Ronacher
2016-12-28
1
-0
/
+19
*
|
|
Basic async support for blocks
Armin Ronacher
2016-12-28
1
-0
/
+11
*
|
|
Improved async test
Armin Ronacher
2016-12-28
1
-4
/
+7
*
|
|
Added test for macro async support
Armin Ronacher
2016-12-28
1
-0
/
+12
*
|
|
Automatically await on function calls if necessary
Armin Ronacher
2016-12-28
1
-0
/
+21
*
|
|
Initial support for async rendering
Armin Ronacher
2016-12-28
1
-0
/
+21
*
|
|
Fixed long standing wrong operator precedence
Armin Ronacher
2016-12-28
1
-0
/
+4
*
|
|
Added a test for generator_stop
Armin Ronacher
2016-12-28
1
-0
/
+16
*
|
|
Change environment cache key construction
pgjones
2016-05-21
1
-3
/
+5
*
|
|
Change cache key definitiion in environment
pgjones
2016-05-19
1
-8
/
+20
*
|
|
Merge pull request #439 from jgmize/title-filter-capitalize-inside-parens
Jeff Widman
2016-04-15
1
-0
/
+8
|
\
\
\
[next]