BinpkgFetcher: support selinux PORTAGE_FETCH_T
[portage.git] / pym / _emerge / BinpkgFetcher.py
2011-07-21 Zac MedicoBinpkgFetcher: support selinux PORTAGE_FETCH_T
2011-06-09 Zac MedicoSubProcess: fix status for _set_returncode caller
2011-05-16 Zac MedicoBinpkgFetcher: handle AsynchronousLock failure
2011-01-27 David JamesUpdate Portage to support multiple binhosts.
2011-01-19 Zac MedicoBinpkgFetcher: ust pty like EbuildFetcher
2010-10-22 Zac MedicoAsynchronousLock: use subprocess if no threads
2010-09-25 Zac MedicoMake BinpkgFetcher use AsynchronousLock.
2010-08-15 Zac MedicoFix SubProcess instances to call _set_returncode()...
2010-03-24 Zac MedicoRemove all svn $Id keywords.
2009-12-21 Zac MedicoWhen integer mtime is desired, use stat_obj[stat.ST_MTI...
2009-09-21 Arfrever Frehtes... Define long as int when Python 3 is used.
2009-09-21 Arfrever Frehtes... Use dict.(keys|values|items)() instead of dict.(iterkey...
2009-09-20 Arfrever Frehtes... Update system imports for compatibility with Python 3.
2009-08-11 Zac MedicoUpdate imports to import portage.os (with unicode wrapp...
2009-08-06 Zac MedicoAdd a new portage.util.shlex_split() function to wrap...
2009-06-25 Zac MedicoAdd/update copyright headers.
2009-06-22 Zac MedicoBug #275047 - Split _emerge/__init__.py into smaller...