Added tag 2.0rc1 for changeset 2dcf0a817634
[jinja2.git] / jinja2 /
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
2008-04-17 Priit Laesimproved wordcount by removing pointless test
2008-04-17 Priit Laesadded missing indent filter
2008-04-17 Priit Laesfixed two typos
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 Ronacher`TemplateData` -> `Markup`
2008-04-17 Armin Ronacherupdated a few docstrings and removed contrib
2008-04-17 Armin Ronacherimproved filters
2008-04-17 Armin Ronacheradded autoescaping
2008-04-16 Armin Ronacherdebugger skips two internal frames now
2008-04-16 Armin Ronacherbetter debugging information. compiler knows about...
2008-04-16 Armin Ronacheradded new python only debug hack
2008-04-16 Armin Ronacherported the tests
2008-04-16 Armin Ronacherupdated a few filters and improved i18n
2008-04-16 Armin Ronacherreimplemented {% trans %}
2008-04-15 Armin Ronacherremoved unusde __delitem__ for context
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 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 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-12 Armin Ronacheradded support for line statement prefixes (cheetah...
2008-04-11 Armin Ronacherfixed include
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 Ronacherfixed deepcopy
2008-04-09 Armin Ronacheradded broken copy method
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 Christoph Hackrender templates
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 Armin Ronacherimproved loop unrolling
2008-04-09 Christoph Hackmerged again
2008-04-09 Christoph Hackmerged
2008-04-09 Christoph Hackconverted some filters
2008-04-09 Armin Ronachertuple unpacking at compile time is handled properly now
2008-04-08 Armin Ronacherimproved static optimizer
2008-04-08 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-04-08 Christoph Hackadded subscribe-optimation
2008-04-08 Christoph Hackused the new nodetransformer to make mitsuhiko happy
2008-04-08 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-04-08 Armin Ronacherremoved unused import
2008-04-08 Christoph Hackloop unrolling
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
2008-03-31 Armin Ronacherfirst version of new parser
2008-03-31 Armin Ronachera clean restart