summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/PackageUninstall.py
Commit message (Expand)AuthorAgeFilesLines
* AsynchronousTask: add _async_wait methodZac Medico2012-12-301-3/+3
* PackageUninstall: return early if pkg is missingZac Medico2011-05-241-1/+8
* PackageUninstall: remove extra cat/pf var initZac Medico2011-05-241-2/+2
* PackageUninstall: log more outputZac Medico2011-05-231-9/+12
* PackageUninstall: make async with MergeProcessZac Medico2011-05-231-8/+49
* PackageUninstall: use _unmerge_display()Zac Medico2011-05-231-17/+34
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-291-4/+1
* Bug #324191 - Add support for FEATURES=compress-build-logs. The causesZac Medico2010-08-211-12/+1
* Fix scope issue that could cause 'retval' variable to be undefined.Zac Medico2010-08-051-2/+2
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
* Use _encodings where appropriate.Zac Medico2009-08-191-2/+5
* Scheduler is now able to clean world set when removing a package.Mounir Lamouri2009-08-151-2/+7
* 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
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-10/+2
* Open file in text mode (unicode) where appropriate.Zac Medico2009-08-051-1/+3
* Add/update copyright headers.Zac Medico2009-06-251-0/+4
* Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 4).Zac Medico2009-06-221-0/+51