aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix selinux import error handling.Zac Medico2011-01-291-0/+1
* create_trees: whitelist SSH_AGENT_PID/AUTH_SOCKv2.2.0_alpha12Zac Medico2011-01-021-1/+2
* Deprecate EAPI 4_pre1 and drop 2_pre* support.Zac Medico2010-12-311-2/+2
* create_trees: propagate proxy vars to host ROOTZac Medico2010-11-251-1/+2
* lock-helper.py: use PORTAGE_PYM_PATH for safetyZac Medico2010-10-211-0/+1
* AsynchronousLock: use subprocess if no threadsZac Medico2010-10-211-0/+1
* Enable EAPI 4_pre1 for testing.Zac Medico2010-10-211-1/+1
* Use git rev-list --format option to simplify _LazyVersion committerZac Medico2010-09-201-10/+6
* Bug #338002 - Make _LazyVersion format portage.VERSION so that it isZac Medico2010-09-191-5/+33
* Eliminate portage.env from baseline imports.Zac Medico2010-09-051-1/+0
* Use lazy imports for CacheError and OrderedDict in the base portageZac Medico2010-09-051-6/+7
* Move registration of the close_portdbapi_caches() exit hook from theZac Medico2010-09-031-8/+0
* Remove portage.usedefaults since it's broken by the previous commit.Zac Medico2010-08-251-1/+1
* Expand sys.executable earlier, so that change of sys.executable symlinkArfrever Frehtes Taifersar Arahesis2010-08-161-0/+2
* Make create_trees() pass along PORTAGE_GRPNAME and PORTAGE_USERNAMEZac Medico2010-08-151-1/+1
* Move PORTAGE_PYTHON setting to doebuild_environment() so that itZac Medico2010-08-141-2/+0
* Ensure that all Python processes use the same version of Python.Arfrever Frehtes Taifersar Arahesis2010-08-141-0/+2
* Don't use unicode wrapper for mkfifo since it only allows stringZac Medico2010-08-121-0/+1
* Remove deprecated portage.pkgmergeSebastian Luther2010-08-111-2/+0
* Remove deprecated portage.getvirtualsSebastian Luther2010-08-111-1/+1
* Remove deprecated portage.dep_virtualSebastian Luther2010-08-111-1/+1
* Remove deprecated portage.digestParseFileSebastian Luther2010-08-111-1/+1
* Remove deprecated portage.commit_mtimedbSebastian Luther2010-08-111-1/+1
* Add REQUIRED_USE to metadata keys, caches, etc.Sebastian Luther2010-08-101-1/+1
* In _unicode_func_wrapper.__call__, don't want to convert return valuesZac Medico2010-07-111-1/+3
* GLEP 55 removalDaniel Robbins2010-07-061-14/+0
* Fix deprecated config.getvirtuals() usage that's triggered byZac Medico2010-04-101-1/+1
* Update copyright header.Zac Medico2010-04-011-1/+1
* If portage.VERSION == HEAD then use a proxy to lazily call git describe --tagsZac Medico2010-03-271-0/+17
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Don't use $Id or $Rev for version strings since that doesn't work with git.Zac Medico2010-03-241-1/+1
* Fix legacy globals proxies to reset state when the portage module is reloaded.Zac Medico2010-03-011-0/+2
* Remove unused print() import.Zac Medico2010-02-281-2/+0
* Remove unused imports.Zac Medico2010-02-281-7/+0
* Add ObjectProxy __gt__, __ge__, __lt__, and __le__ methods to fix TypeErrorZac Medico2010-02-281-1/+1
* Move legacy globals code into a _legacy_globals module that's imported onZac Medico2010-02-281-121/+6
* Move deprecated_profile_check to portage.package.ebuild submodule.Zac Medico2010-02-281-30/+2
* Move the MtimeDB class to portage.util.mtimedb and deprecate the commit_mtimedbZac Medico2010-02-281-82/+10
* Remove deprecated flushmtimedb function.Zac Medico2010-02-271-5/+2
* Move portage._global_updates to a submodule.Zac Medico2010-02-271-140/+0
* Remove unused 'dircache' variable that's moved to portage.util.listdir.Zac Medico2010-02-271-7/+0
* Move missing encodings module workarounds (<python-2.6.4 + USE=build) to aZac Medico2010-02-271-124/+3
* Move getvirtuals to _deprecated module.Zac Medico2010-02-251-12/+1
* Move merge and unmerge functions to the vartree module.Zac Medico2010-02-251-33/+1
* Splid deprecated functions into a _deprecated module.Zac Medico2010-02-251-171/+1
* Move portage.movefile to portage.util.movefile.Zac Medico2010-02-251-217/+1
* Split getmaskingstatus and getmaskingreason info portage.package.ebuildZac Medico2010-02-251-211/+2
* Move portage.dep_check and related functions to portage.dep.dep_check.Zac Medico2010-02-251-618/+1
* Move dep_expand and cpv_expand into portage.dbapi submodules.Zac Medico2010-02-251-122/+2
* Move portage.digestcheck to portage.package.ebuild.digestcheck.Zac Medico2010-02-251-141/+2