summaryrefslogtreecommitdiff
path: root/pystache/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Bumping version number.Kevin Carrogan2014-05-091-1/+1
* Bump version to 0.5.3 in preparation for push to PyPI.Chris Jerdonek2012-11-031-1/+1
* Bump version to 0.5.3-rc prior to merge to master.Chris Jerdonek2012-10-201-1/+1
* Bump version to v0.5.3-alpha.Chris Jerdonek2012-06-291-1/+1
* Merge branch 'master' into developmentChris Jerdonek2012-06-291-1/+1
|\
| * Bump version to 0.5.2 prior to push to PyPI.v0.5.2Chris Jerdonek2012-05-061-1/+1
* | Documented parse().Chris Jerdonek2012-05-051-2/+2
|/
* Bumped version from 0.5.2-rc to 0.5.2-rc.1.Chris Jerdonek2012-05-041-1/+1
* Bump version from v0.5.1 to v0.5.2-rc prior to merge to master.Chris Jerdonek2012-05-031-1/+1
* Bump version from 0.5.1-rc to 0.5.1 prior to release to PyPI.v0.5.1Chris Jerdonek2012-04-251-1/+1
* Finalizing v0.5.1 prior to merge to master, bump version to 0.5.1-rc.Chris Jerdonek2012-04-241-1/+1
* Removed a TODO that has already been addressed.Chris Jerdonek2012-04-231-1/+1
* Added unit tests for pystache/__init__.py.Chris Jerdonek2012-04-231-5/+4
* Added docstrings to all modules to avoid doctest bug 14649: http://bugs.pytho...Chris Jerdonek2012-04-231-0/+6
* Deleted a trailing space.Chris Jerdonek2012-04-211-1/+1
* Added a TODO to the package __init__ about importing from pystache.init.Chris Jerdonek2012-04-161-0/+2
* Added a TODO to pystache/__init__.py about "from pystache import *".Chris Jerdonek2012-04-151-0/+4
* More Python 3 unit test fixes; README doctests also now working.Chris Jerdonek2012-04-081-1/+1
* Merge pull request #29 (1) "code in __init__.py is evil"Chris Jerdonek2011-12-101-8/+2
|\
| * code in __init__.py is evilKenneth Reitz2011-08-231-8/+1
|/
* Adding template Loader classCarl Whittaker2011-01-121-0/+1
* Made the same changes to the module-level render method.Eric Florenzano2009-10-301-4/+3
* basic subclassable view supportChris Wanstrath2009-10-301-0/+1
* kwargify pystache.render()Chris Wanstrath2009-10-301-1/+4
* Pystash class with static method seems redundant,dbr2009-10-311-4/+2
* move Template into its own fileChris Wanstrath2009-10-291-62/+1
* basic true / false sectionsChris Wanstrath2009-10-291-0/+16
* more tests, more codeChris Wanstrath2009-10-291-8/+31
* simple, but tests passChris Wanstrath2009-10-281-0/+28