summaryrefslogtreecommitdiff
path: root/cheetah
Commit message (Expand)AuthorAgeFilesLines
* Fix regression in the pure Python NameMapperR. Tyler Ballance2010-01-311-1/+1
* Tidying up whitespaceR. Tyler Ballance2010-01-311-27/+17
* Denote that we're working on 2.4.2rc2 nowR. Tyler Ballance2010-01-311-4/+4
* Tag a 2.4.2 candidate releaseR. Tyler Ballance2010-01-271-1/+1
* Gut the old WebWare-servlet code from Cheetah.ServletR. Tyler Ballance2010-01-271-72/+8
* Find the #encoding directive even if it's after a comment (for example)R. Tyler Ballance2010-01-272-1/+7
* Handle Python3's `slice` objects in SourceReaderR. Tyler Ballance2010-01-031-28/+5
* Import __builtin__ in generated template code in a compatible way with 2 and 3R. Tyler Ballance2010-01-032-4/+17
* Support difference between types.MethodType constructors in Python2 vs. Python3R. Tyler Ballance2010-01-031-12/+13
* Add types.FileType shim compat for 3.xxR. Tyler Ballance2009-12-301-2/+10
* Correct references to string.letters and string.translate not caught by 2to3R. Tyler Ballance2009-12-271-4/+9
* Remove references to the `new` moduleR. Tyler Ballance2009-12-275-46/+23
* Remove old bundled memcached clientR. Tyler Ballance2009-12-272-623/+1
* Since functions are properly objects in Python 3, need to start detecting the...R. Tyler Ballance2009-12-271-23/+27
* NameMapperTest.failureException cannot be a tupleR. Tyler Ballance2009-12-271-1/+1
* Fix implicit relative import of _namemapperR. Tyler Ballance2009-12-271-1/+1
* Prune unnecessary 'types' import in Namemapper.pyR. Tyler Ballance2009-12-271-4/+1
* Prune some more stale code, get _namemapper.c building on Python 2 and 3R. Tyler Ballance2009-12-271-12/+41
* Code using 'INCLUDE_NAMESPACE_REPR_IN_NOTFOUND_EXCEPTIONS' has been turned of...R. Tyler Ballance2009-12-272-22/+2
* Move macros into header fileR. Tyler Ballance2009-12-272-41/+35
* Start cleaning up _namemapper.c for Python 3 supportR. Tyler Ballance2009-12-272-291/+325
* Correct issue tested with SubclassSearchListTestR. Tyler Ballance2009-12-261-0/+12
* Add regression test for dynamically compiled subclasses of TemplateR. Tyler Ballance2009-12-261-0/+10
* Bump version for next development cycleR. Tyler Ballance2009-12-261-2/+2
* Bump the version numberR. Tyler Ballance2009-12-191-2/+2
* Add a test to verify the use of getVar and write inside of a PSPR. Tyler Ballance2009-12-191-1/+17
* Refactor the InlineSpanishTest to better clarify a success/failure scenarioR. Tyler Ballance2009-12-161-5/+16
* Add a test to verify escaped entities in #raw blocksR. Tyler Ballance2009-12-151-0/+6
* only split multiline strings in output code at repr generated breaksDoug Knight2009-12-142-24/+26
* move handling of escaped variables and directives to the parserDoug Knight2009-12-142-16/+16
* Add another unicode testR. Tyler Ballance2009-12-141-0/+28
* Print the files we're analyzingR. Tyler Ballance2009-11-181-0/+1
* Correct relative imports of test modulesR. Tyler Ballance2009-11-181-11/+11
* Add DirectiveAnalyzer tests to suiteR. Tyler Ballance2009-11-181-0/+2
* Correct regression introduced with DirectiveAnalyzerR. Tyler Ballance2009-11-182-2/+4
* Introduce the DirectiveAnalyzer for processing templates for directive usageR. Tyler Ballance2009-11-165-20/+140
* Prevent Template.compile() from creating classnames with numerous leading und...R. Tyler Ballance2009-11-161-1/+1
* Clean up a swath of fixes suggested by 2to3R. Tyler Ballance2009-11-1629-363/+325
* Refactor Cheetah.Parser.ArgListR. Tyler Ballance2009-11-163-24/+72
* Space-ify the tabs for Cheetah.Tools.SiteHierarchyR. Tyler Ballance2009-11-161-151/+136
* Update Template.py with @classmethod decoratorsR. Tyler Ballance2009-11-161-11/+9
* Refactor CheetahWrapper tests to locate my local cheetah/cheetah-compile in m...R. Tyler Ballance2009-11-161-5/+22
* Refactor usage of the "types" module out, per 2to3 -f typesR. Tyler Ballance2009-11-1614-1370/+46
* Refactor raw print statements in accordance with 2to3R. Tyler Ballance2009-11-1620-113/+94
* Add --quiet option and use it to suppress messages from the Unicode testsJames Abbatiello2009-11-162-3/+3
* remove unnecessary encoding in the default filters, now that everything is a ...Mike Bonnet2009-10-181-28/+7
* Add Template.__unicode__() to return unicode() objects, while Template.__str_...R. Tyler Ballance2009-10-183-2/+41
* Bump the version to Cheetah 2.4.0R. Tyler Ballance2009-10-151-2/+2
* Remove the encode/decode calls in DummyResponse.write()/getvalue() and take a...R. Tyler Ballance2009-10-151-15/+25
* Revert "Use cStringIO instead of array in DummyTransaction"R. Tyler Ballance2009-10-141-18/+7