summaryrefslogtreecommitdiff
path: root/pystache/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #29 (1) "code in __init__.py is evil"Chris Jerdonek2011-12-101-8/+2
|\
| * code in __init__.py is evilKenneth Reitz2011-08-231-8/+1
|/
* Adding template Loader classCarl Whittaker2011-01-121-0/+1
* Made the same changes to the module-level render method.Eric Florenzano2009-10-301-4/+3
* basic subclassable view supportChris Wanstrath2009-10-301-0/+1
* kwargify pystache.render()Chris Wanstrath2009-10-301-1/+4
* Pystash class with static method seems redundant,dbr2009-10-311-4/+2
* move Template into its own fileChris Wanstrath2009-10-291-62/+1
* basic true / false sectionsChris Wanstrath2009-10-291-0/+16
* more tests, more codeChris Wanstrath2009-10-291-8/+31
* simple, but tests passChris Wanstrath2009-10-281-0/+28