summaryrefslogtreecommitdiffstats
path: root/pym/cache/util.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace relative imports with absolute imports for forward compatibility ↵Zac Medico2006-09-181-1/+1
| | | | | | 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
* Catch an uncaught CacheCorruption for the traceback from bug #126692.Zac Medico2006-05-031-1/+7
| | | | svn path=/main/trunk/; revision=3313
* Fix misuse of dict.fromkeys class method so that cache cleansing works ↵Zac Medico2006-03-121-1/+1
| | | | | | during `emerge --metadata` runs. svn path=/main/trunk/; revision=2861
* replacement cache subsystem that's gestated in 2.1 and 3.0.Brian Harring2005-11-051-0/+103
it rocks your world, baby. svn path=/main/branches/2.0/; revision=2257