Bug #286522 - Check all portdbapi.findname return values in case it
[portage.git] / pym / portage / dbapi / porttree.py
2009-09-26 Zac MedicoBug #286522 - Check all portdbapi.findname return value...
2009-09-25 Arfrever Frehtes... Use list comprehensions instead of filter() or map...
2009-09-24 Zac MedicoMisc performance enhancements. Thanks to Marat Radchenko
2009-09-22 Zac MedicoReplace dict.keys() usage with __iter__(), since it...
2009-09-22 Zac MedicoDo manual unicode handling (instead of using the wrappe...
2009-09-22 Zac MedicoFix 'iteritems' attribute detection to look for 'items...
2009-09-21 Arfrever Frehtes... Use next(iterator) instead of iterator.next() for compa...
2009-09-21 Arfrever Frehtes... 'filtered_auxdbkeys' should be a list to allow sorting.
2009-09-21 Arfrever Frehtes... Define long as int when Python 3 is used.
2009-09-21 Arfrever Frehtes... Use dict.(keys|values|items)() instead of dict.(iterkey...
2009-09-21 Zac MedicoDeprecate key_expand and portage.dbapi.porttree.portage...
2009-09-21 Arfrever Frehtes... Use filter() and zip() instead of itertools.ifilter...
2009-09-20 Arfrever Frehtes... Support print() function with Python 2 in more files.
2009-09-20 Arfrever Frehtes... Update syntax of numbers for compatibility with Python 3.
2009-09-20 Arfrever Frehtes... Update syntax of calls to print() for compatibility...
2009-09-20 Arfrever Frehtes... Update syntax of 'except' statements for compatibility...
2009-09-19 Zac MedicoAvoid lots of redundant Atom constructor calls. Thanks...
2009-08-22 Zac MedicoBug #282269 - Avoid str() calls with overlay paths...
2009-08-21 Zac MedicoUse _encodings where appropriate.
2009-08-11 Zac MedicoUpdate imports to import portage.os (with unicode wrapp...
2009-08-11 Mounir LamouriAdd ACCEPT_PROPERTIES variable which has default value...
2009-08-09 Zac MedicoAlways use encoding='utf_8' for unicode() calls.
2009-08-07 Zac MedicoOpen repo_name in text mode (unicode).
2009-07-22 Zac MedicoBug #270040 - Make repoman parse the categories file...
2009-07-20 Zac MedicoMake portage.listdir() and dbapi.cp_list() return unicode.
2009-07-06 Zac MedicoOptimize dbapi._iter_match_use() so that it shares...
2009-06-26 Zac MedicoUse a property to implement portdbapi.settings.
2009-06-26 Zac MedicoMake portdbapi define self.settings, for conformity...
2009-06-21 Zac MedicoTweak depcache permission handling so egencache can...
2009-06-14 Arfrever Frehtes... Prepare 117 messages to localization.
2009-05-05 Zac MedicoMake portdbapi.getfetchlist() return an equal number...
2009-05-01 Zac MedicoFix logic error which prevents repos.conf [DEFAULT...
2009-04-19 Zac MedicoFix default master code so that it doesn't trigger...
2009-04-19 Zac MedicoIf a repo doesn't have metadata/layout.conf then use...
2009-04-16 Zac MedicoAdd support for repos.conf 'aliases' attribute which...
2009-04-16 Zac MedicoAdd support in repos.conf to override the "masters...
2009-04-15 Zac MedicoBug #265909 - Make emerge display a warning message...
2009-04-12 Zac MedicoBug #265768 - Handle CacheError when deleting currupt... v2.2_rc30
2009-04-12 Zac MedicoBug #265768 - If the user happens to be using the metad...
2009-04-12 Zac MedicoInside the portdbapi constructor, handle repositories...
2009-04-11 Zac MedicoBug #265747 - Add a new /etc/portage/repos.conf config...
2009-04-07 Zac MedicoAdd support to repoman for using layout.conf to control...
2009-04-07 Zac MedicoReplace references to portdbapi.eclassdb with appropria...
2009-04-07 Zac MedicoFix code in the portdbapi constructor to cache eclass_c...
2009-04-06 Zac MedicoAdd portdbapi support for a metadata/layout.conf file...
2009-03-31 Zac MedicoAdd a "consumer" keyword parameter to the MetadataRegen...
2009-03-27 Zac MedicoIn portdbapi.findname2(), move some of the path joining...
2009-03-24 Zac MedicoAdd support for FEATURES=parse-eapi-glep-55. This featu...
2009-03-23 Zac MedicoAdd support for FEATURES=parse-eapi-ebuild-head, which...
2009-03-23 Zac MedicoWhen calling doebuild() to spawn the 'depend' phase...
2009-03-10 Zac MedicoMake _src_uri_validate() identify the || operator as...
2009-03-10 Zac MedicoRemove redundant conditional inside _src_uri_validate().
2009-03-10 Zac MedicoFix incorrect slice inside _src_uri_validate() and...
2009-03-05 Zac MedicoMake config.categories a sorted tuple so that portdbapi...
2009-03-02 Zac MedicoWhen ACCEPT_CHOSTS is set, enable CHOST masking for...
2009-03-02 Zac MedicoUse PORTAGE_USE when evaluating LICENSE inside portdbap...
2009-03-01 Zac Medico* Fix portage.cache.template.database.__getitem__(...
2009-02-27 Zac MedicoFix a case in which a SRC_URI is incorrectly idendified...
2009-02-22 Zac MedicoUse lazyimport to avoid importing the dep, output,...
2009-02-22 Zac MedicoUse lazyimport to avoid importing the checksum, locks...
2009-02-19 Zac MedicoOptimize depgraph._dep_expand() to avoid calling pordba...
2008-12-25 Zac MedicoInside portdbapi._metadata_callback(), preserve _eclass...
2008-10-17 Zac MedicoRemove support for FEATURES=gpg since it's already...
2008-10-11 Zac MedicoWhen warning about package categories that haven't...
2008-09-27 Zac MedicoMask packages with deprecated EAPIs in order to prevent...
2008-09-26 Zac MedicoAdd PROPERTIES to all of the metadata caches.
2008-09-26 Zac MedicoMake flat_hash write keys in alphabetical order.
2008-09-20 Zac MedicoMore SRC_URI validation.
2008-09-20 Zac MedicoFix some broken logic inside portdbapi.getFetchMap().
2008-09-20 Zac MedicoAdd test cases for SRC_URI validation.
2008-09-20 Zac MedicoImplement SRC_URI arrows for EAPI 2. The portdbapi...
2008-09-19 Zac MedicoDefine __all__ and clean up unused imports found by...
2008-08-15 Zac MedicoFor py3k compatibility, replace map() call with a norma...
2008-07-27 Zac MedicoFix breakage from r11213 in INHERITED values returned...
2008-07-27 Zac MedicoSerialize src_unpack() $DISTDIR access for live ebuilds...
2008-07-25 Zac MedicoDetect an invalid cpv passed into portdbapi.findname2...
2008-07-11 Zac MedicoCopy INHERITED/_eclasses_ handling from portdbapi._meta...
2008-07-10 Zac MedicoAdd support for parallel --regen, using the existing...
2008-07-02 Zac MedicoPy3k compatibility patch by Ali Polatel <hawking@g.o>.
2008-07-01 Zac MedicoNever do realpath() on an empty string for portdbapi...
2008-06-25 Zac MedicoAdd a generic portage.cache.mappings.slot_dict_class...
2008-06-20 Zac MedicoMake the visibility related config methods such as...
2008-06-08 Zac MedicoMake portdbapi.aux_get() return float type for _mtime_.
2008-05-30 Zac MedicoNow that dbapi._iter_match() is guaranteed to return...
2008-05-25 Zac MedicoRemove redundant SLOT dep code in portdbapi.xmatch...
2008-05-23 Zac MedicoBug #2272 - Extend dependency atom sytax to specify...
2008-05-16 Zac MedicoDetect and filter ebuilds that have invalid versions...
2008-04-25 Marius Mauchremove unused function
2008-04-21 Zac Medico* Make portdbapi.aux_get() automatically pull pre-gener...
2008-04-20 Zac MedicoBug #218559 - Make portdbapi automatically add sandbox...
2008-04-16 Zac MedicoFix portdbapi.getfetchlist() so that it doesn't unneces...
2008-04-16 Zac MedicoIf the mysettings parameter is not passed in to portdba...
2008-04-16 Zac MedicoBug #217905 - Fix portdbapi.getfetchlist() to correctly...
2008-04-07 Zac Medico* Optimize metadata caching in pordbapi and bindbapi...
2008-02-28 Marius Mauchremove code for manifest1 support
2008-02-22 Zac MedicoRevert portdbapi category auto-detection code since...
2008-01-31 Zac MedicoAdd 'local' to the list of non_category_dirs since...
2008-01-07 Zac MedicoBug #204753 - Add "distfiles" and "packages" to the...
2007-12-29 Zac Medico* Initialize dbapi._categories = None so that we can...
2007-12-21 Zac MedicoUse a regex to validate package directory names in...
next