summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/Scheduler.py
Commit message (Expand)AuthorAgeFilesLines
* Add setup phases to the tail of the merge queue instead of the front, sinceZac Medico2009-11-161-1/+1
* Bug #291200 - Add a --quiet-build option to redirect all build output to logsZac Medico2009-11-071-1/+2
* Factor out duplicate "These are the packages that would be merged",Zac Medico2009-10-241-25/+0
* Add a --unordered-display option for use with --tree. This allows the displayZac Medico2009-10-241-3/+8
* Merge the internal package set changes from trunk r14614 (bug #266454). NoneZac Medico2009-10-181-1/+1
* Bug #288906 - Fix Scheduler._dblink_elog() to always append messages to theZac Medico2009-10-181-14/+19
* Fix _set module imports for rename, add hardcoded config for system and world,Zac Medico2009-10-101-2/+2
* Bug #272000 - When --keep-going is enabled, don't completely bail out atZac Medico2009-10-091-6/+8
* Bug #265267 - When disabling --jobs due to interactive package(s), hintZac Medico2009-10-061-1/+4
* When restarting emerge, don't trust sys.argv[0] since eselect-python mayZac Medico2009-10-061-1/+3
* Bug #286522 - Check all portdbapi.findname return values in case itZac Medico2009-09-261-6/+6
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-3/+3
* Define basestring as str when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+3
* Use filter() and zip() instead of itertools.ifilter() and itertools.izip() fo...Arfrever Frehtes Taifersar Arahesis2009-09-211-2/+1
* Support print() function with Python 2 in more files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+2
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-5/+5
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
* Inside Scheduler._check_manifests(), display all broken manifests instead ofZac Medico2009-09-051-1/+5
* 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
* Use _encodings where appropriate.Zac Medico2009-08-201-7/+17
* 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-151-13/+21
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-17/+7
* Add unicode conversions in various logging code.Zac Medico2009-08-061-0/+4
* Open log files in text mode (to avoid UnicodeEncodeError). Thanks to MarkosZac Medico2009-08-041-3/+7
* Skip Blocker instances inside _add_prefetchers().Zac Medico2009-07-201-1/+2
* Move mtimedb resume list code from action_build() toZac Medico2009-07-201-0/+9
* Fix Scheduler bug:Mounir Lamouri2009-07-201-0/+2
* In _check_manifests(), skip uninstall operations.Zac Medico2009-07-191-0/+3
* Always exit unsuccessfully if there are any failures.Zac Medico2009-07-061-1/+3
* Add missing resume_depgraph import, and remove unused imports.Zac Medico2009-06-281-4/+1
* Add a Package.metadata.properties attribute containing a list of enabledZac Medico2009-06-251-8/+1
* Add/update copyright headers.Zac Medico2009-06-251-0/+4
* * Make Package.metadata['USE'] access trigger USE calculation for unbuiltZac Medico2009-06-251-8/+2
* Bu #275217 - Part 1 - Resolve the circular dep between Scheduler andZac Medico2009-06-231-6/+1
* Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 5).Zac Medico2009-06-231-0/+1641