summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update the version for a maintenance releasev2.2.3R. Tyler Ballance2009-10-151-2/+2
* Remove unnecessary dir()/set() calls in Template.__init__()R. Tyler Ballance2009-10-151-3/+2
* Swap out statprof for hotshot profiling with these basic Performance test casesR. Tyler Ballance2009-10-151-10/+11
* Prune sbin directory; these tools are no longer part of the release processR. Tyler Ballance2009-10-152-19/+0
* Rename the README to reflect formattingR. Tyler Ballance2009-10-151-0/+0
* I meant to kill this directory long agoR. Tyler Ballance2009-09-202-377/+0
* Don't use function decorator syntax for compatibility with Python 2.3v2.2.2James Abbatiello2009-09-141-1/+2
* Update the MANIFEST.in to reflect the src/ -> cheetah/ moveR. Tyler Ballance2009-09-141-2/+2
* Nuke the VerifyType tests since they're largely unnecessary nowR. Tyler Ballance2009-09-141-2/+0
* Disable these C modules since they're of marginal utility to be honestR. Tyler Ballance2009-09-141-6/+6
* Make `setup.py install` skip C extensions if they can't be builtJames Abbatiello2009-09-111-1/+47
* Update the CHANGES for v2.2.2R. Tyler Ballance2009-09-101-1/+9
* 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
* Merge branch 'next' of git@github.com:rtyler/cheetah into nextR. Tyler Ballance2009-09-013-3/+380
|\
| * Add the VerifyType tests to the runnerR. Tyler Ballance2009-09-013-3/+380
* | Only use entry_points if we're on Windows; hopefully this corrects kb@'s issuesR. Tyler Ballance2009-09-011-7/+10
* | Merge branch 'next' of git@github.com:rtyler/cheetah into nextR. Tyler Ballance2009-09-011-1/+1
|\ \ | |/
| * Correct some double encoding issues (regressed in Unicode.JBQ_UTF8_Test8)R. Tyler Ballance2009-09-011-1/+1
* | Merge commit 'origin/next' into nextR. Tyler Ballance2009-09-012-1/+40
|\ \ | |/
| * Fix SetupConfig to reflect the rename of the package directoryR. Tyler Ballance2009-09-011-1/+1
| * Add Cheps.py test moduleR. Tyler Ballance2009-08-311-0/+39
* | Merge branch 'next' of git@github.com:rtyler/cheetah into nextR. Tyler Ballance2009-08-314-6/+2
|\ \ | |/
| * Add the CHEP related test module in hereR. Tyler Ballance2009-08-281-0/+2
| * Remove cheetah.bat file now that setuptools will generate .exe filesJames Abbatiello2009-08-253-6/+0
| * Merge branch 'next' of git://github.com/rtyler/cheetah into nextJames Abbatiello2009-08-2415-104/+771
| |\
* | \ Merge commit 'abbeyj/next' into nextR. Tyler Ballance2009-08-244-6/+22
|\ \ \ | |/ / | | / | |/ |/|
| * Have setuptools generate .exe wrappers for scripts on WindowsJames Abbatiello2009-08-044-6/+22
* | 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-146-4/+4
* | Merge branch 'next' into performanceR. Tyler Ballance2009-08-1462-14/+14
|\ \ | |/
| * Add github extension for sphinxR. Tyler Ballance2009-07-161-2/+5
| * Rename the root package to "cheetah" instead of "src" to follow more conventi...R. Tyler Ballance2009-07-1661-5/+5
| * Prune the contrib package which should have been removed when the markdown mo...R. Tyler Ballance2009-07-163-7/+2
| * Add preliminary support for multiple inheritance via the #extends directiveR. Tyler Ballance2009-07-123-33/+74
| * Commit a broken test for multiple inheritance supportR. Tyler Ballance2009-06-271-0/+15
* | Merge commit 'abbeyj/performance' into performanceR. Tyler Ballance2009-08-143-33/+74
|\ \
| * | Add preliminary support for multiple inheritance via the #extends directiveR. Tyler Ballance2009-07-133-33/+74
* | | Merge commit 'abbeyj/performance' into performanceR. Tyler Ballance2009-06-286-28/+39
|\ \ \ | |/ /
| * | Add cheetah.bat for WindowsJames Abbatiello2009-06-283-0/+5
| * | Fix VerifyType checks for useCache and keepRefToGeneratedCodeJames Abbatiello2009-06-281-24/+15
| * | Fix warnings when compiling _template.c on MSVCJames Abbatiello2009-06-281-4/+4
| * | Cleanup the Indenter class a bit, make it a wee bit faster to initializeR. Tyler Ballance2009-06-292-27/+13
| * | Add another LongCompile test that initializes and executes the template as wellR. Tyler Ballance2009-06-291-2/+11