- 19 Dec, 2011 6 commits
-
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
* Used re.split() instead of re.search() to avoid string slicing. * Used "".join() once instead of concatenating strings. * Removed the need for repeating logic on loop exit (i.e. an additional application of self._render_tags(template) and output += ...).
Chris Jerdonek committed -
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
- 18 Dec, 2011 5 commits
-
-
* Used re.split() instead of re.search() to avoid string slicing. * Used one "".join() instead of repeated string concatenation. * Avoided duplicate logic on loop exit (i.e. output += template).
Chris Jerdonek committed -
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
- 17 Dec, 2011 9 commits
-
-
The template module no longer imports from the view module.
Chris Jerdonek committed -
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Also added a test case.
Chris Jerdonek committed -
The commit also adds a unit test for this case.
Chris Jerdonek committed
-
- 14 Dec, 2011 1 commit
-
-
Chris Jerdonek committed
-
- 10 Dec, 2011 1 commit
-
-
Chris Jerdonek committed
-
- 09 Dec, 2011 1 commit
-
-
Jake Archibald committed
-
- 08 Dec, 2011 1 commit
-
-
Jake Archibald committed
-
- 02 Dec, 2011 2 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
-
- 01 Dec, 2011 1 commit
-
-
Chris Jerdonek committed
-
- 31 Oct, 2011 1 commit
-
-
Alex Gaynor committed
-
- 24 Aug, 2011 3 commits
-
-
Kenneth Reitz committed
-
Kenneth Reitz committed
-
Kenneth Reitz committed
-
- 04 Aug, 2011 1 commit
-
-
vrde committed
-
- 21 Jul, 2011 1 commit
-
-
Added test for spacing around section tags on a single line. Fixed the problem indicated by the test: a section's contents were being left trimmed.
Heliodor Jalba committed
-
- 20 Apr, 2011 1 commit
-
-
Yuest Wang committed
-
- 04 Apr, 2011 1 commit
-
-
This will allow the namesapce to provide information about whether something is to be escaped or not.
Christopher Lambacher committed
-
- 08 Mar, 2011 1 commit
-
-
Mike O'Toole committed
-
- 11 Feb, 2011 2 commits
-
-
Zachary Voase committed
-
Zachary Voase committed
-
- 08 Feb, 2011 1 commit
-
-
Carl Whittaker committed
-
- 27 Jan, 2011 1 commit
-
-
Carl Whittaker committed
-