- 31 Dec, 2011 1 commit
-
-
Chris Jerdonek committed
-
- 30 Dec, 2011 10 commits
-
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Changed make_template_name() from a function into a method. Moved the search_dirs argument from a Locator constructor argument to an argument of Locator.locate_path().
Chris Jerdonek committed -
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
- 29 Dec, 2011 8 commits
-
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Now the class no longer has an indirect dependency on the Reader class.
Chris Jerdonek committed -
Chris Jerdonek committed
-
Chris Jerdonek committed
-
- 28 Dec, 2011 12 commits
-
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
This further trims down the View class.
Chris Jerdonek committed -
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
This branch contained some refactoring to move some of the View class's loading logic into the Renderer class. This will help going forward as we change the Loader class.
Chris Jerdonek committed -
This will help with future refactoring and code maintenance by not having the same logic duplicated in more than one part of the code. It also takes more responsibility away from the View class, which is what we want.
Chris Jerdonek committed -
Chris Jerdonek committed
-
- 27 Dec, 2011 2 commits
-
-
Chris Jerdonek committed
-
This commit also adds a Renderer.read() method and a file_encoding keyword argument to Renderer.__init__().
Chris Jerdonek committed
-
- 26 Dec, 2011 7 commits
-
-
Created a Reader class to encapsulate reading files with the encoding and decode_errors attributes.
Chris Jerdonek committed -
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
The spec tests are now excluded from nosetests, by default. Added instructions to the README on how to include them.
Chris Jerdonek committed
-