summaryrefslogtreecommitdiffstats
path: root/pym/cache/template.py
Commit message (Collapse)AuthorAgeFilesLines
* Make complete_eclass_entries variable name consistent so that classes ↵Zac Medico2006-02-261-1/+1
| | | | | | derived from cache.template.database are compatible with the mirror_cache() function in the cache.util module. svn path=/main/trunk/; revision=2785
* 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