jinja2.git
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 Ronacherremoved the notice about names in imported macros....
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 Ronacherdocumented set changes
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 Ronacherdocumented recursive loops
2008-05-11 Armin Ronachermade the recursive for loop test easier to debug
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-11 Georg BrandlAnother typo.
2008-05-11 Georg BrandlFix two typos.
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-09 Armin Ronacheradded djangojinja2 extension
2008-05-09 Armin Ronacherremoved wsgi and django from the integration page,...
2008-05-09 Armin Ronacheradded TextMate bundle and vim syntax files
2008-05-08 Armin Ronachermore updates on the extension API
2008-05-08 Armin RonacherFirst extension interface documentation and updates...
2008-05-07 Armin Ronachermoved example code around
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 Ronacheradded nicher margins to jinja docs
2008-05-06 Armin Ronachersome documentation improvements, jinja escapes " and...
2008-05-06 Armin Ronacherand another small style update for the docs
2008-05-06 Armin RonacherFixed bug that caused "for item in seq if expr" to...
2008-05-06 Armin Ronacherdocumentation style updates, added print css
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-05 Armin Ronacheradded intro text to doc index
2008-05-04 Armin Ronacherfixed a bug with filtered loops
2008-05-04 Armin Ronachersome small documentation style fixes
2008-05-04 Armin Ronacheradded style for html documentation
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 unittest for context import/includes
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
2008-04-28 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-04-28 Armin Ronacherpython2.4 compatibility and doc updates
2008-04-28 Benjamin Wiegandsmall improvement
2008-04-28 Benjamin Wiegandfixed some NameErrors
2008-04-28 Armin Ronachermore docs and fixed bug in parser that assigned lineno...
2008-04-28 Armin Ronacherfirst version of the jinja2 docs
2008-04-28 Armin Ronacherautoescaping is separate from finalize now and Markup...
2008-04-27 Armin Ronacherbootstrapped new documentation
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 Ronacherrevamped jinja2 import system. the behavior is less...
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-23 Armin Ronacherremoved loop unrolling. for such optimizations we...
2008-04-22 Armin Ronacherfixed more unittests
2008-04-21 Armin Ronacherfixed setup.py, a type and removed the possibility...
2008-04-21 Armin Ronacherremoved custom nodes again
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-18 Armin Ronacherloops and `tests` tests pass now
2008-04-18 Armin Ronacherremoved loop.parent. If this variable is wanted you...
2008-04-18 Priit Laessamp and friends from char* to const char*
2008-04-18 Armin Ronacherfixed a few bugs from the unittests
2008-04-18 Armin Ronacheradded C escape and tb_set_next functions
next