babel extraction can now properly extract newstyle gettext calls.
[jinja2.git] / jinja2 / environment.py
2010-05-29 Armin RonacherFixed a bug in add_extension
2010-05-29 Armin RonacherAdded hooks for compilation and generation. This fixes...
2010-05-29 Armin RonacherFinished support for newstyle gettext translations
2010-04-12 Armin RonacherAdded extension ordering, this fixes #376.
2010-04-05 Armin Ronacherautoescape no longer is a plain boolean value but can...
2010-03-14 Armin RonacherTemplate to module compilation should work on 3.x now.
2010-03-14 Armin RonacherBiggest change to Jinja since the 1.x migration: added...
2010-03-12 Armin RonacherImproved tests and template compilation.
2010-03-12 Armin Ronacheradded a :class:`ModuleLoader` that can load templates...
2010-02-19 Armin RonacherMerged in 2.3.1 release fixes
2010-02-19 Armin Ronachermerged with 2.3-maintenance
2010-02-18 Armin RonacherMerged 2.3.1 in
2010-02-17 Armin RonacherMerged in changes from 2.3.1
2010-02-16 Armin RonacherReindented a docstring.
2010-02-16 Armin RonacherDocumented the API changes in get_template and select_t...
2010-02-16 Armin Ronacherthe environment template loading functions now transpar...
2010-02-10 Armin RonacherDown to 7 failures for Python 3. We're onto something.
2010-02-09 Armin RonacherAdded comment to why __unicode__ goes after __str__.
2010-02-09 Armin RonacherApproaching python3 compatibility
2010-02-09 Armin RonacherPropably delaying release for better python 3 support...
2010-02-09 Armin Ronacherexperimental Python 3 support.
2010-01-24 Armin RonacherImproved finalize documentation.
2010-01-22 Armin RonacherIt's a new year
2010-01-13 Armin Ronacherinclude tags are now able to select between multiple...
2009-11-22 Georg BrandlFix typos and one extra import.
2009-09-13 Armin RonacherRefactoring in the way the parse function is invoked.
2009-08-05 Armin RonacherMore Python 3 support.
2009-07-26 Armin Ronachermerged.
2009-07-26 Armin Ronachermerged.
2009-07-09 Armin RonacherRenamed (undocumented) attribute overlay to overlayed...
2009-04-16 Armin RonacherResolved conflict
2009-04-16 Armin RonacherFixed a bug with template syntax errors not handled...
2009-04-02 Armin RonacherDocumented more changes
2009-03-05 Armin RonacherStarted refactoring of debugging system for better...
2009-03-30 Armin RonacherAdded support for line-based comments.
2009-03-18 Armin RonacherApplied documentation patches by Clemens Hermann.
2009-03-05 Armin RonacherStarted refactoring of debugging system for better...
2009-02-24 Armin RonacherImproved Jinja's debugging support by introducing ...
2009-02-19 Armin RonacherAdded support for optional `scoped` modifier to blocks.
2009-01-04 Armin RonacherCopyright switch to "The Jinja Team".
2008-12-08 Armin RonacherFixed a typo
2008-11-02 Armin RonacherAdded support for `Environment.compile_expression`.
2008-10-05 Armin RonacherVarious cleanups and added custom cycler.
2008-10-04 Armin Ronacherimports and includes "with context" are passed the...
2008-09-21 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-09-19 Georg BrandlSome typos.
2008-09-17 Armin RonacherImproved bbcache and documented it.
2008-09-17 Armin RonacherAdded experimental and undocumented bytecode cache...
2008-09-08 Armin RonacherLinked from autoescape to markup
2008-09-08 Armin RonacherFixed a typo
2008-08-13 Armin RonacherRemoved a few stdlib dependencies. This is the first...
2008-07-12 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-07-10 Christopher GrebsAutomated merge with dev.pocoo.org/hg/jinja2-main/
2008-07-10 Christopher Grebsfixed attribute lookup error with old style classes
2008-06-20 Armin RonacherFixed some minor glitches.
2008-06-17 Armin RonacherAdded `TemplateStream.dump`.
2008-06-14 Armin RonacherAdded unittests for stream filtering and preprocessing...
2008-06-13 Armin Ronacheradded support for token stream filtering and preprocessing.
2008-06-12 Armin RonacherImproved attribute and item lookup by allowing template...
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...
next