Skip to content
Snippets Groups Projects
  1. Feb 19, 2011
  2. Jan 19, 2011
  3. Jan 06, 2011
  4. Nov 16, 2010
  5. Nov 13, 2010
  6. Nov 12, 2010
  7. 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
    • Mike Bayer's avatar
      - New flag on Template, TemplateLookup - · c8598ab6
      Mike Bayer authored
        strict_undefined=True, will cause
        variables not found in the context to
        raise a NameError immediately, instead of
        defaulting to the UNDEFINED value.
      c8598ab6
  8. Oct 24, 2010
  9. Oct 20, 2010
  10. Sep 02, 2010
  11. Aug 11, 2010
  12. Jul 13, 2010
  13. Jun 30, 2010
    • Mike Bayer's avatar
      merge tag · 9750f511
      Mike Bayer authored
      9750f511
    • 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
  14. Jun 22, 2010
Loading