summaryrefslogtreecommitdiffstats
path: root/pym/cache/template.py
Commit message (Expand)AuthorAgeFilesLines
* Namespace sanitizing, step 1Marius Mauch2007-01-251-200/+0
* Add backward compatibility code for cache modules that override has_key inste...Zac Medico2006-10-271-1/+8
* Reverse the relationship between __contains__ and has_key in all cache classe...Zac Medico2006-10-261-2/+2
* For full compatibility with older versions of portage, write the path in the ...Zac Medico2006-10-251-6/+5
* For the time being, write a variation of the old _eclass_ format so that cach...Zac Medico2006-10-251-0/+10
* Improve reconstruct_eclasses error handling.Zac Medico2006-10-251-9/+8
* Remove paths from _eclasses_ serialization in the cache. This makes the mtim...Zac Medico2006-10-241-4/+15
* Replace relative imports with absolute imports for forward compatibility with...Zac Medico2006-09-181-2/+3
* Implement get() as part of the standard mapping interface.Zac Medico2006-06-201-0/+6
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
* Make complete_eclass_entries variable name consistent so that classes derived...Zac Medico2006-02-261-1/+1
* couple of tweaks. fixed up whitespacing for template, added a default __cont...Brian Harring2005-12-181-11/+7
* replacement cache subsystem that's gestated in 2.1 and 3.0.Brian Harring2005-11-051-0/+171