aboutsummaryrefslogtreecommitdiff
path: root/jinja2
AgeCommit message (Expand)Author
2017-01-07Add a policy for the ascii literal behavior. Fixes #392Armin Ronacher
2017-01-07Optimize parameter lookup by defaultArmin Ronacher
2017-01-07Smaller fixes to stuff that broke on 3.xArmin Ronacher
2017-01-06Kill const folding for call which does not work anywaysArmin Ronacher
2017-01-06Fix various optimizer bugs. This fixes #548Armin Ronacher
2017-01-06Block sets are now safe. This fixes #490Armin Ronacher
2017-01-06Add note on HTML usage of tojson filterArmin Ronacher
2017-01-06Ported tojson filter. Fixes #458Armin Ronacher
2017-01-06Expect formatArmin Ronacher
2017-01-06Fixed self references in macrosArmin Ronacher
2017-01-06Turns out order tracking for loads is not usefulArmin Ronacher
2017-01-06Write loads in order they were definedArmin Ronacher
2017-01-06Killed some whitespaceArmin Ronacher
2017-01-06Optimize the case where we know about defined variablesArmin Ronacher
2017-01-06Set macro autoescape behavior at call instead of compile time. Fixes #565Armin Ronacher
2017-01-06Merge pull request #610 from jab/jab-do_truncateArmin Ronacher
2017-01-06Merge branch 'feature/no-locals'Armin Ronacher
2017-01-06Better error messages for some undefines. This fixes #575Armin Ronacher
2017-01-06Optimize emitting of forced yieldsArmin Ronacher
2017-01-05Support yield from if we can use itArmin Ronacher
2017-01-05Do not emit make_logging_undefined to runtimeArmin Ronacher
2017-01-04Add test for greater/less than (#624)Major Hayden
2017-01-03Changed behavior of macro defaults to be frame boundArmin Ronacher
2017-01-03Alias resolve and undefinedArmin Ronacher
2017-01-03Kill stray printArmin Ronacher
2017-01-03Small optimizations for escape branchesArmin Ronacher
2017-01-03Small optimization for recursive loopsArmin Ronacher
2017-01-03Use a separate scope for the loop else branchArmin Ronacher
2017-01-03Clarified for else todoArmin Ronacher
2017-01-03Small optimization for python scopesArmin Ronacher
2017-01-03Fixed a typoArmin Ronacher
2017-01-03Cleaned up some code that no longer needs to existArmin Ronacher
2017-01-03Stop assigning stuff to the frame that does not belong thereArmin Ronacher
2017-01-03Kill now unused assigned_namesArmin Ronacher
2017-01-03Kill some dead codeArmin Ronacher
2017-01-03Force missing to be a localArmin Ronacher
2017-01-03Fixed from imports with contextArmin Ronacher
2017-01-03Make tests pass on 3.x againArmin Ronacher
2017-01-03Made all tests pass againArmin Ronacher
2017-01-03Fixed various breakage from the new id trackingArmin Ronacher
2017-01-03Changed behavior of local extractionArmin Ronacher
2017-01-03Reset variables for scopingArmin Ronacher
2017-01-03Fixed debug support locals for new behaviorArmin Ronacher
2017-01-03First pass on integrating id trackingArmin Ronacher
2017-01-03Added new-style id tracking codeArmin Ronacher
2017-01-03Changelog and __rsub__ handlingArmin Ronacher
2017-01-03Merge pull request #530 from nick-garcia/masterArmin Ronacher
2017-01-03Merge pull request #525 from iffy/fix-cycle-nextArmin Ronacher
2016-12-31Support block-set in toplevel situations when extends is usedArmin Ronacher
2016-12-31Support old-style classes for attribute lookups. Fixes #631Armin Ronacher