summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Inside depgraph._complete_graph(), only pull in deps for the relevant rootZac Medico2009-11-071-0/+4
* Don't call FakeVartree.sync() redundantly when backtracking. (trunk r14774)Zac Medico2009-11-072-1/+11
* Move FakeVartree population out of the constructor by calling the sync()Zac Medico2009-11-073-9/+10
* Eliminate duplicate code from the FakeVartree constructor which does theZac Medico2009-11-071-45/+6
* Fix --backtrack option handling. (trunk r14767)v2.1.7.3Zac Medico2009-10-311-1/+1
* Add a --backtrack=COUNT option to control how many times backtracking isZac Medico2009-10-313-1/+32
* Make cacheddir() always behave like EmptyOnError is True, since listdir()Zac Medico2009-10-311-7/+3
* Make dblink.delete() remove empty parent category directories. (trunk r14754)Zac Medico2009-10-311-0/+5
* Bug #291271 - Make vardbapi._bump_mtime() create category directories whenZac Medico2009-10-311-2/+5
* Bug #290428 - Update mtime of /var/db/pkg and category subdirectories whenv2.1.7.2Zac Medico2009-10-271-0/+22
* Bug #290625 - Manually encode output to stdout in python3, in order to avoidZac Medico2009-10-274-27/+41
* Add a reference to bug #141118 inside _expand_new_virtuals(). (trunk r14732)Zac Medico2009-10-271-2/+4
* Take the -c option and make it mean --depclean instead of --clean, sinceZac Medico2009-10-272-5/+5
* Add -R as a shortcut for --depclean. Thanks to Jonathan Callen <abcd@g.o> forZac Medico2009-10-272-2/+3
* update documentation on _test_openpty_eof and disable openpty on Solaris agai...Zac Medico2009-10-251-11/+10
* Bug #134466 - Add a --ask-enter-invalid option. When used together with theZac Medico2009-10-245-23/+48
* Add --help output for --unordered-display, and move man page docs from theZac Medico2009-10-241-0/+9
* Factor vdb loading code out of the depgraph constructor, since this procedureZac Medico2009-10-241-18/+44
* Factor out duplicate "These are the packages that would be merged",Zac Medico2009-10-243-71/+63
* Add a --unordered-display option for use with --tree. This allows the displayZac Medico2009-10-244-7/+54
* Factor the --tree code out of depgraph.display(). (trunk r14702)Zac Medico2009-10-241-136/+146
* Fix license_groups parsing to stack the lists, so license_groups from overlaysZac Medico2009-10-191-2/+4
* drop IMAGE -- people have had years to catch up (trunk r14694)Zac Medico2009-10-191-1/+1
* In calc_depclean(), Rename 'selected' to 'world', since 'selected' is currentlyZac Medico2009-10-191-0/+4
* Add support for display of nested sets in --depclean and --prune reverseZac Medico2009-10-192-41/+60
* Remove support for 'extend', 'remove', and 'intersect' sets.conf sectionZac Medico2009-10-191-27/+4
* Convert --select to boolean True when enabled, so --resume code handlesZac Medico2009-10-191-0/+1
* Warn aabout default world and system set configuration being used whenZac Medico2009-10-191-0/+1
* Add a --use-ebuild-visibility option, for using unbuilt ebuild metadataZac Medico2009-10-193-1/+21
* In SetConfig.getSetAtoms(), don't assume the set has a 'creator' attribute,Zac Medico2009-10-181-1/+4
* Call config._init_dirs() from emerge so that it's not called every timeZac Medico2009-10-182-2/+1
* Automatically create a fallback setconfig, so emerge isn't crippled due toZac Medico2009-10-181-0/+51
* Make cpv_getkey() use catpkgsplit() insead of a separate regex. (trunk r14628)Zac Medico2009-10-181-4/+3
* Fix repoman breakage from previous commit. (trunk r14627)Zac Medico2009-10-181-4/+4
* Inside dep_zapdeps(), detect cases such as || ( foo:1 foo:2 ), where we wantZac Medico2009-10-181-15/+70
* Bug #273643 - Don't export AA in EAPI 3. Thanks to Jonathan Callen <abcd@g.o>Zac Medico2009-10-181-0/+5
* Bug #287869 - Add a --selective[=n] option (inverse of --oneshot). This isZac Medico2009-10-182-0/+21
* Merge the internal package set changes from trunk r14614 (bug #266454). NoneZac Medico2009-10-187-38/+44
* TODO: Make resume_depgraph() return reasons for dropped_tasks, forZac Medico2009-10-181-0/+1
* Bug #289068 - Avoid KeyError: USE when depgraph calls _getMissingLicenses.Zac Medico2009-10-181-0/+3
* Add the "test" flag to implicit IUSE, so handling of FEATURES=test isZac Medico2009-10-181-1/+8
* Only call _test_pty_eof() on Linux, since it seems to hang on most otherZac Medico2009-10-182-7/+25
* Bug #288906 - Fix Scheduler._dblink_elog() to always append messages to theZac Medico2009-10-181-14/+19
* Implement __len__. (trunk r14598)Zac Medico2009-10-181-0/+5
* Implement FetchlistDict.__len__, in order to avoidZac Medico2009-10-181-0/+5
* Bug #288551 - Handle invalid cpv in portdbapi.aux_get() by raising KeyError.Zac Medico2009-10-111-1/+5
* Bug #288533 - Make WorldSet automatically include @system.Zac Medico2009-10-111-1/+2
* Discard the log on success, since otherwise we'll have multiple log files forZac Medico2009-10-101-1/+9
* Uncomment line accidentally commented in r14538. Thanks to Arfrever forZac Medico2009-10-101-1/+1
* Bug #288025 - Avoid AttributeError on OSes that don't have os.statvfs.Zac Medico2009-10-101-1/+3