- 14 Dec, 2011 2 commits
-
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
- 11 Dec, 2011 28 commits
-
-
From: https://github.com/vrde/pystache/commit/4c22f137697c0a3437a6d867f44e958d6f6969f2 Into: issue_31 Added entry point to setup.py. Skipped changes related to "partials can be passed as a dictionary" because that was addressed as part of issue #47. Conflicts: setup.py
Chris Jerdonek committed -
From: https://github.com/vrde/pystache/commit/7667a95e285bbf162e2425045999e07b7bfea5f9 Into: issue_31 Adds command-line script: pystache/commands.py
Chris Jerdonek committed -
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Added test cases to check that View.template_path is respected.
Chris Jerdonek committed -
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Added a test case to load templates from a dictionary.
Chris Jerdonek committed -
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Also simplified the Template.load_template() method.
Chris Jerdonek committed -
Chris Jerdonek committed
-
Chris Jerdonek committed
-
The constructor accepts search_dirs, template_encoding, and template_extension.
Chris Jerdonek committed -
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Closing issue #29 "Cleanups": https://github.com/defunkt/pystache/pull/29
Chris Jerdonek committed -
From: https://github.com/kennethreitz/pystache/commit/6886173ce0694478b31b4e7acdb0bf0368167db2 Into: issue_29 The setup.py module now uses single quotes ("'") for all strings. Conflicts: setup.py
Chris Jerdonek committed -
From: https://github.com/kennethreitz/pystache/commit/200ab9c3731a6f9baf8709c107fae0a5984d6b28 Into: issue_29 Adds "Cheeseshop" to the docstring for setup.py's publish() function. Conflicts: setup.py
Chris Jerdonek committed -
From: https://github.com/kennethreitz/pystache/commit/43d504b5dbdb043cdfe9a87ffb4b3b239c130ab8 Into: issue_29 This commit includes a few tweaks to setup.py. The indentation of the arguments to setup() was left alone.
Chris Jerdonek committed -
Chris Jerdonek committed
-
From: https://github.com/kennethreitz/pystache/commit/5cd2886c622cd88ef2f68ea189a70ae9af3d8637 Into: issue_29 This commit stubs out a few more docstrings. Conflicts: pystache/template.py
Chris Jerdonek committed -
From: https://github.com/kennethreitz/pystache/commit/e501ec273df9af0e2fe3e9752b19d0d94cc3884e Into: issue_29 This commit stubs out docstrings for some methods. Conflicts: pystache/view.py
Chris Jerdonek committed -
Chris Jerdonek committed
-
From: https://github.com/kennethreitz/pystache/commit/20bec630efed85dd0e4eaa751da2af3db7f64f3e Into: issue_29 This commit makes mostly spacing and docstring tweaks. Not all changes from the parent were incorporated into the commit. Conflicts: pystache/template.py pystache/view.py
Chris Jerdonek committed
-
- 10 Dec, 2011 4 commits
-
-
From: https://github.com/kennethreitz/pystache/commit/8ca7408f6948f7a7214897d4a31b0a3aabaf8216 Into: issue_29 Moves code out of __init__.py into its own module. Changes from the original request: * Called the new module init.py instead of core.py. * Added a comment inside __init__.py. * Used editor-agnostic encoding line. * Fixed import line in view.py since nosetests was breaking.
Chris Jerdonek committed -
Chris Jerdonek committed
-
Chris Jerdonek committed
-
From: https://github.com/heliodor/pystache/commit/a92a5359afd67234aa71185a3c8f7bdf43c8d729 Into: issue_27 This commit fixes the Template class's rendering to comply with the spec's requirement that sections not alter surrounding whitespace. A test case was included.
Chris Jerdonek committed
-
- 02 Dec, 2011 3 commits
-
-
* Template._render_partial() now calls View.load_template(). * View.get_template() now calls View.load_template(). * Added test case test_view.py to test View.load_template(). * Removed trailing white space from view.py. * Removed trailing white space from test_view.py.
Chris Jerdonek committed -
* Template._render_partial() now passes self.view.template_extension to Loader.load_template(). * The test case test_examples.test_template_partial_extension now passes. * Corrected the expectation of the test case test_simple.test_template_partial_extension. It passes under the change to Template._render_partial(). * Removed trailing white space in test_simple.py.
Chris Jerdonek committed -
Merge commit 'dedcfbd0' into development * Corrected the test expectation for test case test_examples.test_template_partial_extension(). Though correct, the test now fails. * Did not include test case test_partial_sections() from the patch because the module examples.partial_section on which it depends seems to be missing.
Chris Jerdonek committed
-
- 01 Dec, 2011 2 commits
-
-
Chris Jerdonek committed
-
Merge commit '1e72b7a4' into development All 56 tests now pass while using Python 2.5.6. Conflicts: pystache/template.py
Chris Jerdonek committed
-
- 30 Nov, 2011 1 commit
-
-
Tim Kersten committed
-