jinja2.git
2008-04-13 Armin Ronachermoved example tests into a folder
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 Ronacherremoved outdated todo list
2008-04-07 Armin Ronacherupdate setup.py so that setup.py develop works
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
2008-03-25 Armin Ronacherjinja django support is py 2.3 compatible now
2008-03-25 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja-main
2008-03-25 Armin Ronachermerged
2008-03-25 David Cramerimproved djangosupport
2008-03-25 Armin Ronacherimproved unescaping a bit
2008-02-11 Armin Ronachermoved docstring into setup.py, this fixes #297
2008-01-10 Lakin WeckerTicket #296 - Clean up the operators (minor code base...
2008-01-10 Lakin WeckerTicket #292 - [276:eed140e3c4ed] mistakenly switched...
2008-01-10 Lakin WeckerTicket #292 - Allow the results of subclasses of the...
2008-01-10 Lakin WeckerTicket #292 - Allow custom translator to be specified...
2008-01-07 Armin Ronacherdocumented pylons' "strict_c".
2007-12-24 Armin Ronacherwork around a pylons oddity
2007-12-09 Armin Ronacherimproved python2.3 support
2007-12-09 Armin Ronacherimproved path splitting for win32 systems
2007-11-29 Armin Ronachermoved code into bundle
2007-11-29 Armin Ronacheradded jinja tm bundle
2007-11-27 Armin Ronacheradded jinja.contrib to setup.py
2007-11-25 Armin Ronacherjinja loaders check now if a file is a file and not...
2007-11-18 Armin Ronacheradded entry for jinja 1.3 in CHANGES
2007-11-18 Armin Ronachertip is now going towards 1.3
2007-11-17 Armin RonacherAdded tag 1.2 for changeset 64b6a67c58d1
2007-11-17 Armin Ronacherfixed awkward lexer bug in jinja that was yet untested
2007-11-17 Armin Ronacherfixed bug in parser, untagged 1.2 (ready for retagging)
2007-11-17 Armin RonacherAdded tag 1.2 for changeset 0a785edff693
2007-11-17 Armin Ronachersome more small release changes
2007-11-16 Armin Ronachersome more doc changes in jinja for the upcoming release
2007-11-10 Armin Ronacherthis fixes #277.
2007-11-10 Armin Ronacherdocument single inheritance
2007-11-10 Armin Ronachersome documentation changes
2007-11-10 Armin Ronacherexplicit tuple call on set joining to not confuse the...
2007-11-10 Armin Ronacherlooking for a jinja memleak
2007-11-10 Armin Ronacheradded `MemoryGuard` to jdebug
2007-11-06 Armin Ronacherfixed macro return value (for autoescaping) and avoided...
2007-11-06 Armin RonacherBaseContext should be garbage collected properly now
2007-11-06 Armin Ronacherfix #284
2007-11-06 Georg BrandlSilence some warnings.
2007-11-06 Armin Ronacheradded tp_traverse to _speedups module
2007-10-22 Armin Ronacherdocumented change
2007-10-22 Armin Ronacherexperimental alternative client creation for the memcac...
2007-10-21 Armin Ronacherbumped jinja version
2007-10-21 Armin Ronacheradded pretty print for context
2007-10-21 Armin Ronacherpp -> pretty
2007-10-21 Armin Ronacherimproved pprint
2007-10-21 Armin Ronacheradded pp info to changelog
2007-10-21 Armin Ronacheradded pp support to jinja
2007-10-19 Armin Ronachermarged
2007-10-19 Armin Ronacherfixed a couple of errors with the c extensions build...
2007-10-18 Armin Ronacherfixed #281 and added test case
2007-10-18 Armin Ronacheradded manifest
next