summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version from 0.5.0-rc to 0.5.0 prior to PyPI release: issue #101v0.5.0Chris Jerdonek2012-04-102-2/+4
* Merge branch 'development' to 'master': staging version 0.5.0-rc.Chris Jerdonek2012-04-0368-658/+4603
|\
| * A couple tweaks to the HISTORY file.Chris Jerdonek2012-04-031-4/+4
| * Cleaned up the history file prior to merging to master.Chris Jerdonek2012-04-031-32/+21
| * Added to README a link to the Python documentation's "Tips for Writing Unicod...Chris Jerdonek2012-04-031-1/+2
| * More README refinements.Chris Jerdonek2012-04-021-5/+6
| * Further README cleanups.Chris Jerdonek2012-04-021-14/+15
| * Added JSON requirements to README.Chris Jerdonek2012-04-021-10/+15
| * Merge branch 'development-python24' into development: code now works with Pyt...Chris Jerdonek2012-04-0215-59/+107
| |\
| | * Spec tests now work with Python 2.4: code now fully works with Python 2.4Chris Jerdonek2012-04-022-22/+41
| | * Skip the test_built_in_type__integer() test when int.real isn't defined (Pyth...Chris Jerdonek2012-04-021-0/+11
| | * Fixed typo.Chris Jerdonek2012-04-021-1/+1
| | * Now works with Python 2.5 (except for one unit test).Chris Jerdonek2012-04-021-1/+7
| | * Eliminated another use of the ternary operator for Python 2.4 support.Chris Jerdonek2012-04-021-3/+6
| | * Removed another use of the ternary operator for Python 2.4 support.Chris Jerdonek2012-04-021-1/+5
| | * Eliminated one use of the with keyword for Python 2.4 support.Chris Jerdonek2012-04-021-3/+5
| | * Removed a use of the Python ternary operator (for Python 2.4 support).Chris Jerdonek2012-04-021-2/+5
| | * Changed more relative imports to absolute for Python 2.4 support.Chris Jerdonek2012-04-023-3/+3
| | * Changed relative imports to absolute for Python 2.4 support.Chris Jerdonek2012-04-0210-24/+24
| |/
| * More tweaks to the unicode section of the README.Chris Jerdonek2012-04-021-18/+19
| * Tweaks to the unicode section of the README.Chris Jerdonek2012-04-021-15/+18
| * Added two TODO's to the README.Chris Jerdonek2012-04-021-0/+3
| * Added a few more items to the HISTORY file.Chris Jerdonek2012-04-021-3/+6
| * Added to README a section on unicode string handling.Chris Jerdonek2012-04-021-0/+28
| * Removed some now-redundant information from HISTORY file.Chris Jerdonek2012-04-021-4/+1
| * More tweaks to HISTORY.Chris Jerdonek2012-04-011-3/+3
| * Tweak to HISTORY file.Chris Jerdonek2012-04-011-2/+2
| * Annotated HISTORY file with two links.Chris Jerdonek2012-04-011-4/+8
| * Started adding list of key changes to HISTORY file.Chris Jerdonek2012-04-011-3/+16
| * Added an intro paragraph to the new section of the HISTORY file.Chris Jerdonek2012-04-011-2/+9
| * Added maintainer field to setup.py.Chris Jerdonek2012-04-011-0/+1
| * Bump version to release candidate v0.5.0-rc.Chris Jerdonek2012-04-011-1/+1
| * Tweaked import statements.Chris Jerdonek2012-04-011-2/+1
| * Moved the SpecLoader class into its own spec_loader module.Chris Jerdonek2012-04-014-83/+87
| * Removed TemplateSpec.template_path.Chris Jerdonek2012-04-011-2/+0
| * Removed View class (finally!).Chris Jerdonek2012-04-014-118/+25
| * Removed View dependency from last remaining examples.Chris Jerdonek2012-04-014-12/+12
| * Removed View dependency from Unescaped example.Chris Jerdonek2012-04-012-5/+4
| * Removed View dependency from more examples and test cases.Chris Jerdonek2012-04-017-38/+70
| * Removed View from NestedContext example and added experimental Renderer.conte...Chris Jerdonek2012-04-015-25/+54
| * Removed View from Lambdas example.Chris Jerdonek2012-04-013-11/+32
| * Removed the word "view" from the Complex example.Chris Jerdonek2012-04-014-6/+6
| * Removed the View class from the inverted.py example.Chris Jerdonek2012-04-012-10/+11
| * Added a unit test for rendering a TemplateSpec instance.Chris Jerdonek2012-04-011-2/+19
| * The Renderer class now creates a SpecLoader when necessary.Chris Jerdonek2012-04-011-5/+17
| * Moved deprecated View class into its own module.Chris Jerdonek2012-04-013-74/+86
| * Removed search_dirs from the SpecLoader constructor.Chris Jerdonek2012-04-012-20/+7
| * Removed two completed TODO's.Chris Jerdonek2012-04-011-2/+0
| * Switched the argument order of Locator.find_name() and Locator.find_object().Chris Jerdonek2012-04-013-5/+5
| * The Renderer class now passes search_dirs to Loader via the constructor.Chris Jerdonek2012-04-012-12/+21