summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Moved the search_dirs default into the defaults module.Chris Jerdonek2012-04-013-41/+41
| * Minor tweaks to the SpecLoader class.Chris Jerdonek2012-04-012-17/+17
| * Rename SpecLoader method to _find_relative().Chris Jerdonek2012-04-012-18/+17
| * Renamed Locator methods to find_name and find_object.Chris Jerdonek2012-04-015-35/+36
| * Renamed custom to spec inside SpecLoader.load().Chris Jerdonek2012-03-311-6/+6
| * Refactored loader.Loader to use a _make_locator() method.Chris Jerdonek2012-03-311-4/+7
| * Updates to template_spec docstrings.Chris Jerdonek2012-03-311-8/+11
| * Renamed CustomLoader to SpecLoader.Chris Jerdonek2012-03-312-17/+16
| * Renamed CustomizedTemplate to TemplateSpec.Chris Jerdonek2012-03-314-13/+12
| * Renamed template.py to parsed.py.Chris Jerdonek2012-03-312-1/+1
| * Renamed custom_template.py to template_spec.py.Chris Jerdonek2012-03-313-4/+4
| * Added to the README a link to the PyPI page.Chris Jerdonek2012-03-301-2/+3
| * Renamed Renderer.default_encoding to Renderer.string_encoding.Chris Jerdonek2012-03-302-35/+35
| * Merge branch 'master' into 'development': v0.4.1 changesChris Jerdonek2012-03-304-5/+26
| |\ | |/ |/|
* | Merge branch 'hotfix-v0.4.1' into master (issue #97)v0.4.1Chris Jerdonek2012-03-285-9/+30
|\ \
| * | Bump version number from 0.4.0 to 0.4.1 in preparation for release.Chris Jerdonek2012-03-281-1/+1
| * | Fixed year typo in HISTORY file.Chris Jerdonek2012-03-251-1/+1
| * | Added support for Python 2.4: issue #89 (wangtz) and issue #94 (jvantuyl).Chris Jerdonek2012-03-255-7/+23
| * | 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
| * Refactored the Loader class to use the Renderer class's unicode.Chris Jerdonek2012-03-307-95/+185
| * Removed the reader argument from CustomLoader's constructor.Chris Jerdonek2012-03-292-48/+43
| * Renamed custom_template.Loader to CustomLoader.Chris Jerdonek2012-03-292-5/+4
| * Divided Loader.load() into load_name() and load_object().Chris Jerdonek2012-03-282-12/+26
| * Simplified Renderer class: Renderer now uses new Loader class.Chris Jerdonek2012-03-284-141/+88
| * Added extension argument to Loader constructor.Chris Jerdonek2012-03-282-4/+20
| * Added a defaults module with default DECODE_ERRORS and TEMPLATE_EXTENSION val...Chris Jerdonek2012-03-284-14/+32
| * Renamed Reader class to Loader.Chris Jerdonek2012-03-276-6/+11
| * Renamed Loader to CustomLoader in test_custom_template.py.Chris Jerdonek2012-03-271-16/+16
| * Renamed reader module to loader.Chris Jerdonek2012-03-276-5/+5
| * Tweaks to the test_load__template__correct_reader() test.Chris Jerdonek2012-03-241-4/+7
| * Added a final LoaderTests unit test for the template attribute case.Chris Jerdonek2012-03-241-0/+30
| * Removed two now-duplicate test cases.Chris Jerdonek2012-03-241-23/+0
| * More progress on LoaderTests: template attribute.Chris Jerdonek2012-03-242-8/+43
| * Can now pass unicode strings to Reader.unicode().Chris Jerdonek2012-03-243-11/+52
| * LoaderTests now uses the AssertStringMixin.Chris Jerdonek2012-03-231-6/+2
| * Converted assert_strings() to a mixin.Chris Jerdonek2012-03-234-48/+56
| * Added a Loader test case (template attribute).Chris Jerdonek2012-03-233-3/+8
| * Made search_dirs an optional argument to Loader.__init__().Chris Jerdonek2012-03-232-8/+28
| * The CustomizedTemplate tests no longer depend on the View class.Chris Jerdonek2012-03-222-5/+4
| * Separated LoaderTests into two test classes (as an interim step)..Chris Jerdonek2012-03-221-13/+22
| * Renamed Loader.template_locator to Loader.locator.Chris Jerdonek2012-03-222-9/+8
| * Renamed custom Loader constructor parameter from template_locator to locator.Chris Jerdonek2012-03-222-6/+5
| * Added some TODO's around custom_template.Chris Jerdonek2012-03-222-0/+9
| * Changed CustomizedTemplate attributes and added custom_template.Loader tests.Chris Jerdonek2012-03-222-28/+52
| * Renamed custom_template.Loader.get_template() to custom_template.Loader.load().Chris Jerdonek2012-03-202-8/+14
| * Renamed tests/test_view.py to tests/test_custom_template.py.Chris Jerdonek2012-03-201-0/+0
| * Renamed custom_template.Locator to custom_template.Loader.Chris Jerdonek2012-03-202-6/+9
| * Updated custom_template module docstring.Chris Jerdonek2012-03-201-1/+1
| * Renamed view module to custom_template.Chris Jerdonek2012-03-204-5/+5