summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports.Zac Medico2010-02-281-7/+0
* Add ObjectProxy __gt__, __ge__, __lt__, and __le__ methods to fix TypeErrorZac Medico2010-02-282-1/+13
* Fix broken reference to portage._spawn_misc_sh(). Thanks to Arfrever forZac Medico2010-02-281-1/+1
* Remove print() usage.Zac Medico2010-02-281-5/+0
* Remove print() usage.Zac Medico2010-02-281-6/+4
* Fix broken fakedbapi.cpv_inject/cpv_remove calls.Zac Medico2010-02-281-2/+2
* Move legacy globals code into a _legacy_globals module that's imported onZac Medico2010-02-282-121/+93
* Move deprecated_profile_check to portage.package.ebuild submodule.Zac Medico2010-02-282-30/+45
* Move the MtimeDB class to portage.util.mtimedb and deprecate the commit_mtimedbZac Medico2010-02-283-82/+92
* Fix vardbapi.move_ent and aux_update to clear relevant caches.Zac Medico2010-02-281-0/+3
* Make bindbapi override cpv_inject and cpv_remove, for deleting stale valuesZac Medico2010-02-281-1/+9
* Make _global_updates ensure that the binarytree is only populated with localZac Medico2010-02-282-4/+12
* Remove deprecated flushmtimedb function.Zac Medico2010-02-271-5/+2
* Move portage._global_updates to a submodule.Zac Medico2010-02-272-140/+152
* Remove unused 'dircache' variable that's moved to portage.util.listdir.Zac Medico2010-02-271-7/+0
* Move missing encodings module workarounds (<python-2.6.4 + USE=build) to aZac Medico2010-02-272-124/+136
* Move getvirtuals to _deprecated module.Zac Medico2010-02-252-12/+10
* Move merge and unmerge functions to the vartree module.Zac Medico2010-02-252-33/+33
* Fix broken dep_expand import from previous commit.Zac Medico2010-02-251-1/+1
* Splid deprecated functions into a _deprecated module.Zac Medico2010-02-252-171/+183
* Avoid name collision with dep_expand submodule so epydoc won't crash.Zac Medico2010-02-251-2/+2
* Move portage.movefile to portage.util.movefile.Zac Medico2010-02-253-218/+237
* Split getmaskingstatus and getmaskingreason info portage.package.ebuildZac Medico2010-02-253-211/+234
* Move portage.dep_check and related functions to portage.dep.dep_check.Zac Medico2010-02-252-618/+635
* Move dep.py to dep/__init__.py, for splitting into smaller files.Zac Medico2010-02-251-0/+0
* Move dep_expand and cpv_expand into portage.dbapi submodules.Zac Medico2010-02-257-127/+154
* Fix typo in import.Zac Medico2010-02-251-1/+1
* Move portage.digestcheck to portage.package.ebuild.digestcheck.Zac Medico2010-02-253-142/+158
* Relocate portage.util.digestgen to portage.package.ebuild.digestgen.Zac Medico2010-02-252-1/+1
* Define 'long' for Python 3.Arfrever Frehtes Taifersar Arahesis2010-02-251-0/+4
* Move digestgen to portage.util.digestgen.Zac Medico2010-02-253-180/+207
* 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-258-2202/+2274
* Remove unused 'expandcache' global variable.Zac Medico2010-02-241-2/+0
* Add missing writmsg import.Zac Medico2010-02-241-0/+2
* Make the first two positional arguments of digestgen() into keyword argumentsZac Medico2010-02-231-6/+18
* 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
* Use lazy import for portage.Manifest.Zac Medico2010-02-221-2/+1
* Move portage.fetch() to portage.package.ebuild.fetch.fetch().Zac Medico2010-02-223-1104/+1126
* 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-221-7/+6