aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Support print() function with Python 2 in more files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+2
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-5/+5
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-5/+5
* Prepare 117 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-06-141-1/+2
* Add portdbapi support for a metadata/layout.conf file whichZac Medico2009-04-061-2/+1
* Add support for FEATURES=parse-eapi-ebuild-head, which is similar to GLEP 55Zac Medico2009-03-231-6/+15
* Fix try/except indentation so that 2to3 will recognize it.Zac Medico2009-03-191-1/+2
* Fix try/except indentation so that 2to3 will recognize it.Zac Medico2009-03-191-1/+2
* * Fix portage.cache.template.database.__getitem__() to validate the _mtime_Zac Medico2009-03-011-7/+4
* In mirror_cache(), normalize EAPI by mapping EAPI=0 to empty.Zac Medico2009-02-251-3/+4
* Handle potential KeyErrors that may be raised from get_eclass_data(), andZac Medico2008-12-251-2/+8
* Don't add any more that one "-" symbol to the front of an unsupported EAPI.Zac Medico2008-12-251-1/+1
* Inside mirror_cache(), handle unsupported EAPI like portdbapi does.Zac Medico2008-12-251-0/+9
* For emerge --metadata runs, update _eclasses_ metadata to insert local eclassZac Medico2008-11-181-14/+25
* Handle possible CacheError inside mirror_cache().Zac Medico2008-09-261-1/+1
* Fix mirror_cache() so it won't silently swallow a KeyError if _mtime_ orZac Medico2008-09-251-5/+9
* Bug #196680 - Handle a CacheError inside mirror_cache() whenZac Medico2007-10-221-0/+4
* s/portage.eclass_cache/eclass_cache/ since eclass_cache is actually a local v...Zac Medico2007-08-031-2/+2
* Remove fallback imports for set(), and note minimum requirement of python-2.4Marius Mauch2007-07-051-2/+0
* Implement iterkeys on top of __iter__ instead of vice versa. Thanks to Brian...Zac Medico2007-06-211-1/+1
* Remove more unnecessary list generation.Zac Medico2007-06-211-5/+2
* In order to correctly handl the case of target caches that don't have complet...Zac Medico2007-02-031-1/+3
* Namespace sanitizing, step 3Marius Mauch2007-01-251-4/+4
* Namespace sanitizing, step 1Marius Mauch2007-01-251-0/+129