index
:
delta/python-cheetah.git
baserock/morph
docs
future
gh-pages
maint
master
next
github.com: cheetahtemplate/cheetah.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'next' into performance
R. Tyler Ballance
2009-08-14
62
-14
/
+14
|
\
|
*
Add github extension for sphinx
R. Tyler Ballance
2009-07-16
1
-2
/
+5
|
*
Rename the root package to "cheetah" instead of "src" to follow more conventi...
R. Tyler Ballance
2009-07-16
61
-5
/
+5
|
*
Prune the contrib package which should have been removed when the markdown mo...
R. Tyler Ballance
2009-07-16
3
-7
/
+2
|
*
Add preliminary support for multiple inheritance via the #extends directive
R. Tyler Ballance
2009-07-12
3
-33
/
+74
|
*
Commit a broken test for multiple inheritance support
R. Tyler Ballance
2009-06-27
1
-0
/
+15
*
|
Merge commit 'abbeyj/performance' into performance
R. Tyler Ballance
2009-08-14
3
-33
/
+74
|
\
\
|
*
|
Add preliminary support for multiple inheritance via the #extends directive
R. Tyler Ballance
2009-07-13
3
-33
/
+74
*
|
|
Merge commit 'abbeyj/performance' into performance
R. Tyler Ballance
2009-06-28
6
-28
/
+39
|
\
\
\
|
|
/
/
|
*
|
Add cheetah.bat for Windows
James Abbatiello
2009-06-28
3
-0
/
+5
|
*
|
Fix VerifyType checks for useCache and keepRefToGeneratedCode
James Abbatiello
2009-06-28
1
-24
/
+15
|
*
|
Fix warnings when compiling _template.c on MSVC
James Abbatiello
2009-06-28
1
-4
/
+4
|
*
|
Cleanup the Indenter class a bit, make it a wee bit faster to initialize
R. Tyler Ballance
2009-06-29
2
-27
/
+13
|
*
|
Add another LongCompile test that initializes and executes the template as well
R. Tyler Ballance
2009-06-29
1
-2
/
+11
|
*
|
Correct the SIGSEGV I left in the valOrDefault implementation
R. Tyler Ballance
2009-06-29
1
-1
/
+4
|
*
|
Revert "Implement valorDefault in C"
R. Tyler Ballance
2009-06-29
1
-5
/
+11
|
*
|
Revert "Prune the unnecessary use of the Unspecified class"
R. Tyler Ballance
2009-06-29
3
-32
/
+40
|
*
|
Revert "Remove the "Unspecified" module"
R. Tyler Ballance
2009-06-29
1
-0
/
+9
|
*
|
Swap out list creation for tuple creation which is a little faster
R. Tyler Ballance
2009-06-29
1
-18
/
+18
|
*
|
Add the VerifyType to the Test.py runner
R. Tyler Ballance
2009-06-28
1
-4
/
+2
|
*
|
Implement valorDefault in C
R. Tyler Ballance
2009-06-28
2
-16
/
+14
|
*
|
Remove the "Unspecified" module
R. Tyler Ballance
2009-06-28
1
-9
/
+0
|
*
|
Prune the unnecessary use of the Unspecified class
R. Tyler Ballance
2009-06-28
3
-40
/
+31
|
*
|
_template.c should grow to include minor utility methods that benefit from mo...
R. Tyler Ballance
2009-06-28
1
-0
/
+49
|
*
|
Minor tweak to SetupConfig format
R. Tyler Ballance
2009-06-28
1
-3
/
+5
|
*
|
Add two new tests to evaluate performance of Template.compile()
R. Tyler Ballance
2009-06-28
1
-0
/
+52
|
*
|
Build all C-extensions by default, win32 be damned! (abbeyj@'s helping there)
R. Tyler Ballance
2009-06-28
1
-14
/
+8
|
*
|
Commit erroneous import, causing the Python version to always be loaded
R. Tyler Ballance
2009-06-28
1
-1
/
+1
|
*
|
Commit a broken test for multiple inheritance support
R. Tyler Ballance
2009-06-28
1
-0
/
+15
*
|
|
Cleanup the Indenter class a bit, make it a wee bit faster to initialize
R. Tyler Ballance
2009-06-27
2
-27
/
+13
*
|
|
Add another LongCompile test that initializes and executes the template as well
R. Tyler Ballance
2009-06-27
1
-2
/
+11
*
|
|
Correct the SIGSEGV I left in the valOrDefault implementation
R. Tyler Ballance
2009-06-27
1
-1
/
+4
*
|
|
Revert "Implement valorDefault in C"
R. Tyler Ballance
2009-06-27
1
-5
/
+11
*
|
|
Revert "Prune the unnecessary use of the Unspecified class"
R. Tyler Ballance
2009-06-27
3
-32
/
+40
*
|
|
Revert "Remove the "Unspecified" module"
R. Tyler Ballance
2009-06-27
1
-0
/
+9
*
|
|
Swap out list creation for tuple creation which is a little faster
R. Tyler Ballance
2009-06-27
1
-18
/
+18
*
|
|
Add the VerifyType to the Test.py runner
R. Tyler Ballance
2009-06-27
1
-4
/
+2
*
|
|
Merge commit 'abbeyj/performance' into performance
R. Tyler Ballance
2009-06-27
4
-63
/
+170
|
\
\
\
|
|
/
/
|
*
|
Add more VerifyType tests and change _verifytype.c to pass
James Abbatiello
2009-06-27
2
-3
/
+108
|
*
|
Fix extension compile under MSVC
James Abbatiello
2009-06-27
3
-60
/
+62
*
|
|
Implement valorDefault in C
R. Tyler Ballance
2009-06-27
2
-16
/
+14
*
|
|
Remove the "Unspecified" module
R. Tyler Ballance
2009-06-27
1
-9
/
+0
*
|
|
Prune the unnecessary use of the Unspecified class
R. Tyler Ballance
2009-06-27
3
-40
/
+31
*
|
|
_template.c should grow to include minor utility methods that benefit from mo...
R. Tyler Ballance
2009-06-27
1
-0
/
+49
*
|
|
Minor tweak to SetupConfig format
R. Tyler Ballance
2009-06-27
1
-3
/
+5
*
|
|
Add two new tests to evaluate performance of Template.compile()
R. Tyler Ballance
2009-06-27
1
-0
/
+52
*
|
|
Build all C-extensions by default, win32 be damned! (abbeyj@'s helping there)
R. Tyler Ballance
2009-06-27
1
-14
/
+8
*
|
|
Commit erroneous import, causing the Python version to always be loaded
R. Tyler Ballance
2009-06-27
1
-1
/
+1
*
|
|
Merge branch 'next' of git@github.com:rtyler/cheetah into performance
R. Tyler Ballance
2009-06-26
1
-49
/
+46
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Implement cross-platform compatible wrappers for asserting the execution of t...
R. Tyler Ballance
2009-06-26
1
-49
/
+46
[next]