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
/
test_regression.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove deprecated legacy resolve mode for context subclass
David Lord
2021-11-10
1
-17
/
+0
*
clear assignments in loops at end of iteration
Amy
2021-05-21
1
-0
/
+7
*
deprecate legacy resolve mode
David Lord
2021-04-11
1
-5
/
+7
*
Markup and escape should be imported from markupsafe
David Lord
2021-04-10
1
-1
/
+1
*
unify/rename filter and function decorators
David Lord
2021-04-10
1
-13
/
+11
*
Split lines in lexer only by \r\n, \r and \n
Matěj Volf
2021-04-05
1
-0
/
+7
*
more detailed docs about globals
David Lord
2021-03-31
1
-22
/
+17
*
fix bug with cached templates not using new globals
Amy
2021-03-30
1
-0
/
+34
*
track local loop/block vars for contextfunctions
Amy
2021-03-26
1
-0
/
+98
*
Improve and extend urlize
Bebleo
2021-01-30
1
-0
/
+9
*
deprecate 'with' and 'autoescape' extensions
FawziyahAlebiosu
2021-01-29
1
-3
/
+1
*
Merge branch '2.11.x'
David Lord
2020-02-05
1
-2
/
+0
|
\
|
*
remove custom pytest marks
David Lord
2020-02-05
1
-2
/
+0
*
|
apply pyupgrade and f-strings
David Lord
2020-02-05
1
-13
/
+12
*
|
remove _compat module
David Lord
2020-02-05
1
-11
/
+1
|
/
*
Revert "rename imports to jinja"
David Lord
2020-01-26
1
-15
/
+15
*
rename imports to jinja
David Lord
2020-01-10
1
-15
/
+15
*
simplify module docstrings
style
David Lord
2020-01-10
1
-9
/
+0
*
apply flake8
David Lord
2020-01-10
1
-32
/
+27
*
apply black
David Lord
2020-01-10
1
-205
/
+291
*
apply reorder-python-imports
David Lord
2020-01-10
1
-2
/
+8
*
Replaced try...catch within tests with pytest.raises
pytest-cleanup
Kevin Brown
2019-10-10
1
-5
/
+3
*
Fix bug with when using Markup on ChainableUndefined
Laurence de Bruxelles
2019-10-04
1
-0
/
+5
*
BUGFIX #930 - Template parse if with when referencing with dictionary subprop...
eplata31
2019-05-13
1
-0
/
+4
*
Remove print() output during test
Jon Dufresne
2017-04-09
1
-1
/
+0
*
Fix custom contexts in fast resolve mode
Adrian Moennich
2017-03-15
1
-0
/
+14
*
Correctly use buffer for else frame in loops. Fixes #669
Armin Ronacher
2017-01-24
1
-0
/
+6
*
Add support back for custom resolves on old resolve method
Armin Ronacher
2017-01-12
1
-0
/
+15
*
Also restore original str method
Armin Ronacher
2017-01-12
1
-0
/
+1
*
Restore original tuple repr for grouper. Fixes #654
Armin Ronacher
2017-01-12
1
-0
/
+7
*
Added another regression test for ansible/ansible#20063
Armin Ronacher
2017-01-12
1
-0
/
+7
*
Added a test for an assumed regression (refs #659)
Armin Ronacher
2017-01-12
1
-0
/
+7
*
Resolved bad code generation on toplevel ifs
Armin Ronacher
2017-01-09
1
-0
/
+4
*
Correctly scope loop filters. Fixes #649
Armin Ronacher
2017-01-09
1
-0
/
+27
*
Support new scoping rules in scoped blocks
Armin Ronacher
2017-01-08
1
-0
/
+5
*
Do not use yield from for blocks with buffers. Fixes #645
Armin Ronacher
2017-01-08
1
-0
/
+5
*
Add support for explicit callers
Armin Ronacher
2017-01-08
1
-1
/
+21
*
Correct bad scoping for for loops. This fixes #640
Armin Ronacher
2017-01-07
1
-0
/
+10
*
Resolved a regression in 2.9 with macro call scoping
Armin Ronacher
2017-01-07
1
-0
/
+25
*
Bump up the copyright to 2017
Armin Ronacher
2017-01-07
1
-1
/
+1
*
Generalize scoping. This fixes #603
Armin Ronacher
2017-01-07
1
-0
/
+35
*
Added a test for macro scoping in loops
Armin Ronacher
2017-01-06
1
-0
/
+17
*
Cleaned up shitty syntax in testsuite
Armin Ronacher
2017-01-06
1
-2
/
+2
*
Added a missing test
Armin Ronacher
2017-01-06
1
-0
/
+7
*
Changed behavior of macro defaults to be frame bound
Armin Ronacher
2017-01-03
1
-5
/
+5
*
Checked in a failing test
Armin Ronacher
2017-01-03
1
-0
/
+11
*
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
*
Support block-set in toplevel situations when extends is used
Armin Ronacher
2016-12-31
1
-0
/
+7
[next]