summaryrefslogtreecommitdiffstats
path: root/pym/cache/flat_hash.py
Commit message (Collapse)AuthorAgeFilesLines
* Prevent an IOError with errno != ENOENT from being swallowed in ↵Zac Medico2006-03-181-5/+5
| | | | | | flat_hash._setitem(). svn path=/main/trunk/; revision=2944
* Replace hard coded number 2 in cache modules with errno.ENOENT.Zac Medico2006-03-181-3/+3
| | | | svn path=/main/trunk/; revision=2938
* Only write known keys in flat_hash cache entries (filter out UNUSED_* keys).Zac Medico2006-02-261-1/+1
| | | | svn path=/main/trunk/; revision=2787
* replacement cache subsystem that's gestated in 2.1 and 3.0.Brian Harring2005-11-051-0/+129
it rocks your world, baby. svn path=/main/branches/2.0/; revision=2257