summaryrefslogtreecommitdiffstats
path: root/pym/cache/metadata.py
Commit message (Expand)AuthorAgeFilesLines
* Namespace sanitizing, step 1Marius Mauch2007-01-251-87/+0
* Test for basestring instead of types.DictType so that the test more generic.Zac Medico2006-10-261-1/+1
* Add a missing method parameter.Zac Medico2006-10-151-1/+1
* Use fstat to when retrieve cache timestamps and avoid a race.Zac Medico2006-09-221-2/+2
* Replace relative imports with absolute imports for forward compatibility with...Zac Medico2006-09-181-4/+3
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
* Fix a potential NameError due to 'cpv' being undefined in the namespace and a...Zac Medico2006-05-071-3/+5
* Remove the uppercase requirement on flat_hash metadata keys so that _eclasses...Zac Medico2006-05-061-3/+1
* Use rstrip("\n") instead of -1 index to safely remove newline characters.Zac Medico2006-02-261-1/+1
* Fix cache.metadata.database so that it correctly removes the newline characte...Zac Medico2006-02-261-1/+1
* replacement cache subsystem that's gestated in 2.1 and 3.0.Brian Harring2005-11-051-0/+88