summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Prioritize the template itself at the beginning of the searchList.R. Tyler Ballance2009-03-241-2/+1
* Apply workaroudn patch to allow for importHook to deal with the new __import_...R. Tyler Ballance2009-03-231-1/+6
* Add some Unicode regression cases to help track down a nested-template Unicod...R. Tyler Ballance2009-03-222-1/+82
* Apply a slightly modified RecursiveNull patch.R. Tyler Ballance2009-03-191-15/+21
* Bump the version number for the next monthly release of CheetahR. Tyler Ballance2009-03-191-2/+2
* Applying Satoru's patch the way he posted to the redhat bugzilla.v2.1.0R. Tyler Ballance2009-03-151-2/+5
* Revert "Quite the deprecation warnings under Python 2.6 and upwards on the us...R. Tyler Ballance2009-03-151-11/+3
* Quite the deprecation warnings under Python 2.6 and upwards on the use of the...R. Tyler Ballance2009-03-151-3/+11
* Add the PyUnit XML Test Runner code for CIR. Tyler Ballance2009-03-151-0/+378
* Fix a regression that I introduced into the dynamic compiler codeR. Tyler Ballance2009-03-151-2/+7
* Bump the Version.py to 2.1.0 in anticipation for a new releaseR. Tyler Ballance2009-03-151-2/+2
* Apply the parallel compilation patch from Evan Klitzke (evan@eklitzke.org)R. Tyler Ballance2009-03-151-2/+46
* Propagate my changes over from the Python version of NameMapper into the C ve...R. Tyler Ballance2009-01-311-9/+12
* Fix the regression test I added in the previuos commitR. Tyler Ballance2009-01-311-4/+4
* Add the Regressions.py file for regression tests for tracking down bugsR. Tyler Ballance2009-01-311-0/+44
* Fix test, and correct the error cast in the compilerR. Tyler Ballance2009-01-052-3/+3
* Add a test to verify the failure we're seeing with regards to nesting import ...R. Tyler Ballance2009-01-051-0/+20
* 2 new tests contributed by Graham Dennistavis_rudd2008-03-101-4/+23
* second part of the multiple-decorators patchtavis_rudd2008-03-101-6/+7
* fix bug in _eatMultiLineDef that Graham Dennis reported.tavis_rudd2008-03-101-4/+5
* added support for multiple decorators per method (suggested by Graham Dennis)tavis_rudd2008-03-101-15/+14
* Fixed bug where the module name ends up being a unicode string. It needs to betavis_rudd2008-03-101-7/+10
* strip out unused crap that Cheetah doesn't needtavis_rudd2008-02-141-315/+15
* cosmetic cleanuptavis_rudd2007-12-291-6/+5
* rm debug codetavis_rudd2007-12-101-5/+4
* make autocalling in valueForName correctly ignore newstyle classes and instancestavis_rudd2007-12-101-6/+25
* make autocalling in valueForName correctly ignore newstyle classes and instancestavis_rudd2007-12-101-5/+38
* new releasetavis_rudd2007-11-161-2/+2
* cosmetictavis_rudd2007-11-161-5/+5
* move import statementtavis_rudd2007-11-161-5/+5
* replace lock with RLock to avoid deadlocktavis_rudd2007-11-141-6/+6
* applied filter patch from Graham Dennistavis_rudd2007-10-301-6/+7
* updatetavis_rudd2007-10-121-2/+2
* fix exception wrapping NULL issue reported by Eric Husstavis_rudd2007-10-081-14/+16
* fix exception wrapping NULL issue reported by Eric Husstavis_rudd2007-10-081-4/+5
* applied patch from Brian Bird to fix filtering of #included subtemplatestavis_rudd2007-10-021-40/+34
* update Mike's emailtavis_rudd2007-10-021-7/+7
* init importtavis_rudd2007-04-044-0/+182
* bump versiontavis_rudd2007-04-041-2/+2
* cosmetictavis_rudd2007-04-041-7/+7
* tweak conditional importtavis_rudd2007-04-041-6/+6
* added SuperDirectivetavis_rudd2007-04-043-20/+86
* fix mac line ending issue with #unicode directivetavis_rudd2007-04-031-6/+8
* UnicodeDirectivetavis_rudd2007-04-031-4/+29
* implemented the #unicode directivetavis_rudd2007-04-031-17/+23
* fix misc bugs in unexercised codetavis_rudd2007-04-033-21/+17
* fix wrong var nametavis_rudd2007-04-031-5/+5
* fix bogus codetavis_rudd2007-04-031-6/+5
* rm bogus codetavis_rudd2007-04-031-5/+4
* fix unicode compilation bugtavis_rudd2007-04-031-11/+20