summaryrefslogtreecommitdiffstats
path: root/pym/cache/anydbm.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace relative imports with absolute imports for forward compatibility ↵Zac Medico2006-09-181-2/+2
| | | | | | with python 2.6. svn path=/main/trunk/; revision=4470
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
| | | | svn path=/main/trunk/; revision=3483
* Fix some minor issues with the anydbm cache module. Thanks to Halcyon for ↵Zac Medico2006-04-081-3/+3
| | | | | | reporting. svn path=/main/trunk/; revision=3097
* 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-181-9/+3
| | | | | | | | | | | __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-051-0/+75
it rocks your world, baby. svn path=/main/branches/2.0/; revision=2257