summaryrefslogtreecommitdiffstats
path: root/pym/portage/cache/flat_list.py
Commit message (Expand)AuthorAgeFilesLines
* When integer mtime is desired, use stat_obj[stat.ST_MTIME] instead of theZac Medico2009-12-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/+4
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-6/+6
* Use _encodings where appropriate.Zac Medico2009-08-211-6/+13
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-4/+11
* Normalize try/except indentation for compatibility with 2to3.Zac Medico2009-03-201-2/+4
* Add support for the new DEFINED_PHASES metadata key which is automatically ge...Zac Medico2008-12-211-1/+1
* Update hardcoded auxdbkey_order attributes to include PROPERTIES.Zac Medico2008-09-261-1/+1
* 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-2/+2
* Namespace sanitizing, step 1Marius Mauch2007-01-251-0/+106