summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/unmerge.py
Commit message (Expand)AuthorAgeFilesLines
* unmerge: use vardbapi._dblink() to simplifyZac Medico2011-03-141-4/+1
* Bug #357009: Disallow uninstallation of currently used Python interpreter.Arfrever Frehtes Taifersar Arahesis2011-03-141-13/+21
* unmerge: don't show null/ cat in unmatched atomsZac Medico2011-02-191-2/+2
* Remove all \a (alert/bell/beep) tokens (bug 336024)Sebastian Luther2010-09-061-2/+2
* use EROOT with WORLD_SETS_FILEFabian Groffen2010-09-041-1/+1
* use EROOT with VDB_PATHFabian Groffen2010-09-041-2/+2
* Rename the portage.sets module to portage._sets since it will be usefulZac Medico2010-08-301-2/+2
* Pass more parameters to the Package constructor.Zac Medico2010-08-061-2/+2
* Bug #329803 - Make unmerge() show a machine-readable list of selected packages.Sebastian Luther2010-07-251-0/+2
* Allow -C to remove packages referenced by sets in world_setsSebastian Luther2010-04-291-10/+3
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Fix deprecated usage of dep_getkey.Zac Medico2010-02-191-1/+1
* Allow unmerge of packages from the "selected" set when a package set suchZac Medico2009-10-311-4/+3
* Bug #134466 - Add a --ask-enter-invalid option. When used together with theZac Medico2009-10-241-1/+3
* Bug #266454 - Make @world an all-inclusive set once again, like it was priorZac Medico2009-10-161-15/+16
* Replace dict.keys() usage with __iter__(), since it behaves identically inZac Medico2009-09-221-1/+1
* Use next(iterator) instead of iterator.next() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-211-2/+2
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-3/+3
* Use range() instead of xrange() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-211-3/+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-29/+29
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
* pym/portage/sets/files.py: use WORLD_FILE instead of manual reconstructionFabian Groffen2009-09-051-3/+2
* sets/files.py cleanPackages function stop calling lock and loadMounir Lamouri2009-08-151-2/+13
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-9/+2
* 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/+523