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