summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove old bundled memcached clientfutureR. Tyler Ballance2009-12-272-623/+1
* Use 'as' for except statements in Namemapper.pyR. Tyler Ballance2009-12-271-2/+2
* Use 'as' reserved word in except blocksR. Tyler Ballance2009-12-271-2/+2
* Use 'as' reserved word in except blocksR. Tyler Ballance2009-12-271-2/+2
* Prune use of the 'apply()' function, deprecated since 2.3R. Tyler Ballance2009-12-271-1/+1
* Prune reference to 'basestring' inside of run_setup()R. Tyler Ballance2009-12-271-1/+1
* Make relative import of Version.py explicitR. Tyler Ballance2009-12-271-1/+1
* Switch SetupTools.py's exceptions to use 'as'R. Tyler Ballance2009-12-271-4/+4
* 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
* Prune use of the 'apply()' function, deprecated since 2.3R. Tyler Ballance2009-12-261-2/+2
* Refactor run_setup() to prevent resizing the dict during iterationR. Tyler Ballance2009-12-261-2/+7
* Prune 'del' of a variable from the list comprehensionR. Tyler Ballance2009-12-261-1/+0
* Update download page for v2.4.1R. Tyler Ballance2009-12-261-5/+4
* Update Sphinx config for new dev cycle/yearR. Tyler Ballance2009-12-261-4/+5
* Fix Sphinx doc generation errorR. Tyler Ballance2009-12-261-1/+1
* Remove optik related documentR. Tyler Ballance2009-12-261-48/+0
* 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
* Update ignore with some more rulesR. Tyler Ballance2009-12-261-0/+3
* Bump the version numberR. Tyler Ballance2009-12-191-2/+2
* Merge branch 'next'R. Tyler Ballance2009-12-1996-2139/+9798
|\
| * Update CHANGES with 2.4.1 notesR. Tyler Ballance2009-12-191-0/+9
| * 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
| * Add the cheetah-analyze script to the mixR. Tyler Ballance2009-11-182-2/+9
| * 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
| * Add the dev_guide from the old LaTeX docsR. Tyler Ballance2009-11-1622-2/+3099
| * Add a converted version of the previous LaTeX user's guideR. Tyler Ballance2009-11-1623-2/+5644
| * Update roadmap and other docsR. Tyler Ballance2009-11-164-27/+16
| * 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