summaryrefslogtreecommitdiffstats
path: root/pym/portage/cache/sqlite.py
Commit message (Expand)AuthorAgeFilesLines
* cache/sqlite.py: unicode_literalsZac Medico2013-01-181-3/+4
* cache/sqlite.py: translate None to empty stringZac Medico2012-09-241-2/+7
* cache/sqlite.py: fix getitem order assumptionZac Medico2012-09-181-11/+5
* cache/sqlite.py: dynamically add columns to tableZac Medico2012-06-101-2/+40
* cache.sqlite: handle readonly morev2.2.0_alpha33Zac Medico2011-05-121-1/+1
* cache.sqlite: handle readonlyZac Medico2011-05-121-2/+3
* cache.sqlite: handle sqlite ImportErrorv2.2.0_alpha21Zac Medico2011-02-061-8/+15
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-291-2/+1
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Revert r14430 and fix to do as intended. Thanks to Arfrever for reporting.v2.2_rc42Zac Medico2009-09-261-2/+4
* Make sure self._allowed_keys are sorted in the table create statement. TheyZac Medico2009-09-251-1/+1
* Decode database name passed to portage.cache.sqlite.database._db_module.conne...Arfrever Frehtes Taifersar Arahesis2009-09-211-2/+2
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Define basestring as str when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+4
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+2
* Fix broken indentation from previous commits.Zac Medico2009-08-301-5/+5
* Bug #283223 - Don't call str() on unicode strings inside _db_escape_string(),Zac Medico2009-08-301-1/+5
* Bug #283223 - Don't call str() inside _db_escape_string(), since it'sZac Medico2009-08-301-1/+1
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-4/+4
* Remove the workaround from bug #263081 since most strings should be unicodeZac Medico2009-07-041-12/+0
* Tweak depcache permission handling so egencache can be run by a user who'sZac Medico2009-06-211-1/+1
* Prepare 117 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-06-141-1/+2
* Fix misc typos in comments.Zac Medico2009-03-231-1/+1
* Add a temporary workaround for bug #263081 (partially reverts r12757).Zac Medico2009-03-221-0/+12
* Use basestring instead of str for isinstance check inside use_reduce() soZac Medico2009-03-051-6/+1
* Remove unnecessary setting of default values to empty strings insideZac Medico2009-03-051-2/+0
* * Fix portage.cache.template.database.__getitem__() to validate the _mtime_Zac Medico2009-03-011-5/+1
* Fix headers that contain $Header instead of $Id.Zac Medico2009-02-231-2/+2
* Remove inappropriate backslash escaping inside _db_escape_string().Zac Medico2008-11-201-1/+2
* Ensure that cache modules always return a dict containing the _eclasses_Zac Medico2008-09-251-0/+2
* Implement iterkeys on top of __iter__ instead of vice versa. Thanks to Brian...Zac Medico2007-06-211-1/+1
* Namespace sanitizing, step 3Marius Mauch2007-01-251-3/+3
* Namespace sanitizing, step 2bMarius Mauch2007-01-251-2/+2
* Namespace sanitizing, step 1Marius Mauch2007-01-251-0/+236