summaryrefslogtreecommitdiffstats
path: root/pym/cache
Commit message (Collapse)AuthorAgeFilesLines
* removed unnecessary reconstruct_eclasses importBrian Harring2005-12-181-1/+0
| | | | svn path=/main/trunk/; revision=2397
* couple of tweaks. fixed up whitespacing for template, added a default ↵Brian Harring2005-12-182-20/+10
| | | | | | | | | | | __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
* Unpack the _eclasses_ value as it's packed by the database template's ↵Jason Stubbs2005-12-171-1/+5
| | | | | | __setitem__ method. svn path=/main/trunk/; revision=2393
* replacement cache subsystem that's gestated in 2.1 and 3.0.Brian Harring2005-11-0512-0/+1240
it rocks your world, baby. svn path=/main/branches/2.0/; revision=2257