summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Package: filter built USE for bug #453400Zac Medico2013-01-231-1/+3
* Fix default use match for implicit IUSE.v2.2.0_alpha159Zac Medico2013-01-211-4/+12
* Use unicode_literals more.Zac Medico2013-01-181-1/+3
* Pass settings to _pkg_str constructor.Zac Medico2012-11-141-2/+5
* update_dbentry: add parent arg for bug #367215Zac Medico2012-11-131-5/+9
* update_ents: use Package._dep_keysZac Medico2012-09-251-2/+2
* Add experimental EAPI 5-hdepend support.Ambroz Bizjak2012-09-241-1/+2
* Use re.UNICODE for category/package name regexes.Zac Medico2012-09-221-1/+1
* Fix "unsatisfied" comment typo.Zac Medico2012-09-161-1/+1
* repoman: unsatsified use-default deps, bug 435242Zac Medico2012-09-161-0/+10
* Rename slot-abi stuff to refer to slot-operator.Zac Medico2012-08-291-3/+3
* EAPI 5: Profile IUSE injectionZac Medico2012-08-291-2/+7
* _pkg_str: pass in config + metadata with KEYWORDSZac Medico2012-08-241-8/+8
* Propagate EAPI for update_dbentry (bug #426476).Zac Medico2012-07-171-3/+4
* slotmove: fix handling for EAPI 4-slot-abiv2.2.0_alpha118Zac Medico2012-07-131-8/+20
* Add experimental EAPI 4-slot-abi support.Zac Medico2012-06-221-2/+2
* dbapi: construct _pkg_str during match on-demandZac Medico2012-06-111-10/+37
* Use any() to optimize intersection operations.Zac Medico2012-05-301-9/+8
* _pkg_str: validate repo (move code from Package)Zac Medico2012-05-131-2/+0
* _pkg_str: add version attribute for comparisonsZac Medico2012-05-131-7/+7
* _pkg_str: add slot and repo attributesZac Medico2012-05-121-4/+10
* dbapi: split _match_use from _iter_match_useZac Medico2011-09-241-47/+53
* dbapi._iter_match: remove redundant myrepo argsZac Medico2011-06-051-10/+10
* Update copyright headers for touched files.Zac Medico2011-01-161-1/+1
* Use Atom for stricter portdb.cp_all() validation.Zac Medico2011-01-161-1/+0
* dbapi.match: Use IUSE to validate built USEZac Medico2010-12-051-1/+6
* fix AttributeError in recent use dep changesZac Medico2010-11-301-1/+3
* dbapi: remove redundant missing_enabled/disabledZac Medico2010-11-291-2/+1
* dbapi: sync USE match logic with depgraphZac Medico2010-11-291-7/+22
* reposyntax: Add support all over the placeSebastian Luther2010-09-261-8/+19
* * Replace config._iuse_implicit_re with a callable _iuse_implicit_matchZac Medico2010-08-181-2/+2
* Remove questionable lockfile removal code in dbapi.invalidentry().Zac Medico2010-08-151-9/+1
* Implement use dependency defaultsSebastian Luther2010-08-131-3/+5
* Tweak global updates handling so that updates from $PORTDIR are appliedZac Medico2010-07-271-6/+15
* Make dbapi.update_ents() take a dict of {repo_name: list}, since it'sZac Medico2010-07-271-10/+17
* Limit repository-wide dbentry updates.Michał Górny2010-07-271-1/+5
* Support repository-wide updates.Michał Górny2010-07-271-1/+4
* Make iuse_implicit_re private for now.Zac Medico2010-04-271-1/+1
* --update: don't ignore higher versions because of missing IUSESebastian Luther2010-04-271-5/+2
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* 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 dep_expand and cpv_expand into portage.dbapi submodules.Zac Medico2010-02-251-1/+2
* Deprecate pordbapi.mysettings since the portdbapi.settings alias is nowZac Medico2010-01-311-1/+1
* Use catsplit() instead of a regex to generate dbapi._categories. Thanks toZac Medico2009-09-271-6/+3
* Use filter() and zip() instead of itertools.ifilter() and itertools.izip() fo...Arfrever Frehtes Taifersar Arahesis2009-09-211-2/+1
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-1/+1
* Optimize dbapi._iter_match_use() so that it shares a single compiled regexZac Medico2009-07-061-7/+7
* Make dbapi.cp_list() raise NotImplementedError.Zac Medico2009-06-251-1/+1
* Prepare 117 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-06-141-2/+3