summaryrefslogtreecommitdiff
Commit message (Collapse)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 ↵R. Tyler Ballance2009-12-271-23/+27
| | | | them differently for auto-calling
* 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 ↵R. Tyler Ballance2009-12-272-22/+2
| | | | off for some time, killing it
* 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
| | | | | | Conflicts: SetupTools.py
* 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
| | | | | | | | | Subclasses (in Python) of Template failed to properly propogate attributes into the dyanmically compiled templates that were created with them as per: http://www.cheetahtemplate.org/docs/users_guide_html_multipage/gettingStarted.tutorial.html Issue reported by dhaivat.
* 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
| | | | | | | | Related to 0cc9f78 and 70c9bd4
| * only split multiline strings in output code at repr generated breaksDoug Knight2009-12-142-24/+26
| | | | | | | | Signed-off-by: R. Tyler Ballance <tyler@monkeypox.org>
| * move handling of escaped variables and directives to the parserDoug Knight2009-12-142-16/+16
| | | | | | | | | | | | | | | | | | Once text reaches the compiler, it is too late to parse escaped variables and directives. The compiler does not know where the text came from, and can not determine when it should skip processing of escape sequences for raw blocks. Signed-off-by: R. Tyler Ballance <tyler@monkeypox.org>
| * Add another unicode testR. Tyler Ballance2009-12-141-0/+28
| | | | | | | | | | | | | | This is based off an IRC conversation in #cheetah which I've honestly forgotten what the bug was when I wrote the test case. Pech gehabt.
| * 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
| | | | | | | | | | Hoping to form this into a fully-fledged reporting tool so I can gauge usage of directives to start cutting some out.
| * Prevent Template.compile() from creating classnames with numerous leading ↵R. Tyler Ballance2009-11-161-1/+1
| | | | | | | | | | | | | | underscores Issue originally reported by Kirill Uhanov <kirill.uhanov@intel.com> on the mailing list (see: "problem with include directive on cheetah 2.4.0")
| * Clean up a swath of fixes suggested by 2to3R. Tyler Ballance2009-11-1629-363/+325
| | | | | | | | | | Fixes from 2to3 include: xrange, ws_comma, repr, reduce, raise, idioms, has_key, future, filter, exec, callable, apply
| * Refactor Cheetah.Parser.ArgListR. Tyler Ballance2009-11-163-24/+72
| | | | | | | | | | | | Added a test for ArgList as well; a large amount of code in Cheetah.Parser could do well to be cleaned up, but perhaps another day.
| * 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
| |