summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* failing unescaped testChris Wanstrath2009-11-123-0/+13
* failing escaped testChris Wanstrath2009-11-123-0/+12
* double section testChris Wanstrath2009-11-123-0/+23
* whitespaceChris Wanstrath2009-11-121-0/+1
* Add `examples` test file, start with a comments testChris Wanstrath2009-11-123-0/+17
* whitespaceChris Wanstrath2009-11-111-1/+1
* e flo layeth the smack downethChris Wanstrath2009-11-111-1/+1
* slight tweaksChris Wanstrath2009-11-062-2/+1
* make complex_view test passChris Wanstrath2009-11-061-3/+2
* Add failing (but almost passing) ComplexView test. Fixes #2Chris Wanstrath2009-11-055-7/+61
* todoChris Wanstrath2009-11-021-0/+4
* Merge remote branch 'ericflo/master'Chris Wanstrath2009-10-303-11/+8
|\
| * Made the same changes to the module-level render method.Eric Florenzano2009-10-301-4/+3
| * Assigning a default context argument actually creates a global, which I don'...Eric Florenzano2009-10-302-4/+4
| * Use updateEric Florenzano2009-10-301-3/+1