summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Merge branch 'unicode' of git@github.com:rtyler/cheetah into nextR. Tyler Ballance2009-04-185-19/+83
|\ \
| * \ Merge branch 'master' into unicodeR. Tyler Ballance2009-04-1641-1748/+123
| |\ \ | | |/
| * | Merge branch 'next' of git@github.com:rtyler/cheetah into unicodeR. Tyler Ballance2009-04-123-5/+3
| |\ \
| * \ \ Merge branch 'next' of git@github.com:rtyler/cheetah into unicodeR. Tyler Ballance2009-04-1143-164/+5361
| |\ \ \
| * | | | Denote changes made in the unicode branch, planned for v2.2.0R. Tyler Ballance2009-04-031-0/+4
| * | | | Merge branch 'next' of git@github.com:rtyler/cheetah into unicodeR. Tyler Ballance2009-04-031-1/+0
| |\ \ \ \
| * | | | | Properly handle dealing with executing unicode strings as well as writing the...R. Tyler Ballance2009-04-033-6/+11
| * | | | | Improve Unicode testsJean-Baptiste Quenot2009-04-031-8/+16
| * | | | | Revert "Revert "Convert unicode compiled template to an utf8 char buffer when...R. Tyler Ballance2009-04-031-1/+1
| * | | | | Merge branch 'next' of git@github.com:rtyler/cheetah into unicodeR. Tyler Ballance2009-04-031-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'next' of git@github.com:rtyler/cheetah into unicodeR. Tyler Ballance2009-04-031-44/+6
| |\ \ \ \ \ \
| * | | | | | | Add failing test for compiling a Unicode templateJean-Baptiste Quenot2009-04-021-6/+45
| * | | | | | | Merge branch 'next' of git@github.com:rtyler/cheetah into unicodeR. Tyler Ballance2009-04-0224-1230/+394
| |\ \ \ \ \ \ \
| * | | | | | | | Switch Cheetah to *only* work with 'source' as unicode objects within.R. Tyler Ballance2009-03-261-4/+12
* | | | | | | | | Add support for specifying @staticmethod and @classmethod decorators on templ...R. Tyler Ballance2009-04-182-4/+54
* | | | | | | | | What's the point of having a bloody compiler setting if the code doesn't resp...R. Tyler Ballance2009-04-181-1/+1
* | | | | | | | | Enable printing out the compiler settings with --print-settingsR. Tyler Ballance2009-04-182-120/+86
* | | | | | | | | Remove the attic/ directory, this has no place in Cheetah anymoreR. Tyler Ballance2009-04-182-61/+0
| |_|_|_|_|_|_|/ |/| | | | | | |