Use EROOT instead of ROOT for keys everywhere.
[portage.git] / pym / portage / __init__.py
2011-10-25 Zac MedicoUse EROOT instead of ROOT for keys everywhere.
2011-10-25 Zac Medicocreate_trees: save target_root for later use
2011-10-25 Zac MedicoResolverPlayground: use create_trees
2011-09-09 Zac MedicoUse utf_8 'merge' encoding for all locales. v2.2.0_alpha55
2011-09-06 Zac Medicoabssymlink: fix inverted logic from last commit v2.2.0_alpha54
2011-09-06 Zac Medicomerge: avoid abssymlink readlink call
2011-09-02 Zac MedicoUse utf_8 encoding for merge when ascii is configured.
2011-08-29 Zac Medicoemerge: add simple unit tests
2011-08-25 Arfrever Frehtes... Improve a comment.
2011-07-12 Zac MedicoAvoid baseline subprocess import under python2.
2011-07-12 Zac MedicoRemove python-2.6 StringIO.StringIO fallback.
2011-07-11 Zac MedicoRemove unused codecs import.
2011-07-07 Zac MedicoRemove the _ensure_encodings module.
2011-06-08 Arfrever Frehtes... Add initial support for EAPI="4-python".
2011-06-04 Zac Medicoportdbapi: cleanup when base module is reloaded
2011-06-04 Zac MedicoUpdate timestamps in headers of modified files.
2011-06-04 Zac MedicoMove pickle import out of base portage module.
2011-01-29 Zac MedicoFix selinux import error handling.
2011-01-03 Zac Medicocreate_trees: whitelist SSH_AGENT_PID/AUTH_SOCK v2.2.0_alpha12
2011-01-01 Zac MedicoDeprecate EAPI 4_pre1 and drop 2_pre* support.
2010-11-25 Zac Medicocreate_trees: propagate proxy vars to host ROOT
2010-10-22 Zac Medicolock-helper.py: use PORTAGE_PYM_PATH for safety
2010-10-22 Zac MedicoAsynchronousLock: use subprocess if no threads
2010-10-21 Zac MedicoEnable EAPI 4_pre1 for testing.
2010-09-20 Zac MedicoUse git rev-list --format option to simplify _LazyVersi...
2010-09-19 Zac MedicoBug #338002 - Make _LazyVersion format portage.VERSION...
2010-09-05 Zac MedicoEliminate portage.env from baseline imports.
2010-09-05 Zac MedicoUse lazy imports for CacheError and OrderedDict in...
2010-09-04 Zac MedicoMove registration of the close_portdbapi_caches() exit...
2010-08-25 Zac MedicoRemove portage.usedefaults since it's broken by the...
2010-08-16 Arfrever Frehtes... Expand sys.executable earlier, so that change of sys...
2010-08-15 Zac MedicoMake create_trees() pass along PORTAGE_GRPNAME and...
2010-08-14 Zac MedicoMove PORTAGE_PYTHON setting to doebuild_environment...
2010-08-14 Zac MedicoMerge branch 'master' of git+ssh://git.overlays.gentoo...
2010-08-13 Arfrever Frehtes... Ensure that all Python processes use the same version...
2010-08-12 Zac MedicoDon't use unicode wrapper for mkfifo since it only...
2010-08-11 Sebastian LutherRemove deprecated portage.pkgmerge
2010-08-11 Sebastian LutherRemove deprecated portage.getvirtuals
2010-08-11 Sebastian LutherRemove deprecated portage.dep_virtual
2010-08-11 Sebastian LutherRemove deprecated portage.digestParseFile
2010-08-11 Sebastian LutherRemove deprecated portage.commit_mtimedb
2010-08-11 Sebastian LutherAdd REQUIRED_USE to metadata keys, caches, etc.
2010-07-11 Zac MedicoIn _unicode_func_wrapper.__call__, don't want to conver...
2010-07-07 Daniel RobbinsGLEP 55 removal
2010-04-10 Zac MedicoFix deprecated config.getvirtuals() usage that's trigge...
2010-04-02 Zac MedicoUpdate copyright header.
2010-03-27 Zac MedicoIf portage.VERSION == HEAD then use a proxy to lazily...
2010-03-24 Zac MedicoRemove all svn $Id keywords.
2010-03-24 Zac MedicoDon't use $Id or $Rev for version strings since that...
2010-03-01 Zac MedicoFix legacy globals proxies to reset state when the...
2010-02-28 Zac MedicoRemove unused print() import.
2010-02-28 Zac MedicoRemove unused imports.
2010-02-28 Zac MedicoAdd ObjectProxy __gt__, __ge__, __lt__, and __le__...
2010-02-28 Zac MedicoMove legacy globals code into a _legacy_globals module...
2010-02-28 Zac MedicoMove deprecated_profile_check to portage.package.ebuild...
2010-02-28 Zac MedicoMove the MtimeDB class to portage.util.mtimedb and...
2010-02-27 Zac MedicoRemove deprecated flushmtimedb function.
2010-02-27 Zac MedicoMove portage._global_updates to a submodule.
2010-02-27 Zac MedicoRemove unused 'dircache' variable that's moved to porta...
2010-02-27 Zac MedicoMove missing encodings module workarounds (<python...
2010-02-25 Zac MedicoMove getvirtuals to _deprecated module.
2010-02-25 Zac MedicoMove merge and unmerge functions to the vartree module.
2010-02-25 Zac MedicoSplid deprecated functions into a _deprecated module.
2010-02-25 Zac MedicoMove portage.movefile to portage.util.movefile.
2010-02-25 Zac MedicoSplit getmaskingstatus and getmaskingreason info portag...
2010-02-25 Zac MedicoMove portage.dep_check and related functions to portage...
2010-02-25 Zac MedicoMove dep_expand and cpv_expand into portage.dbapi submo...
2010-02-25 Zac MedicoMove portage.digestcheck to portage.package.ebuild...
2010-02-25 Zac MedicoMove digestgen to portage.util.digestgen.
2010-02-25 Zac MedicoMove ExtractKernelVersion portage.util.ExtractKernelVer...
2010-02-25 Zac MedicoMove env_update to portage.util.env_update.envupdate.
2010-02-25 Zac MedicoFix broken references to portage._doebuild_manifest_exe...
2010-02-25 Zac MedicoMove cacheddir and listdir to portage.util.listdir.
2010-02-25 Zac MedicoMake auxdbkeys a tuple instead of a list.
2010-02-25 Zac MedicoSplit doebuild and related code to the portage.package...
2010-02-24 Zac MedicoRemove unused 'expandcache' global variable.
2010-02-23 Zac MedicoMake the first two positional arguments of digestgen...
2010-02-23 Zac MedicoAdd deprecation warnings for unused digestgen() parameters.
2010-02-22 Zac MedicoUse lazy import for portage.Manifest.
2010-02-22 Zac MedicoMove portage.fetch() to portage.package.ebuild.fetch...
2010-02-22 Zac MedicoMove portage.config class to portage.package.ebuild...
2010-02-22 Zac MedicoMove portage.digraph class to portage.util.digraph...
2010-02-22 Zac MedicoDon't import the portage.dbapi.dbapi class as portage...
2010-02-22 Zac MedicoUse lazy import for the portage.dbapi module.
2010-02-21 Zac MedicoMove the portage.FetchlistDict class to the portage...
2010-02-21 Zac MedicoShow a deprecation warning when getvirtuals() is called.
2010-02-21 Zac MedicoShow a deprecation warning when pkgmerge() is called.
2010-02-21 Zac MedicoShow a deprecation warning when digestParseFile() is...
2010-02-21 Zac MedicoMove portage.flatten to portage.dep.flatten.
2010-02-20 Zac MedicoMove portage.cpv_getkey() to the portage.versions module.
2010-02-19 Zac MedicoAdd stacklevel=2 to warnings.warn() calls.
2010-02-19 Zac MedicoAdd DeprecationWarning to dep_virtual function.
2010-02-19 Zac MedicoRemove deprecated key_expand function and config.load_i...
2010-02-19 Zac MedicoUse Atom.cp instead of dep_getkey.
2010-02-19 Zac MedicoFix deprecated usage of dep_getkey.
2010-02-19 Zac MedicoFix deprecated usage of dep_getkey.
2010-02-15 Zac MedicoAdd a BUILD_TIME vdb entry containing the integer numbe...
2010-02-15 Zac MedicoUse config.environ() instead of config.items() when...
2010-02-14 Zac MedicoMake sure that config._accept_chost() accepts empty...
2010-02-14 Zac MedicoPrevent CHOST vdb entries from being created for virtua...
next