summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Exclude calls to autoheader and makeinfo from the automake "maintainer mode"Zac Medico2008-08-171-1/+4
* Bug #225285 - Add a --skip-manifest option that disables all interactionZac Medico2008-06-191-1/+4
* More eblank.v2.1.5.6Zac Medico2008-06-172-16/+1
* Remove the rest of eblank.Zac Medico2008-06-172-2/+1
* * Rename NEUTRAL color to BLANK for eblank.Zac Medico2008-06-173-3/+18
* Add support for an new "eblank" elog function that shows a blank line.Zac Medico2008-06-172-1/+2
* Fix typo. (trunk r10673)Zac Medico2008-06-161-1/+1
* Tweak the config._accept_chost() regex. (trunk r10669)Zac Medico2008-06-161-1/+1
* Bug #223417 - Due to 1 second mtime granularity in < python-1.5, mtime checksZac Medico2008-06-161-22/+25
* Add two new build log qa checks, suggested by Diego Pettenò:Zac Medico2008-06-161-1/+53
* Fix config._accept_chost_re so it's only an instance variable.Zac Medico2008-06-151-1/+1
* Add support for and ACCEPT_CHOSTS variable that controls masking behaviorZac Medico2008-06-151-0/+21
* 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