- 24 Dec, 2011 14 commits
-
-
We added a case to check that callable return values of __getitem__ are not called. There is already a test that callable attributes are called: test_object__attribute_is_callable().
Chris Jerdonek committed -
Chris Jerdonek committed
-
Added a test case for (non-list) "non-false value".
Chris Jerdonek committed -
Chris Jerdonek committed
-
Chris Jerdonek committed
-
The Renderer class's default loader now inherits the decode_errors attribute for the instance.
Chris Jerdonek committed -
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
The Renderer class now accepts a loader implementing get() (e.g. a dictionary or Loader instance) rather than a load_template function.
Chris Jerdonek committed -
Chris Jerdonek committed
-
Chris Jerdonek committed
-
- 23 Dec, 2011 10 commits
-
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Doctests now pass, and they pass running "nosetests --with-doctest".
Chris Jerdonek committed -
Apparently, nosetests runs doctests without the doctest.ELLIPSIS option enabled. This caused the Modifiers.set() test to fail.
Chris Jerdonek committed -
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
- 22 Dec, 2011 16 commits
-
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Multiline comments now permitted. Fix courtesy of fczuardi.
Chris Jerdonek committed -
See https://github.com/defunkt/pystache/issues/33
Chris Jerdonek committed -
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Ensures that the Renderer class can handle the case of load_template not returning unicode.
Chris Jerdonek committed -
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-