summaryrefslogtreecommitdiff
path: root/cheetah/Template.py
Commit message (Expand)AuthorAgeFilesLines
* Add Template.__unicode__() to return unicode() objects, while Template.__str_...R. Tyler Ballance2009-10-181-1/+24
* Push Reserved_SearchList onto the Template class objectR. Tyler Ballance2009-10-131-2/+2
* Cleanup some of this "type()" muckery that's been bugging me.R. Tyler Ballance2009-10-121-57/+45
* Remove unnecessary dir()/set() calls in Template.__init__()R. Tyler Ballance2009-10-121-3/+2
* Use logging.info() instead of printing carelessly to stdoutR. Tyler Ballance2009-09-101-9/+6
* Remove the use of the verifyType and verifyTypeClass functions for speedJames Abbatiello2009-09-031-96/+121
* Remove the use of the valOrDefault function for speedJames Abbatiello2009-09-021-29/+24
* Correct some double encoding issues (regressed in Unicode.JBQ_UTF8_Test8)R. Tyler Ballance2009-09-011-1/+1
* Merge branch 'next' into performanceR. Tyler Ballance2009-08-141-50/+49
* Rename the root package to "cheetah" instead of "src" to follow more conventi...R. Tyler Ballance2009-07-161-0/+1898