- 24 Mar, 2012 3 commits
-
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
- 23 Mar, 2012 1 commit
-
-
Chris Jerdonek committed
-
- 22 Mar, 2012 6 commits
-
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Added CustomizedTemplate.template_rel_path and renamed CustomizedTemplate.template_directory to CustomizedTemplate.template_rel_directory. Added unit tests to test the custom_template.Loader constructor.
Chris Jerdonek committed
-
- 20 Mar, 2012 12 commits
-
-
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
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
- 19 Mar, 2012 2 commits
-
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
- 18 Mar, 2012 3 commits
-
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
- 10 Mar, 2012 3 commits
-
-
Chris Jerdonek committed
-
From: https://github.com/lucasb-eyer/pystache/commit/dd9184bb05d0b1001b30d61a0202de1273543316 Into: 'issue-93' Objects that support iteration (i.e. implement __iter__), aside from dictionaries, now behave like lists.
Chris Jerdonek committed -
Chris Jerdonek committed
-
- 09 Mar, 2012 2 commits
-
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
- 08 Mar, 2012 6 commits
-
-
Chris Jerdonek committed
-
Conflicts: setup.py
Chris Jerdonek committed -
v0.4.0 should now be ready to push to PyPI.
Chris Jerdonek committed -
Chris Jerdonek committed
-
Chris Jerdonek committed
-
From: https://github.com/talos/pystache/commit/c8138f41c3a89523502d57d95f1da30c9d211b9e Into: v0.4.0-prep
Chris Jerdonek committed
-
- 29 Feb, 2012 2 commits
-
-
This is done by treating any object with __iter__ methods the way only 'list' and 'tuple' objects were treated before. Except dictionaries, they have an __iter__ method too, but that's not what we want. All 291 tests aswell as the new one pass.
Lucas Beyer committed -
talos committed
-