summaryrefslogtreecommitdiff
path: root/pystache/defaults.py
Commit message (Expand)AuthorAgeFilesLines
* Adjust code comment.Chris Jerdonek2012-07-231-1/+1
* Moved the default delimiters into pystache.defaults.Chris Jerdonek2012-05-051-0/+3
* Added to Renderer class support for missing_tags (not finished yet).Chris Jerdonek2012-05-041-0/+5
* Cleaned up code around html.escape() in pystache.defaults.Chris Jerdonek2012-04-111-15/+8
* Tests now pass with Python 3.1.Chris Jerdonek2012-04-101-0/+7
* More Python 3 unit test fixes.Chris Jerdonek2012-04-081-2/+3
* Python 3 support: use html module instead of cgi.escape().Chris Jerdonek2012-04-081-2/+8
* Moved the search_dirs default into the defaults module.Chris Jerdonek2012-04-011-0/+5
* Refactored the Loader class to use the Renderer class's unicode.Chris Jerdonek2012-03-301-0/+27
* Added a defaults module with default DECODE_ERRORS and TEMPLATE_EXTENSION val...Chris Jerdonek2012-03-281-0/+18