summaryrefslogtreecommitdiff
path: root/cheetah
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into maintv2.3.0maintR. Tyler Ballance2009-10-243-29/+47
|\
| * remove unnecessary encoding in the default filters, now that everything is a ...Mike Bonnet2009-10-181-28/+7
| * Add Template.__unicode__() to return unicode() objects, while Template.__str_...R. Tyler Ballance2009-10-183-2/+41
* | Remove this generator to work on Python 2.3R. Tyler Ballance2009-10-151-1/+1
* | Revert "Bump the version to Cheetah 2.4.0"R. Tyler Ballance2009-10-151-2/+2
|/
* Bump the version to Cheetah 2.4.0R. Tyler Ballance2009-10-151-2/+2
* Remove the encode/decode calls in DummyResponse.write()/getvalue() and take a...R. Tyler Ballance2009-10-151-15/+25
* Revert "Use cStringIO instead of array in DummyTransaction"R. Tyler Ballance2009-10-141-18/+7
* Add a simple test to help judge perfomance of DummyTransaction.write()R. Tyler Ballance2009-10-141-0/+17
* Correctly use cStringIO which only deals in bytestrings.R. Tyler Ballance2009-10-142-5/+7
* Use cStringIO instead of array in DummyTransactionArun Kumar2009-10-141-8/+19
* Push Reserved_SearchList onto the Template class objectR. Tyler Ballance2009-10-131-2/+2
* Update the printing of the Performance testsR. Tyler Ballance2009-10-121-5/+9
* 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
* Swap out statprof for hotshot profiling with these basic Performance test casesR. Tyler Ballance2009-10-121-10/+11
* implement the popen2.Popen4 interface using the subprocess.Popen backend, to ...Mike Bonnet2009-10-121-2/+13
* Bump the version in /next/ to 2.3.0R. Tyler Ballance2009-10-121-2/+2
* Don't use function decorator syntax for compatibility with Python 2.3v2.2.2James Abbatiello2009-09-141-1/+2
* Nuke the VerifyType tests since they're largely unnecessary nowR. Tyler Ballance2009-09-141-2/+0
* Denote this is the final version of Cheetah v2.2.2R. Tyler Ballance2009-09-101-1/+1
* Prune a leftover print statementR. Tyler Ballance2009-09-101-1/+0
* Update CheetahWrapper to run the new testsR. Tyler Ballance2009-09-101-6/+8
* Ensure all the EOL tests are run, as well as Filters testsR. Tyler Ballance2009-09-102-20/+25
* Remove references to unittest_local_copy which is quite old and causing problemsR. Tyler Ballance2009-09-107-11/+7
* 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
* Add the VerifyType tests to the runnerR. Tyler Ballance2009-09-013-3/+380
* Correct some double encoding issues (regressed in Unicode.JBQ_UTF8_Test8)R. Tyler Ballance2009-09-011-1/+1
* Add Cheps.py test moduleR. Tyler Ballance2009-08-311-0/+39
* Add the CHEP related test module in hereR. Tyler Ballance2009-08-281-0/+2
* Merge branch 'next' of git://github.com/rtyler/cheetah into nextJames Abbatiello2009-08-2410-93/+375
|\
| * Remove the VerifyType module from Test.py, I think I left this on another mac...R. Tyler Ballance2009-08-141-2/+0
| * Move src/c/ to cheetah/c/ and update SetupConfig.py appropraitelyR. Tyler Ballance2009-08-145-0/+829
| * Merge branch 'next' into performanceR. Tyler Ballance2009-08-146-623/+78
* | Have setuptools generate .exe wrappers for scripts on WindowsJames Abbatiello2009-08-041-0/+10
|/
* Rename the root package to "cheetah" instead of "src" to follow more conventi...R. Tyler Ballance2009-07-1659-0/+20600