summaryrefslogtreecommitdiff
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Add another sanity check in the owners cache. (trunk r10640)Zac Medico2008-06-101-1/+4
* Use isinstance() instead of handling TypeError. (trunk r10638)Zac Medico2008-06-101-4/+2
* Bug #225285 - Allow digestcheck() to succeed when the Manifest is empty andZac Medico2008-06-101-0/+12
* Add some sanity checks and error tolerance in the owners cache.Zac Medico2008-06-101-1/+15
* Fix typo. (trunk r10631)Zac Medico2008-06-101-2/+1
* Fix typo. (trunk r10628)Zac Medico2008-06-101-1/+1
* Fix missing initialization. (trunk r10626)Zac Medico2008-06-091-0/+1
* Add CONTENTS indexing support for optimization of owner lookups. TheZac Medico2008-06-091-50/+243
* When inside fakeroot, directories with portage's gid appearZac Medico2008-06-091-2/+9
* Bug #225285 - Allow digestcheck() to succeed when the Manifest is missingZac Medico2008-06-091-0/+2
* Make portdbapi.aux_get() return float type for _mtime_. (trunk r10603)Zac Medico2008-06-091-1/+4
* Add vardbapi.aux_get() support for an "_mtime_" value which corresponds toZac Medico2008-06-091-11/+19
* Inside, create_trees(), pass target_root="/" into the config constructorZac Medico2008-06-071-1/+1
* Validate ROOT from make.conf. (trunk r10596)Zac Medico2008-06-071-0/+2
* Bug #224713 - Avoid TypeError when make.conf is missing:v2.1.5.4Zac Medico2008-06-041-0/+2
* Use sets for more accurate cache modification counts in BlockerCache andZac Medico2008-06-041-4/+4
* Update --depclean and package.provided docs to indicate interactionZac Medico2008-06-041-16/+31
* Use float mtime instead of int for finer granularity in vardbapi.match()Zac Medico2008-06-041-1/+1
* Fix vardbapi.flush_cache() so that it only updates the cache when theZac Medico2008-06-041-4/+8
* Fit typo. (trunk r10566)Zac Medico2008-06-041-1/+1
* Add support for a PORTAGE_RO_DISTDIRS variable. When a given file does notZac Medico2008-06-041-4/+140
* * Tweak isvalidatom() to treat "null" category as valid, but missing categoryZac Medico2008-05-311-9/+20
* 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
* Simplify None Package.slot handling in match_from_list(). (trunk r10499)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-11/+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-3/+3
* Make set_term_size() handle the CommandNotFound exception if sttyZac Medico2008-05-281-2/+6
* Make config._init_dirs() preserver /tmp and /var/tmp permissions ifZac Medico2008-05-271-6/+13
* Don't silently swallow instances of UnpicklingError since they are easilyZac Medico2008-05-261-3/+10
* * 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. (trunk r10425)Zac Medico2008-05-261-1/+1
* * Add support for Package instances in match_from_list().Zac Medico2008-05-251-7/+29
* Create Atom instances when validating atoms inside _expand_new_virtuals().Zac Medico2008-05-251-4/+9
* Remove redundant SLOT dep code in portdbapi.xmatch() since it's nowZac Medico2008-05-251-12/+2
* Fix paren_reduce() so that it appropriately raises an InvalidDependString()Zac Medico2008-05-251-1/+5
* Fix paren_reduce() so that it appropriately raises an InvalidDependString()Zac Medico2008-05-251-0/+3
* Fix use_reduce() so that it appropriately raises an InvalidDependStringZac Medico2008-05-251-1/+1
* Bug #223417 - Make the vardbapi.cpv_all() use_cache parameter usefulZac Medico2008-05-251-0/+17
* Bug #223417 - use floating point mtime for finer grained validation inZac Medico2008-05-251-1/+1
* Fix portage_exception namespace.Zac Medico2008-05-251-1/+1
* Merge the Atom class and dbapi._iter_match() from trunk r10387 and r10394.Zac Medico2008-05-252-51/+95
* Fix isvalidatom() so tests pass, and add a USE deps case to the tests.Zac Medico2008-05-252-15/+9
* Add square brackets, [ and ] to the _invalid_atom_chars_regexp that'sZac Medico2008-05-251-1/+1
* * remove NEEDED from list of metadata variables (trunk r10180)v2.1.5.2Zac Medico2008-05-201-11/+4
* In vardbapi.aux_get(), don't mark cacheed metadata invalid just becauseZac Medico2008-05-201-1/+0
* Inside vardbapi.aux_get(), do more validation on the cache data toZac Medico2008-05-201-0/+9