summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
Commit message (Expand)AuthorAgeFilesLines
...
* Synchronize vardbapi._aux_cache_keys with trunk. It's importantZac Medico2007-11-181-3/+6
* Fix indentation typo.Zac Medico2007-11-041-4/+3
* In portdbapi.cp_list(), validate the ebuild name to ensureZac Medico2007-11-041-0/+4
* Clean up ACCEPT_KEYWORDS incremental stacking logic andZac Medico2007-11-041-29/+31
* In fetch(), replace checksum_failure_counts dict with singleZac Medico2007-11-041-8/+6
* Make fetch() behave like the ebuild has RESTRICT="primaryuri"Zac Medico2007-11-041-1/+30
* For sanity, pass an actual list of keys into aux_get() insteadZac Medico2007-11-041-3/+4
* Bug #197797 - Do not actively clear o+rx permission bitsZac Medico2007-11-031-4/+2
* Bug #197965 - When fetch() encounters a checksum failure,Zac Medico2007-11-031-12/+58
* Revert to backward compatible masking behavior with respectZac Medico2007-11-031-16/+9
* In portage.fetch(), condense digest check output to a singleZac Medico2007-11-031-2/+4
* Remove redundant code from previous commit. (trunk r8392)Zac Medico2007-11-031-2/+0
* Bug #197932 - Make dbapi._cpv_sort_ascending()Zac Medico2007-11-031-9/+10
* Synchronize getmaskingreason() and getmaskingstatus() withZac Medico2007-11-031-40/+42
* Make portdbapi.gvisible() use portdbapi._aux_cache_keysZac Medico2007-11-021-1/+1
* Return early from config._getMaskAtom() as soon as a matchingZac Medico2007-11-021-5/+1
* In portage.fetch(), condense digest check output to a singleZac Medico2007-11-021-2/+5
* Optimize repoman visibility checks to access as littleZac Medico2007-11-021-7/+64
* Sort all dbapi.cp_list() results in ascending order andZac Medico2007-11-021-15/+59
* Factor the KEYWORDS masking logic out of portdbapi.visible()Zac Medico2007-11-021-102/+156
* Rewrite the dblink.getcontents() code to use str.split(" ")Zac Medico2007-11-021-23/+48
* protect variables specified in PROFILE_ONLY_VARIABLES fromZac Medico2007-11-021-1/+13
* Don't show the "checking files for package collisions" messagev2.1.3.16Zac Medico2007-10-231-2/+3
* Fix config.setinst() to return early when the givenZac Medico2007-10-231-0/+3
* Remove a redundant self.treeVirtuals deepcopy from theZac Medico2007-10-231-2/+1
* In depgraph.create(), don't ignore direct circular dependenciesZac Medico2007-10-221-4/+12
* Handle EnvironmentError instead of OSError since open()Zac Medico2007-10-181-4/+8
* Bug #195375 - Make dblink.treewalk() read inforoot/SLOT sinceZac Medico2007-10-181-1/+17
* Adjust quote usage in collision-protect eerrorZac Medico2007-10-181-3/+3
* Fix collision-protect so that it properly cancels theZac Medico2007-10-181-22/+26
* Fix the normalize_needed regex to properly match //Zac Medico2007-10-171-1/+1
* Bug #196043 - Unify the ouput handling for file collisionsZac Medico2007-10-171-52/+54
* Always unlink the .installed flag prior to merge sinceZac Medico2007-10-171-1/+1
* Add missing "to" to fix grammar. (trunk r8161)Zac Medico2007-10-171-1/+2
* Bug #196043 - Update the file collision ewarn noticeZac Medico2007-10-171-9/+15
* Optimize dblink.isowner() to use fewer stat calls byZac Medico2007-10-171-15/+38
* Fix a typo.Zac Medico2007-10-171-1/+1
* In dblink.getcontents(), use a regular expression to detectZac Medico2007-10-171-3/+14
* Remove the checks for files in symlinked directoriesZac Medico2007-10-151-12/+3
* In some cases, openpty can be slow when it fails. Therefore,Zac Medico2007-10-131-7/+16
* In the file collision eerror output, don't colorize theZac Medico2007-10-131-3/+2
* Make the file collision eerror message less verboseZac Medico2007-10-131-9/+11
* In dblink.treewalk(), use os.walk() instead of portage.listdir()Zac Medico2007-10-131-13/+21
* Remove a redundant call to elog_process(). (trunk r8091)Zac Medico2007-10-121-1/+0
* s:this package wants:this package will: (trunk r8089)Zac Medico2007-10-121-1/+1
* Bug #195527 - Unconditionally detect file collisions and logZac Medico2007-10-121-4/+37
* Make portdbapi.aux_get() cache more often. (trunk r8011)Zac Medico2007-10-121-0/+2
* Properly exclude old-style virtuals from theZac Medico2007-10-121-2/+4
* Remove a redundant os.access() call in portdbapi.aux_get()Zac Medico2007-10-121-3/+3
* Optimize away a match_from_list() call insideZac Medico2007-10-121-4/+15