summaryrefslogtreecommitdiffstats
path: root/pym/cache/template.py
Commit message (Collapse)AuthorAgeFilesLines
* couple of tweaks. fixed up whitespacing for template, added a default ↵Brian Harring2005-12-181-11/+7
| | | | | | | | | | | __contains__ func to the template, finally added serialize_eclasses class attribute; controls whether __(get|set)item__ do _eclasses_ mangling on their own, or leave it to the child class. updated anydbm to handle serializing itself svn path=/main/trunk/; revision=2395
* replacement cache subsystem that's gestated in 2.1 and 3.0.Brian Harring2005-11-051-0/+171
it rocks your world, baby. svn path=/main/branches/2.0/; revision=2257