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
path:
root
/
src
/
Compiler.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add preliminary support for multiple inheritance via the #extends directive
R. Tyler Ballance
2009-07-13
1
-31
/
+33
*
Remove spurious shbang statements from files that aren't supposed to be run
R. Tyler Ballance
2009-06-09
1
-1
/
+0
*
Remove some more old-style objects, particularly in the Compiler
R. Tyler Ballance
2009-06-04
1
-2
/
+2
*
Prevent falling into the "new" import style unless you need to
R. Tyler Ballance
2009-06-04
1
-2
/
+3
*
Remove some old-style __init__ and super() calls
R. Tyler Ballance
2009-05-31
1
-2
/
+2
*
Make sure that the _filter local is defined with @staticmethod/@classmethod
R. Tyler Ballance
2009-05-31
1
-2
/
+5
*
Add the prioritizeSearchListOverSelf compilerSetting to help with issue #11
R. Tyler Ballance
2009-05-12
1
-0
/
+1
*
Make sure the __builtin__ symbol is defined when using the Python NameMapper ...
R. Tyler Ballance
2009-05-12
1
-0
/
+1
*
Correct failing test due to the #call kwarg dictionary being generated with u...
R. Tyler Ballance
2009-05-11
1
-0
/
+1
*
Merge branch 'unicode' of git@github.com:rtyler/cheetah into next
R. Tyler Ballance
2009-04-18
1
-5
/
+10
|
\
|
*
Merge branch 'master' into unicode
R. Tyler Ballance
2009-04-16
1
-2
/
+5
|
|
\
|
*
\
Merge branch 'next' of git@github.com:rtyler/cheetah into unicode
R. Tyler Ballance
2009-04-11
1
-3
/
+13
|
|
\
\
|
*
|
|
Properly handle dealing with executing unicode strings as well as writing the...
R. Tyler Ballance
2009-04-03
1
-3
/
+0
|
*
|
|
Merge branch 'next' of git@github.com:rtyler/cheetah into unicode
R. Tyler Ballance
2009-04-02
1
-5
/
+5
|
|
\
\
\
|
*
|
|
|
Switch Cheetah to *only* work with 'source' as unicode objects within.
R. Tyler Ballance
2009-03-26
1
-4
/
+12
*
|
|
|
|
Add support for specifying @staticmethod and @classmethod decorators on templ...
R. Tyler Ballance
2009-04-18
1
-4
/
+24
*
|
|
|
|
What's the point of having a bloody compiler setting if the code doesn't resp...
R. Tyler Ballance
2009-04-18
1
-1
/
+1
*
|
|
|
|
Enable printing out the compiler settings with --print-settings
R. Tyler Ballance
2009-04-18
1
-120
/
+74
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Add the "useLegacyImportMode" to support the older way to import in Cheetah
R. Tyler Ballance
2009-04-16
1
-2
/
+5
|
|
_
|
/
|
/
|
|
*
|
|
Fix a minor issue with inline import statements
v2.1.1rc2
R. Tyler Ballance
2009-04-10
1
-1
/
+4
*
|
|
Finish up support for the #transform directive, and the Markdown filter
R. Tyler Ballance
2009-04-05
1
-2
/
+9
|
|
/
|
/
|
*
|
Correct a bug introduced in v2.1.0 that affected odd inline imports
R. Tyler Ballance
2009-03-27
1
-5
/
+5
|
/
*
Minor change to force non-string objects passed into the compiler to treat th...
R. Tyler Ballance
2009-03-25
1
-2
/
+2
*
Fix a regression that I introduced into the dynamic compiler code
R. Tyler Ballance
2009-03-15
1
-2
/
+7
*
Fix test, and correct the error cast in the compiler
R. Tyler Ballance
2009-01-05
1
-1
/
+1
*
added support for multiple decorators per method (suggested by Graham Dennis)
tavis_rudd
2008-03-10
1
-15
/
+14
*
applied filter patch from Graham Dennis
tavis_rudd
2007-10-30
1
-6
/
+7
*
added SuperDirective
tavis_rudd
2007-04-04
1
-12
/
+21
*
fix mac line ending issue with #unicode directive
tavis_rudd
2007-04-03
1
-6
/
+8
*
implemented the #unicode directive
tavis_rudd
2007-04-03
1
-17
/
+23
*
fix misc bugs in unexercised code
tavis_rudd
2007-04-03
1
-6
/
+6
*
fix unicode compilation bug
tavis_rudd
2007-04-03
1
-11
/
+20
*
fixed unicode issue with the pretty-printing of python output code
tavis_rudd
2007-03-28
1
-19
/
+24
*
added new compiler setting 'addTimestampsToCompilerOutput'. See Brian Bird's
tavis_rudd
2006-10-11
1
-9
/
+13
*
made setMainMethodName robust against duplicate calls
tavis_rudd
2006-06-22
1
-5
/
+14
*
refactoring of the generated class metadata attributes and module globals
tavis_rudd
2006-02-05
1
-14
/
+27
*
improve reporting of syntax errors in the generated python code
tavis_rudd
2006-02-05
1
-9
/
+7
*
improve reporting of syntax errors in the generated python code
tavis_rudd
2006-02-05
1
-35
/
+39
*
added version dependency check
tavis_rudd
2006-02-04
1
-4
/
+6
*
added version dependency check
tavis_rudd
2006-02-04
1
-6
/
+15
*
- removed i18n stuff. is handled via a macro now
tavis_rudd
2006-01-31
1
-12
/
+6
*
made it possible to provide macroDirectives via compilerSettings
tavis_rudd
2006-01-30
1
-5
/
+7
*
added comment on settings
tavis_rudd
2006-01-29
1
-5
/
+8
*
- fixed bug in #end filter
tavis_rudd
2006-01-29
1
-10
/
+23
*
comment in output
tavis_rudd
2006-01-29
1
-4
/
+6
*
refactored caching code to add support for arbitrary CacheStores, and the Mem...
tavis_rudd
2006-01-28
1
-22
/
+49
*
added support for #@decorators
tavis_rudd
2006-01-27
1
-7
/
+30
*
added some missing del statements to the generated code
tavis_rudd
2006-01-27
1
-4
/
+7
*
cosmetic
tavis_rudd
2006-01-27
1
-13
/
+13
*
cosmetic reorg of settings
tavis_rudd
2006-01-26
1
-23
/
+25
[next]