summaryrefslogtreecommitdiff
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Add a --backtrack=COUNT option to control how many times backtracking isZac Medico2009-10-313-1/+32
* Allow unmerge of packages from the "selected" set when a package set suchZac Medico2009-10-311-4/+3
* Make cacheddir() always behave like EmptyOnError is True, since listdir()Zac Medico2009-10-311-7/+3
* Make dblink.delete() remove empty parent category directories.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 whenZac Medico2009-10-271-0/+22
* Bug #290625 - Manually encode output to stdout in python3, in order to avoidZac Medico2009-10-264-27/+41
* Add a reference to bug #141118 inside _expand_new_virtuals().Zac Medico2009-10-261-2/+4
* Take the -c option and make it mean --depclean instead of --clean, sinceZac Medico2009-10-262-5/+5
* Add -R as a shortcut for --depclean. Thanks to Jonathan Callen <abcd@g.o> forZac Medico2009-10-262-2/+3
* update documentation on _test_openpty_eof and disable openpty on Solaris agai...Fabian Groffen2009-10-241-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-231-0/+9
* Factor vdb loading code out of the depgraph constructor, since this procedureZac Medico2009-10-231-18/+44
* Factor out duplicate "These are the packages that would be merged",Zac Medico2009-10-233-71/+63
* Add a --unordered-display option for use with --tree. This allows the displayZac Medico2009-10-234-7/+54
* Factor the --tree code out of depgraph.display().Zac Medico2009-10-231-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 upMike Frysinger2009-10-191-1/+1
* Add support for display of nested sets in --depclean and --prune reverseZac Medico2009-10-192-42/+62
* Remove support for 'extend', 'remove', and 'intersect' sets.conf sectionZac Medico2009-10-181-26/+3
* Revert r14677 since it doesn't interact well with the 'extend', 'remove', andZac Medico2009-10-181-16/+11
* Add a boolean expand_nested_sets parameter to SetConfig.getSetAtoms(). ThisZac Medico2009-10-181-14/+19
* Convert --select to boolean True when enabled, so --resume code handlesZac Medico2009-10-181-0/+1
* Warn aabout default world and system set configuration being used whenZac Medico2009-10-181-0/+1
* Add a --use-ebuild-visibility option, for using unbuilt ebuild metadataZac Medico2009-10-183-1/+21
* Ind 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-25/+51
* Make cpv_getkey() use catpkgsplit() insead of a separate regex.Zac Medico2009-10-181-4/+3
* Fix repoman breakage from previous commit.Zac Medico2009-10-171-4/+4
* Inside dep_zapdeps(), detect cases such as || ( foo:1 foo:2 ), where we wantZac Medico2009-10-171-15/+70
* Bug #273643 - Don't export AA in EAPI 3. Thanks to Jonathan Callen <abcd@g.o>Zac Medico2009-10-171-0/+5
* Bug #287869 - Add a --selective[=n] option (inverse of --oneshot). This isZac Medico2009-10-162-0/+21
* Bug #266454 - Make @world an all-inclusive set once again, like it was priorZac Medico2009-10-168-45/+47
* Remove soname_cache inside calc_depclean() since LinkageMap caches thatZac Medico2009-10-161-5/+1
* TODO: Make resume_depgraph() return reasons for dropped_tasks, forZac Medico2009-10-161-0/+1
* Bug #289068 - Avoid KeyError: USE when depgraph calls _getMissingLicenses.Zac Medico2009-10-161-0/+3
* Add the "test" flag to implicit IUSE, so handling of FEATURES=test isZac Medico2009-10-151-1/+8
* Only call _test_pty_eof() on Linux, since it seems to hang on most otherZac Medico2009-10-142-7/+25
* Bug #288906 - Fix Scheduler._dblink_elog() to always append messages to theZac Medico2009-10-141-14/+19
* When --depclean pulls in the provider of a library because of installedZac Medico2009-10-141-1/+8
* Implement __len__.Zac Medico2009-10-131-0/+5
* Implement FetchlistDict.__len__, in order to avoidZac Medico2009-10-121-0/+5
* Bug #288551 - Handle invalid cpv in portdbapi.aux_get() by raising KeyError.Zac Medico2009-10-111-1/+5
* Discard the log on success, since otherwise we'll have multiple log files forZac Medico2009-10-101-1/+9
* Bug #288025 - Avoid AttributeError on OSes that don't have os.statvfs.Zac Medico2009-10-101-1/+3
* Fix ugly 'Candidates' --debug output.Zac Medico2009-10-091-1/+5
* Fix error in --changed-use logic.Zac Medico2009-10-091-2/+2
* Add --changed-use as an alias for --reinstall=changed-use. Thanks toZac Medico2009-10-092-0/+10