summaryrefslogtreecommitdiff
path: root/cheetah/SourceReader.py
Commit message (Collapse)AuthorAgeFilesLines
* Handle Python3's `slice` objects in SourceReaderR. Tyler Ballance2010-01-031-28/+5
|
* Introduce the DirectiveAnalyzer for processing templates for directive usageR. Tyler Ballance2009-11-161-14/+1
| | | | | Hoping to form this into a fully-fledged reporting tool so I can gauge usage of directives to start cutting some out.
* Clean up a swath of fixes suggested by 2to3R. Tyler Ballance2009-11-161-2/+2
| | | | | Fixes from 2to3 include: xrange, ws_comma, repr, reduce, raise, idioms, has_key, future, filter, exec, callable, apply
* Rename the root package to "cheetah" instead of "src" to follow more ↵R. Tyler Ballance2009-07-161-0/+303
conventional python package naming