Skip to content
Snippets Groups Projects
  1. Nov 13, 2010
  2. Nov 12, 2010
  3. 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
  4. Oct 24, 2010
  5. Oct 20, 2010
  6. Sep 02, 2010
  7. Aug 11, 2010
  8. Jul 13, 2010
  9. 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
  10. Jun 22, 2010
  11. May 31, 2010
  12. May 01, 2010
  13. Apr 28, 2010
    • Mike Bayer's avatar
      - When a .py is being created, the tempfile · c4abbd84
      Mike Bayer authored
        where the source is stored temporarily is
        now made in the same directory as that of
        the .py file.  This ensures that the two
        files share the same filesystem, thus
        avoiding cross-filesystem synchronization
        issues.  Thanks to Charles Cazabon.
      c4abbd84
  14. Apr 21, 2010
  15. Apr 20, 2010
Loading