summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Bug #247370 - Use a private PORTAGE_TMPDIR for --fetchonly mode in orderZac Medico2008-11-202-8/+15
* Remove --fetchonly --resume time.sleep() call which is an artifact from theZac Medico2008-11-191-5/+0
* Bug #245716 - When generating QA notices for 'command not found' messages inZac Medico2008-11-191-1/+3
* When warning about 'missing repo_name', also give the exact path where theZac Medico2008-11-181-15/+27
* Make serialize_eclasses() sort eclass names. (trunk r11992)Zac Medico2008-11-181-2/+2
* For emerge --metadata runs, update _eclasses_ metadata to insert local eclassZac Medico2008-11-182-19/+40
* Store the _eclasses_ field instead of INHERITED. (trunk r11986)Zac Medico2008-11-171-8/+0
* Bug #139134 - Make the flat_hash and metadata modules write the _mtime_Zac Medico2008-11-172-2/+3
* Fix the 'jobserver unavailable' regex to match gmake. (trunk r11974)Zac Medico2008-11-171-1/+1
* Add a QA Notice for 'jobserver unavailable' from make in the build log. ThanksZac Medico2008-11-161-0/+15
* When a "slot conflict" occurs due to USE dependencies, display the usualZac Medico2008-11-161-1/+4
* Fix logic inside PollScheduler._can_add_job() so that load average isZac Medico2008-11-151-1/+1
* Make NewsManager.updateItems() and getUnreadItems() return early ifZac Medico2008-11-151-5/+11
* Inside depgraph._add_pkg(), handle the case where multiple differentZac Medico2008-11-151-0/+14
* Bug #246821 - Avoid TypeError from binarytree.isremote() by returning earlyZac Medico2008-11-151-1/+1
* Bug #246853 - Redirect all ouput from depgraph.display_problems() to stderr,Zac Medico2008-11-151-3/+27
* Bug #236207 - Replace some hardcoded colors with color codes, and useZac Medico2008-11-151-23/+33
* Bug #173284 - Update config update counting code in chk_updated_cfg_files()Zac Medico2008-11-151-3/+3
* Bug #236714 - Handle PortagePackageException raised from Manifest.create().Zac Medico2008-11-151-0/+3
* Make digestgen() handle PermissionDenied internally by returning failure, soZac Medico2008-11-151-1/+5
* Bug #236683 - Fix PermissionDenied handling to report the exception type.Zac Medico2008-11-151-1/+1
* Bug #243022 - Inside dblink.mergeme(), when merging a directory and a symlinkZac Medico2008-11-151-1/+2
* Bug #216190 - Make dblink.treewalk() bail out rather than install a packageZac Medico2008-11-151-2/+23
* Fix new* and do* ebuild helpers to generate consistent error messages forZac Medico2008-11-151-0/+12
* For consistency with earlier portage-2.1.x releases, override SetArg.__str__()Zac Medico2008-11-141-0/+3
* Make the EbuildQuote check filter out matches that appear to be an argumentZac Medico2008-11-141-2/+14
* Remove --search set matching support.Zac Medico2008-11-131-21/+2
* Refer to portage-2.1.6_rc1 in comment about resume opts being stored as a dict.Zac Medico2008-11-131-1/+1
* Update docs to not prefix system and world sets with the @ symbol.Zac Medico2008-11-132-4/+4
* Remove preserve-libs support, it's API, and code that depends on it.Zac Medico2008-11-134-1315/+3
* Disable set expansion inside expand_set_arguments() and emulate existingZac Medico2008-11-131-144/+31
* Remove sets protection code from unmerge().Zac Medico2008-11-131-88/+1
* Remove world_sets support from the WorldSet class, and hardcode "@system" asZac Medico2008-11-131-29/+1
* Update all portage.sets references to point to the new location, and hardcodeZac Medico2008-11-1311-21/+33
* Make portage.sets private by renaming it to portage._sets.Zac Medico2008-11-138-0/+0
* ACCEPT_LICENSE support depends on definition of license groupsZac Medico2008-11-131-13/+3
* Use apply_secpass_permissions() to avoid OperationNotPermitted errors whenZac Medico2008-11-131-3/+3
* Use grabfile() instead of grablines(), to ignore empty lines.Zac Medico2008-11-131-4/+4
* Add quote from GLEP 42 about permission bits.Zac Medico2008-11-131-0/+4
* Misc fixes and cleanups in NewsManager.Zac Medico2008-11-131-68/+71
* Return early from NewsManager.updateItems() if the news path listdir callZac Medico2008-11-131-6/+4
* Always return early from NewsManager.updateItems() if self.unread_path can'tZac Medico2008-11-131-10/+12
* Use a simpler approach instead of implementing NewsItem.__getattr__().Zac Medico2008-11-121-5/+3
* * Add NewsItem.isValid() and DisplayRestriction.isValid() methods and useZac Medico2008-11-121-5/+33
* Sort the return value from cpv_all() inside vardbapi._counter_hash() insteadZac Medico2008-11-121-2/+4
* Inside NewsManager.updateItems(), use a mutable set for skiplist and sort theZac Medico2008-11-121-3/+4
* Instead of raising a TypeError from the NewsItem constructor, check the pathZac Medico2008-11-121-6/+4
* Use a frozenset to optimize skiplist containment checks insideZac Medico2008-11-121-1/+1
* Bug #246451 - Inside SecuritySet._reduce(), use portdbapi.xmatch("match-all")Zac Medico2008-11-121-1/+1
* Make post_emerge() exit early if it detects that the vdb state hasn't changed.v2.2_rc14Zac Medico2008-11-113-0/+26