summaryrefslogtreecommitdiffstats
path: root/pym/portage/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* create_trees: pass __PORTAGE_TEST_HARDLINK_LOCKSZac Medico2011-12-141-1/+2
* Make eprefix=None params map to const.EPREFIXZac Medico2011-12-101-1/+1
* create_trees: add public eprefix parameterZac Medico2011-12-091-4/+3
* config: make eprefix constructor parameter publicZac Medico2011-12-091-2/+2
* Use portage.const.EPREFIX more.Zac Medico2011-12-091-0/+2
* _trees_dict: define __slots__Zac Medico2011-10-281-0/+1
* create_trees: ensure trees is _trees_dict typeZac Medico2011-10-271-5/+10
* Use EROOT instead of ROOT for keys everywhere.Zac Medico2011-10-251-10/+10
* create_trees: save target_root for later useZac Medico2011-10-251-2/+12
* ResolverPlayground: use create_treesZac Medico2011-10-251-3/+5
* Use utf_8 'merge' encoding for all locales.v2.2.0_alpha55Zac Medico2011-09-091-18/+22
* abssymlink: fix inverted logic from last commitv2.2.0_alpha54Zac Medico2011-09-061-1/+1
* merge: avoid abssymlink readlink callZac Medico2011-09-061-2/+5
* Use utf_8 encoding for merge when ascii is configured.Zac Medico2011-09-011-3/+14
* emerge: add simple unit testsZac Medico2011-08-281-2/+4
* Improve a comment.Arfrever Frehtes Taifersar Arahesis2011-08-251-1/+1
* Avoid baseline subprocess import under python2.Zac Medico2011-07-121-2/+4
* Remove python-2.6 StringIO.StringIO fallback.Zac Medico2011-07-121-8/+0
* Remove unused codecs import.Zac Medico2011-07-101-1/+0
* Remove the _ensure_encodings module.Zac Medico2011-07-071-24/+0
* Add initial support for EAPI="4-python".Arfrever Frehtes Taifersar Arahesis2011-06-081-1/+1
* portdbapi: cleanup when base module is reloadedZac Medico2011-06-031-0/+29
* Update timestamps in headers of modified files.Zac Medico2011-06-031-1/+1
* Move pickle import out of base portage module.Zac Medico2011-06-031-4/+0
* 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