summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi
Commit message (Expand)AuthorAgeFilesLines
* Remove all svn $Id keywords.Zac Medico2010-03-247-7/+0
* When portage upgrades or downgrades itself, preload lazily referenced portageZac Medico2010-03-091-0/+3
* Use writemsg instead of print. Also don't use _ as a variable name since itZac Medico2010-03-011-15/+19
* Fix broken reference to portage._spawn_misc_sh(). Thanks to Arfrever forZac Medico2010-02-281-1/+1
* Remove print() usage.Zac Medico2010-02-281-5/+0
* Remove print() usage.Zac Medico2010-02-281-6/+4
* Fix broken fakedbapi.cpv_inject/cpv_remove calls.Zac Medico2010-02-281-2/+2
* Fix vardbapi.move_ent and aux_update to clear relevant caches.Zac Medico2010-02-281-0/+3
* Make bindbapi override cpv_inject and cpv_remove, for deleting stale valuesZac Medico2010-02-281-1/+9
* Make _global_updates ensure that the binarytree is only populated with localZac Medico2010-02-281-4/+8
* Move merge and unmerge functions to the vartree module.Zac Medico2010-02-251-0/+32
* Fix broken dep_expand import from previous commit.Zac Medico2010-02-251-1/+1
* Avoid name collision with dep_expand submodule so epydoc won't crash.Zac Medico2010-02-251-2/+2
* Move portage.movefile to portage.util.movefile.Zac Medico2010-02-251-1/+2
* Move dep_expand and cpv_expand into portage.dbapi submodules.Zac Medico2010-02-256-5/+152
* Move env_update to portage.util.env_update.envupdate.Zac Medico2010-02-251-1/+2
* Move cacheddir and listdir to portage.util.listdir.Zac Medico2010-02-253-10/+14
* Split doebuild and related code to the portage.package.ebuild module.Zac Medico2010-02-252-2/+6
* Fix "AttributeError: 'module' object has no attribute 'mappings'".Arfrever Frehtes Taifersar Arahesis2010-02-221-4/+5
* Move portage.fetch() to portage.package.ebuild.fetch.fetch().Zac Medico2010-02-221-1/+2
* Move the portage.FetchlistDict class to the portage.dbapi.porttree module.Zac Medico2010-02-211-1/+44
* Use a frozenset for use inside binarytree._eval_use_flags().v2.2_rc63Zac Medico2010-02-191-1/+1
* Add stacklevel=2 to warnings.warn calls.Zac Medico2010-02-192-2/+2
* Remove deprecated methods that call removed key_expand function.Zac Medico2010-02-192-75/+3
* Fix deprecated usage of dep_getkey.Zac Medico2010-02-191-1/+1
* Fix deprecated usage of dep_getkey.Zac Medico2010-02-191-2/+2
* Use a property to trigger deprecation warnings if binarytree.remotepkgsZac Medico2010-02-191-9/+27
* Remove the deprecated 'clone' parameter from the portagetree constructor.Zac Medico2010-02-191-10/+2
* Remove deprecated portdbapi.getfetchlist() method.Zac Medico2010-02-191-24/+0
* Remove deprecated binarytree.get_use() method.Zac Medico2010-02-191-5/+0
* Remove the deprecated 'clone' parameter to the binarytree constructor.Zac Medico2010-02-191-14/+2
* Deprecate the unused getbinpkgsonly parameter to binarytree.populate().Zac Medico2010-02-191-3/+11
* Cache BUILD_TIME in $PKGDIR/Packages and inside bindbapi.Zac Medico2010-02-151-2/+3
* Cache BUILD_TIME in vdb_metadata.pickle.Zac Medico2010-02-151-1/+1
* Add a 'trees' parameter to portdbapi.cp_all(). Thanks to Brian Dolbec (dol-sen)Zac Medico2010-02-151-3/+12
* Prevent CHOST vdb entries from being created for virtual packages.Zac Medico2010-02-141-0/+7
* Evaluate conditional USE deps for *DEPEND atoms saved in vdb entries.Zac Medico2010-02-141-0/+10
* Remove unnecessary newline in dblink._eerror message.Zac Medico2010-02-111-1/+1
* Fix dblink._eerror argument where list is required instead of string.Zac Medico2010-02-111-1/+2
* Make previous commit use eerror for logging.Zac Medico2010-02-111-3/+2
* try to be more forgiving if unlinking fails, because we end up in an unknownZac Medico2010-02-111-0/+12
* Bug #303211 - Discard invalid SIZE metadata when using the old binhostZac Medico2010-02-101-0/+11
* Add a portdbapi.getRepositoryName() method which is the inverse ofZac Medico2010-02-061-0/+12
* Add an optional 'categories' parameter to portdbapi.cp_all(), for listingZac Medico2010-02-051-2/+4
* Deprecate pordbapi.mysettings since the portdbapi.settings alias is nowZac Medico2010-01-312-35/+40
* Show a DeprecationWarning if the deprecated pordbapi constructor parameterZac Medico2010-01-301-4/+5
* Don't generate DeprecationWarning for portdbapi arguments. Wait until newZac Medico2010-01-301-2/+3
* Deprecate the first parameter of the portdbapi constructor since it is alwaysZac Medico2010-01-301-3/+17
* Fix code from r15278 for python3 unicode compatibility.Zac Medico2010-01-301-2/+3
* Bug #277902 - When excluding config files, instead of using an empty file as aZac Medico2010-01-301-2/+9