_template.c should grow to include minor utility methods that benefit from moving into C |
|
More...
|
over 15 years ago
|
Minor tweak to SetupConfig format |
|
More...
|
over 15 years ago
|
Minor tweak to SetupConfig format |
|
More...
|
over 15 years ago
|
Add two new tests to evaluate performance of Template.compile() |
|
More...
|
over 15 years ago
|
Add two new tests to evaluate performance of Template.compile() |
|
More...
|
over 15 years ago
|
Build all C-extensions by default, win32 be damned! (abbeyj@'s helping there) |
|
More...
|
over 15 years ago
|
Build all C-extensions by default, win32 be damned! (abbeyj@'s helping there) |
|
More...
|
over 15 years ago
|
Commit erroneous import, causing the Python version to always be loaded |
|
More...
|
over 15 years ago
|
Commit erroneous import, causing the Python version to always be loaded |
|
More...
|
over 15 years ago
|
Commit a broken test for multiple inheritance support |
|
More...
|
over 15 years ago
|
Commit a broken test for multiple inheritance support |
|
More...
|
over 15 years ago
|
Merge branch 'next' of [email protected]:rtyler/cheetah into performance |
|
More...
|
over 15 years ago
|
Implement cross-platform compatible wrappers for asserting the execution of the subcommand |
|
More...
|
over 15 years ago
|
Merge branch 'next' of [email protected]:rtyler/cheetah into performance |
|
More...
|
over 15 years ago
|
Use os.popen4 instead of popen2.Popen4 for Windows compatibility |
|
More...
|
over 15 years ago
|
Replace subprocess with popen2, which is Python 2.3 compatible |
|
More...
|
over 15 years ago
|
Remvoe the @skipIf decorator added in 5127caa1008896267b0f2349dbe3d10233e48a5f |
|
More...
|
over 15 years ago
|
Expand glob command line arguments on Windows |
|
More...
|
over 15 years ago
|
Fix tests under Windows |
|
More...
|
over 15 years ago
|
Compile fix for _namemapper.c under MSVC |
|
More...
|
over 15 years ago
|
Drop METH_STATIC since it breaks compat with Python Filter and Python 2.3 |
|
More...
|
over 15 years ago
|
Add Python 2.3 compatibility macros |
|
More...
|
over 15 years ago
|
Start building out a C-based Filters module for kicks |
|
More...
|
over 15 years ago
|
Trim a couple seconds off of Filter.filter() by pre-emptively returning |
|
More...
|
over 15 years ago
|
Add a test to run through NameMapper related stuff |
|
More...
|
over 15 years ago
|
Fallback to python VerifyType if we can't import C module |
|
More...
|
over 15 years ago
|
Remove a couple minor unnecesary iterations |
|
More...
|
over 15 years ago
|
Add a test to verify the functionality of verifyTypeClass() |
|
More...
|
over 15 years ago
|
Implement a C version of VerifyTypeClass and hook it up to Template |
|
More...
|
over 15 years ago
|
Add another test to test simple rendering performance |
|
More...
|
over 15 years ago
|