Add a _pkg_str class to cache catpkgsplit results
[portage.git] / pym / portage / dbapi / bintree.py
2012-05-12 Zac MedicoAdd a _pkg_str class to cache catpkgsplit results
2012-05-01 Arfrever Frehtes... Bug #413983: Add portage.util.urlopen(), which transpar...
2012-03-27 Zac MedicoReplace @returns with @return.
2011-11-07 Zac MedicoREQUIRED_USE: don't save in built packages
2011-10-29 Zac MedicoDeprecate unused 'virtual' constructor parameters
2011-10-28 Zac Medicostacklevel=3 for properties warnings
2011-10-24 Zac Medicodeprecate "root" attributes
2011-10-19 Zac MedicoAdd bindbapi.getfetchsizes() like pordbapi has.
2011-07-10 Zac MedicoMigrate from codecs.open() to io.open().
2011-06-13 Zac Medicobintree: don't provide default VERSION header v2.2.0_alpha41
2011-06-11 Zac Medicobintree: verify that default REPO is legit
2011-06-10 Zac Medicobintree: handle pkgindex CHOST header like REPO
2011-06-10 Zac Medicobintree: always populate pkgindex REPO header
2011-06-06 Zac Medicobintree: populate REPO header for empty pkgindex v2.2.0_alpha38
2011-05-01 David Jamesemerge: add --rebuild and --norebuild-atoms opts
2011-02-14 Zac MedicoFix unhandled FileNotFound from previous commit.
2011-02-14 David JamesAdd support for grabbing Packages files using external...
2011-02-03 Zac Medicobintree: cleanup/fix old binhost code more
2011-02-03 Zac Medicobintree: clean up dict use in old binhost code
2011-02-03 Zac Medicobintree: add missing del from previous commit
2011-02-03 Zac Medicobintree: remove unused __remotepkgs
2011-01-30 Zac Medicobintree: warn for missing binhost TIMESTAMP
2011-01-27 Zac Medicobinarytree: fix BASE_URI for old-style binhost
2011-01-27 Zac Medicobinarytree: fix broken BASE_URI initialization
2011-01-27 David JamesUpdate Portage to support multiple binhosts.
2010-12-31 Zac MedicoOmit user:pass@ from binhost Packages cache path.
2010-12-31 Zac Medicobintree: add timeout for closing binhost conn v2.2.0_alpha11
2010-12-06 Arfrever Frehtes... Use bytes literals.
2010-11-05 Zac Medicocomplete binhost ssh/sftp port support
2010-11-05 Zac Medicobinarytree: handle binhost port for sftp/ssh
2010-09-27 Sebastian Lutherreposyntax: Print cpv from all repos for "masked by...
2010-09-27 Sebastian Lutherreposyntax: Add support all over the place
2010-09-26 Zac MedicoAdd PORTAGE_BINHOST sftp protocol support. v2.2_rc87
2010-09-25 Zac MedicoImplement PORTAGE_BINHOST ssh:// protocol support by...
2010-09-25 Zac MedicoMove all imports in bintree.py to the top.
2010-09-07 Zac MedicoAdd a new package set called @unavailable-binaries...
2010-09-04 Fabian Groffenuse EROOT with CACHE_PATH
2010-08-26 Zac MedicoFix breakage in use_reduce() calls where token_class...
2010-08-26 Zac MedicoMake use_reduce() call Atom.evaluate_conditionals(...
2010-08-22 Zac MedicoFix erroneoud reference to self.aux_get in bintree...
2010-08-16 Zac MedicoHandle OSError from os.path.samefile() (breakage from...
2010-08-16 Zac MedicoBug #332967 - In bintree.inject(), add a sanity check...
2010-08-11 Sebastian Lutherportage/dbapi/{bintree.py,porttree.py}: Remove deprecat...
2010-08-11 Sebastian Lutherportage/dbapi/bintree.py: Remove deprecated parameter
2010-08-11 Sebastian Lutherportage.dep.use_reduce: Work on depstrings instead...
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.
next