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
/
jinja2
/
environment.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Down to 7 failures for Python 3. We're onto something.
Armin Ronacher
2010-02-10
1
-6
/
+4
*
Added comment to why __unicode__ goes after __str__.
Armin Ronacher
2010-02-10
1
-0
/
+4
*
Approaching python3 compatibility
Armin Ronacher
2010-02-10
1
-3
/
+3
*
Propably delaying release for better python 3 support. Started working on
Armin Ronacher
2010-02-09
1
-2
/
+5
*
experimental Python 3 support.
Armin Ronacher
2010-02-09
1
-3
/
+3
*
Improved finalize documentation.
Armin Ronacher
2010-01-24
1
-2
/
+3
*
It's a new year
Armin Ronacher
2010-01-22
1
-1
/
+1
*
include tags are now able to select between multiple templates
Armin Ronacher
2010-01-14
1
-12
/
+49
*
Fix typos and one extra import.
Georg Brandl
2009-11-22
1
-2
/
+2
*
Refactoring in the way the parse function is invoked.
Armin Ronacher
2009-09-13
1
-15
/
+25
*
More Python 3 support.
Armin Ronacher
2009-08-05
1
-5
/
+14
*
Renamed (undocumented) attribute overlay to overlayed on the environment
Armin Ronacher
2009-07-09
1
-2
/
+2
*
Resolved conflict
Armin Ronacher
2009-04-16
1
-0
/
+6
|
\
|
*
Documented more changes
Armin Ronacher
2009-04-02
1
-0
/
+9
|
*
Started refactoring of debugging system for better AppEngine/Pylons support.
Armin Ronacher
2009-03-05
1
-12
/
+28
*
|
Fixed a bug with template syntax errors not handled properly.
Armin Ronacher
2009-04-16
1
-5
/
+4
*
|
Started refactoring of debugging system for better AppEngine/Pylons support.
Armin Ronacher
2009-03-05
1
-12
/
+28
*
|
Added support for line-based comments.
Armin Ronacher
2009-03-30
1
-7
/
+16
*
|
Applied documentation patches by Clemens Hermann.
Armin Ronacher
2009-03-18
1
-2
/
+2
|
/
*
Improved Jinja's debugging support by introducing "@internalcode" which marks...
Armin Ronacher
2009-02-24
1
-5
/
+10
*
Added support for optional `scoped` modifier to blocks.
Armin Ronacher
2009-02-19
1
-16
/
+3
*
Copyright switch to "The Jinja Team".
Armin Ronacher
2009-01-04
1
-1
/
+1
*
Fixed a typo
Armin Ronacher
2008-12-08
1
-1
/
+1
*
Added support for `Environment.compile_expression`.
Armin Ronacher
2008-11-02
1
-5
/
+68
*
Various cleanups and added custom cycler.
Armin Ronacher
2008-10-05
1
-4
/
+21
*
imports and includes "with context" are passed the full context now, not only...
Armin Ronacher
2008-10-04
1
-7
/
+13
*
Some typos.
Georg Brandl
2008-09-19
1
-4
/
+4
*
Improved bbcache and documented it.
Armin Ronacher
2008-09-17
1
-0
/
+2
*
Added experimental and undocumented bytecode cache support
Armin Ronacher
2008-09-17
1
-3
/
+12
*
Linked from autoescape to markup
Armin Ronacher
2008-09-08
1
-0
/
+2
*
Fixed a typo
Armin Ronacher
2008-09-08
1
-1
/
+1
*
Removed a few stdlib dependencies. This is the first step for IronPython sup...
Armin Ronacher
2008-08-13
1
-5
/
+2
*
Automated merge with http://dev.pocoo.org/hg/jinja2-main/
Christopher Grebs
2008-07-10
1
-1
/
+1
|
\
|
*
fixed attribute lookup error with old style classes
Christopher Grebs
2008-07-10
1
-1
/
+1
*
|
Fixed some minor glitches.
Armin Ronacher
2008-06-20
1
-1
/
+1
*
|
Added `TemplateStream.dump`.
Armin Ronacher
2008-06-17
1
-0
/
+27
*
|
Added unittests for stream filtering and preprocessing features of extensions.
Armin Ronacher
2008-06-14
1
-7
/
+4
*
|
added support for token stream filtering and preprocessing.
Armin Ronacher
2008-06-13
1
-2
/
+29
|
/
*
Improved attribute and item lookup by allowing template designers to express ...
Armin Ronacher
2008-06-12
1
-2
/
+15
*
items have a higher priority than attributes now. That's compatible with Jin...
Armin Ronacher
2008-05-26
1
-10
/
+10
*
updated FAQ for performance numbers. I guess I should remove that point anyw...
Armin Ronacher
2008-05-25
1
-3
/
+2
*
even more tests, fixed severe bug with autoescaping.
Armin Ronacher
2008-05-25
1
-7
/
+7
*
fixed bug with static unicode strings and auto escaping
Armin Ronacher
2008-05-24
1
-2
/
+1
*
moved environment defaults to jinja2.defaults
Armin Ronacher
2008-05-23
1
-11
/
+11
*
end of line sequence is no configurable
Armin Ronacher
2008-05-23
1
-4
/
+16
*
fixed an embarrassing mistake in the documentation
Armin Ronacher
2008-05-19
1
-1
/
+1
*
some more cleaning up
Armin Ronacher
2008-05-18
1
-17
/
+14
*
small refactoring
Armin Ronacher
2008-05-18
1
-1
/
+0
*
subscribe doesn't eat up unicode errors any longer
Armin Ronacher
2008-05-17
1
-2
/
+7
*
removed attribute local aliasing again because that implementation was broken
Armin Ronacher
2008-05-16
1
-0
/
+3
[next]