summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/main.py
Commit message (Expand)AuthorAgeFilesLines
* Take the -c option and make it mean --depclean instead of --clean, sinceZac Medico2009-10-271-2/+2
* Add -R as a shortcut for --depclean. Thanks to Jonathan Callen <abcd@g.o> forZac Medico2009-10-271-0/+1
* Bug #134466 - Add a --ask-enter-invalid option. When used together with theZac Medico2009-10-241-0/+1
* Add a --unordered-display option for use with --tree. This allows the displayZac Medico2009-10-241-0/+1
* 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-191-0/+12
* Automatically create a fallback setconfig, so emerge isn't crippled due toZac Medico2009-10-181-0/+51
* Bug #287869 - Add a --selective[=n] option (inverse of --oneshot). This isZac Medico2009-10-181-0/+13
* Revert the rest of the package sets related code and docs, to behave like theZac Medico2009-10-101-121/+29
* Bug #248603 - Disable warnings about missing repo_name entries for now.Zac Medico2009-10-101-1/+1
* Fix _set module imports for rename, add hardcoded config for system and world,Zac Medico2009-10-101-1/+1
* Revert preserve-libs support since it won't be supported in this branch.Zac Medico2009-10-101-78/+0
* 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-091-0/+5
* Bug #287950 - Add a --fail-clean[=n] option, for enabling or disablingZac Medico2009-10-081-0/+10
* Bug #287870 - Add -r option as short version of --resume.Zac Medico2009-10-061-0/+1
* Add a new --accept-properties option so that users can temporarily overrideZac Medico2009-10-061-0/+6
* Define long as int when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+3
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-11/+11
* Fix case for 0 args in args unicode conversion.Zac Medico2009-09-211-1/+2
* Support both Python 2 and 3 in portage._unicode_encode() and portage._unicode...Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Use range() instead of xrange() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Support print() function with Python 2 in more files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+2
* Update system imports for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+6
* Update syntax of numbers for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-26/+26
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-8/+8
* Add a vardbapi._pkgs_changed attribute to use instead of PORTAGE_COUNTER_HASHZac Medico2009-09-051-8/+1
* Use _unicode_decode() on the string returned from time.strftime(), in orderZac Medico2009-09-051-1/+5
* Fix typo from previous commit.Zac Medico2009-09-031-1/+1
* Bug #283513 - Do not allow --noreplace together with --emptytree since itZac Medico2009-09-031-0/+6
* Add support for --keep-going=n so that it can be disabled on the command lineZac Medico2009-08-211-1/+12
* Add support for --selective=n, so it can be used to remove selectiveZac Medico2009-08-211-1/+12
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-10/+3
* Use writemsg_stdout() for safe unicode output of --list-sets.Zac Medico2009-08-101-3/+2
* Add a new portage.util.shlex_split() function to wrap all shlex.split() calls,Zac Medico2009-08-061-2/+1
* Fix insert_optional_args() to properly handle thinks like -Dk which requireZac Medico2009-08-051-1/+3
* Bug #280269 - Decode commandline arguments to unicode when necessary.Zac Medico2009-08-041-0/+4
* Set "emerge" xterm title at the beginning of running emerge.Arfrever Frehtes Taifersar Arahesis2009-08-041-2/+4
* Only treat non-negative integers as valid in insert_optional_args().Zac Medico2009-08-011-2/+1
* Add support for --usepkg=n so that it's possible to disable it onZac Medico2009-08-011-5/+69
* Add support for --complete-graph=n so that it's possible to disable it onZac Medico2009-08-011-1/+12
* Allow --deep to take an optional integer parameter, to specify how deep itZac Medico2009-07-091-2/+34
* Tweak arguments for <python-2.6 compat.Zac Medico2009-07-091-2/+2
* Make -j argument handling more generic, so it's easy to add similar argumentsZac Medico2009-07-091-26/+60
* Shorten the preserved libs message when in --quiet mode. Thanks to SebastianZac Medico2009-07-071-4/+10
* Bug #276866 - --binpkg-respect-use < y | n >Zac Medico2009-07-071-0/+14
* Remove set operator support since the current implementation does not meetZac Medico2009-07-051-43/+1
* Update help() usage since the myopts parameter is gone. Thanks toZac Medico2009-07-041-1/+1