summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update Sphinx-based download pagev2.2.1R. Tyler Ballance2009-06-011-5/+5
* Prep the v2.2.1 release for TavisR. Tyler Ballance2009-06-012-2/+8
* Merge branch 'master' of git@github.com:rtyler/cheetah into nextR. Tyler Ballance2009-06-013-6/+6
|\
| * Update references to communitycheetah.org -> cheetahtemplate.orgR. Tyler Ballance2009-06-013-6/+6
* | Disable the tests for issue #22 for nowR. Tyler Ballance2009-06-011-0/+4
* | Fix some links in the Sphinx-generated siteR. Tyler Ballance2009-06-011-4/+5
* | Update more sphinx based documentation, this pretty much finishes the transfe...R. Tyler Ballance2009-06-019-8/+246
* | Add a Sphinx version of the siteR. Tyler Ballance2009-06-017-0/+522
* | Disable the decorator tests added on Python 2.3 since they're irrelevantR. Tyler Ballance2009-05-313-12/+21
* | Commenting failR. Tyler Ballance2009-05-311-1/+1
* | Add a test to exhibit the errors documented in issue #22R. Tyler Ballance2009-05-311-8/+75
* | Remove some old-style __init__ and super() callsR. Tyler Ballance2009-05-313-40/+8
* | Make sure that the _filter local is defined with @staticmethod/@classmethodR. Tyler Ballance2009-05-312-2/+25
* | Merge branch 'master' of git@github.com:rtyler/cheetah into nextR. Tyler Ballance2009-05-252-3/+3
|\ \ | |/
| * Forgot to change the package name, silly mev2.2.0R. Tyler Ballance2009-05-171-1/+1
| * Update CHANGES and Version.py for the v2.2.0 releaseR. Tyler Ballance2009-05-172-3/+3
* | FailR. Tyler Ballance2009-05-161-1/+1
* | Whoops, looks like find_template_source returns two return valuesR. Tyler Ballance2009-05-161-1/+1
* | Add a simple class to handle rendering Cheetah in Django-landR. Tyler Ballance2009-05-161-0/+16
* | Correct the name of the package for setup-tools to useR. Tyler Ballance2009-05-151-1/+1
|/
* Bump the version to rc3R. Tyler Ballance2009-05-151-2/+2
* Tweak the syntax of the CheetahWrapper test fileR. Tyler Ballance2009-05-151-53/+7
* Provide backwards compatibility with Python 2.3 where 'set()' is not a builti...R. Tyler Ballance2009-05-151-0/+6
* Update some of the Cache related objects to new-style objectsR. Tyler Ballance2009-05-153-51/+40
* Whoops, forgot to bump the rc numberR. Tyler Ballance2009-05-151-2/+2
* Update CHANGES with resolution of #19R. Tyler Ballance2009-05-151-0/+1
* Make the error message coming out of DummyTransaction more clear.R. Tyler Ballance2009-05-142-1/+28
* A little bit more of a DummyTransaction refactoringR. Tyler Ballance2009-05-141-33/+23
* Import silliness go bye-byeR. Tyler Ballance2009-05-141-3/+4
* Import all the other bits of Version.pyR. Tyler Ballance2009-05-141-13/+8
* Make the tempfiles generated do not contain hyphens which breaks the testR. Tyler Ballance2009-05-131-27/+27
* Add a couple more tests to try to reproduce an error here at SlideR. Tyler Ballance2009-05-131-0/+33
* Tidy up DummyTransaction as it was getting on my nerves a bitR. Tyler Ballance2009-05-131-33/+25
* Re-enable the SyntaxAndOutput testsR. Tyler Ballance2009-05-131-1/+1
* Update the Version to v2.2.0rc1R. Tyler Ballance2009-05-131-2/+2
* Add #15 to CHANGESR. Tyler Ballance2009-05-131-0/+1
* Correct the last of the failing EncodingDirective tests, test4 was just using...R. Tyler Ballance2009-05-131-9/+5
* Disable the 'outputEncoding' keyword argument, since it's no longer relevantR. Tyler Ballance2009-05-131-2/+0
* Update UnicodeDirective test, all output will be unicode objectsR. Tyler Ballance2009-05-131-1/+1
* Update CHANGES with the resolution of #11R. Tyler Ballance2009-05-121-0/+1
* Add the prioritizeSearchListOverSelf compilerSetting to help with issue #11R. Tyler Ballance2009-05-123-14/+34
* Add a warning to the Template __init__ if the user passes in a searchList key...R. Tyler Ballance2009-05-124-21/+43
* Make sure the __builtin__ symbol is defined when using the Python NameMapper ...R. Tyler Ballance2009-05-121-0/+1
* Correct failing test due to the #call kwarg dictionary being generated with u...R. Tyler Ballance2009-05-112-12/+6
* Merge branch 'master' of git@github.com:rtyler/cheetah into nextR. Tyler Ballance2009-05-1188-16665/+5
|\
| * Update CHANGES and Version for minor point releaseR. Tyler Ballance2009-05-052-2/+5
| * Add support for specifying @staticmethod and @classmethod decorators on templ...R. Tyler Ballance2009-05-052-4/+54
| * Delete the "old" docs directory to make way for fancy smancy sphinxR. Tyler Ballance2009-05-0286-16663/+0
* | Disable decorator tests on Python 2.3 which didn't have decorator support yetR. Tyler Ballance2009-04-241-0/+6
* | Comment out SyntaxAndOutput tests for now until they're repairedR. Tyler Ballance2009-04-241-1/+1