summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Correct the SIGSEGV I left in the valOrDefault implementationR. Tyler Ballance2009-06-291-1/+4
| * | Revert "Implement valorDefault in C"R. Tyler Ballance2009-06-291-5/+11
| * | Revert "Prune the unnecessary use of the Unspecified class"R. Tyler Ballance2009-06-293-32/+40
| * | Revert "Remove the "Unspecified" module"R. Tyler Ballance2009-06-291-0/+9
| * | Swap out list creation for tuple creation which is a little fasterR. Tyler Ballance2009-06-291-18/+18
| * | Add the VerifyType to the Test.py runnerR. Tyler Ballance2009-06-281-4/+2
| * | Implement valorDefault in CR. Tyler Ballance2009-06-282-16/+14
| * | Remove the "Unspecified" moduleR. Tyler Ballance2009-06-281-9/+0
| * | Prune the unnecessary use of the Unspecified classR. Tyler Ballance2009-06-283-40/+31
| * | _template.c should grow to include minor utility methods that benefit from mo...R. Tyler Ballance2009-06-281-0/+49
| * | Minor tweak to SetupConfig formatR. Tyler Ballance2009-06-281-3/+5
| * | Add two new tests to evaluate performance of Template.compile()R. Tyler Ballance2009-06-281-0/+52
| * | Build all C-extensions by default, win32 be damned! (abbeyj@'s helping there)R. Tyler Ballance2009-06-281-14/+8
| * | Commit erroneous import, causing the Python version to always be loadedR. Tyler Ballance2009-06-281-1/+1
| * | Commit a broken test for multiple inheritance supportR. Tyler Ballance2009-06-281-0/+15
* | | Cleanup the Indenter class a bit, make it a wee bit faster to initializeR. Tyler Ballance2009-06-272-27/+13
* | | Add another LongCompile test that initializes and executes the template as wellR. Tyler Ballance2009-06-271-2/+11
* | | Correct the SIGSEGV I left in the valOrDefault implementationR. Tyler Ballance2009-06-271-1/+4
* | | Revert "Implement valorDefault in C"R. Tyler Ballance2009-06-271-5/+11
* | | Revert "Prune the unnecessary use of the Unspecified class"R. Tyler Ballance2009-06-273-32/+40
* | | Revert "Remove the "Unspecified" module"R. Tyler Ballance2009-06-271-0/+9
* | | Swap out list creation for tuple creation which is a little fasterR. Tyler Ballance2009-06-271-18/+18
* | | Add the VerifyType to the Test.py runnerR. Tyler Ballance2009-06-271-4/+2
* | | Merge commit 'abbeyj/performance' into performanceR. Tyler Ballance2009-06-274-63/+170
|\ \ \ | |/ /
| * | Add more VerifyType tests and change _verifytype.c to passJames Abbatiello2009-06-272-3/+108
| * | Fix extension compile under MSVCJames Abbatiello2009-06-273-60/+62
* | | Implement valorDefault in CR. Tyler Ballance2009-06-272-16/+14
* | | Remove the "Unspecified" moduleR. Tyler Ballance2009-06-271-9/+0
* | | Prune the unnecessary use of the Unspecified classR. Tyler Ballance2009-06-273-40/+31
* | | _template.c should grow to include minor utility methods that benefit from mo...R. Tyler Ballance2009-06-271-0/+49
* | | Minor tweak to SetupConfig formatR. Tyler Ballance2009-06-271-3/+5
* | | Add two new tests to evaluate performance of Template.compile()R. Tyler Ballance2009-06-271-0/+52
* | | Build all C-extensions by default, win32 be damned! (abbeyj@'s helping there)R. Tyler Ballance2009-06-271-14/+8
* | | Commit erroneous import, causing the Python version to always be loadedR. Tyler Ballance2009-06-271-1/+1
* | | Merge branch 'next' of git@github.com:rtyler/cheetah into performanceR. Tyler Ballance2009-06-261-49/+46
|\ \ \ | |/ / |/| / | |/
| * Implement cross-platform compatible wrappers for asserting the execution of t...R. Tyler Ballance2009-06-261-49/+46
* | Merge branch 'next' of git@github.com:rtyler/cheetah into performanceR. Tyler Ballance2009-06-264-19/+30
|\ \ | |/
| * Use os.popen4 instead of popen2.Popen4 for Windows compatibilityJames Abbatiello2009-06-261-25/+10
| * Replace subprocess with popen2, which is Python 2.3 compatibleR. Tyler Ballance2009-06-261-17/+18
| * Remvoe the @skipIf decorator added in 5127caa1008896267b0f2349dbe3d10233e48a5fR. Tyler Ballance2009-06-251-14/+0
| * Expand glob command line arguments on WindowsJames Abbatiello2009-06-251-1/+13
| * Fix tests under WindowsJames Abbatiello2009-06-252-13/+39
| * Compile fix for _namemapper.c under MSVCJames Abbatiello2009-06-251-1/+2
* | Drop METH_STATIC since it breaks compat with Python Filter and Python 2.3R. Tyler Ballance2009-06-211-1/+1
* | Add Python 2.3 compatibility macrosR. Tyler Ballance2009-06-213-4/+20
* | Start building out a C-based Filters module for kicksR. Tyler Ballance2009-06-216-7/+134
* | Trim a couple seconds off of Filter.filter() by pre-emptively returningR. Tyler Ballance2009-06-211-10/+10
* | Add a test to run through NameMapper related stuffR. Tyler Ballance2009-06-211-0/+22
* | Fallback to python VerifyType if we can't import C moduleR. Tyler Ballance2009-06-211-6/+12
* | Remove a couple minor unnecesary iterationsR. Tyler Ballance2009-06-211-2/+2