summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* Add support for --keep-going=n so that it can be disabled on the command lineZac Medico2009-08-212-2/+13
* Add support for --selective=n, so it can be used to remove selectiveZac Medico2009-08-213-4/+31
* Fix typo.Zac Medico2009-08-211-1/+1
* Use _encodings where appropriate and add _encodings['stdio'] for stdoutZac Medico2009-08-211-1/+2
* Use _encodings where appropriate.Zac Medico2009-08-202-4/+12
* Use _encodings where appropriate.Zac Medico2009-08-201-7/+17
* Use _encodings where appropriate.Zac Medico2009-08-192-6/+13
* Use _encodings where appropriate.Zac Medico2009-08-193-9/+20
* Use _encodings where appropriate.Zac Medico2009-08-192-7/+16
* Use the new portage.output._init(config_root) function.Zac Medico2009-08-181-1/+1
* Use a clean listener system for portage.elog instead of _emerge_elog_listenerMounir Lamouri2009-08-161-2/+2
* Scheduler is now able to clean world set when removing a package.Mounir Lamouri2009-08-153-16/+30
* sets/files.py cleanPackages function stop calling lock and loadMounir Lamouri2009-08-151-2/+13
* Revert r14042 since we're not going to use it.Zac Medico2009-08-141-4/+2
* Add a clean_world attribute.Zac Medico2009-08-141-2/+4
* Rename and log installed files that don't conform to portage._merge_encodingZac Medico2009-08-141-1/+10
* Set a limit of 30 backtracking attempts, since it's possible for it toZac Medico2009-08-121-3/+4
* Add ACCEPT_PROPERTIES variable which has default value * and can be set inMounir Lamouri2009-08-111-0/+2
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-1113-110/+29
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-1111-71/+27
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-1122-156/+57
* Use writemsg_stdout() for safe unicode output of --list-sets.Zac Medico2009-08-101-3/+2
* Don't trigger the --root-deps code for removal actions such as --prune andZac Medico2009-08-101-7/+8
* In calc_depclean(), sort packages that are displayed due to being pulledZac Medico2009-08-101-1/+2
* Tweak $ROOT handling inside depgraph._add_pkg_deps() for removal actions,Zac Medico2009-08-101-0/+2
* Inside calc_depclean(), use LinkageMap.findConsumers() for checkingZac Medico2009-08-101-15/+11
* Use writemsg_stdout() for safe display of unicode overlay paths.Zac Medico2009-08-081-1/+1
* Use writemsg_stdout() for safe unicode output.Zac Medico2009-08-081-8/+18
* Add missing noiselevel argument in writemsg_stdout() calls.Zac Medico2009-08-081-3/+5
* In Task.__str__(), emulate tuple.__str__, but don't show 'foo' as u'foo' forZac Medico2009-08-081-2/+5
* Use writemsg_stdout() for safe unicode output.Zac Medico2009-08-071-17/+3
* Add a new portage.util.shlex_split() function to wrap all shlex.split() calls,Zac Medico2009-08-063-8/+6
* Convert unicode if necessary before writing to stdout.Zac Medico2009-08-061-11/+12
* Add unicode conversions in various logging code.Zac Medico2009-08-062-0/+11
* Fix insert_optional_args() to properly handle thinks like -Dk which requireZac Medico2009-08-051-1/+3
* Open file in text mode (unicode) where appropriate.Zac Medico2009-08-059-9/+34
* Avoid UnicodeEncodeError with unicode package.mask comments. Thanks toZac Medico2009-08-041-0/+5
* Bug #280269 - Decode commandline arguments to unicode when necessary.Zac Medico2009-08-041-0/+4
* Open log files in text mode (to avoid UnicodeEncodeError). Thanks to MarkosZac Medico2009-08-041-3/+7
* Set "emerge" xterm title at the beginning of running emerge.Arfrever Frehtes Taifersar Arahesis2009-08-041-2/+4
* Fix NameError from r13880. Thanks to Arfrever for reporting.Zac Medico2009-08-031-1/+1
* Bug #278729 - Add an Atom.without_use attribute which is identical to theZac Medico2009-08-031-15/+3
* 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-012-9/+73
* Add support for --complete-graph=n so that it's possible to disable it onZac Medico2009-08-012-2/+13
* In depgraph._show_slot_collision_notice(), display $ROOT (if not /) with eachZac Medico2009-07-301-0/+2
* Rename get_updated_config_files() to find_updated_config_files() and makeZac Medico2009-07-301-2/+3
* Add get_updated_config_files in portage APIMounir Lamouri2009-07-301-52/+13
* Fix depgraph._show_missed_update() to keep each $ROOT separate.Zac Medico2009-07-291-4/+8
* Account for $ROOT inside depgraph._show_missed_update_unsatisfied_dep().Zac Medico2009-07-291-4/+3