summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Inside, create_trees(), pass target_root="/" into the config constructorZac Medico2008-06-071-1/+1
* Validate ROOT from make.conf.Zac Medico2008-06-071-0/+2
* Add vardbapi.aux_get() support for an "_mtime_" value which corresponds toZac Medico2008-06-051-11/+19
* Bug #224713 - Avoid TypeError when make.conf is missing:Zac Medico2008-06-041-0/+2
* Use sets for more accurate cache modification counts BlockerCache and vardbapi.Zac Medico2008-06-041-4/+4
* Use "platform" module instead of os.uname, or -- even worse -- a systemZac Medico2008-06-042-3/+4
* Fix typo.Zac Medico2008-06-041-1/+1
* Use a distdir_writable variable in fetch(), for better control of writeZac Medico2008-06-041-8/+10
* Make PackagesSystemSet.description refer to the real profile rather thanZac Medico2008-06-031-0/+3
* Avoid an unhandled IndexError thrown from the PackagesSystemSet constructorZac Medico2008-06-031-2/+6
* Fix typo.Zac Medico2008-06-031-1/+1
* When pruning the digests to optimize parallel-fetch, use a separate dictZac Medico2008-06-031-6/+9
* Use float mtime instead of int for finer granularity in vardbapi.match()Zac Medico2008-06-031-1/+1
* Fix vardbapi.flush_cache() so that it only updates the cache when theZac Medico2008-06-031-4/+8
* Add support for a PORTAGE_RO_DISTDIRS variable. When a given file does notZac Medico2008-06-031-1/+132
* Fix EditablePackageSet.update() to create Atom instances when necessary.Zac Medico2008-06-011-5/+9
* Make PackageSet._setAtoms() use existing Atom instances when available.Zac Medico2008-05-311-7/+12
* Add some isvalidatom() test cases with "null" and missing category.Zac Medico2008-05-311-1/+11
* Fix TypeError: 'tuple' object does not support item assignmentZac Medico2008-05-311-0/+1
* * Tweak isvalidatom() to treat "null" category as valid, but missing categoryZac Medico2008-05-311-9/+20
* Fix PackageSet.findAtomForPackage() to find the most specific atom sinceZac Medico2008-05-301-4/+13
* Now that dbapi._iter_match() is guaranteed to return a real iterator withZac Medico2008-05-301-4/+4
* For consistency, make sure that a normal iterator is always returnedZac Medico2008-05-301-1/+1
* Make the use_cache=0 listdir() implementation inside vardbapi.cpv_all()Zac Medico2008-05-301-1/+4
* Make PackageSet.findAtomForPackage() just return the first atom foundZac Medico2008-05-301-3/+3
* Simplify None Package.slot handling in match_from_list().Zac Medico2008-05-301-2/+2
* Fix Atom attribute handling in get_operator() and dep_getslot() to accountZac Medico2008-05-301-4/+4
* Save the content of CONFIG_MEMORY_FILE in dblink.treewalk() _before_Zac Medico2008-05-291-10/+6
* Make the unmerge time CONFIG_MEMORY_FILE pruning slightly more aggressive,Zac Medico2008-05-291-3/+2
* Bug #223447 - Adjust the "installed packages are masked" display to recognizeZac Medico2008-05-281-5/+5
* Make set_term_size() handle the CommandNotFound exception if sttyZac Medico2008-05-281-2/+6
* Fix typo.Zac Medico2008-05-271-1/+1
* Make config._init_dirs() preserver /tmp and /var/tmp permissions ifZac Medico2008-05-271-6/+13
* Set Atom.use = None when there are no USE deps (instead of the emptyZac Medico2008-05-271-0/+2
* Repoman only checks IUSE for USE deps, so don't evaluate conditional USE depsZac Medico2008-05-271-1/+5
* Fix dbapi._iter_match_use() to escape IUSE values when necessary.Zac Medico2008-05-271-1/+1
* Define __slots__ for the _use_dep class.Zac Medico2008-05-271-0/+4
* Fix USE dep matching support in match_from_list() so that it checksZac Medico2008-05-271-3/+8
* Don't silently swallow instances of UnpicklingError since they are easilyZac Medico2008-05-261-2/+5
* Don't silently swallow instances of UnpicklingError since they are easilyZac Medico2008-05-261-1/+5
* * Enable config.setcpv() to use a Package instance in place of a cpv.Zac Medico2008-05-261-1/+11
* Fix a broken reference to the Package.cpv_slot attribute.Zac Medico2008-05-261-1/+1
* * Add support for Package instances and USE deps in match_from_list().Zac Medico2008-05-252-9/+46
* * Fix PackageSet.findAtomForPackage() to take a Package instance asZac Medico2008-05-251-22/+4
* Facilitate creation of Atom instances in a few obvious places:Zac Medico2008-05-251-8/+9
* Remove redundant SLOT dep code in portdbapi.xmatch() since it's nowZac Medico2008-05-251-11/+2
* Remove category validation cruft from catpkgsplit().Zac Medico2008-05-251-5/+1
* Fix isvalidatom() so tests pass, and add a USE deps case to the tests.Zac Medico2008-05-252-8/+12
* * Fix dep_getusedeps() test to work with tuples.Zac Medico2008-05-252-4/+5
* Add support for conditionals inside USE dependencies. This is usefulZac Medico2008-05-252-8/+60