portage.git
2010-03-02 Zac MedicoAdd a --quiet-unmerge-warn option to disable the warnin...
2010-03-02 Zac MedicoFix reference to portage.util.listdir.dircache. (trunk...
2010-03-02 Zac MedicoRemove deprecated flushmtimedb function. (trunk r15476)
2010-03-02 Zac MedicoMove portage._global_updates to a submodule. (trunk...
2010-03-02 Zac MedicoRemove unused 'dircache' variable that's moved to porta...
2010-03-02 Zac MedicoMove missing encodings module workarounds (<python...
2010-03-02 Zac MedicoAnother turquoise -> red. (trunk r15472)
2010-03-02 Zac MedicoBug #307021 - Show "Please fix" message in red instead...
2010-03-02 Zac MedicoEliminate the PhaseCheck constructor and make PhaseChec...
2010-03-02 Zac MedicoMove getvirtuals to _deprecated module. (trunk r15469)
2010-03-02 Zac MedicoMove merge and unmerge functions to the vartree module...
2010-03-02 Zac MedicoFix broken dep_expand import from previous commit....
2010-03-02 Zac MedicoSplid deprecated functions into a _deprecated module...
2010-03-02 Zac MedicoAvoid name collision with dep_expand submodule so epydo...
2010-03-02 Zac MedicoMove portage.movefile to portage.util.movefile. (trunk...
2010-03-02 Zac MedicoSplit getmaskingstatus and getmaskingreason info portag...
2010-03-02 Zac MedicoMove portage.dep_check and related functions to portage...
2010-03-02 Zac MedicoMove dep.py to dep/__init__.py, for splitting into...
2010-03-02 Zac MedicoMove dep_expand and cpv_expand into portage.dbapi submo...
2010-03-02 Zac MedicoFix typo in import. (trunk r15459)
2010-03-02 Zac MedicoMove portage.digestcheck to portage.package.ebuild...
2010-03-02 Zac MedicoFix broken digestgen import. (trunk r15457)
2010-03-02 Zac MedicoRelocate portage.util.digestgen to portage.package...
2010-03-02 Zac MedicoDefine 'long' for Python 3. (trunk r15455)
2010-03-02 Zac MedicoMove digestgen to portage.util.digestgen. (trunk r15454)
2010-03-02 Zac MedicoMove ExtractKernelVersion portage.util.ExtractKernelVer...
2010-03-02 Zac MedicoMove env_update to portage.util.env_update.envupdate...
2010-03-02 Zac MedicoFix broken references to portage._doebuild_manifest_exe...
2010-03-02 Zac MedicoMove cacheddir and listdir to portage.util.listdir...
2010-03-02 Zac MedicoMake auxdbkeys a tuple instead of a list. (trunk r15449)
2010-03-02 Zac MedicoSplit doebuild and related code to the portage.package...
2010-03-02 Zac MedicoRemove unused 'expandcache' global variable. (trunk...
2010-03-02 Zac MedicoFix a logic error which causes blockers from installed...
2010-03-02 Zac MedicoAdd missing writmsg import. (trunk r15445)
2010-03-02 Zac MedicoMake the first two positional arguments of digestgen...
2010-03-02 Zac MedicoAdd deprecation warnings for unused digestgen() paramet...
2010-03-02 Zac MedicoFix "AttributeError: 'module' object has no attribute...
2010-03-02 Zac MedicoFix "NameError: global name 'basestring' is not defined...
2010-03-02 Zac MedicoEnable --rebuilt-binaries automatically only when in...
2010-03-02 Zac MedicoUse lazy import for portage.Manifest. (trunk r15426)
2010-03-02 Zac MedicoMove portage.fetch() to portage.package.ebuild.fetch...
2010-03-02 Zac MedicoMove portage.config class to portage.package.ebuild...
2010-03-02 Zac MedicoMove portage.digraph class to portage.util.digraph...
2010-03-02 Zac MedicoMove the portage.util module into a directory, for...
2010-03-02 Zac MedicoCreate a directory for splitting the portage.util modul...
2010-03-02 Zac MedicoDon't import the portage.dbapi.dbapi class as portage...
2010-03-02 Zac MedicoUse lazy import for the portage.dbapi module. (trunk...
2010-03-02 Zac MedicoBug #299095 - Add a deprecation warning for check_licen...
2010-03-02 Zac MedicoMove the portage.FetchlistDict class to the portage...
2010-03-02 Zac MedicoShow a deprecation warning when getvirtuals() is called...
2010-03-02 Zac MedicoShow a deprecation warning when pkgmerge() is called...
2010-03-02 Zac MedicoShow a deprecation warning when digestParseFile() is...
2010-03-02 Zac MedicoMove portage.flatten to portage.dep.flatten. (trunk...
2010-03-02 Zac MedicoHandle CacheCorruption from self.db_ro in _setitem...
2010-03-02 Zac MedicoAdd a note about --rebuilt-binaries. (trunk r15411)
2010-03-02 Zac MedicoMove portage.cpv_getkey() to the portage.versions modul...
2010-03-02 Zac MedicoAdd missing newline to the "CONFIG_PROTECT is empty...
2010-03-02 Zac MedicoUse a frozenset for use inside binarytree._eval_use_fla...
2010-03-02 Zac MedicoAdd stacklevel=2 to warnings.warn calls. (trunk r15406)
2010-03-02 Zac MedicoAdd stacklevel=2 to warnings.warn() calls. (trunk r15405)
2010-03-02 Zac MedicoRemove deprecated methods that call removed key_expand...
2010-03-02 Zac MedicoAdd DeprecationWarning to dep_virtual function. (trunk...
2010-03-02 Zac MedicoRemove deprecated key_expand function and config.load_i...
2010-03-02 Zac MedicoUse Atom.cp instead of dep_getkey. (trunk r15401)
2010-03-02 Zac MedicoUse Atom.cp instead of dep_getkey. (trunk r15400)
2010-03-02 Zac MedicoUse Atom.cp instead of dep_getkey. (trunk r15399)
2010-03-02 Zac MedicoUse a valid atom in the dep_getkey docstring. (trunk...
2010-03-02 Zac MedicoUse isvalidatom to validate PROVIDE entries. (trunk...
2010-03-02 Zac MedicoFix deprecated usage of dep_getkey. (trunk r15396)
2010-03-02 Zac MedicoFix deprecated usage of dep_getkey. (trunk r15395)
2010-03-02 Zac MedicoBail out when given an invalid mode. (trunk r15394)
2010-03-02 Zac MedicoBug #268724 - Show a warning message for --unmerge...
2010-03-02 Zac MedicoBug #303519 - Call warnings.warn() with stacklevel...
2010-03-02 Zac MedicoFix deprecated usage of dep_getkey. (trunk r15391)
2010-03-02 Zac MedicoFix deprecated usage of dep_getkey. (trunk r15390)
2010-03-02 Zac MedicoFix deprecated usage of dep_getkey. (trunk r15388)
2010-03-02 Zac MedicoFix deprecated usage of dep_getkey. (trunk r15383)
2010-03-02 Zac MedicoFix deprecated usage of dep_getkey. (trunk r15382)
2010-03-02 Zac MedicoFix deprecated dep_getkey usage in match_from_list...
2010-03-02 Zac MedicoMake dep_getkey() recommend cpv_getkey() if given a...
2010-03-02 Zac MedicoUse a property to trigger deprecation warnings if binar...
2010-03-02 Zac MedicoRemove the deprecated 'clone' parameter from the portag...
2010-03-02 Zac MedicoRemove deprecated portdbapi.getfetchlist() method....
2010-03-02 Zac MedicoRemove deprecated binarytree.get_use() method. (trunk...
2010-03-02 Zac MedicoRemove the deprecated 'clone' parameter to the binarytr...
2010-03-02 Zac MedicoDeprecate the unused getbinpkgsonly parameter to binary...
2010-03-02 Zac MedicoAllow --rebuilt-binaries to trigger downgrades. (trunk...
2010-03-02 Zac MedicoOnly enable --rebuilt-binaries automatically if --updat...
2010-03-02 Zac MedicoRemove unused merge_cmd variable. (trunk r15371)
2010-03-02 Zac MedicoRemove diffutils version detection code since it's...
2010-03-02 Zac MedicoUpdate the spinner in depgraph._serialize_tasks when...
2010-03-02 Zac MedicoFix broken diffutils vercmp code. (trunk r15368)
2010-03-02 Zac MedicoFix colors for --rebuilt-binaries docs. (trunk r15367)
2010-03-02 Zac MedicoAdd a comment about slowness in _serialize_tasks when...
2010-03-02 Zac MedicoBug #305393 - Handle new sdiff exit status for diffutil...
2010-03-02 Zac MedicoAdd a --rebuilt-binaries[=n] option, causing automatic...
2010-03-02 Zac MedicoAdd @rebuilt-binaries set which uses BUILD_TIME to...
2010-03-02 Zac MedicoBug #303567 - Merge libc asap, in order to account...
2010-03-02 Zac MedicoFix type in CLEAN_DELAY docs. (trunk r15361)
2010-03-02 Zac MedicoCache BUILD_TIME in $PKGDIR/Packages and inside bindbap...
next