- 01 Jan, 2012 2 commits
-
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
- 28 Dec, 2011 1 commit
-
-
This will help with future refactoring and code maintenance by not having the same logic duplicated in more than one part of the code. It also takes more responsibility away from the View class, which is what we want.
Chris Jerdonek committed
-
- 25 Dec, 2011 1 commit
-
-
Chris Jerdonek committed
-
- 21 Dec, 2011 1 commit
-
-
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
-
- 19 Dec, 2011 1 commit
-
-
Chris Jerdonek committed
-
- 27 Jan, 2011 1 commit
-
-
Carl Whittaker committed
-
- 13 Jan, 2011 1 commit
-
-
Carl Whittaker committed
-
- 12 Jan, 2011 1 commit
-
-
Carl Whittaker committed
-
- 27 Sep, 2010 1 commit
-
-
Rhett Garber committed
-
- 14 May, 2010 2 commits
-
-
Chris Wanstrath committed
-
add support for nested contexts as described in the "Non-False Values" section of http://mustache.github.com/mustache.5.html
Paul Bonser committed
-
- 30 Mar, 2010 1 commit
-
-
Chris Wanstrath committed
-
- 09 Feb, 2010 2 commits
-
-
Eric Naeseth committed
-
Eric Naeseth committed
-
- 13 Nov, 2009 9 commits
-
-
Chris Wanstrath committed
-
Chris Wanstrath committed
-
Chris Wanstrath committed
-
Chris Wanstrath committed
-
Chris Wanstrath committed
-
Chris Wanstrath committed
-
Chris Wanstrath committed
-
Chris Wanstrath committed
-
Chris Wanstrath committed
-