summaryrefslogtreecommitdiffstats
path: root/pym/cache/flat_hash.py
Commit message (Expand)AuthorAgeFilesLines
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
* Use iteritems() instead of items() because an iterator uses less memory.Zac Medico2006-05-141-1/+1
* Write raw bytes instead of attempting to encode as utf-8 for bug #133287.Zac Medico2006-05-141-1/+1
* Properly encode metadata strings as utf-8 in order to avoid "UnicodeEncodeErr...Zac Medico2006-05-071-1/+1
* Replace inappropriate use of writelines with normal write.Zac Medico2006-05-071-1/+1
* Prevent an IOError with errno != ENOENT from being swallowed in flat_hash._se...Zac Medico2006-03-181-5/+5
* Replace hard coded number 2 in cache modules with errno.ENOENT.Zac Medico2006-03-181-3/+3
* Only write known keys in flat_hash cache entries (filter out UNUSED_* keys).Zac Medico2006-02-261-1/+1
* replacement cache subsystem that's gestated in 2.1 and 3.0.Brian Harring2005-11-051-0/+129