Moved tmbundle into tarfile (does not check out properly on windows)
[jinja2.git] / jinja2 / __init__.py
2009-01-04 Armin RonacherCopyright switch to "The Jinja Team".
2008-10-05 Armin RonacherVarious cleanups and added custom cycler.
2008-09-18 Armin RonacherFixed bytecode cache and added support for memcached...
2008-09-17 Armin RonacherImproved bbcache and documented it.
2008-05-28 Armin Ronachersome more documentation updates and minor code cleanups...
2008-05-01 Armin Ronacheradded cache_clear function
2008-04-30 Armin Ronachermoved caching from loaders to environment and added...
2008-04-28 Armin Ronacherautoescaping is separate from finalize now and Markup...
2008-04-24 Armin Ronacherinheritance uses a less awkward hack for contexts now...
2008-04-22 Armin Ronacherfixed more unittests
2008-04-20 Armin Ronacheradded first code for parser extensions and moved some...
2008-04-17 Armin Ronacherimproved undefined behavior
2008-04-17 Armin Ronachersimplified loader api and added builtin caching
2008-04-17 Armin Ronacheradded autoescaping
2008-04-14 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-04-14 Armin Ronacheradded sandbox and exchageable undefined objects
2008-03-31 Armin Ronacherfirst version of new parser
2008-03-31 Armin Ronachera clean restart