summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* v0.3.1v0.3.1Chris Wanstrath2010-05-072-1/+6
* Manifest file to fix packageChris Wanstrath2010-05-071-0/+1
* install itChris Wanstrath2010-05-031-0/+7
* bump versionChris Wanstrath2010-05-031-1/+1
* v0.3.0v0.3.0Chris Wanstrath2010-05-031-0/+7
* use issuesChris Wanstrath2010-05-031-1/+0
* Inverted sections.David Logie2010-05-044-2/+24
* Higher Order Sections.David Logie2010-05-044-2/+53
* Add {{& blah}} as an alias for {{{ blah }}}Chris Wanstrath2010-03-302-1/+8
* Convert HISTORY and README to reStructuredTextDamien Lebrun2010-03-293-19/+34
* Add classifiersDamien Lebrun2010-03-291-1/+8
* View.template_path can hold a list of pathDamien Lebrun2010-03-292-3/+35
* Mention mustache 5 docsChris Wanstrath2010-03-091-1/+2
* whitespaceChris Wanstrath2010-02-151-2/+0
* `python setup.py publish`Chris Wanstrath2010-02-151-0/+14
* 0.2.0v0.2.0Chris Wanstrath2010-02-151-1/+1
* update historyChris Wanstrath2010-02-151-1/+4
* String conversions now use `unicode()`, are consistent. Fixes #5Chris Wanstrath2010-02-151-1/+1
* Don't render an empty string when a tag's value is 0.Eric Naeseth2010-02-092-1/+9
* Adding template file encoding awareness.Eric Naeseth2010-02-094-0/+20
* Helping to ensure the template file gets closed.Eric Naeseth2010-02-091-2/+4
* Adding support for Unicode and non-ASCII-encoded bytestring output.Eric Naeseth2010-02-096-5/+35
* Bugfix: Methods returning False or None are not renderedChris Wanstrath2009-11-275-2/+11
* Be sure to cast value to a string for unescaped tags.Joshua Roesslein2009-11-171-1/+1
* Avoid try/block for detecting callable attributes. Allow for callable context...Joshua Roesslein2009-11-171-8/+5
* Revert "Better way to perform callable check. Allow callables from context at...Chris Wanstrath2009-11-161-5/+8
* Better way to perform callable check. Allow callables from context attributes.Joshua Roesslein2009-11-171-8/+5
* who knows when 0.2.0 will drop!Chris Wanstrath2009-11-161-1/+1
* Allow using View instances as attributes.Joshua Roesslein2009-11-163-0/+11
* Add support for using non-callables as View attributes.Joshua Roesslein2009-11-163-1/+13
* 0.1.1v0.1.1Chris Wanstrath2009-11-131-1/+1
* one more todo item!Chris Wanstrath2009-11-131-1/+0
* Tests can be run by executing the test file directlyChris Wanstrath2009-11-134-1/+12
* Ensure we're dealing with strings, alwaysChris Wanstrath2009-11-133-1/+14
* gitignore more stuffChris Wanstrath2009-11-121-0/+2
* version tweaksv0.1.0Chris Wanstrath2009-11-122-3/+3
* history fileChris Wanstrath2009-11-121-0/+3
* ignore build dirChris Wanstrath2009-11-121-0/+1
* add setup.py scriptChris Wanstrath2009-11-121-0/+13
* MITChris Wanstrath2009-11-121-0/+20
* add fancy @modifier decoratorChris Wanstrath2009-11-121-14/+23
* gettin thereChris Wanstrath2009-11-121-2/+0
* section and tag names can include aesthetic whitespaceChris Wanstrath2009-11-122-3/+5
* ensure tags can have spacesChris Wanstrath2009-11-121-1/+1
* delimiter supportChris Wanstrath2009-11-124-6/+64
* fix title bar methodChris Wanstrath2009-11-121-1/+1
* partial extension testChris Wanstrath2009-11-123-0/+14
* implement partials, make test passChris Wanstrath2009-11-123-7/+48
* implement unescape tag, make escape tag actually escapeChris Wanstrath2009-11-121-2/+8
* failing template partial testChris Wanstrath2009-11-124-0/+16