small fix for Python 2.4
[jinja2.git] / jinja2 / environment.py
2008-05-26 Armin Ronacheritems have a higher priority than attributes now. ...
2008-05-25 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-05-25 Armin Ronacherupdated FAQ for performance numbers. I guess I should...
2008-05-25 Armin Ronachereven more tests, fixed severe bug with autoescaping.
2008-05-24 Armin Ronacherfixed bug with static unicode strings and auto escaping
2008-05-23 Armin Ronachermoved environment defaults to jinja2.defaults
2008-05-23 Armin Ronacherend of line sequence is no configurable
2008-05-18 Armin Ronacherfixed an embarrassing mistake in the documentation
2008-05-18 Armin Ronachersome more cleaning up
2008-05-18 Armin Ronachersmall refactoring
2008-05-16 Armin Ronachersubscribe doesn't eat up unicode errors any longer
2008-05-16 Armin Ronacherremoved attribute local aliasing again because that...
2008-05-16 Armin Ronacherimproved exception system. now both name (load name...
2008-05-15 Armin Ronacheradded a semi realworld benchmark (jinja2 and mako)
2008-05-13 Armin Ronacherimproved subscribe
2008-05-13 Armin Ronacherremoved unused imports
2008-05-12 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-05-11 Armin Ronacherfixed a bug in extension handling
2008-05-08 Armin Ronachermore updates on the extension API
2008-05-08 Armin RonacherFirst extension interface documentation and updates...
2008-05-07 Armin Ronacherdocumentation update
2008-05-07 Armin Ronachersome documentation updates
2008-05-06 Armin RonacherIndented environment parameters in docstring so that...
2008-05-06 Armin Ronachersome documentation improvements, jinja escapes " and...
2008-05-03 Armin Ronachermoved concat to utils, fixed a few docstrings, fixed...
2008-05-02 Armin Ronacheradded "with context" or "without context" import/includ...
2008-05-01 Armin Ronacherreactivated syntax error translations
2008-05-01 Armin RonacherJinja doesn't have keywords any longer. The reason...
2008-05-01 Lukas MeuserFixed typos in documentation
2008-05-01 Armin Ronacherimproved debugging for syntax errors
2008-05-01 Armin Ronachersmall performance improvements
2008-04-30 Armin Ronachermoved caching from loaders to environment and added...
2008-04-29 Armin Ronacheragain documentation updates fixed another python 2...
2008-04-28 Armin Ronacherautoescaping is separate from finalize now and Markup...
2008-04-27 Armin Ronacherall unittests pass, the special and dependency lookups...
2008-04-26 Armin Ronacheradded spitfire to bench and did some more refactoring
2008-04-26 Armin Ronacherworked on the tests and made undefined fail on comparis...
2008-04-26 Armin Ronacherthere is now a workaround in the compiler that makes...
2008-04-25 Armin Ronachersome performance improvements
2008-04-25 Armin Ronacher`IncludedTemplate` uses getattr rather then getitem now
2008-04-25 Armin Ronachermoved `IncludedTemplate` into the regular template...
2008-04-24 Armin Ronachermoved trans extension from jinja2.i18n to jinja2.ext...
2008-04-24 Armin Ronacherinheritance uses a less awkward hack for contexts now...
2008-04-20 Armin Ronacherrefactored extensions a bit
2008-04-20 Armin Ronacheradded first code for parser extensions and moved some...
2008-04-18 Armin Ronacherfixed more unittests
2008-04-17 Armin Ronacherimproved undefined behavior
2008-04-17 Armin Ronachersimplified loader api and added builtin caching
2008-04-17 Armin Ronachervarious docstring changes
2008-04-17 Armin Ronacheradded autoescaping
2008-04-16 Armin Ronacherbetter debugging information. compiler knows about...
2008-04-16 Armin Ronacheradded new python only debug hack
2008-04-16 Armin Ronacherupdated a few filters and improved i18n
2008-04-16 Armin Ronacherreimplemented {% trans %}
2008-04-14 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-04-14 Armin Ronacheradded sandbox and exchageable undefined objects
2008-04-13 Armin Ronacherhopefully fixed `Template`
2008-04-13 Christoph HackAutomated merge with ssh://dev.pocoo.org/jinja2-main
2008-04-13 Christoph Hackconverted unit tests, started rewriting filters
2008-04-13 Armin Ronacheradded globals
2008-04-12 Armin Ronachersome more stuff for jinja2
2008-04-12 Armin Ronacherfilter tag works now
2008-04-12 Armin Ronacheradded support for line statement prefixes (cheetah...
2008-04-11 Armin Ronacherimplemented includes
2008-04-11 Armin Ronacherfixed a bug in the compiler
2008-04-11 Armin Ronacherfilters are always used as locals now and we don't...
2008-04-11 Armin Ronacherw000t. first template
2008-04-11 Armin Ronacherwork on tha runtime
2008-04-10 Armin Ronacherfixed one bug with blocks, one to go
2008-04-09 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-04-09 Armin Ronachersimplified undefined behavior for better compile time...
2008-03-31 Armin Ronacherfirst version of new parser
2008-03-31 Armin Ronachera clean restart