summaryrefslogtreecommitdiffstats
path: root/pym/cache
Commit message (Expand)AuthorAgeFilesLines
* Fix some minor issues with the anydbm cache module. Thanks to Halcyon for rep...Zac Medico2006-04-081-3/+3
* Prevent an IOError with errno != ENOENT from being swallowed in flat_hash._se...Zac Medico2006-03-181-5/+5
* Replace hard coded number 2 in cache modules with errno.ENOENT.Zac Medico2006-03-182-11/+7
* Fix misuse of dict.fromkeys class method so that cache cleansing works during...Zac Medico2006-03-121-1/+1
* 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