summaryrefslogtreecommitdiff
path: root/pystache
Commit message (Expand)AuthorAgeFilesLines
* Ensure we're dealing with strings, alwaysChris Wanstrath2009-11-131-1/+1
* add fancy @modifier decoratorChris Wanstrath2009-11-121-14/+23
* section and tag names can include aesthetic whitespaceChris Wanstrath2009-11-121-1/+3
* delimiter supportChris Wanstrath2009-11-121-6/+34
* implement partials, make test passChris Wanstrath2009-11-122-6/+46
* implement unescape tag, make escape tag actually escapeChris Wanstrath2009-11-121-2/+8
* e flo layeth the smack downethChris Wanstrath2009-11-111-1/+1
* slight tweaksChris Wanstrath2009-11-062-2/+1
* Add failing (but almost passing) ComplexView test. Fixes #2Chris Wanstrath2009-11-052-7/+16
* 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
* | Explicitly close the template file after reading itChris Wanstrath2009-10-301-1/+4
* | check the context before hitting a view methodChris Wanstrath2009-10-301-1/+3
* | referencing basic view methods from a template worksChris Wanstrath2009-10-301-3/+8
* | whitespaceChris Wanstrath2009-10-301-3/+3
|/
* basic subclassable view supportChris Wanstrath2009-10-302-0/+42
* kwargify pystache.render()Chris Wanstrath2009-10-301-1/+4
* Pystash class with static method seems redundant,dbr2009-10-311-4/+2
* Flattened the render_sections loopEric Florenzano2009-10-291-12/+14
* String concatenation in Python is badEric Florenzano2009-10-291-3/+3
* Avoid code duplication by restructuring loops slightlyEric Florenzano2009-10-291-7/+10
* Get rid of vestigial regexesEric Florenzano2009-10-291-4/+0
* Compile the regular expression once for the tags, and then re-use itEric Florenzano2009-10-291-2/+4
* Compile the regular expression once and re-use it for the render_sections bitEric Florenzano2009-10-291-3/+4
* More compact render_tagEric Florenzano2009-10-291-4/+1
* sections work!Chris Wanstrath2009-10-291-3/+12
* move Template into its own fileChris Wanstrath2009-10-292-62/+62
* basic true / false sectionsChris Wanstrath2009-10-291-0/+16
* more tests, more codeChris Wanstrath2009-10-291-8/+31
* no pyc!Chris Wanstrath2009-10-281-0/+0
* simple, but tests passChris Wanstrath2009-10-282-0/+28