added support for token stream filtering and preprocessing.
[jinja2.git] / jinja2 /
2008-06-13 Armin Ronacheradded support for token stream filtering and preprocessing.
2008-06-12 Armin RonacherFixed a broken unittest and fixed a bug that required...
2008-06-12 Armin RonacherImproved attribute and item lookup by allowing template...
2008-06-09 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-06-09 Armin Ronachermade speedups c89 compatible.
2008-06-09 Benjamin WiegandAutomated merge with dev.pocoo.org/hg/jinja2-main
2008-06-09 Benjamin Wiegandfixed error in wordwrap filter
2008-06-09 Armin Ronachersmall fix for Python 2.4
2008-06-09 Armin Ronacherupdated documentation
2008-05-28 Armin Ronacherdata files are optional now
2008-05-28 Armin Ronachersome more documentation updates and minor code cleanups...
2008-05-26 Armin Ronacherimproved sandbox and updated setup.py
2008-05-26 Armin Ronacheradded attr filter
2008-05-26 Armin Ronacheritems have a higher priority than attributes now. ...
2008-05-26 Armin Ronacherfixed a bug in error reporting and some small documenta...
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 Ronacherall calls are proxied by context.call now so that we...
2008-05-24 Armin Ronacheradded more unittests for various tasks
2008-05-24 Armin Ronachermore unittests
2008-05-24 Armin Ronacherfixed bug with static unicode strings and auto escaping
2008-05-23 Armin Ronacheradded unittest for Markup and let the markup constructo...
2008-05-23 Armin Ronachermoved environment defaults to jinja2.defaults
2008-05-23 Armin Ronacherend of line sequence is no configurable
2008-05-23 Armin RonacherEnvironment.lex returns unicode tokens now, even if...
2008-05-23 Armin Ronachermore unittests and updated documentation for extensions...
2008-05-23 Armin Ronacheradded loopcontrols extension and added unittests for it
2008-05-23 Armin Ronacherrefactored compiler and improved identifier handling...
2008-05-22 Armin Ronachervariables starting with one or more underscores are...
2008-05-22 Armin Ronacherlex includes whitespace now which makes it a lot more...
2008-05-22 Armin Ronachercall is now handled like a regular unnamed macro, refac...
2008-05-20 Armin Ronacherfixed babel entry point
2008-05-19 Armin Ronachermore thread safety in LRUCache
2008-05-19 Armin Ronacherimproved thread safety of the LRUCache and fixed a...
2008-05-19 Armin Ronachertemporary identifiers are prefixed with "t_" now and...
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-17 Armin Ronacheradded `ImmutableSandboxedEnvironment`.
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 disclaimer to rwbench and fixed error reporting...
2008-05-15 Armin Ronachervoid -> do
2008-05-15 Armin Ronachersimplified from imports
2008-05-15 Armin Ronacheradded a semi realworld benchmark (jinja2 and mako)
2008-05-15 Armin Ronacherfixed bug with parameter parsing
2008-05-15 Armin Ronacherfixed error on static subscribe aliasing if the subscri...
2008-05-15 Armin Ronacherfixed error reporting for filtered statements
2008-05-15 Armin Ronacherreversed the internal structure for blocks
2008-05-15 Armin Ronacheradded support for local aliasing of some attributes...
2008-05-14 Armin Ronacherthe two escape implementations work the same now, updat...
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-12 Armin Ronacherswitched back to explicit set for assignments. {%...
2008-05-12 Armin Ronacherimproved variable exporting, added TODO file
2008-05-11 Armin Ronacheradded unittest for recursive for loop
2008-05-11 Armin Ronacherreadded support for recursive for-loops
2008-05-11 Armin Ronacheradded parsing code for "for item in seq recursive"...
2008-05-11 Armin Ronacherfixed a bug in extension handling
2008-05-10 Armin RonacherBacked out changeset 6afb554797b6, which added unicode...
2008-05-10 Armin Ronacheradded support for unicode identifiers
2008-05-10 Armin Ronacheradded support for dotted names in tests and filters
2008-05-10 Armin Ronacheradded a function to parse assign targes and documented...
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-06 Armin RonacherFixed bug that caused "for item in seq if expr" to...
2008-05-05 Armin Ronacheradded author information and fixed small off-by-one bug
2008-05-05 Armin Ronacheradded macro for char* to Py_UNICODE conversion
2008-05-05 Mickaël Guérinusing a table for _speedups escape
2008-05-04 Armin Ronacherfixed a bug with filtered loops
2008-05-04 Armin Ronacherextra security
2008-05-04 Armin Ronacherimproved sandbox, added proper striptags and updated...
2008-05-03 Armin Ronacherfixed template reloading
2008-05-03 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-05-03 Benjamin Wiegandadded missing import
2008-05-03 Armin Ronacherchanged wordcount filter once more
2008-05-03 Armin Ronacherupdated filters: wordwraps uses the wordwrap module...
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 Ronachermoved code from datastructure into lexer as the module...
2008-05-01 Armin Ronacherreactivated syntax error translations
2008-05-01 Armin RonacherJinja doesn't have keywords any longer. The reason...
2008-05-01 Armin Ronachermade LRUCache thread safe -.-
2008-05-01 Lukas MeuserFixed typos in documentation
2008-05-01 Armin Ronacheradded cache_clear function
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 Ronacheradded python2.4 workaround for unicode.join bug
2008-04-28 Armin Ronacherfixed xmlattr again
2008-04-28 Armin Ronacherupdated jinja docs
2008-04-28 Armin Ronacherfixed another python2.4 bug
next