summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #161 from pombredanne/patch-1HEADmasterChris Jerdonek2014-09-301-1/+1
|\ | | | | Fixed typo in docstring
| * Fixed typo in docstringPhilippe Ombredanne2014-04-151-1/+1
| |
* | Remove Python 2.5 from .travis.yml.Chris Jerdonek2014-09-301-2/+1
| | | | | | | | | | | | Travis CI no longer supports Python 2.5. Thanks to @dmorrison42 for pointing this out. Removing 2.5 from the Travis config should make the Travis build status image work again.
* | Updating history for 0.5.4 release.v0.5.4Kevin Carrogan2014-05-122-0/+10
| |
* | Bumping version number.Kevin Carrogan2014-05-093-39/+39
| |
* | Making test OS agnostic.Kevin Carrogan2014-05-091-2/+2
|/
* Add TODO re: center alignment of images in reST output.Chris Jerdonek2012-11-041-0/+1
|
* Remove center-alignment of reST images.Chris Jerdonek2012-11-042-4/+2
|
* Make setup.py print to stderr instead of stdout in at least one case.Chris Jerdonek2012-11-041-1/+1
| | | | | This helps when piping the output of `python setup.py --long-description` to other programs like rst2html.py.
* Fix Travis file after test-script changes from previous commit.v0.5.3Chris Jerdonek2012-11-031-1/+1
|
* Allow tox to run from a downloaded sdist (i.e. without spec tests).Chris Jerdonek2012-11-035-23/+31
|
* Update the release date.Chris Jerdonek2012-11-033-5/+5
|
* Update setup_description.rst by running `python setup.py prep`.Chris Jerdonek2012-11-031-4/+13
|
* Bump version to 0.5.3 in preparation for push to PyPI.Chris Jerdonek2012-11-032-2/+2
|
* Add a TODO to write a unit test for running tests from an sdist.Chris Jerdonek2012-10-281-2/+5
|
* Add note to MANIFEST.in re: gh/ directory.Chris Jerdonek2012-10-281-0/+3
|
* Adjust Python 2.4 wording in HISTORY.Chris Jerdonek2012-10-222-6/+1
|
* Change image to point to the gh-pages version.Chris Jerdonek2012-10-221-1/+1
|
* Add test_pystache.py bug fix to HISTORY.Chris Jerdonek2012-10-221-0/+2
|
* Add notes about Python 2.4 and 3.3 to HISTORY and README.Chris Jerdonek2012-10-222-0/+5
|
* Update README link to point to gh-pages.Chris Jerdonek2012-10-201-1/+1
|
* Change image URL to point to the repository.Chris Jerdonek2012-10-201-1/+1
|
* Add Python 3.3 support to documentation (but not to the Tox configuration).Chris Jerdonek2012-10-203-0/+4
|
* Tweak README wording.Chris Jerdonek2012-10-201-1/+1
|
* Remove branch names in Travis build status image URL.Chris Jerdonek2012-10-201-1/+1
| | | | | | | | Comma-delimiting branch names in the build status image URL for Travis-CI does not currently work, so this commit switches to not specifying any branch names until this is fixed. See also the Travis-CI issue: https://github.com/travis-ci/travis-ci/issues/731
* Merge branch 'development' into 'master': staging v0.5.3-rcChris Jerdonek2012-10-2039-966/+2435
|\
| * Update setup_description.rst via `python setup.py prep`.Chris Jerdonek2012-10-201-3/+17
| |
| * Bump version to 0.5.3-rc prior to merge to master.Chris Jerdonek2012-10-202-2/+2
| |
| * Add TODO to MANIFEST.Chris Jerdonek2012-10-201-0/+1
| |
| * Prevent test_pystache.py from expecting spec tests if spec test directory ↵Chris Jerdonek2012-10-201-2/+9
| | | | | | | | | | | | | | not present. Prior to this commit, running test_pystache.py from a downloaded sdist has a test failure because the spec tests are not found.
| * Merge branch 'issue-135' into developmentChris Jerdonek2012-10-203-3/+74
| |\ | | | | | | | | | This closes issue #135. Thanks to @bennoleslie for the report and fix.
| | * Add HISTORY entry for addressing issue #135.Chris Jerdonek2012-10-201-1/+4
| | |
| | * Tweak merged patch.Chris Jerdonek2012-10-201-9/+17
| | |
| | * Merge remote-tracking branch ↵Chris Jerdonek2012-10-202-2/+62
| | |\ | |/ / | | | | | | | | | | | | 'BreakawayConsulting/issue-135-default-delimiters' into issue-135 This is the initial patch for issue #135 from @bennoleslie.
| | * Improve patch based on pull request feedbackBen Leslie2012-09-191-18/+10
| | | | | | | | | | | | | | | | | | Replace 'config' with 'context'. Use assertRaises correctly.
| | * Enable defaults.DELIMITERS to be monkey-patched by module users.Ben Leslie2012-09-182-2/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates the way in which default.DELIMITERS is used to enable simple monkey-patching should a user desire. Monkey-patching isn't the preferred approach however, it can at times be useful and it simple to support. Additionally, test cases are added to ensure certain defaults can be monkey-patched at run-time.
| * | Fix README typo.Chris Jerdonek2012-10-201-1/+1
| | |
| * | Add logo license addition to HISTORY.Chris Jerdonek2012-10-201-0/+1
| | |
| * | Tweak README formatting of logo credit.Chris Jerdonek2012-10-201-3/+3
| | |
| * | Add TODO's re: Python 2.4 and 3.3.Chris Jerdonek2012-10-201-0/+2
| | |
| * | Address issue #130: allow string coercion to be customized.Chris Jerdonek2012-10-205-9/+118
| | |
| * | Rename variable name from "val" to "node".Chris Jerdonek2012-10-191-4/+4
| | |
| * | Rename variable for return value of RenderEngine.fetch_section_data().Chris Jerdonek2012-10-192-2/+6
| | |
| * | Rename Authors section in README to Credits, and move logo attribution.Chris Jerdonek2012-10-191-6/+7
| | |
| * | Merge branch 'logo-license' into development.Chris Jerdonek2012-10-183-1/+11
| |\ \
| | * | Add TODO re: changing logo link to point to the repo.Chris Jerdonek2012-10-181-0/+6
| | | |
| | * | Add David Phillips's logo to repo.Chris Jerdonek2012-10-181-0/+0
| | | |
| | * | Add Creative Commons license info for David Phillips's logo.Chris Jerdonek2012-10-181-1/+5
| |/ /
| * | Remove render_name() item from TODO.Chris Jerdonek2012-10-181-1/+0
| | |
| * | Adjust ParsedTemplate docstrings.Chris Jerdonek2012-10-171-4/+12
| | |