summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Normalized newline at end of file in a couple example modules.Chris Jerdonek2012-04-072-2/+2
* Removed View dependency from last remaining examples.Chris Jerdonek2012-04-013-8/+5
* Removed View dependency from Unescaped example.Chris Jerdonek2012-04-011-4/+1
* Removed View dependency from more examples and test cases.Chris Jerdonek2012-04-013-11/+13
* Removed View from NestedContext example and added experimental Renderer.conte...Chris Jerdonek2012-04-011-4/+9
* Removed View from Lambdas example.Chris Jerdonek2012-04-011-3/+5
* Removed the word "view" from the Complex example.Chris Jerdonek2012-04-012-1/+1
* Removed the View class from the inverted.py example.Chris Jerdonek2012-04-011-5/+4
* Merge branch 'master' into 'development': v0.4.1 changesChris Jerdonek2012-03-301-1/+3
|\
| * Added support for Python 2.4: issue #89 (wangtz) and issue #94 (jvantuyl).Chris Jerdonek2012-03-251-3/+5
* | DoubleSection and Escaped tests no longer depend on pystache.View.Chris Jerdonek2012-03-192-8/+2
* | Delimiters test no longer depends on pystache.View.Chris Jerdonek2012-03-191-4/+1
* | Removed an unnecessary property from the ComplexView class.Chris Jerdonek2012-03-191-1/+0
* | The "ComplexView" tests no longer depend on pystache.View.Chris Jerdonek2012-03-192-5/+8
* | Comments example no longer inherits from CustomizedTemplate.Chris Jerdonek2012-03-181-4/+1
* | Added CustomizedTemplate class.Chris Jerdonek2012-03-182-3/+3
* | Removed View.get().Chris Jerdonek2012-01-242-4/+4
* | Merge 'development-spec' into 'development': spec-compliance. Happy New Year! :)Chris Jerdonek2012-01-011-1/+1
|\ \
| * | Fixed spacing issues on partial test cases: trailing newline for standalones.Chris Jerdonek2012-01-011-1/+1
* | | README formatting tweaks.Chris Jerdonek2012-01-011-1/+1
* | | READM view example is now more real.Chris Jerdonek2012-01-012-0/+4
|/ /
* | Fixed issue #40.Chris Jerdonek2011-12-181-0/+1
* | Removed View.__getitem__().Chris Jerdonek2011-12-171-2/+2
* | Adding file left out of previous commit: examples/tagless.mustache.Chris Jerdonek2011-12-101-0/+1
|/
* Merge branch 'master' into developmentCarl Whittaker2011-05-311-1/+10
|\
| * Add test for inverted sections on list valuesMark Paschal2011-05-091-0/+9
* | Moving context logic into viewCarl Whittaker2011-01-273-25/+4
* | Fixed nested context in loops not being passed to partials.Carl Whittaker2011-01-181-1/+1
* | Fixed accessing mixed nested context objects. BOOM!Carl Whittaker2011-01-132-1/+5
* | Adding support for nested contexts within View.Carl Whittaker2011-01-121-0/+9
* | Adding support for callables and Negated values.Carl Whittaker2011-01-111-0/+3
* | Dictionaries and lists are now handled in sections.Carl Whittaker2011-01-111-4/+1
* | Adding tests for negated (empty list) tag, partials in loops not referencing ...Carl Whittaker2011-01-115-3/+15
* | Adding tests for negated (empty list) tag, partials in loops not referencing ...Carl Whittaker2011-01-111-0/+1
|/
* Removing unused debug lambda.Kevin Morgan2010-12-131-3/+0
* Adding tests for a hierarchy of partials and lambdas in each.Kevin Morgan2010-12-131-0/+1
* Only returning functions when they are unbounded methods otherwise they get c...Kevin Morgan2010-12-133-0/+12
* Contexts still can't see outer scope. Add failing test.Chris Wanstrath2010-05-142-1/+4
* add support for nested contexts as described in the "Non-False Values" sectio...Paul Bonser2010-05-152-0/+8
* Inverted sections.David Logie2010-05-042-0/+14
* Higher Order Sections.David Logie2010-05-042-0/+33
* Adding template file encoding awareness.Eric Naeseth2010-02-092-0/+9
* Adding support for Unicode and non-ASCII-encoded bytestring output.Eric Naeseth2010-02-092-0/+10
* Bugfix: Methods returning False or None are not renderedChris Wanstrath2009-11-272-1/+4
* section and tag names can include aesthetic whitespaceChris Wanstrath2009-11-121-2/+2
* ensure tags can have spacesChris Wanstrath2009-11-121-1/+1
* delimiter supportChris Wanstrath2009-11-122-0/+19
* fix title bar methodChris Wanstrath2009-11-121-1/+1
* partial extension testChris Wanstrath2009-11-122-0/+5
* failing template partial testChris Wanstrath2009-11-123-0/+13