summaryrefslogtreecommitdiff
path: root/src/Compiler.py
Commit message (Expand)AuthorAgeFilesLines
* Add preliminary support for multiple inheritance via the #extends directiveR. Tyler Ballance2009-07-131-31/+33
* Remove spurious shbang statements from files that aren't supposed to be runR. Tyler Ballance2009-06-091-1/+0
* Remove some more old-style objects, particularly in the CompilerR. Tyler Ballance2009-06-041-2/+2
* Prevent falling into the "new" import style unless you need toR. Tyler Ballance2009-06-041-2/+3
* Remove some old-style __init__ and super() callsR. Tyler Ballance2009-05-311-2/+2
* Make sure that the _filter local is defined with @staticmethod/@classmethodR. Tyler Ballance2009-05-311-2/+5
* Add the prioritizeSearchListOverSelf compilerSetting to help with issue #11R. Tyler Ballance2009-05-121-0/+1
* Make sure the __builtin__ symbol is defined when using the Python NameMapper ...R. Tyler Ballance2009-05-121-0/+1
* Correct failing test due to the #call kwarg dictionary being generated with u...R. Tyler Ballance2009-05-111-0/+1
* Merge branch 'unicode' of git@github.com:rtyler/cheetah into nextR. Tyler Ballance2009-04-181-5/+10
|\
| * Merge branch 'master' into unicodeR. Tyler Ballance2009-04-161-2/+5
| |\
| * \ Merge branch 'next' of git@github.com:rtyler/cheetah into unicodeR. Tyler Ballance2009-04-111-3/+13
| |\ \
| * | | Properly handle dealing with executing unicode strings as well as writing the...R. Tyler Ballance2009-04-031-3/+0
| * | | Merge branch 'next' of git@github.com:rtyler/cheetah into unicodeR. Tyler Ballance2009-04-021-5/+5
| |\ \ \
| * | | | Switch Cheetah to *only* work with 'source' as unicode objects within.R. Tyler Ballance2009-03-261-4/+12
* | | | | Add support for specifying @staticmethod and @classmethod decorators on templ...R. Tyler Ballance2009-04-181-4/+24
* | | | | What's the point of having a bloody compiler setting if the code doesn't resp...R. Tyler Ballance2009-04-181-1/+1
* | | | | Enable printing out the compiler settings with --print-settingsR. Tyler Ballance2009-04-181-120/+74
| |_|_|/ |/| | |
* | | | Add the "useLegacyImportMode" to support the older way to import in CheetahR. Tyler Ballance2009-04-161-2/+5
| |_|/ |/| |
* | | Fix a minor issue with inline import statementsv2.1.1rc2R. Tyler Ballance2009-04-101-1/+4
* | | Finish up support for the #transform directive, and the Markdown filterR. Tyler Ballance2009-04-051-2/+9
| |/ |/|
* | Correct a bug introduced in v2.1.0 that affected odd inline importsR. Tyler Ballance2009-03-271-5/+5
|/
* Minor change to force non-string objects passed into the compiler to treat th...R. Tyler Ballance2009-03-251-2/+2
* Fix a regression that I introduced into the dynamic compiler codeR. Tyler Ballance2009-03-151-2/+7
* Fix test, and correct the error cast in the compilerR. Tyler Ballance2009-01-051-1/+1
* added support for multiple decorators per method (suggested by Graham Dennis)tavis_rudd2008-03-101-15/+14
* applied filter patch from Graham Dennistavis_rudd2007-10-301-6/+7
* added SuperDirectivetavis_rudd2007-04-041-12/+21
* fix mac line ending issue with #unicode directivetavis_rudd2007-04-031-6/+8
* implemented the #unicode directivetavis_rudd2007-04-031-17/+23
* fix misc bugs in unexercised codetavis_rudd2007-04-031-6/+6
* fix unicode compilation bugtavis_rudd2007-04-031-11/+20
* fixed unicode issue with the pretty-printing of python output codetavis_rudd2007-03-281-19/+24
* added new compiler setting 'addTimestampsToCompilerOutput'. See Brian Bird'stavis_rudd2006-10-111-9/+13
* made setMainMethodName robust against duplicate callstavis_rudd2006-06-221-5/+14
* refactoring of the generated class metadata attributes and module globalstavis_rudd2006-02-051-14/+27
* improve reporting of syntax errors in the generated python codetavis_rudd2006-02-051-9/+7
* improve reporting of syntax errors in the generated python codetavis_rudd2006-02-051-35/+39
* added version dependency checktavis_rudd2006-02-041-4/+6
* added version dependency checktavis_rudd2006-02-041-6/+15
* - removed i18n stuff. is handled via a macro nowtavis_rudd2006-01-311-12/+6
* made it possible to provide macroDirectives via compilerSettingstavis_rudd2006-01-301-5/+7
* added comment on settingstavis_rudd2006-01-291-5/+8
* - fixed bug in #end filtertavis_rudd2006-01-291-10/+23
* comment in outputtavis_rudd2006-01-291-4/+6
* refactored caching code to add support for arbitrary CacheStores, and the Mem...tavis_rudd2006-01-281-22/+49
* added support for #@decoratorstavis_rudd2006-01-271-7/+30
* added some missing del statements to the generated codetavis_rudd2006-01-271-4/+7
* cosmetictavis_rudd2006-01-271-13/+13
* cosmetic reorg of settingstavis_rudd2006-01-261-23/+25