summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | 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
* 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