summaryrefslogtreecommitdiffstats
path: root/pym/cache
Commit message (Expand)AuthorAgeFilesLines
...
* Use rstrip("\n") instead of -1 index to safely remove newline characters.Zac Medico2006-02-261-1/+1
* Add a new cache.metadata_overlay module that layers a writable cache over a r...Zac Medico2006-02-261-0/+91
* Only write known keys in flat_hash cache entries (filter out UNUSED_* keys).Zac Medico2006-02-261-1/+1
* Fix cache.metadata.database so that it correctly removes the newline characte...Zac Medico2006-02-261-1/+1
* Make complete_eclass_entries variable name consistent so that classes derived...Zac Medico2006-02-261-1/+1
* removed unnecessary reconstruct_eclasses importBrian Harring2005-12-181-1/+0
* couple of tweaks. fixed up whitespacing for template, added a default __cont...Brian Harring2005-12-182-20/+10
* Unpack the _eclasses_ value as it's packed by the database template's __setit...Jason Stubbs2005-12-171-1/+5
* replacement cache subsystem that's gestated in 2.1 and 3.0.Brian Harring2005-11-0512-0/+1240