summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/BinpkgFetcher.py
Commit message (Expand)AuthorAgeFilesLines
* AsynchronousTask: add _async_wait methodZac Medico2012-12-301-1/+1
* Handle closed sys.__stdin__, for multiprocessingZac Medico2012-12-151-1/+1
* Use sys.__std*.fileno() in case of overrides.Zac Medico2012-08-221-5/+5
* AsynchronousTask: skip cancelled check in _startZac Medico2012-02-141-3/+0
* BinpkgFetcher: support selinux PORTAGE_FETCH_TZac Medico2011-07-211-0/+2
* SubProcess: fix status for _set_returncode callerZac Medico2011-06-091-1/+1
* BinpkgFetcher: handle AsynchronousLock failureZac Medico2011-05-161-1/+6
* Update Portage to support multiple binhosts.David James2011-01-261-2/+2
* BinpkgFetcher: ust pty like EbuildFetcherZac Medico2011-01-191-1/+16
* AsynchronousLock: use subprocess if no threadsZac Medico2010-10-211-2/+2
* Make BinpkgFetcher use AsynchronousLock.Zac Medico2010-09-251-3/+7
* Fix SubProcess instances to call _set_returncode() when appropriate,Zac Medico2010-08-151-2/+2
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* When integer mtime is desired, use stat_obj[stat.ST_MTIME] instead of theZac Medico2009-12-211-1/+2
* Define long as int when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+3
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Update system imports for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+5
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-8/+2
* Add a new portage.util.shlex_split() function to wrap all shlex.split() calls,Zac Medico2009-08-061-2/+2
* Add/update copyright headers.Zac Medico2009-06-251-0/+4
* Bug #275047 - Split _emerge/__init__.py into smaller pieces. Thanks toZac Medico2009-06-221-0/+151