Skip to content
Snippets Groups Projects
  1. Nov 10, 2010
    • Mike Bayer's avatar
      - The range of Python identifiers that · ca21a535
      Mike Bayer authored
        are considered "undefined", meaning they
        are pulled from the context, has been
        trimmed back to not include variables
        declared inside of expressions (i.e. from
        list comprehensions), as well as
        in the argument list of lambdas.  This
        to better support the strict_undefined
        feature.
      ca21a535
  2. Sep 02, 2010
  3. Aug 11, 2010
  4. Jun 30, 2010
    • Mike Bayer's avatar
      - The <%namespace> tag allows expressions · 4b408e5f
      Mike Bayer authored
        for the `file` argument, i.e. with ${}.
        The `context` variable, if needed,
        must be referenced explicitly.
        [ticket:141]
      
      - Fixed previously non-covered regular
        expression, such that using a ${} expression
        inside of a tag element that doesn't allow
        them raises a CompileException instead of
        silently failing.
      4b408e5f
  5. Mar 04, 2010
  6. Mar 02, 2010
  7. Feb 05, 2010
  8. Sep 07, 2009
  9. Mar 19, 2009
    • Mike Bayer's avatar
      - Added a "decorator" kw argument to <%def>, · da73752b
      Mike Bayer authored
        allows custom decoration functions to wrap
        rendering callables.  Mainly intended for
        custom caching algorithms, not sure what
        other uses there may be (but there may be).
        Examples are in the "filtering" docs.
      da73752b
  10. Nov 16, 2008
  11. Nov 15, 2008
    • Mike Bayer's avatar
      - the <%namespacename:defname> syntax described at · 718d98ee
      Mike Bayer authored
        http://techspot.zzzeek.org/?p=28 has now
        been added as a built in syntax, and is recommended
        as a more modern syntax versus <%call expr="expression">.
        The %call tag itself will always remain,
        with <%namespacename:defname> presenting a more HTML-like
        alternative to calling defs, both plain and
        nested.  Many examples of the new syntax are in the
        "Calling a def with embedded content" section
        of the docs.
      718d98ee
  12. Jan 19, 2008
  13. Apr 21, 2007
    • Mike Bayer's avatar
      - Lexer/Compile exceptions propigate throughout lexer/parsetree/ast · 3f9520f9
      Mike Bayer authored
      using a more portable **exception_kwargs collection
      - added "source" member to the dict propigated to Lexer/Compile exceptions
      - RichTraceback can access original template source as a unicode object
      using either 'source' memebr on Lexer/Compile exception, or 'source'
      property on ModuleInfo, fixes #37
      - unit tests for #37
      3f9520f9
  14. Mar 26, 2007
  15. Mar 19, 2007
  16. Mar 16, 2007
  17. Mar 08, 2007
  18. Jan 05, 2007
  19. Jan 04, 2007
  20. Dec 17, 2006
  21. Dec 16, 2006
  22. Dec 13, 2006
  23. Dec 12, 2006
  24. Dec 09, 2006
  25. Dec 06, 2006
  26. Dec 04, 2006
  27. Dec 03, 2006
  28. Dec 02, 2006
  29. Nov 27, 2006
  30. Nov 26, 2006
  31. Nov 25, 2006
Loading