Add REQUIRED_USE to metadata keys, caches, etc.
[portage.git] / pym / portage / dbapi / bintree.py
2010-08-11 Sebastian LutherAdd REQUIRED_USE to metadata keys, caches, etc.
2010-07-28 Zac MedicoTweak global updates handling so that updates from...
2010-07-27 Michał GórnySupport repository-wide updates.
2010-06-04 Zac MedicoSplit out a _pkgindex_cpv_map_latest_build() function.
2010-06-04 Zac MedicoFix code from previous commit to handle missing BUILD_T...
2010-06-04 Zac MedicoWhen organizing remote binhost metadata into a cpv...
2010-05-14 Zac MedicoDon't use finally with atomic_ofstream since that preve...
2010-04-28 Zac MedicoFix typo from previous commit.
2010-04-28 Zac MedicoInside bintree.inject(), discard cached metadata to...
2010-04-27 Zac MedicoIn bintree.inject(), ensure that _pkgindex_entry return...
2010-04-09 Zac MedicoHandle IOError when trying to cache the Packages file...
2010-04-09 Zac MedicoWhen caching Packages file from binhost, ignore failure...
2010-03-30 Sebastian LutherAdd DEFINED_PHASES to the dbapi caches and _emerge...
2010-03-24 Zac MedicoRemove all svn $Id keywords.
2010-02-28 Zac MedicoRemove print() usage.
2010-02-28 Zac MedicoFix broken fakedbapi.cpv_inject/cpv_remove calls.
2010-02-28 Zac MedicoMake bindbapi override cpv_inject and cpv_remove, for...
2010-02-28 Zac MedicoMake _global_updates ensure that the binarytree is...
2010-02-25 Zac MedicoMove dep_expand and cpv_expand into portage.dbapi submo...
2010-02-25 Zac MedicoMove cacheddir and listdir to portage.util.listdir.
2010-02-25 Zac MedicoSplit doebuild and related code to the portage.package...
2010-02-22 Zac MedicoMove portage.fetch() to portage.package.ebuild.fetch...
2010-02-19 Zac MedicoUse a frozenset for use inside binarytree._eval_use_fla... v2.2_rc63
2010-02-19 Zac MedicoAdd stacklevel=2 to warnings.warn calls.
2010-02-19 Zac MedicoFix deprecated usage of dep_getkey.
2010-02-19 Zac MedicoUse a property to trigger deprecation warnings if binar...
2010-02-19 Zac MedicoRemove deprecated binarytree.get_use() method.
2010-02-19 Zac MedicoRemove the deprecated 'clone' parameter to the binarytr...
2010-02-19 Zac MedicoDeprecate the unused getbinpkgsonly parameter to binary...
2010-02-15 Zac MedicoCache BUILD_TIME in $PKGDIR/Packages and inside bindbapi.
2010-02-14 Zac MedicoEvaluate conditional USE deps for *DEPEND atoms saved...
2010-02-10 Zac MedicoBug #303211 - Discard invalid SIZE metadata when using...
2009-12-21 Zac MedicoWhen integer mtime is desired, use stat_obj[stat.ST_MTI...
2009-12-10 Zac MedicoHandle permission problems when trying to cache the...
2009-12-08 Zac MedicoWhen reading the remote Packages file for --getbinpkg...
2009-09-29 Zac MedicoHandle encoding/decoding of unicode when using the...
2009-09-23 Zac MedicoBug #286118 - Fix dbapi.move_ent() methods so they...
2009-09-22 Zac MedicoReplace dict.keys() usage with __iter__(), since it...
2009-09-22 Zac MedicoFix 'RuntimeError: dictionary changed size during itera...
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 Arfrever Frehtes... Use range() instead of xrange() for compatibility with...
2009-09-21 Arfrever Frehtes... Define basestring as str when Python 3 is used.
2009-09-21 Arfrever Frehtes... Fix all remaining SyntaxErrors with Python 3.
2009-09-21 Arfrever Frehtes... Use filter() and zip() instead of itertools.ifilter...
2009-09-20 Arfrever Frehtes... Update system imports for compatibility with Python 3.
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-12 Zac MedicoUse isjustname() where appropriate.
2009-09-12 Zac MedicoMake dbapi.move_ent() take advantage of Atom instances...
2009-09-05 Zac MedicoAdd ACCEPT_LICENSE and ACCEPT_PROPERTIES to the Package...
2009-09-05 Fabian Groffenconsistently use CACHE_PATH with target_root, this...
2009-08-24 Zac MedicoBug #282505 - Fix unicode handling for package moves... v2.2_rc40
2009-08-21 Zac MedicoUse _encodings where appropriate.
2009-08-11 Zac MedicoUpdate imports to import portage.os (with unicode wrapp...
2009-08-05 Zac Medicos/utf8/utf_8/ for consistency v2.2_rc36
2009-08-04 Zac MedicoFix bindbapi.aux_get and aux_update to work with py3k...
2009-08-04 Zac MedicoBug #280259 - Fix binarytree to always open the Package...
2009-08-04 Zac MedicoBug #280259 - Use codecs.open() when reading the Packag...
2009-06-24 Zac MedicoIn binarytree.inject(), when a symlink is created for...
2009-06-14 Arfrever Frehtes... Prepare 117 messages to localization.
2009-03-04 Zac MedicoBug #261082 - Prefer remote package instances whenever...
2009-03-04 Zac MedicoBug #261082 - Fix --getbinpkgonly code in binarytree...
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-20 Zac MedicoAdd a new portage.utils.lazy_import() function which...
2009-01-09 Zac MedicoBug #253563 - Replace hardcoded green/red color strings...
2008-12-24 Zac MedicoFix PATH comparison in binarytree.inject() some more.
2008-12-24 Zac MedicoFix broken PATH comparisons when eliminating duplicate...
2008-12-23 Zac MedicoWhen removing entries with duplicate paths inside binar...
2008-12-23 Zac MedicoFix typo.
2008-12-23 Zac MedicoBug #252243 - Fix binarytree.prevent_collision() so...
2008-12-12 Zac MedicoFix breakage in stale metadata logic inside binarytree...
2008-12-12 Zac MedicoWhen using the old binhost protocol, comparison with...
2008-12-12 Zac MedicoFix old-style binhost code binarytree.digestCheck(...
2008-12-12 Zac MedicoFix --getbinpkgonly behavior so that binaries from...
2008-12-10 Zac Medicourlparse.urljoin() only works correctly with recognized...
2008-11-15 Zac MedicoBug #246821 - Avoid TypeError from binarytree.isremote...
2008-11-01 Zac MedicoDefine __all__ and remove unused import.
2008-10-11 Zac MedicoWhen warning about package categories that haven't...
2008-09-26 Zac MedicoAdd PROPERTIES to the list of USE evaluated keys for...
2008-09-26 Zac MedicoAdd PROPERTIES to all of the metadata caches.
2008-08-01 Zac MedicoOptimize `emaint` --fix binhost so that it the Packages...
2008-07-13 Zac MedicoFix broken binpkg path comparison in in binarytree...
2008-07-05 Zac Medico* Implement a new binarytree.digestCheck() method and...
2008-07-01 Zac MedicoPy3k compatibility patch #3 by Ali Polatel <hawking...
2008-06-26 Zac MedicoAdd "PATH" to the set of allowed pacakge metadata keys...
2008-06-26 Zac MedicoMake PackageIndex use SlotDict for package metadata...
2008-06-25 Zac MedicoUse SlotDict where appropriate in binarytree._populate().
2008-06-25 Zac MedicoAdd a generic portage.cache.mappings.slot_dict_class...
2008-04-12 Zac MedicoMake binarytree.prevent_collision() adjust permissions...
2008-04-11 Zac MedicoCopy group mode bits from $PKGDIR when creating subdire...
2008-04-07 Zac MedicoWhen reading and writing the Packages index file, trans...
2008-04-07 Zac Medico* Optimize metadata caching in pordbapi and bindbapi...
2008-04-07 Zac MedicoHandle empty KEYWORDS in the Packages file.
2008-04-07 Zac MedicoFix broken IUSE defaults handling when filtering USE...
2008-04-05 Zac MedicoIn dbapi.move_ent(), never assume that any of the expec...
2008-04-01 Zac MedicoHandle missing LICENSE in the Packages index since...
2008-03-07 Zac MedicoConvert PackageIndex.packages from a dict to a list...
next