summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/main.py
Commit message (Expand)AuthorAgeFilesLines
* Add a --quiet-unmerge-warn option to disable the warning message that's shownZac Medico2010-02-281-0/+1
* Move portage._global_updates to a submodule.Zac Medico2010-02-271-1/+2
* Move dep_expand and cpv_expand into portage.dbapi submodules.Zac Medico2010-02-251-1/+2
* Add missing newline to the "CONFIG_PROTECT is empty" warning message.Zac Medico2010-02-201-0/+1
* Only enable --rebuilt-binaries automatically if --update and --deep are alsoZac Medico2010-02-181-2/+1
* Add a --rebuilt-binaries[=n] option, causing automatic replacement ofZac Medico2010-02-181-0/+12
* Add @rebuilt-binaries set which uses BUILD_TIME to pull in binary packagesZac Medico2010-02-171-30/+33
* Bug #303401 - Fix emerge.log disabling code that's been broken sinceZac Medico2010-02-041-3/+2
* Deprecate pordbapi.mysettings since the portdbapi.settings alias is nowZac Medico2010-01-311-1/+1
* Bug #300388 - Fix terminal handling code to so term codes aren't sent whenZac Medico2010-01-111-1/+3
* Skip global updates for help, version, and info actions.Zac Medico2010-01-081-1/+2
* When integer mtime is desired, use stat_obj[stat.ST_MTIME] instead of theZac Medico2009-12-211-2/+3
* Fix typo.Arfrever Frehtes Taifersar Arahesis2009-12-161-1/+1
* Warn if /proc is not mounted.Zac Medico2009-12-161-0/+11
* Bug #278336 - Use adjust_config to set PORTAGE_QUIET when the config isZac Medico2009-11-091-8/+2
* Bug #291200 - Add a --quiet-build option to redirect all build output to logsZac Medico2009-11-061-1/+3
* Add a --backtrack=COUNT option to control how many times backtracking isZac Medico2009-10-311-0/+24
* Take the -c option and make it mean --depclean instead of --clean, sinceZac Medico2009-10-261-2/+2
* Add -R as a shortcut for --depclean. Thanks to Jonathan Callen <abcd@g.o> forZac Medico2009-10-261-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-231-0/+1
* 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-181-0/+12
* Automatically create a fallback setconfig, so emerge isn't crippled due toZac Medico2009-10-181-25/+51
* Bug #287869 - Add a --selective[=n] option (inverse of --oneshot). This isZac Medico2009-10-161-0/+13
* Bug #266454 - Make @world an all-inclusive set once again, like it was priorZac Medico2009-10-161-2/+2
* 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