summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Move ExtractKernelVersion portage.util.ExtractKernelVersion.Zac Medico2010-02-253-73/+95
* Move env_update to portage.util.env_update.envupdate.Zac Medico2010-02-253-264/+290
* Fix broken references to portage._doebuild_manifest_exempt_depend.Zac Medico2010-02-252-8/+7
* Move cacheddir and listdir to portage.util.listdir.Zac Medico2010-02-256-149/+170
* Make auxdbkeys a tuple instead of a list.Zac Medico2010-02-251-2/+2
* Split doebuild and related code to the portage.package.ebuild module.Zac Medico2010-02-2513-2217/+2296
* Remove unused 'expandcache' global variable.Zac Medico2010-02-241-2/+0
* Fix a logic error which causes blockers from installed packages to beZac Medico2010-02-241-1/+8
* Add missing writmsg import.Zac Medico2010-02-241-0/+2
* Make the first two positional arguments of digestgen() into keyword argumentsZac Medico2010-02-232-7/+19
* Add deprecation warnings for unused digestgen() parameters.Zac Medico2010-02-231-12/+16
* Fix "AttributeError: 'module' object has no attribute 'mappings'".Arfrever Frehtes Taifersar Arahesis2010-02-221-4/+5
* Fix "NameError: global name 'basestring' is not defined" with Python 3.Arfrever Frehtes Taifersar Arahesis2010-02-221-0/+3
* Enable --rebuilt-binaries automatically only when in --usepkgonly orZac Medico2010-02-222-2/+2
* Use lazy import for portage.Manifest.Zac Medico2010-02-221-2/+1
* Move portage.fetch() to portage.package.ebuild.fetch.fetch().Zac Medico2010-02-224-1105/+1128
* Move portage.config class to portage.package.ebuild.config.config.Zac Medico2010-02-224-2566/+2615
* Move portage.digraph class to portage.util.digraph.digraph.Zac Medico2010-02-222-276/+282
* Move the portage.util module into a directory, for splitting into smaller files.Zac Medico2010-02-221-0/+0
* Don't import the portage.dbapi.dbapi class as portage.dbapi anymore, sinceZac Medico2010-02-222-5/+6
* Use lazy import for the portage.dbapi module.Zac Medico2010-02-224-14/+15
* Bug #299095 - Add a deprecation warning for check_license calls with EAPI >= 3Zac Medico2010-02-221-1/+20
* Move the portage.FetchlistDict class to the portage.dbapi.porttree module.Zac Medico2010-02-212-38/+46
* Show a deprecation warning when getvirtuals() is called.Zac Medico2010-02-211-4/+21
* Show a deprecation warning when pkgmerge() is called.Zac Medico2010-02-211-0/+4
* Show a deprecation warning when digestParseFile() is called.Zac Medico2010-02-211-0/+3
* Move portage.flatten to portage.dep.flatten.Zac Medico2010-02-212-12/+33
* Handle CacheCorruption from self.db_ro in _setitem, triggered by INHERITEDZac Medico2010-02-201-1/+4
* Move portage.cpv_getkey() to the portage.versions module.Zac Medico2010-02-202-22/+29
* Add missing newline to the "CONFIG_PROTECT is empty" warning message.Zac Medico2010-02-201-0/+1
* Use a frozenset for use inside binarytree._eval_use_flags().v2.2_rc63Zac Medico2010-02-191-1/+1
* Add stacklevel=2 to warnings.warn calls.Zac Medico2010-02-192-2/+2
* Add stacklevel=2 to warnings.warn() calls.Zac Medico2010-02-191-2/+2
* Remove deprecated methods that call removed key_expand function.Zac Medico2010-02-192-75/+3
* Add DeprecationWarning to dep_virtual function.Zac Medico2010-02-191-0/+2
* Remove deprecated key_expand function and config.load_infodir method.Zac Medico2010-02-191-31/+0
* Use Atom.cp instead of dep_getkey.Zac Medico2010-02-192-9/+9
* Use Atom.cp instead of dep_getkey.Zac Medico2010-02-191-3/+6
* Use Atom.cp instead of dep_getkey.Zac Medico2010-02-191-2/+2
* Use a valid atom in the dep_getkey docstring.Zac Medico2010-02-191-1/+1
* Use isvalidatom to validate PROVIDE entries.Zac Medico2010-02-191-2/+8
* Fix deprecated usage of dep_getkey.Zac Medico2010-02-191-1/+1
* Fix deprecated usage of dep_getkey.Zac Medico2010-02-191-1/+1
* Bug #268724 - Show a warning message for --unmerge operations and suggestZac Medico2010-02-191-0/+9
* Bug #303519 - Call warnings.warn() with stacklevel=2 inside dep_getkey andZac Medico2010-02-191-3/+3
* Fix deprecated usage of dep_getkey.Zac Medico2010-02-191-1/+1
* Fix deprecated usage of dep_getkey.Zac Medico2010-02-191-2/+2
* Fix deprecated usage of dep_getkey.Zac Medico2010-02-191-1/+1
* Fix deprecated usage of dep_getkey.Zac Medico2010-02-191-3/+1
* Fix deprecated usage of dep_getkey.Zac Medico2010-02-191-3/+3