summaryrefslogtreecommitdiffstats
path: root/pym/portage/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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