summaryrefslogtreecommitdiffstats
path: root/pym/cache/util.py
Commit message (Expand)AuthorAgeFilesLines
* Bug #196680 - Handle a CacheError inside mirror_cache() whenZac Medico2007-10-221-0/+4
* Implement iterkeys on top of __iter__ instead of vice versa. Thanks to Brian...Zac Medico2007-06-221-1/+1
* Remove more unnecessary list generation. (trunk r6912)Zac Medico2007-06-221-5/+2
* In order to correctly handl the case of target caches that don't have complet...Zac Medico2007-02-031-1/+3
* For bug #160893, ignore a KeyError during cache cleansing since that key isn'...Zac Medico2007-01-081-1/+4
* Make sure trg is defined.Zac Medico2006-11-041-1/+2
* When transferring cache after sync, compare all metadata to make sure it is i...Zac Medico2006-11-041-0/+16
* Replace relative imports with absolute imports for forward compatibility with...Zac Medico2006-09-181-1/+1
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
* Catch an uncaught CacheCorruption for the traceback from bug #126692.Zac Medico2006-05-031-1/+7
* Fix misuse of dict.fromkeys class method so that cache cleansing works during...Zac Medico2006-03-121-1/+1
* replacement cache subsystem that's gestated in 2.1 and 3.0.Brian Harring2005-11-051-0/+103