244
I Use This!
Activity Not Available

Commits : Listings

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