summaryrefslogtreecommitdiffstats
path: root/pym/cache/sqlite.py
Commit message (Expand)AuthorAgeFilesLines
* For bug #159518, increase the "database is locked" timeout.Zac Medico2006-12-311-1/+7
* Reverse the relationship between __contains__ and has_key in all cache classe...Zac Medico2006-10-261-1/+1
* Don't use LazyLoad for cache pulls because it causes a race condition.Zac Medico2006-09-221-11/+1
* Allow cache.sqlite to use sqlite3 from python-2.5, if available.Zac Medico2006-09-221-1/+4
* Replace relative imports with absolute imports for forward compatibility with...Zac Medico2006-09-181-4/+4
* Add a new sqlite cache module (one I wrote) that has acceptable performance.Zac Medico2006-05-011-0/+237
* Remove sqlite.py because it's performance is unacceptable and it is therefore...Zac Medico2006-05-011-67/+0
* replacement cache subsystem that's gestated in 2.1 and 3.0.Brian Harring2005-11-051-0/+67