summaryrefslogtreecommitdiff
path: root/cheetah/Utils
Commit message (Collapse)AuthorAgeFilesLines
* Remove old bundled memcached clientR. Tyler Ballance2009-12-271-620/+0
|
* Clean up a swath of fixes suggested by 2to3R. Tyler Ballance2009-11-162-5/+5
| | | | | Fixes from 2to3 include: xrange, ws_comma, repr, reduce, raise, idioms, has_key, future, filter, exec, callable, apply
* Refactor usage of the "types" module out, per 2to3 -f typesR. Tyler Ballance2009-11-163-107/+9
| | | | | Left out cheetah/Template.py which will need to be refactored a bit more aggressively, particularly in Template.compile()
* Refactor raw print statements in accordance with 2to3R. Tyler Ballance2009-11-162-29/+26
| | | | | Removed prints in a couple places entirely, some of this code should likely use the `logging` module instead
* Merge branch 'next' into performanceR. Tyler Ballance2009-08-142-23/+14
| | | | | | | | | | | Left some rename conflicts partially unresolved, need to move src/c/ to cheetah/c/ in the next commit Conflicts: SetupConfig.py cheetah/_namemapper.c src/_namemapper.c src/c/_namemapper.c
* Rename the root package to "cheetah" instead of "src" to follow more ↵R. Tyler Ballance2009-07-169-0/+1362
conventional python package naming