aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add REQUIRED_USE to metadata keys, caches, etc.Sebastian Luther2010-08-101-1/+1
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* When integer mtime is desired, use stat_obj[stat.ST_MTIME] instead of theZac Medico2009-12-211-1/+2
* Misc performance enhancements. Thanks to Marat RadchenkoZac Medico2009-09-241-1/+1
* Bug #285979 - Replace references to CDEPEND with UNUSED_00, to make it clearZac Medico2009-09-231-1/+1
* Define long as int when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+1
* Use range() instead of xrange() for compatibility with Python 3.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-4/+4
* Use _encodings where appropriate.Zac Medico2009-08-211-8/+13
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-5/+8
* Use readlines() to optimize performance. Thanks to Marat RadchenkoZac Medico2009-07-191-1/+0
* Hardcode utf_8 encoding inside _setitem().Zac Medico2009-07-051-3/+2
* Bug #265768 - When initializing the eclass cache, use the correct location.Zac Medico2009-04-121-1/+1
* Add portdbapi support for a metadata/layout.conf file whichZac Medico2009-04-061-2/+4
* Add a new egencache --rsync option which enables a stat collision workaroundZac Medico2009-03-311-8/+41
* Fix _setitem() to account for the change to serialize_eclasses = False.Zac Medico2009-03-091-2/+1
* Implement _getitem instead of __getitem__ so that the base class __getitem__Zac Medico2009-03-081-4/+1
* Remove unnecessary setting of default values to empty strings insideZac Medico2009-03-051-3/+0
* Fix _setitem() to write the same format that's currently distributed in theZac Medico2009-01-061-5/+40
* Handle potential KeyErrors that may be raised from get_eclass_data(), andZac Medico2008-12-251-2/+7
* Add support for the new DEFINED_PHASES metadata key which is automatically ge...Zac Medico2008-12-211-1/+1
* Make sure the dict returned from _parse_data() contains all of _known_keys.Zac Medico2008-11-221-0/+3
* Inside _parse_data(), don't rely on the magic 22 line count for the flat_listZac Medico2008-11-201-27/+18
* Store the _eclasses_ field instead of INHERITED.Zac Medico2008-11-171-8/+0
* Update hardcoded auxdbkey_order attributes to include PROPERTIES.Zac Medico2008-09-261-1/+1
* Ensure that cache modules always return a dict containing the _eclasses_Zac Medico2008-09-251-0/+2
* Fix some breakage caused by script malfunctionMarius Mauch2007-01-251-1/+1
* Namespace sanitizing, step 3Marius Mauch2007-01-251-5/+5
* Namespace sanitizing, step 1Marius Mauch2007-01-251-0/+87