summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* Added to README a link to the Python documentation's "Tips for Writing ↵Chris Jerdonek2012-04-031-1/+2
| | | | Unicode-aware Programs."
* More README refinements.Chris Jerdonek2012-04-021-5/+6
|
* Further README cleanups.Chris Jerdonek2012-04-021-14/+15
|
* Added JSON requirements to README.Chris Jerdonek2012-04-021-10/+15
|
* More tweaks to the unicode section of the README.Chris Jerdonek2012-04-021-18/+19
|
* Tweaks to the unicode section of the README.Chris Jerdonek2012-04-021-15/+18
|
* Added two TODO's to the README.Chris Jerdonek2012-04-021-0/+3
|
* Added to README a section on unicode string handling.Chris Jerdonek2012-04-021-0/+28
|
* Added to the README a link to the PyPI page.Chris Jerdonek2012-03-301-2/+3
|
* Merge branch 'master' into 'development': v0.4.1 changesChris Jerdonek2012-03-301-2/+16
|\ | | | | | | | | | | | | | | | | Conflicts: HISTORY.rst README.rst examples/nested_context.py pystache/template.py setup.py
| * Added support for Python 2.4: issue #89 (wangtz) and issue #94 (jvantuyl).Chris Jerdonek2012-03-251-2/+6
| |
| * Added to README a suggestion on getting nosetests running with Python 2.4.Chris Jerdonek2012-03-251-1/+6
| |
* | Added to README advice on how to run a subset of unit tests.Chris Jerdonek2012-03-301-0/+3
| |
* | Added to README mention of setup.cfg.Chris Jerdonek2012-03-201-1/+1
| |
* | Tweaked introduction to README.Chris Jerdonek2012-03-201-7/+7
| |
* | Merged first two paragraphs of README.Chris Jerdonek2012-03-191-1/+0
| |
* | Adjusted intro paragraphs of README.Chris Jerdonek2012-03-181-3/+4
| |
* | Added a setup.cfg file (to store nosetests options).Chris Jerdonek2012-03-181-0/+4
| |
* | README tweaks: moved documentation into intro; cleaned up links.Chris Jerdonek2012-01-011-17/+15
| |
* | Fixed typo in README to fix spec link.Chris Jerdonek2012-01-011-1/+1
| |
* | Addressed issue #43: added spec version that pystache complies with.Chris Jerdonek2012-01-011-2/+8
| |
* | Tweaked leading sentence of README.Chris Jerdonek2012-01-011-2/+2
| |
* | Spacing; added a link to the spec; and made the author line a doctest.Chris Jerdonek2012-01-011-7/+12
| |
* | Spec tests now included in nosetests by default.Chris Jerdonek2012-01-011-3/+2
| |
* | README formatting tweaks.Chris Jerdonek2012-01-011-5/+7
| |
* | READM view example is now more real.Chris Jerdonek2012-01-011-9/+12
| |
* | Adjusted README's testing instructions.Chris Jerdonek2012-01-011-1/+5
| |
* | Rewrote the Simple() example in README.rst without using pystache.View.Chris Jerdonek2011-12-311-4/+3
| |
* | Got doctests in README.rst working.Chris Jerdonek2011-12-311-7/+8
| |
* | Addressed issue #73: spec tests now excluded by default.Chris Jerdonek2011-12-261-0/+1
| |
* | Added instructions to README on how to run the spec tests.Chris Jerdonek2011-12-251-1/+7
| |
* | Added "--with-doctest" to the nosetests instructions in the README.Chris Jerdonek2011-12-221-2/+2
|/
* Fix semver.org linkTim Kersten2011-11-301-1/+1
|
* Adopt semantic versioningTim Kersten2011-11-301-0/+2
|
* Add mailing list details.Tim Kersten2011-11-291-0/+9
|
* added Pystache logo. Hope you like it!arkany2011-08-191-0/+2
|
* Edited README.rst via GitHubarkany2011-08-191-0/+2
|
* Fix link to mustache(5)Adam Vandenberg2011-01-101-1/+1
|
* Requires Python 2.6Chris Wanstrath2010-08-081-3/+2
|
* hey nowChris Wanstrath2010-05-071-1/+1
|
* What was I thinking?Chris Wanstrath2010-05-071-2/+2
|
* install itChris Wanstrath2010-05-031-0/+7
|
* Convert HISTORY and README to reStructuredTextDamien Lebrun2010-03-291-0/+72
and use them setup's long_description argument.