With number of course. Jinja2.pdf not Jinja.pdf
[jinja2.git] / jinja2 / compiler.py
2011-01-15 Armin RonacherGrammar.
2010-12-20 Armin Ronachergroupby now supports attributes of attributes. This...
2010-11-29 Armin RonacherImplemented operator intercepting
2010-11-07 Ian LewisChanged naked except statements to catch only subclasse...
2010-06-06 Armin RonacherFixed the profile.py file and removed a useless newline...
2010-05-29 Armin Ronacherit's now possible to register extensions after an envir...
2010-05-29 Armin RonacherTip is now 2.5. Started work on newstyle gettext trans...
2010-04-05 Armin RonacherFixed a scoping bug that caused the immutable scoping...
2010-04-05 Armin Ronacherautoescape no longer is a plain boolean value but can...
2010-03-14 Armin RonacherFixed a testcase for Python 2.4
2010-03-14 Armin RonacherAdded another testcase and fixed a bug with the volatil...
2010-03-14 Armin RonacherBiggest change to Jinja since the 1.x migration: added...
2010-03-12 Armin Ronacheradded a :class:`ModuleLoader` that can load templates...
2010-02-17 Armin RonacherMerged in changes from 2.3.1
2010-02-17 Armin RonacherFixed some tests for python 2.4. Disabled a test for...
2010-02-10 Armin RonacherDown to 7 failures for Python 3. We're onto something.
2010-02-09 Armin RonacherStarted working on unittest powered testsuite.
2010-01-22 Armin RonacherIt's a new year
2010-01-14 Armin RonacherMore correct fix for 380. The only thing that is part...
2010-01-14 Armin Ronacherfixed a problem with having call blocks in outer scopes...
2010-01-13 Armin Ronacherinclude tags are now able to select between multiple...
2009-10-26 Armin RonacherReverted [73b04625ab54]. The old behavior is the new...
2009-10-25 Armin RonacherShortcut for the if inner visit for empty branches.
2009-10-25 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2009-10-25 Armin RonacherFixed a scoping bug that was introduced in the developm...
2009-09-18 Armin Ronacheradded a deprecation warning for a variable assignment...
2009-09-16 Armin Ronacherfixes issue with code generator that causes unbound...
2009-09-13 Armin RonacherTiny improvement for the loop hack. Implemented it...
2009-09-13 Armin RonacherRefactoring in the way the parse function is invoked.
2009-09-13 Armin RonacherAdded ugly workaround for a loop bug.
2009-08-05 Armin RonacherMore Python 3 support.
2009-04-16 Armin RonacherResolved conflict
2009-03-17 Armin RonacherAdded testcase for a bug
2009-02-19 Armin RonacherAdded support for optional `scoped` modifier to blocks.
2009-02-11 Armin RonacherFixed a bug that caused internal errors if names where...
2009-02-08 Armin RonacherMade it possible to refer to names from outer scopes...
2009-02-04 Armin RonacherFixed a bug that caused syntax errors when defining...
2009-01-04 Armin RonacherCopyright switch to "The Jinja Team".
2008-12-27 Armin RonacherInclude statements can now be marked with ``ignore...
2008-12-25 Armin RonacherFixed a translation error caused by looping over empty...
2008-10-30 Armin RonacherFixed a macro scoping bug discovered by ckknight introd...
2008-10-04 Armin Ronacherimports and includes "with context" are passed the...
2008-09-23 Armin RonacherThe hopefully final fix for the bug apollo13 spotted...
2008-09-17 Armin RonacherFixed a bug with the handling of empty statements in...
2008-09-15 Armin RonacherFixed a confusing edge case (thanks apollo13)
2008-09-12 Armin RonacherFixed a bug in the subscript operation.
2008-08-14 Armin RonacherFixed a bug in the compiler that caused problems with...
2008-08-13 Armin Ronacherfixed a bug with nested loops and the special loop...
2008-08-13 Armin RonacherRemoved a few stdlib dependencies. This is the first...
2008-07-14 Armin Ronacherfixed a few broken license declarations. should have...
2008-07-14 Armin RonacherFixed bug in finalizer
2008-07-10 Christopher GrebsAutomated merge with dev.pocoo.org/hg/jinja2-main/
2008-07-04 Armin RonacherFixed a bug with the loop context of a for loop if...
2008-06-25 Armin RonacherChanged all sentences with occurrences of subscribing...
2008-06-12 Armin RonacherImproved attribute and item lookup by allowing template...
2008-05-25 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
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 Ronacherfixed bug with static unicode strings and auto escaping
2008-05-23 Armin Ronacherend of line sequence is no configurable
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 Ronachercall is now handled like a regular unnamed macro, refac...
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 Ronachersome more cleaning up
2008-05-18 Armin Ronachersmall refactoring
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 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-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-08 Armin RonacherFirst extension interface documentation and updates...
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-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 Ronachersmall performance improvements
2008-04-29 Armin Ronacheragain documentation updates fixed another python 2...
2008-04-28 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
next