summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* Update syntax of numbers for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-205-6/+6
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-2010-646/+645
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-2018-73/+73
* Remove obsolete InvalidAtom handler in _add_pkg_dep_string().Zac Medico2009-09-191-15/+8
* Avoid lots of redundant Atom constructor calls. Thanks to Marat RadchenkoZac Medico2009-09-194-21/+13
* Fix _expand_new_virtuals() to preserve USE deps in atoms for new-styleZac Medico2009-09-191-6/+12
* Use a dict for Package.metadata, because it's faster. Thanks to MaratZac Medico2009-09-191-49/+33
* Fix broken virtual depth code from previous commit.Zac Medico2009-09-141-2/+1
* Add support in depgraph._add_pkg_dep_string() for adding indirect virtualZac Medico2009-09-141-6/+36
* Make depgraph._select_atoms() return a dict, in order to separate selectedZac Medico2009-09-141-17/+30
* Reimplement the code from bug #283795 so that indirect deps are preservedZac Medico2009-09-141-0/+16
* Use cpv_getkey() instead of dep_getkey() where appropriate.Zac Medico2009-09-131-1/+1
* Handle AttributeError instead of using getattr. Thanks to Marat RadchenkoZac Medico2009-09-071-3/+3
* In display_news_notification(), use the exising vartree instance to populateZac Medico2009-09-061-0/+6
* Add a vardbapi._pkgs_changed attribute to use instead of PORTAGE_COUNTER_HASHZac Medico2009-09-051-8/+1
* Inside Scheduler._check_manifests(), display all broken manifests instead ofZac Medico2009-09-051-1/+5
* Use _unicode_decode() on the string returned from time.strftime(), in orderZac Medico2009-09-051-1/+5
* pym/portage/sets/files.py: use WORLD_FILE instead of manual reconstructionFabian Groffen2009-09-051-3/+2
* consistently use CACHE_PATH with target_root, this commit needs a separate so...Fabian Groffen2009-09-052-2/+2
* Bug #282808 - Handle a potential KeyError inside PollScheduler._poll_loop()Zac Medico2009-09-051-1/+8
* 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
* Inside depgraph._show_unsatisfied_dep(), show reasons for packages masked dueZac Medico2009-08-251-3/+7
* Show log paths when displaying the list of failed packages for --keep-going.Zac Medico2009-08-241-11/+14
* In Scheduler._schedule_tasks_imp(), add uninstall operations to the frontZac Medico2009-08-221-1/+1
* Make Scheduler._choose_pkg() prefer uninstall operations when available.Zac Medico2009-08-221-3/+13
* Bug #282269 - Avoid str() calls with overlay paths, which can triggerZac Medico2009-08-222-1/+7
* Add some --debug output for backtracking. Also, remove unused imports.v2.2_rc39Zac Medico2009-08-211-3/+31
* 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