summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Explicitly close the template file after reading itChris Wanstrath2009-10-301-1/+4
| |
* | mention view classes in the readmeChris Wanstrath2009-10-301-0/+15
| |
* | 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
| |
* | failing pizza testChris Wanstrath2009-10-302-1/+6
|/
* basic subclassable view supportChris Wanstrath2009-10-306-0/+66
|
* kwargify pystache.render()Chris Wanstrath2009-10-302-1/+8
|
* update readme with new apiChris Wanstrath2009-10-301-4/+12
|
* Pystash class with static method seems redundant,dbr2009-10-312-12/+10
| | | | | change it to a single function. Also update the tests
* 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-292-9/+18
|
* move Template into its own fileChris Wanstrath2009-10-292-62/+62
|
* basic true / false sectionsChris Wanstrath2009-10-292-4/+42
|
* more tests, more codeChris Wanstrath2009-10-292-9/+45
|
* no pyc!Chris Wanstrath2009-10-283-0/+1
|
* simple, but tests passChris Wanstrath2009-10-284-0/+42
|
* simple readmeChris Wanstrath2009-10-281-0/+41