Fixed filesizeformat filter. It should now conform to the official SI prefixes and...
[jinja2.git] / jinja2 / compiler.py
2008-04-28 Armin Ronacherpython2.4 compatibility and doc updates
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 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 Ronacherinheritance uses a less awkward hack for contexts now...
2008-04-21 Armin Ronacherremoved custom nodes again
2008-04-20 Armin Ronacheradded first code for parser extensions and moved some...
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 Armin Ronacherfixed a few bugs from the unittests
2008-04-17 Armin Ronacherimproved undefined behavior
2008-04-17 Armin Ronachervarious docstring changes
2008-04-17 Armin Ronacher`TemplateData` -> `Markup`
2008-04-17 Armin Ronacherimproved filters
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 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 Christoph Hackcontinued convertig filters
2008-04-13 Christoph HackAutomated merge with ssh://dev.pocoo.org/jinja2-main
2008-04-13 Armin Ronacheradded super()
2008-04-13 Armin Ronacheradded globals
2008-04-13 Armin Ronacheroptimizer can optimize filtered for loops now
2008-04-13 Armin Ronacheradded loop filtering
2008-04-12 Armin Ronachersome more stuff for jinja2
2008-04-12 Armin Ronacherfilter tag works now
2008-04-12 Armin Ronacheradded support for new call statement
2008-04-11 Armin Ronacherimplemented includes
2008-04-11 Armin Ronacherbasic inheritance works now
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-11 Armin Ronacherfixed a small bug
2008-04-11 Armin Ronacher*now* we have no overhead :)
2008-04-11 Armin Ronacheroptimized child template code generation. we now have...
2008-04-10 Armin Ronacherremoved debug print
2008-04-10 Armin Ronacherassignments are traversed in the correct order now
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 Ronachernodes have access to environment now
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-04-09 Christoph Hackmerged
2008-04-09 Armin Ronachertuple unpacking at compile time is handled properly now
2008-04-08 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-04-08 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-04-08 Armin Ronacherremoved unused import
2008-04-08 Christoph Hackadded optimizer
2008-04-08 Armin Ronacherupdated macro stuff
2008-04-08 Armin Ronacherwork on the macro stuff
2008-04-08 Christoph Hackmerged
2008-04-08 Christoph Hackoptimize filters on constant values
2008-04-08 Christoph Hackonly import filters to the local namespace if they...
2008-04-08 Armin Ronachermore compiler stuff
2008-04-08 Christoph Hackadded environment, make filters available locally
2008-04-07 Armin Ronacheradded first working pieces of compiler