Carl Whittaker
|
c9dcb07630
|
Merge branch 'master' into development
Conflicts:
examples/inverted.py
pystache/template.py
tests/test_pystache.py
tests/test_view.py
|
2011-05-31 17:35:32 +01:00 |
|
Mike O'Toole
|
feb339dae2
|
adding support for implicit iterators
|
2011-03-08 18:33:29 -05:00 |
|
Carl Whittaker
|
16ce94a29e
|
Moving context logic into view
|
2011-01-27 15:50:45 +00:00 |
|
Eric Naeseth
|
a708d12329
|
Don't render an empty string when a tag's value is 0.
|
2010-02-09 18:35:31 +08:00 |
|
Eric Naeseth
|
112ac76d61
|
Adding support for Unicode and non-ASCII-encoded bytestring output.
|
2010-02-09 18:35:26 +08:00 |
|
Chris Wanstrath
|
e38a953b8f
|
Bugfix: Methods returning False or None are not rendered
|
2009-11-27 02:05:12 -08:00 |
|
Chris Wanstrath
|
be021363c4
|
Tests can be run by executing the test file directly
|
2009-11-13 15:31:54 -08:00 |
|
Chris Wanstrath
|
90ae7cb48f
|
Ensure we're dealing with strings, always
|
2009-11-13 15:30:07 -08:00 |
|
Chris Wanstrath
|
e822dab9fd
|
kwargify pystache.render()
|
2009-10-30 10:38:00 -07:00 |
|
dbr
|
40d09a12bf
|
Pystash class with static method seems redundant,
change it to a single function. Also update the
tests
|
2009-10-31 01:20:56 +08:00 |
|
Chris Wanstrath
|
68f7cca579
|
sections work!
|
2009-10-29 01:14:30 -07:00 |
|
Chris Wanstrath
|
1bd8530656
|
basic true / false sections
|
2009-10-29 01:00:15 -07:00 |
|
Chris Wanstrath
|
b51bd2e5e3
|
more tests, more code
|
2009-10-29 00:17:22 -07:00 |
|
Chris Wanstrath
|
406253878a
|
simple, but tests pass
|
2009-10-28 23:58:44 -07:00 |
|