1. 01 Jan, 2012 2 commits
  2. 28 Dec, 2011 1 commit
  3. 25 Dec, 2011 1 commit
  4. 21 Dec, 2011 1 commit
    • Fixed issue #56: Template() now accepts an "escape" argument. · f2108401
      From the issue:
      
          The constructor `Template.__init__()` should accept an optional
          `escape` function argument instead of the boolean `disable_escape`.
          This is more natural.
      
          Examples:
      
           * Users wanting to disable escaping can pass `lambda s: s`.
           * Non-markupsafe users wanting double-quotes escaped can pass
             `lambda s: cgi.escape(s, True)`.  The cgi.escape() function
             doesn't escape double-quotes by default.
           * Similarly, markupsafe users can specify an alternative to
             `markupsafe.escape()`.
      Chris Jerdonek committed
  5. 19 Dec, 2011 1 commit
  6. 27 Jan, 2011 1 commit
  7. 13 Jan, 2011 1 commit
  8. 12 Jan, 2011 1 commit
  9. 27 Sep, 2010 1 commit
  10. 14 May, 2010 2 commits
  11. 30 Mar, 2010 1 commit
  12. 09 Feb, 2010 2 commits
  13. 13 Nov, 2009 9 commits