summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Bug #197810 - Don't automatically downgrade packages for which availableZac Medico2008-04-081-3/+14
* Fix --update greedy atoms logic so that it only pulls in packages thatZac Medico2008-04-081-1/+1
* Fix a little issue in the code from bug #197905 that causes some elogZac Medico2008-04-081-0/+2
* Remove the depgraph._get_arg_for_pkg() method since _iter_atoms_for_pkg()Zac Medico2008-04-081-16/+3
* Remove unused iter_atoms() function.Zac Medico2008-04-081-15/+0
* When reading and writing the Packages index file, translate metadata keysZac Medico2008-04-072-7/+16
* * Optimize metadata caching in pordbapi and bindbapi so that cache isZac Medico2008-04-075-50/+81
* Handle empty KEYWORDS in the Packages file.Zac Medico2008-04-071-0/+1
* Fix broken IUSE defaults handling when filtering USE for the Packages file.Zac Medico2008-04-071-1/+1
* Move all the --update greedy slot logic to depgraph.select_files().Zac Medico2008-04-071-13/+6
* Move virtuals logic from DepcheckCompositeDB.match() toZac Medico2008-04-071-16/+15
* Fix variable name collision in DepcheckCompositeDB.match().Zac Medico2008-04-061-2/+2
* Fix DepcheckCompositeDB.match() so that it doesn't assume that everyZac Medico2008-04-061-17/+5
* Rename the CompositDbapi class to DepcheckCompositeDB since it's reallyZac Medico2008-04-061-2/+2
* Fix the CompositDbapi.match() logic wrt "selective" behavior and installedZac Medico2008-04-061-6/+15
* only preserve libraries if no copy exists in the libary search path (bug #215...Marius Mauch2008-04-061-2/+5
* preserve order of ebuild messages even between different message types (bug #...Marius Mauch2008-04-061-4/+15
* Handle a potential InvalidDependString exception insideZac Medico2008-04-051-0/+2
* Bug #216328 - Fix broken --newuse reinstallation logic.Zac Medico2008-04-051-1/+4
* Fix the depgraph package selection cache to update the "existing node"Zac Medico2008-04-051-0/+8
* Fix a typo.Zac Medico2008-04-051-1/+1
* Memoize package selection results in the depgraph for better performance.Zac Medico2008-04-051-1/+18
* Remove "selective" depgraph logic from dep_zapdeps() since it's nowZac Medico2008-04-052-10/+0
* Replace the depgraph's fakedbapi of visible packages with a newZac Medico2008-04-051-130/+34
* In dbapi.move_ent(), never assume that any of the expected metadataZac Medico2008-04-052-5/+6
* Add missing "the" to fix grammar.Zac Medico2008-04-041-2/+2
* Adjust newlines whitespace masked packages display.Zac Medico2008-04-041-2/+2
* Display the note referencing "masked packages" docs when there areZac Medico2008-04-041-15/+20
* Fix a typo in the depclean USE flag handling when populating theZac Medico2008-04-041-1/+1
* Fix a typo.Zac Medico2008-04-041-1/+1
* When the user has given --depclean a list of atoms to clean, pull allZac Medico2008-04-041-3/+9
* Decrease priority on --onlydpes dependencies so thatZac Medico2008-04-041-0/+4
* Add missing DepPriority instances to the graph so that the --buildpkgonlyZac Medico2008-04-041-3/+4
* Eliminate a redundant atom from the --update greedy slot expansion code.Zac Medico2008-04-031-3/+2
* Fix package selection logic so that it always properly finds the highestZac Medico2008-04-031-5/+39
* Add missing str.upper() call for PORTAGE_FETCH_RESUME_MIN_SIZE.Zac Medico2008-04-031-1/+1
* If PORTAGE_FETCH_RESUME_MIN_SIZE is undefined or empty, silently useZac Medico2008-04-031-0/+3
* Implement a PORTAGE_FETCH_RESUME_MIN_SIZE variable that is useful forZac Medico2008-04-031-3/+57
* For old-style virtuals, we need to repeat the package.providedZac Medico2008-04-031-0/+12
* In cpv_expand(), if the virtuals file contains a versioned atom (likeZac Medico2008-04-031-1/+5
* Fix the previous commit so that the Package instance is created in theZac Medico2008-04-021-2/+9
* Use Package.cp instead of dep_getkey(cpv).Zac Medico2008-04-021-2/+6
* Eliminate a redundant os.path.join() call.Zac Medico2008-04-021-2/+1
* Handle a potential FileNotFound exception in new_protect_filename() whenZac Medico2008-04-021-3/+9
* Remove the digraph._parent_child_digraph since it's no longer needed. It'sZac Medico2008-04-011-10/+7
* Use pkgcmp() instead of == and best() for correctness in case of implicitZac Medico2008-04-011-2/+4
* Remove some boolean logic that is obsolete now that the "selective" parameterZac Medico2008-04-011-4/+1
* Exploid ascending order returned from dbapi.match() calls to avoid the needZac Medico2008-04-011-2/+4
* Handle missing LICENSE in the Packages index since that's allowed forZac Medico2008-04-011-0/+1
* When identifying a sys-apps/portage node, compare category too (not justZac Medico2008-04-011-2/+1