Bug #286522 - Check all portdbapi.findname return values in case it
[portage.git] / pym / _emerge / Scheduler.py
2009-09-26 Zac MedicoBug #286522 - Check all portdbapi.findname return value...
2009-09-21 Arfrever Frehtes... Use dict.(keys|values|items)() instead of dict.(iterkey...
2009-09-21 Arfrever Frehtes... Define basestring as str when Python 3 is used.
2009-09-21 Arfrever Frehtes... Use filter() and zip() instead of itertools.ifilter...
2009-09-20 Arfrever Frehtes... Support print() function with Python 2 in more files.
2009-09-20 Arfrever Frehtes... Update syntax of calls to print() for compatibility...
2009-09-20 Arfrever Frehtes... Update syntax of 'except' statements for compatibility...
2009-09-05 Zac MedicoInside Scheduler._check_manifests(), display all broken...
2009-08-24 Zac MedicoShow log paths when displaying the list of failed packa...
2009-08-22 Zac MedicoIn Scheduler._schedule_tasks_imp(), add uninstall opera...
2009-08-22 Zac MedicoMake Scheduler._choose_pkg() prefer uninstall operation...
2009-08-20 Zac MedicoUse _encodings where appropriate.
2009-08-16 Mounir LamouriUse a clean listener system for portage.elog instead...
2009-08-15 Mounir LamouriScheduler is now able to clean world set when removing...
2009-08-11 Zac MedicoUpdate imports to import portage.os (with unicode wrapp...
2009-08-06 Zac MedicoAdd unicode conversions in various logging code.
2009-08-04 Zac MedicoOpen log files in text mode (to avoid UnicodeEncodeErro...
2009-07-20 Zac MedicoSkip Blocker instances inside _add_prefetchers().
2009-07-20 Zac MedicoMove mtimedb resume list code from action_build() to
2009-07-20 Mounir LamouriFix Scheduler bug:
2009-07-19 Zac MedicoIn _check_manifests(), skip uninstall operations.
2009-07-06 Zac MedicoAlways exit unsuccessfully if there are any failures.
2009-06-28 Zac MedicoAdd missing resume_depgraph import, and remove unused...
2009-06-25 Zac MedicoAdd a Package.metadata.properties attribute containing...
2009-06-25 Zac MedicoAdd/update copyright headers.
2009-06-25 Zac Medico* Make Package.metadata['USE'] access trigger USE calcu...
2009-06-23 Zac MedicoBu #275217 - Part 1 - Resolve the circular dep between...
2009-06-23 Zac MedicoBug #275047 - Split _emerge/__init__.py into smaller...