chflags: fixed octal flags format breakage
[portage.git] / pym / portage / __init__.py
2012-09-12 Zac Medicochflags: fixed octal flags format breakage
2012-09-12 Zac MedicoReplace getstatusoutput with unicode safe Popen.
2012-09-12 Zac MedicoAdd EAPI 5_pre2 with features approved by council
2012-09-02 Zac MedicoEnable EAPI 5_pre1 for testing.
2012-06-22 Zac MedicoAdd experimental EAPI 4-slot-abi support.
2012-06-03 Arfrever Frehtes... Delete workaround for bugs.python.org/issue14007.
2012-06-01 Zac Medicoportageexit: skip SANDBOX_ON check
2012-06-01 Zac Medicoportageexit: skip secpass check
2012-05-13 Zac Medico_pms_eapi_re: require whitespace before comment
2012-05-12 Arfrever Frehtes... Check type of xml.etree.ElementTree.TreeBuilder before...
2012-05-12 Arfrever Frehtes... Add workaround for bugs.python.org/issue14007.
2012-05-09 Zac MedicoParse EAPI with pattern from PMS section 7.3.1.
2011-12-14 Zac Medicocreate_trees: pass __PORTAGE_TEST_HARDLINK_LOCKS
2011-12-10 Zac MedicoMake eprefix=None params map to const.EPREFIX
2011-12-10 Zac Medicocreate_trees: add public eprefix parameter
2011-12-10 Zac Medicoconfig: make eprefix constructor parameter public
2011-12-10 Zac MedicoUse portage.const.EPREFIX more.
2011-10-29 Zac Medico_trees_dict: define __slots__
2011-10-28 Zac Medicocreate_trees: ensure trees is _trees_dict type
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...
next