0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 10, 2024 — Aug 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add `examples` test file, start with a comments test More... over 15 years ago
whitespace More... over 15 years ago
e flo layeth the smack downeth More... over 15 years ago
slight tweaks More... almost 16 years ago
make complex_view test pass More... almost 16 years ago
Add failing (but almost passing) ComplexView test. Fixes #2 More... almost 16 years ago
todo More... almost 16 years ago
Merge remote branch 'ericflo/master' More... almost 16 years ago
Made the same changes to the module-level render method. More... almost 16 years ago
Assigning a default context argument actually creates a global, which I don't think was the intended effect. More discussion and a better explanation of this can be found at http://bit.ly/1iw46 More... almost 16 years ago
Use update More... almost 16 years ago
Explicitly close the template file after reading it More... almost 16 years ago
mention view classes in the readme More... almost 16 years ago
check the context before hitting a view method More... almost 16 years ago
referencing basic view methods from a template works More... almost 16 years ago
whitespace More... almost 16 years ago
failing pizza test More... almost 16 years ago
basic subclassable view support More... almost 16 years ago
kwargify pystache.render() More... almost 16 years ago
update readme with new api More... almost 16 years ago
Pystash class with static method seems redundant, change it to a single function. Also update the tests
dbr
More... almost 16 years ago
Flattened the render_sections loop More... almost 16 years ago
String concatenation in Python is bad More... almost 16 years ago
Avoid code duplication by restructuring loops slightly More... almost 16 years ago
Get rid of vestigial regexes More... almost 16 years ago
Compile the regular expression once for the tags, and then re-use it More... almost 16 years ago
Compile the regular expression once and re-use it for the render_sections bit More... almost 16 years ago
More compact render_tag More... almost 16 years ago
sections work! More... almost 16 years ago
move Template into its own file More... almost 16 years ago